https://bugs.winehq.org/show_bug.cgi?id=56115
--- Comment #2 from Cedric cedric.dewijs@eclipso.eu --- (In reply to Fabian Maurer from comment #1)
It does seem to have some issues with fullscreen. It works better with virtual desktop enabled in winecfg.
Though either way, I get a "NIEUWE SPELER" dialog where I don't know how to continue.
Indeed the program works better with a virtual desktop: $ rm -rf ~/wine-tmp/ $ mkdir ~/wine-tmp $ winecfg -> applications -> Windows version -> windows 98 $ winecfg -> graphics -> emulate a virtual desktop 800x600 $ cd ~/cd $ wine SETUP.EXE Now the installer doesn't report any errors $ wineboot $ cd ~/wine-tmp/drive_c/DAVILEX/A2RACER/ $ wine A2.EXE now the program says "Incorrect CDROM was found: please insert the correct CDROM and restart the program". This is probably because wine didn't figure out the correct CDROM label, as I mounted it with fuseiso. How did you manage to get around that one?