http://bugs.winehq.org/show_bug.cgi?id=19221
Summary: Regression: Random Crash in Lord of the Rings Online Product: Wine Version: 1.1.25 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: a.vankaam@chello.nl CC: julliard@winehq.org
After updating from 1.1.24 to 1.1.25 I started getting a lot of random crashes in LotRO, most of the time they would happen when zoning from a randon area into 21st Hall.
LotRO is pretty heavy on the disk i/o on startup and I did notice that I got the crash most of the time after a reboot and a login into the 21st hall. This is basicly how I did the regression test plus zoning a lot (21st to zirakzigi to 21st to shadowed refuge back to 21st) to verify bisect good or bad :) Slow but I could find not other way to make it happen.
There is no real error in the normal wine logs but if I need to run it with a diffrent WINEDEBUG just say which one.
Anyways, this is where regression test ended and so far I can play perfectly with 1.1.25
09712593c8496be5e952b7316099f9eed5043203 is first bad commit commit 09712593c8496be5e952b7316099f9eed5043203 Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 25 14:18:53 2009 +0200
ntdll: Release some address space after the process initialization is done.
:040000 040000 25715d0c052bc6bbc0262c742ad285d17a78f236 aa973aa3e5286174dcbffd782691d09bd9109e5d M dlls
http://bugs.winehq.org/show_bug.cgi?id=19221
Daniel Santos daniel.santos@pobox.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.santos@pobox.com
http://bugs.winehq.org/show_bug.cgi?id=19221
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=19221
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression: Random Crash in |Random Crash in Lord of the |Lord of the Rings Online |Rings Online
http://bugs.winehq.org/show_bug.cgi?id=19221
Rizzly rockrobban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rockrobban@gmail.com
--- Comment #1 from Rizzly rockrobban@gmail.com 2009-07-09 11:10:49 --- I get these crashes on almost all loading-screens with .25, wich I didn't get with .24. The "heavier" the area is, the most likely a crash is to occur.
I have an old Nvidia 8800gts 640 mb graphics card, I don't know if you have a better one Caladan? If you have a better one, that might be why you don't crash as much as I do.
I've tried different nvidia drivers and so on, but nothing helps, so this would most definetly be a wine problem.
Like Caladan I do not get any errors in wine.
http://bugs.winehq.org/show_bug.cgi?id=19221
--- Comment #2 from Caladan a.vankaam@chello.nl 2009-07-09 13:01:49 --- GeForce 8800 GT, 185 drivers, yes the heavier the area the sooner it happens, just noticed that when you got a lot cached it happens less then when there is still a lot of loading i/o going on. Been working without a single crash now on 1.1.25 for last 2 days (Book 8 finished) using the git which does not have the mentioned regression.
http://bugs.winehq.org/show_bug.cgi?id=19221
Sascha Berg berg.sascha@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |berg.sascha@web.de
--- Comment #3 from Sascha Berg berg.sascha@web.de 2009-07-09 13:54:03 --- Hello everybody.
I have the same issue. Since update to .25 crash lotro randomly. With .24 have i nearly no crashes.
I add a a logfile with WINEDEBUG=warn+all
http://bugs.winehq.org/show_bug.cgi?id=19221
--- Comment #4 from Sascha Berg berg.sascha@web.de 2009-07-09 14:03:40 --- Created an attachment (id=22303) --> (http://bugs.winehq.org/attachment.cgi?id=22303) WINEDEBUG=warn+all
http://bugs.winehq.org/show_bug.cgi?id=19221
--- Comment #5 from Daniel Santos daniel.santos@pobox.com 2009-07-10 00:45:15 --- Well I was concerned about hangs I've been having using my working cursor patches and am now relieved that they appear to be related to this bug. Here is what I think is the relevant snippet from my log with the following WINEDEBUG value:
WINEDEBUG="+tid,warn-all,fixme+all,err+all,trace+cursor,trace+icon,trace+resource,fixme+cursor,fixme+icon,fixme+resource,warn+cursor,warn+icon,warn+resource"
0009:trace:resource:LoadResource 0x7b820000 0x7b8cb150 0009:trace:resource:LockResource (0x7b8efbf4) 0009:trace:resource:FindResourceExW 0x7b820000 #0006 #0101 0409 0009:trace:resource:LdrFindResource_U module 0x7b820000 type #0006 name #0101 lang 0409 level 3 0009:trace:resource:find_entry_by_id root 0x7b8c3918 dir 0x7b8c3918 id 0006 ret 0x7b8c3940 0009:trace:resource:find_entry_by_id root 0x7b8c3918 dir 0x7b8c3940 id 0101 ret 0x7b8c59d8 0009:trace:resource:find_entry_by_id root 0x7b8c3918 dir 0x7b8c59d8 id 0409 ret 0x7b8cb150 0009:trace:resource:LoadResource 0x7b820000 0x7b8cb150 0009:trace:resource:LockResource (0x7b8efbf4) 0009:trace:resource:LdrFindResource_U module 0xf5940000 type #0018 name #0002 lang 0000 level 3 0009:fixme:faultrep:ReportFault 0x33f4e8 0x0 stub
Although m$ has deprecated ReportFault, it would appear that LOTRO uses it (or maybe some part of wine?) Either way, I didn't get a dialog when it crashed, maybe it's because I'm using an un-stripped build, I dunno. I was able to re-produce the crash quickly by going back to full graphics settings. It appears that the lower my graphics settings, the less likely it will happen (also, it happened while zoning).
http://bugs.winehq.org/show_bug.cgi?id=19221
Caladan a.vankaam@chello.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #6 from Caladan a.vankaam@chello.nl 2009-07-10 06:24:30 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=19221
joneill@escom.us changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joneill@escom.us
--- Comment #7 from joneill@escom.us 2009-07-10 08:32:24 --- I am now experiencing random crashes on several Gentoo ~amd64 machines. They are all running the WINE 1.1.25, NVIDIA 180.60 drivers, and KDE 4.2.4. I am using "PyLOTRO 0.1.10" to run the client.
In every case, LOTRO crashes and leaves a "lotroclient.exe" zombie process. Killing this process restores the system to normal operation.
http://bugs.winehq.org/show_bug.cgi?id=19221
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #8 from Ken Sharp kennybobs@o2.co.uk 2009-07-15 09:37:50 --- This is a duplicate.
*** This bug has been marked as a duplicate of bug 19219 ***
http://bugs.winehq.org/show_bug.cgi?id=19221
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Ken Sharp kennybobs@o2.co.uk 2009-07-15 09:39:51 --- Closing dup.