Page 1 of 1
shutting down takes forever

Posted:
Sun Dec 13, 2015 18:13
by bobomb
I have an on_shutdown operation that I would like to happen when the game is actually shut down, but often the "shutting down" screen sits there for many seconds, apparently deleting 45 buffers, is there any way to wait for this process to end before the callback is run (rather then as soon as exit is clicked)? or is there a way to speed up the shutdown process?
Re: shutting down takes forever

Posted:
Sun Dec 13, 2015 20:22
by TenPlus1
Which mods are you running while playing ? some lua mapgens can cause game to shutdown slowly.
Re: shutting down takes forever

Posted:
Sun Dec 13, 2015 22:30
by bobomb
realterrain, the mod i am working on, which is a mapgen mod. i am waiting until there is no generating happening around me and it still takes forever. how can I identify what is lingering?