Am Mon, 17 Feb 2003 21:18:20 -0700 schrieb Tony Lambregts <[EMAIL PROTECTED]>:
> Not if you intend to implement the missing functions or fix the bugs and > are just asking for some help in that direction. Otherwise Bugzilla is > the place for this http:\\bugs.winehq.org hmm maybe i can help somehow. i didnt find the right bugdescription for this kind of bug now at least i know that it seems to be missing interrupt handlers i didnt have that fixme output even if i tried ----- >raven@VikingPC wine $ wine --debugmsg +fixme test.exe >Warning: unprotecting the first 64KB of memory to allow real-mode calls. > NULL pointer accesses will no longer be caught. >Program too bigraven@VikingPC wine $ ----- > > > What is your version of wine (wine -v) ------ >raven@VikingPC C $ wine -v >Wine 20021125 ------ > > [tony@tony tony]$ wine "f:\test" > Warning: unprotecting the first 64KB of memory to allow real-mode calls. > NULL pointer accesses will no longer be caught. > fixme:int21:DOSVM_Int21Handler SetSystemDate(81/83/17477): not allowed > fixme:int:DOSVM_Int10Handler Unknown - 0xfe > err:int:DOSVM_Int10Handler int10: unknown/not implemented parameters: > int10: AX fe00, BX b800, CX 4445, DX 5351, SI 19b2, DI 0000, DS 00ab, ES > b800 > fixme:int:DOSVM_Int16Handler Unknown INT 16 function - 0x5 > Program too big > > > Thats a couple of interupt handlers that want some attention. > > -- > > Tony Lambregts > thanx i fear i dont have the time right now to dig deep enough into the wine code to write interrupt handlers mabe later but once there was a real interesting list of interrupt handler description available under ftp://FTP.CS.CMU.EDU/afs/cs.cmu.edu/user/ralf/pub/interrupt-list ok that was back in 1993, but it seems they worked further on it combine that interrupt.a - interrupt.r files to the complete list (in inter61a.zip - inter61f.zip right now as it seems) maybe that can help someone Eric