Page 1 of 1

Irrlicht App crashes DOSBox game...

Posted: Sat Sep 20, 2008 1:55 am
by Rytz
I like to play some of my favorite older games using DOSBox while waiting for the compiler (1.5 minutes currently) but sometimes DOSBox crashes randomly when my app runs.

Now I'm not saying this is Irrlicht's fault and in the grand scheme of things it's not even close to being a big deal but I was curious what you all think might cause this. I considered maybe a leak in my app causing it to crash or just some kind of weird conflict with the video. I have audio in my app too but I have it disabled usually so I would guess it's not that.

Any thoughts?

Posted: Sat Sep 20, 2008 2:09 am
by ecsos
dosbox tends to crash...

running another program that wants to use the video card at the same time is probably just helping it crash faster

Posted: Sat Sep 20, 2008 8:14 am
by torleif
Open up another video hardware accelerated game, and if it cashes it's simply dos box.

If it cashes only when opening irrlichts examples it's irrlicht. However if it crashes while only running your app, it's eating memory that it shouldn't. Use a debugger to make sure it's allocating memory right.

Posted: Sat Sep 20, 2008 6:41 pm
by Rytz
Thanks for the replies. I'll try some other irrlicht apps and see what happens with DOSBox.