[SOLVED]Runtime Error using NxOgre 1.6.0 "Detritus"

ColeZero

27-08-2010 11:24:08

Hi there :)


I just wanted to get back to Ogre and nxOgre, so i get the current ogre branch (development) and compiled it successfully.
Now i wanted to play around with nxOgre, like in the old days. So i grabed the current branch NxOgre 1.6.0 "Detritus.
First i installed the current PhysXSDK(PhysX_2.8.4.3_for_PC_Core_BETA) and the current SystemSoftware(PhysX_9.10.0513_SystemSoftware). Next i compiled nxOgre successfully, then i compiled critter sucessfully and last but not least i compiled the nxogre 101 sample sucessfully.
I started the Sample_Browser_d.exe selected the nxogre 101 sample, clicked start and Bam it crashed with the following execption:
Exception: NxOgre::PhysXSystemSoftwareException at Memory 0x00b4da90

So guessed there is something wrong with the systemsoftware, so i reinstalled it. I also tried out the sample that shipps with the sdk and they are working flawlessly.
Does anyone of you got an idea?
If you need anymore information, then tell me :)

greetings
Cole


Update:Still not working, so i tried reinstalling everything(First the systemsoftware, after that the sdk), rebuild everything and its still crashing with the same error. So i thought, i create my own little app, added nxogre, added the code: World* mWorld = NxOgre::World::Createworld();
and my app also crashes with the same exception. SystemSoftware is properly installed, because other applications(not ogre) that utilizes it are working and i guess the SDK is also properly installed, because i can build nxOgre with no error.
Did i forget something important?

ColeZero

01-09-2010 12:16:46

Well, after a few days i finally fixed it.
I uninstalled everything(PhysXSysSoft. and PhysXSDK), redownloaded it again.
Then i redownloaded Ogre and compiled it again.
Then i redownloaded nxOgre, Critter, nxtuts and compiled them again.
And finally it works.
No more crashes or runtime errors.
Guessing there was a corrupt installation and therefore a corrupt compilation. :D

Thank you anywhere, solved.

betajaen

01-09-2010 12:25:59

If in doubt reinstall. Always works for me.