Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit e578a9c

Browse files
committed
Version 1.7.1
Reapplied the workaround for timeout problems, as it still happens
1 parent a5fb794 commit e578a9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

86BoxManager/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333

34-
[assembly: AssemblyVersion("1.7.0.0")]
35-
[assembly: AssemblyFileVersion("1.7.0.0")]
34+
[assembly: AssemblyVersion("1.7.1.0")]
35+
[assembly: AssemblyFileVersion("1.7.1.0")]

86BoxManager/frmMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ private void VMStart()
628628

629629
//initSuccess is ignored for now because WaitForInputIdle() likes to return false more often now that
630630
//86Box is compiled with GCC 9.3.0...
631-
if (!p.MainWindowHandle.Equals(IntPtr.Zero) && initSuccess)
631+
if (!p.MainWindowHandle.Equals(IntPtr.Zero) /*&& initSuccess*/)
632632
{
633633
vm.hWnd = p.MainWindowHandle; //Get the window handle of the newly created process
634634
vm.Status = VM.STATUS_RUNNING;

0 commit comments

Comments
 (0)