[Bug 15416] New: Garena : division by zero in comctl32
http://bugs.winehq.org/show_bug.cgi?id=15416 Summary: Garena : division by zero in comctl32 Product: Wine Version: 1.1.5 Platform: PC URL: http://www.garena.com/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: matej.spindler(a)email.si Shortly after starting garena it crashes with : wine: Unhandled division by zero at address 0x7e9295d8 (thread 0009), starting debugger... I traced the crash to: dlls/comctl32/listview.c:1716: vertInfo.nPage /= infoPtr->nItemHeight; changing the line to: vertInfo.nPage /= (infoPtr->nItemHeight == 0) ? 1 : infoPtr->nItemHeight ; lets garena continue, but there are problems later on (not in comctl32), but thats for another bugreport. LP Matej -- 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=15416 Andrey <unrealix(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |unrealix(a)gmail.com --- Comment #1 from Andrey <unrealix(a)gmail.com> 2008-09-28 02:58:31 --- I heve that bug too -- 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=15416 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download, patch --- Comment #2 from Lei Zhang <thestig(a)google.com> 2008-09-29 15:40:58 --- confirming, I sent a patch. -- 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=15416 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-09-30 14:13:49 --- Patch committed. Please try with the latest wine-git or wait for Wine 1.1.6. -- 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=15416 --- Comment #4 from Matej Spindler <matej.spindler(a)email.si> 2008-09-30 16:46:57 --- (In reply to comment #3)
Patch committed. Please try with the latest wine-git or wait for Wine 1.1.6.
Works ok here ty. -- 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=15416 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:11:12 --- Closing bugs fixed in 1.1.6. -- 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=15416 --- Comment #6 from mhzjml <mhzjml(a)gmail.com> 2008-11-09 12:54:20 --- Created an attachment (id=17181) --> (http://bugs.winehq.org/attachment.cgi?id=17181) error when executing garena.exe i cant execute garena.exe bcz of dat prob.. error signature.. so what should i do? thnks =) -- 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=15416 --- Comment #7 from Matej Spindler <matej.spindler(a)email.si> 2008-11-09 13:19:22 --- (In reply to comment #6)
Created an attachment (id=17181) --> (http://bugs.winehq.org/attachment.cgi?id=17181) [details] error when executing garena.exe
i cant execute garena.exe bcz of dat prob.. error signature..
so what should i do?
thnks =)
Are you sure that you attached the right file ? Bug was fixed in 1.1.6. You are probably using an old version of wine. Please update! -- 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