sneaky_chappy
19-05-2008 12:16:16
My application crashes on some computers after a couple of minutes with the error message "ode internal error 1 " and then something about a variable called bNormalizationResult =false. I've searched around but I can't find similair cases on the net. Has anybody else encountered this problem? What can cause this problem? What can I do about it?
sneaky_chappy
19-05-2008 12:32:54
correction error message:
ODE INTERNAL ERROR 1: assertion "bNormalizationResult" failed in _dNormalize4() [../../include/ode/odemath.h]
cloud9
21-05-2008 15:06:49
Its probably because you've set an orientation with a quaternion which has a nan in it, I don't think there can be any other cause. I guess the best thing you can do is print the quaternion before you set an orientation.
eugen
28-05-2008 00:20:28
Make sure vectors are correct for example a length of 0 for a ray will throw a normalization error, also a joint direction of 0 length the same