otya128 / winevdm

16-bit Windows (Windows 1.x, 2.x, 3.0, 3.1, etc.) on 64-bit Windows
GNU General Public License v2.0
2.66k stars 152 forks source link

App not recognized by WineVDM #823

Open hmaecke opened 3 years ago

hmaecke commented 3 years ago

I have a 16 bit app which is not recognized by WineVDM. It is a simply exe file which I attach as zip file.

It should start like this, but it doesn't:

image

I already tried the lates unstable version, starting otvdm.exe --app-name suche.exe gives this error:

VGA crt controller register 0x3b4/0x3d4: 0x0e (value 0x03)lue 0x03)er 0x3b4/0x3d4: 0x0f (value 0x80) C:\Users\hhadmin>VGA_ioport_out 2052: Unsupported index, VGA crt controller register 0x3b4/0x3d4: 0x0f (value 0xc0) C:\Users\hhadmin>VGA_ioport_out 2052: Unsupported index, VGA crt controller register 0x3b4/0x3d4: 0x0e (value 0x03) 2078:fixme:ddraw:VGA_ioport_out 2052: Unsupported index, VGA crt controller register 0x3b4/0x3d4: 0x0f (value 0x70) 2078:fixme:ddraw:VGA_ioport_out 2052: Unsupported index,

I would be nice if you could make it run with WineVDM.

Thanks, Hartmut

Suche.zip

cracyc commented 3 years ago

Winevdm dos support is incomplete. Use dosbox (or possibly msdos-player if its a text mode program).

hmaecke commented 3 years ago

That's it - sorry for the hussle...