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@winehq.org ReportedBy: matej.spindler@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
http://bugs.winehq.org/show_bug.cgi?id=15416
Andrey unrealix@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |unrealix@gmail.com
--- Comment #1 from Andrey unrealix@gmail.com 2008-09-28 02:58:31 --- I heve that bug too
http://bugs.winehq.org/show_bug.cgi?id=15416
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download, patch
--- Comment #2 from Lei Zhang thestig@google.com 2008-09-29 15:40:58 --- confirming, I sent a patch.
http://bugs.winehq.org/show_bug.cgi?id=15416
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Lei Zhang thestig@google.com 2008-09-30 14:13:49 --- Patch committed. Please try with the latest wine-git or wait for Wine 1.1.6.
http://bugs.winehq.org/show_bug.cgi?id=15416
--- Comment #4 from Matej Spindler matej.spindler@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.
http://bugs.winehq.org/show_bug.cgi?id=15416
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2008-10-10 10:11:12 --- Closing bugs fixed in 1.1.6.
http://bugs.winehq.org/show_bug.cgi?id=15416
--- Comment #6 from mhzjml mhzjml@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 =)
http://bugs.winehq.org/show_bug.cgi?id=15416
--- Comment #7 from Matej Spindler matej.spindler@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!