86Box / 86BoxManager

A configuration manager for the 86Box emulator
MIT License
345 stars 44 forks source link

[BUG]161-System Options not set-(Run SETUP) #94

Closed nicoverduin closed 3 years ago

nicoverduin commented 3 years ago

Describe the bug I am using the IBM-PC-AT and am getting an error message 161-System Options not set-(Run Setup). However I have no idea where to get this setup? If I press F1 it works fine after that. I have switched off date/time synchronization and deleted the ibmat.nvr file from the nvr directory. But no effect. It just recreates a new ibmat.nvr file.

To Reproduce Steps to reproduce the behavior:

  1. I downloaded 86box
  2. selected an IBM-AT with a 80286 machine with 2 HD
  3. Installed PCDos 5.02
  4. Everything works fine for the rest.

Expected behavior Not to get this message but startup the AT with PCDos.

Screenshots image

Environment (please complete the following information):

config file:

[General]
video_fullscreen_first = 0
dpi_scale = 0
enable_overscan = 1
confirm_exit = 0
confirm_save = 0
vid_resize = 1
confirm_reset = 0

[Machine]
machine = ibmat
cpu_family = 286
cpu_speed = 8000000
cpu_multi = 1
mem_size = 1024
cpu_use_dynarec = 0
time_sync = disabled
cpu = 1

[Video]
gfxcard = superega

[Input devices]
mouse_type = none

[Storage controllers]
hdc = xtide_at

[Hard disks]
hdd_01_parameters = 17, 15, 1020, 0, ide
hdd_01_fn = HDD_1.img
hdd_02_parameters = 63, 16, 1054, 0, ide
hdd_02_fn = HDD_2.img
hdd_01_ide_channel = 0:0
hdd_02_ide_channel = 0:1

[Floppy and CD-ROM drives]
fdd_02_type = 35_2hd
fdd_02_fn = d:\Downloads\CA-Clipper 5.3 for Windows and DOS (3.5)\disk01.img
fdd_03_fn = d:\Downloads\CA-Clipper 5.3 for Windows and DOS (3.5)\disk01.img
fdd_01_type = 35_2dd
fdd_01_fn = d:\Downloads\Nantucket Clipper 5.01 (3.5-720k)\disk01.img
nicoverduin commented 3 years ago

Fixed the problem. I needed to run the IBM AT Diagnostics. And ran Setup. Problem seems solved.