[Bug 13107] New: wine: Unhandled exception 0xc0000090 at address 0x7ee2763b
http://bugs.winehq.org/show_bug.cgi?id=13107 Summary: wine: Unhandled exception 0xc0000090 at address 0x7ee2763b Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: leohome(a)free.fr Created an attachment (id=12887) --> (http://bugs.winehq.org/attachment.cgi?id=12887) wine: Unhandled exception 0xc0000090 at address 0x7ee2763b wine 0.9.61 or wine 1.0 rc1 (I don't test with older version) wine configuration : - windows version : windows 98 - I don't use native dll kubuntu hardy heron 8.04 This exception happens with an old game written in vb (under windows 98). I can launch the game. But if I begin the game, wine crashes (see attachment). There are other reports about this exception but I don't know if they are similar to this bug. -- 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=13107 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |kernel32 Version|unspecified |1.0-rc1 --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-10 16:12:18 --- What game is it? Is there a demo? -- 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=13107 --- Comment #2 from hugues <leohome(a)free.fr> 2008-05-10 17:00:25 --- This is an old game (1999) made by sybex: belote. This is a cards game. There is no demo available. -- 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=13107 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|wine: Unhandled exception |Belote crashes |0xc0000090 at address | |0x7ee2763b | -- 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=13107 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-11-12 14:26:20 --- Is this still an issue in current (1.1.8 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=13107 --- Comment #4 from hugues <leohome(a)free.fr> 2008-11-12 14:47:14 --- (In reply to comment #3)
Is this still an issue in current (1.1.8 or newer) wine?
Yes, this is still an issue with 1.1.8 -- 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=13107 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2009-05-18 10:48:52 --- Is this still an issue in current (1.1.21 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=13107 --- Comment #6 from hugues <leohome(a)free.fr> 2009-05-19 12:13:26 --- (In reply to comment #5)
Is this still an issue in current (1.1.21 or newer) wine? Yes, this is still an issue with 1.1.21
-- 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=13107 --- Comment #7 from Rein Klazes <wijn(a)online.nl> 2009-05-20 00:54:56 --- Perhaps there is something you can try. Your log shows where the floating point exception happens: 0x7ee3d63b WIN87_fpmath+0x19b [/home/hugues/src/wine-1.0-rc1/dlls/kernel32/win87em.c:164] in kernel32: wait 164 __asm__ __volatile__("fist %0;wait" : "=m" (dw) : : "memory"); That is now line#163 in .../dlls/win87em.dll16/win87em.c The purpose of that instruction is not essential: it is only for logging in the call to TRACE below. So remove this line, recompile and see if that makes a difference. With luck the problem disappears, if not the problem may show up somewhere else. -- 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=13107 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-05-22 09:30:52 --- That trace was removed in git http://source.winehq.org/git/wine.git/?a=commitdiff;h=b0a40dafd9266c22dedd90..., so give a try to wine 1.1.22 (should be out later today). -- 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=13107 --- Comment #9 from hugues <leohome(a)free.fr> 2009-05-28 14:28:23 --- Now, with wine 1.1.22, there is no issue. -- 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=13107 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-05-28 15:11:12 --- Reported fixed. -- 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=13107 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2009-06-05 12:40:51 --- Closing bugs fixed in 1.1.23. -- 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