NxOgre Error : Exception at memory location..??

Neonlite

24-04-2007 18:04:25

Hi all,

I am running Ogre 1.2.5 with Nxogre 0.4 RC2 using Visual Studio 2005 Express.

I can't get the tutorials as well as some examples with some memory exceptions and run-time check errors which i can't figure out how to solve. Occurs for both debug/release.

[When running examples]
Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.

---I encountered this problem before when i used Ogre 1.4.0 for ois and fmod. Resolved this by changing to 1.2.5 but it does not work for nxogre.

[When running nxogre tutorials]
First-chance exception at 0x7c81eb33 in nxTutorial606_debug.exe: Microsoft C++ exception: Ogre::Exception at memory location 0x0012eec0..
The program '[1948] nxTutorial606_debug.exe: Native' has exited with code 0 (0x0).

Anyone has any idea how to resolve these?...

betajaen

24-04-2007 18:08:59

Odd, it may be because of Dagon, but I have an idea - Can you post the NxOgre.log?

Neonlite

03-05-2007 08:29:57

Are you talking about this?
[VS05 Output log]
'SimpleOgre.exe': Loaded 'C:\Program Files\AGEIA Technologies\v2.6.2\PhysXCore.dll', Binary was not built with debug information.
First-chance exception at 0x00fb355f in SimpleOgre.exe: 0xC0000005: Access violation reading location 0x00000001.
Unhandled exception at 0x00fb355f in SimpleOgre.exe: 0xC0000005: Access violation reading location 0x00000001.
The program '[3960] SimpleOgre.exe: Native' has exited with code 0 (0x0).

[Nxogre.physics.log]
15:19:43.000000 Starting up NxOgre using versions:
-> PhysX SDK 2.6.2
-> Hardware None installed or none found.
-> NxOgre NxOgre 0.4.RC2.Debug (Compatible: yes) (Debug version)
-> Ogre 1.2.2 'Dagon'
15:19:43.000000 Started.
15:19:43.000000 Creating scene 'myScene'.