I was trying to add physics to my game and then I call dWorldStep/dWorldQuickStep it crashes
OS: windows
Compiler: MinGW
IDE: CodeBlocks
Illegal memory access then integrating ODE
Re: Illegal memory access then integrating ODE
Set a breakpoint and look at the value of the variables?
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Illegal memory access then integrating ODE
Compile in debug. I mean chances are very high this is problem in your code. But nothing anyone can help with without a real example. There's like a million things that can go wrong - this is not enough information to even start guessing.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm