On Mon, 18 Feb 2002, Martin Hetzinger wrote:
> Hello,
>
> what does the wine error message "unknown DOS version" mean? Will
I have
> to change my wine configuration in some way? Or is the program not
> runnable with wine at all?
>
> Any hints are appreciated. Thanks in advance.
>
> Martin
>
I'll bet you a nickel the 'wine error message "unknown DOS
version"' is
not not not not a wine error. It is a typical DOS application
complaint. I don't have one with that exact error message, but would
you believe "Incorrect DOS version" is a symptom of the same problem?
Let's try using debug.exe from MSDOSE sick.tutu to read a copy of an
MBR:
[whit@giftie windose]$ wine debug.exe mbr
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
fixme:int:INT_Int2fHandler No real-mode handler for errors yet! (bye!)
Incorrect DOS version
[whit@giftie windose]$ wine --winver win31 --dosver 6.22 debug.exe mbr
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
fixme:int:INT_Int2fHandler No real-mode handler for errors yet! (bye!)
err:int21:DOS3Call int21: unknown/not implemented parameters:
int21: AX 2611, BX 0090, CX 0004, DX 164b, SI 0100, DI 0100, DS 10af, ES 10af
-l
-d 18b l50
164B:0180 49 6E 76 61 6C Inval
164B:0190 69 64 20 70 61 72 74 69-74 69 6F 6E 20 74 61 62 id partition tab
164B:01A0 6C 65 00 45 72 72 6F 72-20 6C 6F 61 64 69 6E 67 le.Error loading
164B:01B0 20 6F 70 65 72 61 74 69-6E 67 20 73 79 73 74 65 operating syste
164B:01C0 6D 00 4D 69 73 73 69 6E-67 20 6F 70 65 72 61 74 m.Missing operat
164B:01D0 69 6E 67 20 73 79 73 74-65 6D 00 ing system.
-q
[whit@giftie windose]$
In case you missed that, it is spelled
wine --winver win31 --dosver <x.yy>
where x.yy is the DOS version your app wants to see, FI 6.22 or 3.01
Lawson
Probable user head space error. - Dennis A. Moore