mspraggs / potentia

Southampton Game Jam 2015
0 stars 0 forks source link

Segfault on Character Squash #31

Closed DivFord closed 9 years ago

DivFord commented 9 years ago

Dropping a block on my head fails to kill me, it just gets me stuck, then segfaults.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libbackend.dylib 0x0000000103f1c22b Block::collide(Object) + 11 (Block.hpp:33) 1 libbackend.dylib 0x0000000103f2cd34 Object::collideEx(Object) + 100 (Object.hpp:70) 2 libbackend.dylib 0x0000000103f28542 Game::collisionCheck(Object, Object) + 1218 (Game.cpp:212) 3 libbackend.dylib 0x0000000103f285e0 Game::collisionCheck(Object, Object) + 1376 (Game.cpp:216) ... 511 libbackend.dylib 0x0000000103f285e0 Game::collisionCheck(Object, Object) + 1376 (Game.cpp:216)

Fyll commented 9 years ago

Oh yeah. I forgot to kill the player when that happens. I'll sort it out tomorrow.

Fyll commented 9 years ago

Ok, it should be sorted and working now. Closing...