slages / love-imgui

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

imgui does not shutdown cleanly #13

Open DanielPower opened 7 years ago

DanielPower commented 7 years ago

Calling love.quit() or imgui.ShutDown() from anywhere causes a crash. Unfortunately, I don't have much to go on, since the only output to terminal is Segmentation fault (core dumped)

Not a major issue of course, since whether it crashes, or closes cleanly, the desired result of the application closing still occurs :)

Archlinux x86_64 Love 0.10.2

slages commented 7 years ago

Are you building the module from source or using a release?

DanielPower commented 7 years ago

Building from the latest git source, since 0.8 has no release for Linux on the Releases page.

mischief commented 6 years ago

i am using love.event.quit() avoid crashing.