[Bug 24896] New: Lord of the Rings Online crashes at startup
http://bugs.winehq.org/show_bug.cgi?id=24896 Summary: Lord of the Rings Online crashes at startup Product: Wine Version: 1.3.5 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: devh(a)stuffit.at When trying to start LOTRO or for the matter also DDO wine hangs and last line on the log is ReportFault. The dndclient.log of DDO than contains the error INT_DIVIDE_BY_ZERO. All logs are from Ubuntu 10.10 32bit edition using pylotro with LOTRO. Linux 2.6.35-22-generic-pae #35-Ubuntu SMP Sat Oct 16 22:16:51 UTC 2010 i686 GNU/Linux -- 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=24896 --- Comment #1 from devh(a)stuffit.at 2010-10-25 16:15:30 CDT --- Created an attachment (id=31527) --> (http://bugs.winehq.org/attachment.cgi?id=31527) crash log with WINEDEBUG="+d3dx,+wininet,+dsalsa,+wtsapi" -- 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=24896 --- Comment #2 from devh(a)stuffit.at 2010-10-25 16:16:27 CDT --- Created an attachment (id=31528) --> (http://bugs.winehq.org/attachment.cgi?id=31528) glxinfo -- 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=24896 --- Comment #3 from devh(a)stuffit.at 2010-10-25 16:17:34 CDT --- Created an attachment (id=31529) --> (http://bugs.winehq.org/attachment.cgi?id=31529) lscpu -- 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=24896 --- Comment #4 from devh(a)stuffit.at 2010-10-25 16:19:16 CDT --- wine --version wine-1.3.5 -- 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=24896 devh(a)stuffit.at changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31528|application/octet-stream |text/plain mime type| | Attachment #31528|glxinfo |glxinfo.log filename| | -- 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=24896 devh(a)stuffit.at changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31529|application/octet-stream |text/plain mime type| | Attachment #31529|lscpu |lscpu.log filename| | -- 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=24896 Török Edwin <edwintorok(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |edwintorok(a)gmail.com --- Comment #5 from Török Edwin <edwintorok(a)gmail.com> 2011-04-21 05:00:55 CDT --- I got the same error, then I started the program under winedbg, and it crashed somewhere in the [vdso] code at: div %ecx So I did this: winedbg> set $ecx = 1 winedbg> c Then DDO started correctly. I quit DDO, and started it again from PyLotro, and now it no longer crashes (it was crashing every single time before). Unfortunately I couldn't get a backtrace to see which function in vdso tried to do a divide by zero. HTH -- 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=24896 peter.elkin39(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peter.elkin39(a)gmail.com -- 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=24896 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com, | |austinenglish(a)gmail.com --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-10-17 09:40:13 CDT --- Multiple users confirm the game was working in more recent versions of wine until a recent game update described in bug 31979. IMO this bug can be closed as 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=24896 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2012-10-17 12:25:48 CDT --- Probably 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=24896 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2012-10-26 13:31:02 CDT --- Closing bugs fixed in 1.5.16. -- 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