Segmentation fault after enabled floating window
Describe the bug I enabled floating windows in the GUI and after restart I cant run it without segfault.
To Reproduce Steps to reproduce the behavior: I can not be to precise here because i cant go back to the gui but somewere in settings I enabled floating windows. (may not be because floating window though)
Expected behavior This is what I get when I call retrodebugger in bash:
$retrodebugger
Segmentation fault (core dumped)
I expect retrodebugger GUI to run
Desktop (please complete the following information):
- OS: [fedora 42]
- Version v0.64.72 of retrodebugger
Thanks for reporting, I've never encountered such error on Linux, however frankly speaking I haven't tested this recently and might be something changed in the Linux APIs. This may be related to ImGui's bug, I'll upgrade the ImGui and check if this resolves the problem. In the meantime you can go to your home, then find file ~/.retrodebugger/settings.hjson and delete it - this will delete some settings and allow you to start the debugger again. Eventually you can edit the file and set uiViewportsEnable to false.
Removing ~/.RetroDebugger/settings.hjson worked wonders, thanks!