Crashes with game engines

Hi,

Now I both tried Jmonkey and Ogre4j. But OdeJava cant handle them…I get Native crashes(stack overflow) every time.
I tried to start the programs with xss100mb but no…it cant not even take ONE step() but stepFast() works fine (but gives other problems).
So problem is, step() doesnt work. I tried using Java3d (with excact same ODE code) and that works fine…

Pls help…if we cant get Ogre and JMonkey to work then what good is OdeJava? I mean, comon im not gonna do anything serious in java3d.

What do you mean Odejava can’t handle ogre4j and jME? Odejava is totally independant of those API’s.

Do the examples work for you?

Will.

Well they dont work for me. Everything crashes (stack overflow) when I use them together, even when I
use -Xss100m

Have you tried on a clean system? sometimes if you have old natives lying around they can cause problems.

To fix a bug, we have to be able to reproduce it, so you will need to give as much info as possible about your operating environment.

Will.