MCHSL / extools

Various extensions for the BYOND game engine.
MIT License
29 stars 41 forks source link

Calling dump_memory_usage crashes dream daemon #40

Open DamianX opened 4 years ago

DamianX commented 4 years ago

I tried using it on /vg/station, and it crashes every single time. I have a branch that you can use to test this here: https://github.com/DamianX/vgstation13/tree/MemDump You can call dump_memory_profile through the "Advanced ProcCall" verb.

I tested with both a release and a debug build of extools, both crash on /vg/station. I also tested both a release and a debug build on an empty project, and it does not crash.

monster860 commented 4 years ago

Currently, theres an issue with the mob table. This is probably a related issue. I have the fix in my replay branch.

DamianX commented 3 years ago

I don't see such branch in your fork. Did you not make it public?