ajmcello
2007-Jan-23 23:45 UTC
[Wine] wine errors out (non-game) with err:int:EMS_Ioctl_Handler int21: unknown/not implemented parameters:
Using wine-0.9.29 with paradox 3.5, I receive the following errors: c:\pdox35>paradox Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:dosmem:DOSMEM_FreeBlock MCB invalid Cannot load PARADOXR.EXE err:dosmem:DOSMEM_FreeBlock MCB invalid Running paradoxr.exe, I get: c:\pdox35>paradoxr Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:int:EMS_Ioctl_Handler int21: unknown/not implemented parameters: int21: AX 4403, BX 0005, CX 0008, DX 00ae, SI 00ae, DI 1f50, DS 1093, ES 1179 err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters: int2f: AX a1ff, BX 0082, CX 0004, DX 00a5, SI 0081, DI 00ae, DS 1093, ES 1093 err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters: int2f: AX a1fe, BX 0082, CX 0004, DX 00a5, SI 0081, DI 00ae, DS 1093, ES 1093 Paradox is a database designed by Borland (Corel). Is there a way to get this to work using wine? I suspect it has something to do with the EGA detection? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070123/4e15bb01/attachment.htm
Paul Romanyszyn
2007-Jan-24 11:03 UTC
[Wine] Re: wine errors out (non-game) with err:int:EMS_Ioctl_Handler int21: unknown/not implemented parameters:
ajmcello wrote:> > Using wine-0.9.29 with paradox 3.5, I receive the following errors: >......> > > > Paradox is a database designed by Borland (Corel). > > Is there a way to get this to work using wine? I suspect it has > something to do with the EGA detection? > > > Thanks in advance. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-usersI don't remember paradox versions but versions around 4 or 5 as I recall were win 3.1. If this is the dos (16bit ) version try dosemu or qemu as wine does not do dos. Paul R.