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
Confirmed in 1.6.1, VMs will now timeout on launch way more often despite working normally. The problem appears to have been caused by 86Box build 2102 which was compiled with GCC 9.3.0.
Since this is outside of my control, I can only work around this problem for now by ignoring the return value of WaitForInputIdle() if a valid main window handle can be obtained anyway. Implemented in version 1.6.2.
The text was updated successfully, but these errors were encountered:
Confirmed in 1.6.1, VMs will now timeout on launch way more often despite working normally. The problem appears to have been caused by 86Box build 2102 which was compiled with GCC 9.3.0.
Since this is outside of my control, I can only work around this problem for now by ignoring the return value of WaitForInputIdle() if a valid main window handle can be obtained anyway. Implemented in version 1.6.2.
The text was updated successfully, but these errors were encountered: