i was trying to run my ogre apps from the root..
and you know what happened?
yeah. delta 3d hijacked my setup.
debug output:
‘aiSimulator.exe’: Loaded ‘C:\CPP\Projects\2009\grad\aiSimulator\Debug\aiSimulator.exe’, Symbols loaded.
‘aiSimulator.exe’: Loaded ‘C:\WINDOWS\SysWOW64\kernel32.dll’
‘aiSimulator.exe’: Unloaded ‘C:\WINDOWS\SysWOW64\kernel32.dll’
‘aiSimulator.exe’: Loaded ‘C:\WINDOWS\SysWOW64\ntdll.dll’
‘aiSimulator.exe’: Loaded ‘C:\WINDOWS\SysWOW64\kernel32.dll’
‘aiSimulator.exe’: Loaded ‘C:\WINDOWS\SysWOW64\user32.dll’
‘aiSimulator.exe’: Loaded ‘C:\WINDOWS\SysWOW64\gdi32.dll’
‘aiSimulator.exe’: Loaded ‘C:\WINDOWS\SysWOW64\advapi32.dll’
‘aiSimulator.exe’: Loaded ‘C:\WINDOWS\SysWOW64\rpcrt4.dll’
‘aiSimulator.exe’: Loaded ‘C:\WINDOWS\SysWOW64\secur32.dll’
‘aiSimulator.exe’: Loaded ‘C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\msvcp90d.dll’
‘aiSimulator.exe’: Loaded ‘C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\msvcr90d.dll’
‘aiSimulator.exe’: Loaded ‘C:\Program Files (x86)\Delta3D_REL-2.2.0\ext\bin\CEGUIBase_d.dll’
LDR: LdrpWalkImportDescriptor() failed to probe C:\Program Files (x86)\Delta3D_REL-2.2.0\ext\bin\CEGUIBase_d.dll for its manifest, ntstatus 0xc0150002
Debugger:: An unhandled non-continuable exception was thrown during process load
The program ‘[2860] aiSimulator.exe: Native’ has exited with code 128 (0×80).
But I’m running an OGRE game.. ah. because CEGUIBASE_d.dll is found first in the delta3d folder, windows it tries to load IT, and because ogre came after in the path setting.. something got screwed up
so all i did was remove delta 3d fro the path setting, RESTART and voila, its fine