[Bug 15421] New: fixme:toolhelp:InterruptRegister16 (11cf, 0x11df00c2), stub.
http://bugs.winehq.org/show_bug.cgi?id=15421 Summary: fixme:toolhelp:InterruptRegister16 (11cf, 0x11df00c2), stub. Product: Wine Version: 1.1.4 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: major Priority: P3 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: axel.braun(a)gmx.de I try to run a Win98 program, and get the following error message: axel(a)A30:~/.wine/drive_c/topo> wine go.exe fixme:toolhelp:InterruptRegister16 (11cf, 0x11df00c2), stub. A (wine) pop comes up and says Need 80x87 After confirming it issues: fixme:toolhelp:InterruptUnRegister16 (11cf), stub. Thats it. nothing more. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15421 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15421 --- Comment #1 from Detlef Riekenberg <wine.dev(a)web.de> 2008-09-29 00:28:36 --- (In reply to comment #0)
I try to run a Win98 program, and get the following error message:
Which Programm do you mean? Please add the Programm to the AppDB. Is there a download address for the Programm? -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15421 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win16 Summary|fixme:toolhelp:InterruptRegi|go.exe does not work |ster16 (11cf, 0x11df00c2), | |stub. | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15421 --- Comment #2 from Detlef Riekenberg <wine.dev(a)web.de> 2008-10-17 09:12:20 --- Created an attachment (id=16708) --> (http://bugs.winehq.org/attachment.cgi?id=16708) +relay,+int,+int31 with native toolhelp.dll InterruptRegister / InterruptUnRegister is just a stub in Wine (dlls/kernel32/toolhelp16.c) Native toolhelp call: int31 with AX=0202 (Get Processor Exception Handler Vector) and int31 with AX=0203 (Set Processor Exception Handler Vector) Both are just a stub in Wine (dlls/winedos/int31.c) Google Code found an example use for InterruptRegister: FLY8\MSWIN\MSWIN.c in http://www.samba.org/ftp/eyal/fly8/released/fly81111.zip Google found some more logs: http://www.google.de/search?q=+InterruptRegister16 -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15421 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev(a)web.de --- Comment #3 from Detlef Riekenberg <wine.dev(a)web.de> 2008-10-17 09:28:40 --- Infos in the spec of DPMI 0.9 for int31 / AX=0202 and int31 / AX=0203: http://www.tenberry.com/dpmi/10.html#03 -- by by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15421 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-04-17 12:20:45 --- Is this still an issue in current (1.1.19 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15421 --- Comment #5 from Axel <axel.braun(a)gmx.de> 2009-04-17 13:07:10 --- yes, same behaviour with 1.1.9 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15421 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-10-29 15:25:49 --- Is this still an issue in current (1.1.32 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15421 --- Comment #7 from Axel <axel.braun(a)gmx.de> 2009-10-30 12:35:06 --- Running Wine 1.1.32... After some error messages (C:\go.cfg does not exist) a screen comes up. Looks like it is working now. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15421 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #8 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-30 15:07:22 --- Reported fixed, file new bugs for any other issues you encounter. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15421 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2009-11-13 12:43:13 --- Closing bugs fixed in 1.1.33. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org