slages / love-imgui

imgui module for the LÖVE game engine
MIT License
321 stars 61 forks source link

Restarting on Linux segfaults #24

Open ghost opened 6 years ago

ghost commented 6 years ago

When restarting with love.event.quit("restart"), LÖVE segfaults while loading. This doesn't happen on Windows, where restarting works as expected.

I'm using the code from master, not a release.

flamendless commented 5 years ago

Hi, I am having this issue as well. I am using this https://github.com/camchenry/love-imgui fork btw.