[ODE] Assertion failled
LR
logreg at free.fr
Wed Jun 7 04:27:48 MST 2006
Re,
Its fails at :
// if best separation axis is not found
if ( cData.iBestAxis == 0 )
{
// this should not happen (we should already exit in that
case)
dIASSERT(0);
// do nothing
return 0;
}
That's appened only one time, and not re appened since ...
Laurent.
-----Message d'origine-----
De : David Sveningsson [mailto:eXt at sidvind.com]
Envoyé : mercredi 7 juin 2006 11:38
À : LR
Cc : ode at q12.org
Objet : Re: [ODE] Assertion failled
If you run in a debugger (running in visual studio if thats your IDE) you
can get a backtrace (sometimes called callstack or stack trace) and see from
where in your application it fails. My guess is you didn't fill all the
properties.
//David "eXt" Sveningsson
LR skrev:
> Hi,
>
> During a simulation (after some seconds) ODE open a message box with
> this message:
>
> assertion "0" failled in collision_cylinder_box.cpp:964.
>
> Every time it works OK but one time ...
>
> every one have an idea ?
>
>
> Laurent.
>
>-----------------------------------------------------------------------
>-
>
>_______________________________________________
>ODE mailing list
>ODE at q12.org
>http://q12.org/mailman/listinfo/ode
>
>
More information about the ODE
mailing list