RetroDebugger icon indicating copy to clipboard operation
RetroDebugger copied to clipboard

Segmentation fault after enabled floating window

Open fantasyland101 opened this issue 2 months ago • 2 comments

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

fantasyland101 avatar Oct 14 '25 21:10 fantasyland101

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.

slajerek avatar Oct 15 '25 16:10 slajerek

Removing ~/.RetroDebugger/settings.hjson worked wonders, thanks!

fantasyland101 avatar Oct 15 '25 16:10 fantasyland101