Ansca, any updates on physics bodies not being garbage collected?

I just wanted to bump this up, because I don’t see the issue listed in the public Bug Tracker (although I’m fairly certain Ansca confirmed at some point that they’re aware of this and the issue has been assigned to the programming team). This issue has been outlined and discussed in various other threads, but to summarize, when an object has a physical body attached to it, its texture memory remains locked in memory even after the object is thoroughly removed (using removeSelf(), all references to it deleted, and the object itself nil’led out. If the object doesn’t have a physics body attached, the texture memory is cleared properly, so it’s obviously related to the physics system.

In my opinion, this should be considered a “critical” issue in the Bug Tracker. My current game is a fairly intensive physics simulation, and it will have numerous levels using a decent amount of images. If I can’t effectively clear the texture memory, it will rapidly bog down.

Thanks for your attention,

Brent Sorrentino
Ignis Design

[import]uid: 9747 topic_id: 4915 reply_id: 304915[/import]

I have similar issues and would like to know about this as well. [import]uid: 8673 topic_id: 4915 reply_id: 15879[/import]

I confirm!
I have the same problem. I propose to put as high priority the fix for this bug.

Thanks

Marco
gugugames.net
[import]uid: 7518 topic_id: 4915 reply_id: 16021[/import]

I want to revive the issue because now my game have some trouble with memory!

Carlos please put as high priority the fix!!!

Many thanks
Marco
gugugames.net [import]uid: 7518 topic_id: 4915 reply_id: 19905[/import]

–[[I’m still having this issue in build 503. Any updates that I may have missed? Thanks.]]
Sorry, Mine seems to be a problem with my own code, any recommendations on collectgarbage “setpause” and “setstepmul”? [import]uid: 10426 topic_id: 4915 reply_id: 35637[/import]