CuteAlien wrote:Check the output on start if there are any warnings about wrong dll versions.
I don't see anything about that, but where exactly would it be if so? I'm using Visual C++ 2008 Professional and it's not in the Debug output window pane.
Here's some of the output from that window pane to make sure I'm looking in the right place. Also, I've bolded a line that looks like it has an interesting connection to this exception.
'Stealth Prankster 2.exe': Loaded 'C:\WINDOWS\system32\setupapi.dll'
'Stealth Prankster 2.exe': Unloaded 'C:\WINDOWS\system32\setupapi.dll'
'Stealth Prankster 2.exe': Loaded 'C:\WINDOWS\system32\ksuser.dll'
Using DirectSound8 driver
HEAP[Stealth Prankster 2.exe]: Invalid allocation size - CCCCCCCC (exceeded 7ffdefff)
First-chance exception at 0x7c812afb in Stealth Prankster 2.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0012f234..
Unhandled exception at 0x7c812afb in Stealth Prankster 2.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0012f234..
edit: Nevermind, I see where you're talking about now (in the console window). Working with Java and ActionScript for so long makes me forget about output in the console window.
Warning: The library version of irrKlang (1.1.0) does not match the version the
application was compiled with (1.1.2). This may cause problems.
irrKlang.. but not Irrlicht.. so that shouldn't be a problem, I think. I'll have to see about fixing the irrKlang problem anyway, but I don't think it's related.
Any other ideas?