Closed GoogleCodeExporter closed 9 years ago
Can you try my patch at issue #207 (called DoubleFree_fix.patch) and let me
know if it fixes it for you?
Original comment by vek...@gmail.com
on 7 Jan 2012 at 10:37
Now is fine - when it's came to double free however when i press 'w' it crash
it probably unrelated but i don't have time to look at similar error in issues
and do proper error report.
Original comment by lukasz.wychrystenko@gmail.com
on 8 Jan 2012 at 1:22
Yes that is due to another problem. When cloning the player object some of the
sub-objects are not cloned, these seems to be used to handle the camera view
for the player (which for enemies shouldn't be necessary) but other parts of
the code assume for these objects to be non-null and thus the application
crashes.
I'll create a new issue for that and put the patch there.
Original comment by vek...@gmail.com
on 8 Jan 2012 at 3:44
The other problem was reported (with attached patch) in issue #208. Let me know
if that patch works for you (put comment in the other issue).
Original comment by vek...@gmail.com
on 8 Jan 2012 at 3:49
Fixed in r1013. This was a duplicate of issue #142
Original comment by xavier.thomas.1980@gmail.com
on 22 Jan 2012 at 5:02
Original issue reported on code.google.com by
lukasz.wychrystenko@gmail.com
on 4 Sep 2011 at 8:36