86Box / 86BoxManager

A configuration manager for the 86Box emulator
MIT License
352 stars 45 forks source link

Manager doesn't handle new cpu_override warning properly [BUG] #91

Closed explorerdotexe closed 3 years ago

explorerdotexe commented 3 years ago

Describe the bug After 86box added a new warning in Build 2984 for machines with cpu_override enabled, 86box manager will ask if you want to terminate the machine.

To Reproduce Steps to reproduce the behavior:

  1. Create a new machine.
  2. Go to 86box.cfg inside your machine's folder and open it.
  3. Add cpu_override = 2 to the config file under the [Machine] tab.
  4. Start the machine under 86box Manager.

Expected behavior The manager waits for the dialog box to disappear and proceeds normally.

Screenshots After starting the machine, these two boxes pop up. image After clicking OK to the 86manager error. image

Environment (please complete the following information):

explorerdotexe commented 3 years ago

Issue was fixed on the 86box side.