stella icon indicating copy to clipboard operation
stella copied to clipboard

Controller Widget crash

Open thrust26 opened this issue 2 years ago • 3 comments

It seems that the debugger's controller widgets get decoupled from their controllers when the GameProperties dialog is used.

Example:

  1. start Combat
  2. enter debugger and check I/O tab (all controller checkboxes are unchecked)
  3. exit debugger
  4. press Tab to open Options dialog
  5. open GameProperties dialog and leave with OK button
  6. enter debugger and check I/O tab (some controller checkboxes are checked, the game will not react to any input)

The problem is in step 5, there the controllers are created again. But the controller widgets are still referring to their previous controller instances.

BTW: If the controller is a SaveKey/AtariVox, the debugger will crash.

thrust26 avatar Feb 03 '23 11:02 thrust26

@sa666666 This is tricky. Do you have an idea how to fix this?

thrust26 avatar Nov 06 '23 08:11 thrust26

@sa666666 Is this still planned for 7.0?

thrust26 avatar Jan 12 '24 16:01 thrust26

Yes, still planned for 7.0. When I get back to working on Stella again (soon).

sa666666 avatar Jan 12 '24 16:01 sa666666