LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   WINE & Cobal error? (https://www.linuxquestions.org/questions/linux-software-2/wine-and-cobal-error-232944/)

gulo 09-20-2004 10:27 AM

WINE & Cobal error?
 
I’m trying to run a DOS database program via WINE on a FC box here at work
but I’m getting this error:

[root@patriot root]# wine "c:\jobboss\jobboss"
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 9700, BX 00c1, CX 0000, DX 00c1, SI 0000, DI 0000, DS 0299, ES 00c1
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 9800, BX 00c1, CX 0000, DX 00c1, SI 0000, DI 0000, DS 0299, ES 00c1
Cobol run time library not installed
[root@patriot root]#

Can someone translate?
Is the “Cobol run time library” a DLL file?

mhearn 09-20-2004 10:38 AM

Maybe dosbox would work better for you? The err messages are as the app hits stubs, Wines DOS support is there more for Windows apps that make DOS calls rather than true DOS apps.


All times are GMT -5. The time now is 10:52 PM.