FireSoul
26-06-2006 16:56:30
Hi, im quite new to OgreNewt, but i have just installed the SDK onto MS Visual C++ Express 8.0, the error occurs when I have tried to compile the 'Demo02_Joints' project. The project compiles without errors, but the problem is when I click to run the compiled project and it comes up with this error:
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\Demo02_Joints.exe', Symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\Newton.dll', Binary was not built with debug information.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\OgreMain_d.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\zlib1.dll', Binary was not built with debug information.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\DevIL.dll', Binary was not built with debug information.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\msvcr80.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\ILU.dll', Binary was not built with debug information.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcp80d.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\lpk.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\usp10.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\OgrePlatform_d.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\dinput8.dll', No symbols loaded.
****
First-chance exception at 0x7c81eb33 in Demo02_Joints.exe: Microsoft C++ exception: Ogre::Exception at memory location 0x0012f0cc..
First-chance exception at 0x7c81eb33 in Demo02_Joints.exe: Microsoft C++ exception: Ogre::Exception at memory location 0x0012f804..
****
'Demo02_Joints.exe':
Unloaded 'C:\OgreNewt\demos\bin\debug\OgrePlatform_d.dll'
'Demo02_Joints.exe': Unloaded 'C:\WINDOWS\system32\dinput8.dll'
The program '[3392] Demo02_Joints.exe: Native' has exited with code 0 (0x0).
However, when I tried to run the .exe manually from directory it was created in, it worked without any errors, can someone tell me what could be wrong here? I have not changed anything within the code, or the project settings.
Could the project be loading release dlls instead of debug perhaps?
Thanks for any replies.
Ryan.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\Demo02_Joints.exe', Symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\Newton.dll', Binary was not built with debug information.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\OgreMain_d.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\zlib1.dll', Binary was not built with debug information.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\DevIL.dll', Binary was not built with debug information.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\msvcr80.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\ILU.dll', Binary was not built with debug information.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcp80d.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\lpk.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\usp10.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\OgreNewt\demos\bin\debug\OgrePlatform_d.dll', No symbols loaded.
'Demo02_Joints.exe': Loaded 'C:\WINDOWS\system32\dinput8.dll', No symbols loaded.
****
First-chance exception at 0x7c81eb33 in Demo02_Joints.exe: Microsoft C++ exception: Ogre::Exception at memory location 0x0012f0cc..
First-chance exception at 0x7c81eb33 in Demo02_Joints.exe: Microsoft C++ exception: Ogre::Exception at memory location 0x0012f804..
****
'Demo02_Joints.exe':
Unloaded 'C:\OgreNewt\demos\bin\debug\OgrePlatform_d.dll'
'Demo02_Joints.exe': Unloaded 'C:\WINDOWS\system32\dinput8.dll'
The program '[3392] Demo02_Joints.exe: Native' has exited with code 0 (0x0).
However, when I tried to run the .exe manually from directory it was created in, it worked without any errors, can someone tell me what could be wrong here? I have not changed anything within the code, or the project settings.
Could the project be loading release dlls instead of debug perhaps?
Thanks for any replies.
Ryan.