|
有个软件,需在Dos或win98的Dos窗口中运行,现在想试试在linux中模拟,dosbox、qemu、vmware、等许多常用的软件都试过个,不过性能都不太理想,现想用wine试试,不过运行command.com时有点问题:
[lrzn@localhost ~]$ wine command.com
libGL warning: 3D driver claims to not support visual 0x4b
Warning: unprotecting memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
Incorrect MS-DOS version
[lrzn@localhost ~]$
若直接运行该软件也出错:
[lrzn@localhost ~]$ wine /home/lrzn/.wine_c/LAVENIR/V2001.exe
libGL warning: 3D driver claims to not support visual 0x4b
Warning: unprotecting memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
err:intOSVM_Int15Handler int15: unknown/not implemented parameters:
int15: AX 2403, BX e6f5, CX 0c6a, DX 00fc, SI 0cfe, DI 571f, DS 196c, ES f000
err:intOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ed00, BX 0c03, CX 4445, DX 5351, SI 0cfe, DI 571f, DS 196c, ES 196c
err:intOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ed00, BX 0c04, CX 4445, DX 5351, SI 0cfe, DI 571f, DS 196c, ES 196c
err:intOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ed00, BX 0c01, CX 4445, DX 5351, SI 0cfe, DI 571f, DS 196c, ES 196c
err:intOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ed00, BX 0c02, CX 4445, DX 5351, SI 0cfe, DI 571f, DS 196c, ES 196c
err:intOSVM_Int15Handler int15: unknown/not implemented parameters:
int15: AX bf02, BX 0c02, CX 4445, DX 0000, SI 0cfe, DI 571f, DS 196c, ES 196c
err:intOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX a1fe, BX 0081, CX 4445, DX 0000, SI 0cfe, DI 0c58, DS 196c, ES 196c
err:intOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX fba1, BX 0081, CX 4445, DX 0000, SI 0cfe, DI 0c58, DS 196c, ES 196c
err:intOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX f100, BX 0081, CX 4445, DX 0000, SI 0cfe, DI 0c58, DS 196c, ES 196c
err:intOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ed00, BX 5803, CX 0006, DX 005a, SI 0000, DI 571f, DS 196c, ES 196c
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ed00, BX 5804, CX 0006, DX 005a, SI 0000, DI 571f, DS 196c, ES 196c
err:int31:XMS_Handler int31: unknown/not implemented parameters:
int31: AX 0500, BX c000, CX 0006, DX 005a, SI 0000, DI 571f, DS 196c, ES 196c
err:int31:XMS_Handler int31: unknown/not implemented parameters:
int31: AX 0100, BX c080, CX 0006, DX ffff, SI 0000, DI 571f, DS 196c, ES 196c
fixme:int31:DOSVM_Int31Handler no protected-mode dummy state save/restore handler yet
err:int31:DOSVM_Int31Handler int31: unknown/not implemented parameters:
int31: AX 0a00, BX 11d7, CX 0001, DX 0000, SI 1c94, DI 0c3c, DS 11d7, ES 11d7
fixme:int31:DOSVM_Int31Handler get dpmi capabilities - unimplemented
err:int31:DOSVM_Int31Handler int31: unknown/not implemented parameters:
int31: AX 0a00, BX 1000, CX 1000, DX 0000, SI 1c9e, DI 0ba0, DS 11d7, ES 11d7
Phar Lap err 74: Can't use -REALBREAK under this version of DPMI
err:int31:XMS_Handler int31: unknown/not implemented parameters:
int31: AX 0600, BX 0005, CX 3de5, DX 000a, SI 54f3, DI 0c1f, DS 196c, ES 196c
[lrzn@localhost ~]$
请高手帮忙。
谢谢! |
|