Page 1 of 1

chipmunk crashes when shapes collide

Posted: Sun Aug 02, 2009 11:43 am
by Yoshi65
Hi,
I have a square that falls and when it hits a static segmented shape that i use for the ground I get a GDB: Loading in to Debugger message and the the program freezes
thank you for any help,
Yoshi65

Re: chipmunk crashes when shapes collide

Posted: Sun Aug 02, 2009 12:06 pm
by maximile
Make sure you cpInitChipmunk before you do anything else. Make sure any collision functions you set are real.

Re: chipmunk crashes when shapes collide

Posted: Sun Aug 02, 2009 12:41 pm
by Yoshi65
Thank You soo much for some reason I didn't cpInitChipmunk.
Thanks Again,
Alex