Egoboo Forum

The Legend of Egoboo Sporks of Yore
Clonkinator's problems at running Egoboo, volume 2
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    Egoboo Forum Forum Index -> -> Help
View previous topic :: View next topic  
Author Message
Clonkinator
Master Frying Pen (Moderator)
Master Frying Pen (Moderator)


Joined: 03 Nov 2007
Age: 16
Posts: 3074
Location: Germany

PostPosted: Sun Mar 16, 2008 11:43 am    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

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.) Crying or Very sad
Nevertheless, thanks for the tip, even though I already know it. Confused
_________________
Yes, it's true. I fail. Epicly so.
Back to top
View user's profile Send private message Send e-mail
Zefz
Lead Designer
Lead Designer


Joined: 16 Sep 2007
Posts: 2301
Location: Norway

PostPosted: Sun Mar 16, 2008 1:08 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Clonkinator
Master Frying Pen (Moderator)
Master Frying Pen (Moderator)


Joined: 03 Nov 2007
Age: 16
Posts: 3074
Location: Germany

PostPosted: Sun Mar 16, 2008 2:02 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

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... Sad

stderr is empty.
stdout is empty, too.
log doesn't exist.
_________________
Yes, it's true. I fail. Epicly so.
Back to top
View user's profile Send private message Send e-mail
Zefz
Lead Designer
Lead Designer


Joined: 16 Sep 2007
Posts: 2301
Location: Norway

PostPosted: Sun Mar 16, 2008 4:24 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

That is a bad error... Confused

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
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
bgbirdsey
Developer
Developer


Joined: 25 Sep 2007
Posts: 862
Location: Minnesota

PostPosted: Sun Mar 16, 2008 5:17 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

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
View user's profile Send private message
Clonkinator
Master Frying Pen (Moderator)
Master Frying Pen (Moderator)


Joined: 03 Nov 2007
Age: 16
Posts: 3074
Location: Germany

PostPosted: Sun Mar 16, 2008 5:37 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

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... Sad
_________________
Yes, it's true. I fail. Epicly so.
Back to top
View user's profile Send private message Send e-mail
bgbirdsey
Developer
Developer


Joined: 25 Sep 2007
Posts: 862
Location: Minnesota

PostPosted: Sun Mar 16, 2008 7:41 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

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
View user's profile Send private message
Clonkinator
Master Frying Pen (Moderator)
Master Frying Pen (Moderator)


Joined: 03 Nov 2007
Age: 16
Posts: 3074
Location: Germany

PostPosted: Sun Mar 16, 2008 8:01 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

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
View user's profile Send private message Send e-mail
Zefz
Lead Designer
Lead Designer


Joined: 16 Sep 2007
Posts: 2301
Location: Norway

PostPosted: Sun Mar 16, 2008 8:51 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Clonkinator
Master Frying Pen (Moderator)
Master Frying Pen (Moderator)


Joined: 03 Nov 2007
Age: 16
Posts: 3074
Location: Germany

PostPosted: Sun Mar 16, 2008 9:11 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

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
View user's profile Send private message Send e-mail
Chainsaw
Lumberjack
Lumberjack


Joined: 20 Oct 2007
Age: 15
Posts: 2378
Location: Israel

PostPosted: Mon Mar 17, 2008 3:03 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Quote:
Volume 2


The first one was better.
_________________
"To err is human, to really mess up requires a computer."
Chainsaw's Cell [Last update: 27th May '08]
Back to top
View user's profile Send private message Send e-mail
Maxaxle
Elite Gamer
Elite Gamer


Joined: 06 Oct 2007
Age: 15
Posts: 2717
Location: San Diego

PostPosted: Fri Mar 21, 2008 9:48 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Chainsaw wrote:
Quote:
Volume 2


The first one was better.

Laughing Rofl
_________________
http://www.freewebs.com/maxaxle88/
Inventor class last updated: July 9, 2008
Download: https://sourceforge.net/projects/maxaxlesegoboos
FREE PIZZA TOMORROW
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Clonkinator
Master Frying Pen (Moderator)
Master Frying Pen (Moderator)


Joined: 03 Nov 2007
Age: 16
Posts: 3074
Location: Germany

PostPosted: Fri Mar 21, 2008 9:51 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

.....

That's not funny.
_________________
Yes, it's true. I fail. Epicly so.
Back to top
View user's profile Send private message Send e-mail
Zefz
Lead Designer
Lead Designer


Joined: 16 Sep 2007
Posts: 2301
Location: Norway

PostPosted: Fri Mar 21, 2008 9:56 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Clonkinator
Master Frying Pen (Moderator)
Master Frying Pen (Moderator)


Joined: 03 Nov 2007
Age: 16
Posts: 3074
Location: Germany

PostPosted: Fri Mar 21, 2008 10:05 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

That's... weird.
_________________
Yes, it's true. I fail. Epicly so.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Egoboo Forum Forum Index -> -> Help All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


© 2007 Informe.com. Get Free Forum Hosting
Powered by phpBB © 2001, 2005 phpBB Group

RedSilver 1.01 Theme was programmed by DEVPPL HTML Forum
Images were made by DEVPPL Photoshop Forum