memory acces violation and collisions

Blitz3D Forums/Blitz3D Programming/memory acces violation and collisions

caviedes(Posted 2003) [#1]
I have to evaluate a collission, Now Blitz is sending a memory acces violation at the deffinition of collisions.
Any Help ideas?
Thanks


semar(Posted 2003) [#2]
Check the loaded media (model, texture..). Turn debug on, and inspect the statement where the debugger stops to.

I bet that the cause it's a non properly loaded texture or model.

Sergio.