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
{{ message }}
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
MessageBox.Show("86Box Manager settings could not be loaded. This is normal if you're running 86Box Manager for the first time. Default values will be used.","Warning",MessageBoxButtons.OK,MessageBoxIcon.Warning);
Thread.Sleep(1000);//Wait just a bit to make sure everything goes as planned
449
448
}
450
-
elseif(DialogResult==DialogResult.Cancel)
449
+
elseif(DialogResult==DialogResult.Cancel)
451
450
{
452
451
return;
453
452
}
@@ -556,7 +555,7 @@ private void VMStart()
556
555
}
557
556
}
558
557
}
559
-
catch(Win32Exceptionex)
558
+
catch(Win32Exceptionex)
560
559
{
561
560
MessageBox.Show("Cannot find 86Box.exe. Make sure your settings are correct and try again.","Error",MessageBoxButtons.OK,MessageBoxIcon.Error);
562
561
}
@@ -876,7 +875,7 @@ private void VMRemove()
876
875
{
877
876
Directory.Delete(cfgpath+vm.Name,true);
878
877
}
879
-
catch(DirectoryNotFoundException){/*Just ignore this for now*/}
878
+
catch(DirectoryNotFoundException){/*Just ignore this for now*/}
880
879
MessageBox.Show("Virtual machine \""+vm.Name+"\" was successfully removed, along with its files.","Virtual machine and files removed",MessageBoxButtons.OK,MessageBoxIcon.Information);
881
880
}
882
881
}
@@ -1019,7 +1018,7 @@ protected override void WndProc(ref Message m)
1019
1018
ListViewItemlvi=lstVMs.FindItemWithText(ds.Data);
1020
1019
1021
1020
//This check is necessary in case the specified VM was already removed but the shortcut remains
0 commit comments