http://bugs.winehq.org/show_bug.cgi?id=22737
Summary: LOTRO Downloader hangs or crashes Product: Wine Version: 1.1.43 Platform: x86-64 URL: http://cdn.content.turbine.com/sites/clientdl/lotro/lo trohigh.exe _OR_ http://cdn.content.turbine.com/sites/clientdl/lotro/lo trostandard.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: daniel.santos@pobox.com
Created an attachment (id=28030) --> (http://bugs.winehq.org/attachment.cgi?id=28030) WINEDEBUG=+all output from running lotrohigh.exe (received hang)
The current Lord of the Rings Online Downloader (for the "Siege of Mirkwood" release) will either crash with a stack overflow or hangs with an apparent thread-deadlock (err:ntdll:RtlpWaitForCriticalSection ... wait timed out ...).
I'm updating my wine to 1.1.44 now, so I'll run some more tests and debug session so I can print all of the threads when I get the deadlock. Sometimes I get the crash, sometimes I get the hang.
Steps to reproduce: You can reproduce this in a number of different ways, but for clarity sake, I have not run any winetricks (as recommended on the appdb page for LOTRO). Here is what I have done:
cd WINEPREFIX=/home/daniel/.wine-lotro-test winecfg # Changed windows version to win2k cd .wine-lotro-test/drive_c/Program\ Files/ wget http://cdn.content.turbine.com/sites/clientdl/lotro/lotrohigh.exe WINEPREFIX=/home/daniel/.wine-lotro-test WINEDEBUG=+all wine lotrohigh.exe > lotrohigh.exe.log 2>&1
The downloader/installer for the previous release, Mines of Moria, did function correctly, so I'm not sure what changed. I'll see if I can find the old installer and see if it works on the current wine or not and post that later.