[Solved] World::precreateSingletons() is crashing.

winston2020

11-10-2009 19:23:39

World::createWorld() is causing the app to crash. The debugger shows its crashing on this line:


void World::precreateSingletons(void)
...
mCookingInterface->NxInitCooking();
...


Any ideas what's causing this?

betajaen

11-10-2009 19:39:33

Have you installed the PhysX SDK and PhysX Runtimes properly? Uninstall them and reinstall them again.

We had a post like this the other week, and it was them not being installed correctly.

winston2020

11-10-2009 21:04:46

Thank you. That fixed it.