You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a VM gets paused directly in 86Box, its status is still STATUS_RUNNING.
Furthermore, when the Manager's pause button is used on such Schrödinger's VM, the status gets updated to STATUS_PAUSED, but the machine actually gets unpaused.
The text was updated successfully, but these errors were encountered:
This happens because Window Message communication is a one way street apparently. If I could check some return value to see what state the VM is in on the 86Box side, that'd be nice. I'll look into this, though it will probably require some changes in 86Box as well.
A temporary workaround is to not pause VMs in 86Box, only in the Manager, until something can be done about this. It's also easy to get out of this state if the Pause button in Manager is showing the wrong text. Just pause the VM in 86Box again, then resume it in Manager and it'll sync again.
Added feature from issue #20.
Added features from issue #7.
Added -S command line argument to start a VM directly.
Added the option to reset settings to their default values.
Fixed issue #19.
Fixed issue #21.
Fixed a problem with displaying the version number in About dialog.
Various other UI and code enhancements.
notBald
pushed a commit
to notBald/Avalonia86
that referenced
this issue
Jan 7, 2025
Added feature from issue 86Box#20.
Added features from issue #7.
Added -S command line argument to start a VM directly.
Added the option to reset settings to their default values.
Fixed issue 86Box#19.
Fixed issue 86Box#21.
Fixed a problem with displaying the version number in About dialog.
Various other UI and code enhancements.
When a VM gets paused directly in 86Box, its status is still
STATUS_RUNNING
.Furthermore, when the Manager's pause button is used on such Schrödinger's VM, the status gets updated to
STATUS_PAUSED
, but the machine actually gets unpaused.The text was updated successfully, but these errors were encountered: