| View previous topic :: View next topic |
| Author |
Message |
Clonkinator Master Frying Pen (Moderator)


Joined: 03 Nov 2007 Age: 16 Posts: 3074 Location: Germany
|
Posted: Sun Mar 16, 2008 11:43 am Post subject: |
|
|
| denis3 wrote: | | Quote: | | I still wonder though why 2.4.4b works on my computer while 2.7.5 doesn't... >< |
I fixed that bug by changing "Run on compatibility mode" to windows 98. Well, I'm not sure if it would work with you, cuz I use vista.. but trying won't kill ya lol. |
Well... That's what bugs me the most. I already did try it in compatibility mode, with every system available (95,98,ME,2000); but I always get the exact same error message... (I have Windows XP.)
Nevertheless, thanks for the tip, even though I already know it.  _________________ Yes, it's true. I fail. Epicly so. |
|
| Back to top |
|
 |
Zefz Lead Designer


Joined: 16 Sep 2007 Posts: 2301 Location: Norway
|
Posted: Sun Mar 16, 2008 1:08 pm Post subject: |
|
|
Exact error message was? And log output? It crashed before entering the menu right? _________________ http://egoboo.sourceforge.net
"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword." |
|
| Back to top |
|
 |
Clonkinator Master Frying Pen (Moderator)


Joined: 03 Nov 2007 Age: 16 Posts: 3074 Location: Germany
|
Posted: Sun Mar 16, 2008 2:02 pm Post subject: |
|
|
Yup, it always crashes before getting to the menu. There is no log output, I searched the whole folder for one. The exact error message is:
| Error Message wrote: | egoboo.exe hat ein Problem festgestellt und muss beendet werden.
Falls Sie Ihre Arbeit noch nicht gespeichert hatten, können Daten möglicherweise verloren gegangen sein.
Für weitere Informationen zu diesem Fehler, klicken Sie hier. |
| English Translation of the message wrote: | egoboo.exe spotted a problem and must be closed.
If you hadn't saved your work yet, it might have been lost.
For more information about this error, click here. |
That link just yields tons of completely senseless numbers and letters though...
stderr is empty.
stdout is empty, too.
log doesn't exist. _________________ Yes, it's true. I fail. Epicly so. |
|
| Back to top |
|
 |
Zefz Lead Designer


Joined: 16 Sep 2007 Posts: 2301 Location: Norway
|
Posted: Sun Mar 16, 2008 4:24 pm Post subject: |
|
|
That is a bad error...
Maybe it has something to do with the DLL's ?
I take it you have run the extra exe file for windows users? (installing the distribution package) _________________ http://egoboo.sourceforge.net
"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword." |
|
| Back to top |
|
 |
bgbirdsey Developer

Joined: 25 Sep 2007 Posts: 862 Location: Minnesota
|
Posted: Sun Mar 16, 2008 5:17 pm Post subject: |
|
|
| Quote: | | egoboo.exe spotted a problem |
Hmmmm... If this is not a bad error message, it may indicate that some required DLL is not being found.
Egoboo will usually complain in the log if any of the SDL-related DLLs are missing.
Zefz, I always link the VC runtime libraries statically with the .exe, so that it does not require MSVCRTXX.dll to be distributed with the program... |
|
| Back to top |
|
 |
Clonkinator Master Frying Pen (Moderator)


Joined: 03 Nov 2007 Age: 16 Posts: 3074 Location: Germany
|
Posted: Sun Mar 16, 2008 5:37 pm Post subject: |
|
|
| Zefz wrote: | | I take it you have run the extra exe file for windows users? (installing the distribution package) |
Quite some time ago already.
| bgbirdsey wrote: | | Zefz, I always link the VC runtime libraries statically with the .exe, so that it does not require MSVCRTXX.dll to be distributed with the program... |
Could you give me a link to that dll? Maybe everything will be fine if I put it into egoboo's folder... ...hopefully...  _________________ Yes, it's true. I fail. Epicly so. |
|
| Back to top |
|
 |
bgbirdsey Developer

Joined: 25 Sep 2007 Posts: 862 Location: Minnesota
|
Posted: Sun Mar 16, 2008 7:41 pm Post subject: |
|
|
| Clonkinator wrote: | | Maybe everything will be fine if I put it into egoboo's folder. |
You should be able to download it from the microsoft site. The latest runtime package should work, but I think Zefz is distributing with version 7.2.
Placing this in the Egoboo directory should work.
However, this file should have been installed properly if you used the installer. |
|
| Back to top |
|
 |
Clonkinator Master Frying Pen (Moderator)


Joined: 03 Nov 2007 Age: 16 Posts: 3074 Location: Germany
|
Posted: Sun Mar 16, 2008 8:01 pm Post subject: |
|
|
| bgbirdsey wrote: | | Clonkinator wrote: | | Maybe everything will be fine if I put it into egoboo's folder. |
However, this file should have been installed properly if you used the installer. |
...that's weird. Maybe it isn't the .dll after all? Argh, this is so annoying and complicated...  _________________ Yes, it's true. I fail. Epicly so. |
|
| Back to top |
|
 |
Zefz Lead Designer


Joined: 16 Sep 2007 Posts: 2301 Location: Norway
|
Posted: Sun Mar 16, 2008 8:51 pm Post subject: |
|
|
| Quote: | | Zefz, I always link the VC runtime libraries statically with the .exe, so that it does not require MSVCRTXX.dll to be distributed with the program... |
I remember trying to do so once, but I encountered some problems. Maybe I should check it out next time I build the game. _________________ http://egoboo.sourceforge.net
"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword." |
|
| Back to top |
|
 |
Clonkinator Master Frying Pen (Moderator)


Joined: 03 Nov 2007 Age: 16 Posts: 3074 Location: Germany
|
Posted: Sun Mar 16, 2008 9:11 pm Post subject: |
|
|
| Zefz wrote: | | Quote: | | Zefz, I always link the VC runtime libraries statically with the .exe, so that it does not require MSVCRTXX.dll to be distributed with the program... |
I remember trying to do so once, but I encountered some problems. Maybe I should check it out next time I build the game. |
That would be nice, that means, if it helps in any way...
Well, I guess I'll wait for 2.7.5c then and try that one out, in the hope that at least that one will work for me then.
By the way, I felt that I should split this topic, as my problems at running Egoboo don't really fit in *Progress*. _________________ Yes, it's true. I fail. Epicly so. |
|
| Back to top |
|
 |
Chainsaw Lumberjack


Joined: 20 Oct 2007 Age: 15 Posts: 2378 Location: Israel
|
|
| Back to top |
|
 |
Maxaxle Elite Gamer


Joined: 06 Oct 2007 Age: 15 Posts: 2717 Location: San Diego
|
|
| Back to top |
|
 |
Clonkinator Master Frying Pen (Moderator)


Joined: 03 Nov 2007 Age: 16 Posts: 3074 Location: Germany
|
Posted: Fri Mar 21, 2008 9:51 pm Post subject: |
|
|
.....
That's not funny. _________________ Yes, it's true. I fail. Epicly so. |
|
| Back to top |
|
 |
Zefz Lead Designer


Joined: 16 Sep 2007 Posts: 2301 Location: Norway
|
Posted: Fri Mar 21, 2008 9:56 pm Post subject: |
|
|
Bad news. I just managed to get 2.7.5c compiled on my now working laptop (In visual c++ 2008!). That's the good news. There is bad news too. The bad thing is that the game doesnt run properly anymore. Selecting a module makes the game crash after 2-3 seconds (I manage only to see all objects spawn and begin falling). No errorlog.
Not the same error as you though, the menu runs fine, egoboo seems to find and load all files and music plays. _________________ http://egoboo.sourceforge.net
"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword." |
|
| Back to top |
|
 |
Clonkinator Master Frying Pen (Moderator)


Joined: 03 Nov 2007 Age: 16 Posts: 3074 Location: Germany
|
Posted: Fri Mar 21, 2008 10:05 pm Post subject: |
|
|
That's... weird. _________________ Yes, it's true. I fail. Epicly so. |
|
| Back to top |
|
 |
|