http://bugs.winehq.org/show_bug.cgi?id=22049
Summary: EVE online won't start Product: Wine Version: 1.1.40 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: xor@gmx.li
Created an attachment (id=26839) --> (http://bugs.winehq.org/attachment.cgi?id=26839) Strace output of the place where "temporarily unavailable" starts to happen
Kubuntu 9.10 Karmic with latest packages, Wine 1.1.40 and Nvidia drivers 185.18.36.
What I've tried to make Eve work: - I ran winecfg and configured the display to "Allow DirectX apps to stop mouse blah blah" and "Emulate a virtual desktop with 1024x768. ) - I tried setting "bitsCancelled=0" before starting it. Both did not help.
Now for the symptoms:
If I run "wine eve.exe" or "wine bin/ExeFile.exe" it won't start: After the splashscreen disappears, ExeFile will continue to run (using 0% cpu) and nothing will happen.
If I run "strace wine eve/exefile" it WILL start and I can play the game. "strace -e trace= wine ..." also makes it work ("-e trace=" effectively disables all tracing).
If I attach strace AFTER starting wine, ExeFile will continue to do nothing but strace shows that it is stuck in an endless "read(socket) = resource temporarily unavailable" loop.
If I run "strace wine explorer /desktop=0,1024x768 bin/ExeFile.exe 2> eve.log" then I get a full strace AND it won't start....
The first occurence of the "temporarily unavailable" on that socket in the strace is shown in the attached strace log. What happens there is that it tries to read from a X-window related socket and reading fails with "temporarily unavailable". So probably its really not related to the "bitsCancelled" thing because that is about the auto-updater...
http://bugs.winehq.org/show_bug.cgi?id=22049
N3o diafoirus@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |diafoirus@gmail.com
--- Comment #1 from N3o diafoirus@gmail.com 2010-03-16 10:36:15 --- Try run it with:
perl -pi -e 's/bitsCancelled=1/bitsCancelled=0/' "$HOME/.wine/drive_c/users/$USER/Local Settings/Application Data/CCP/EVE/c_program_files_ccp_eve_tranquility/settings/prefs.ini" && wine explorer /desktop=0,[YOUR MAX RESOLUTION] "C:\Program Files\CCP\EVE\eve.exe" &
For example :
perl -pi -e 's/bitsCancelled=1/bitsCancelled=0/' "$HOME/.wine/drive_c/users/$USER/Local Settings/Application Data/CCP/EVE/c_program_files_ccp_eve_tranquility/settings/prefs.ini" && env wine explorer /desktop=0,1680x1050 "C:\Program Files\CCP\EVE\eve.exe" &
http://bugs.winehq.org/show_bug.cgi?id=22049
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-16 10:48:01 --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
Start with attaching plain terminal output without any debug switches or tools like strace.
http://bugs.winehq.org/show_bug.cgi?id=22049
xor@gmx.li changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from xor@gmx.li 2010-03-16 11:07:52 --- Actually the perl trick to set bitsCancelled=0 worked! I thought I had tried multiple times to use nano (text editor) to set it to 0 and start it but I guess I did not start it with the "explorer desktop blah" prefix which seems to be required for bitsCancelled=0 to help
http://bugs.winehq.org/show_bug.cgi?id=22049
xor@gmx.li changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED |
--- Comment #4 from xor@gmx.li 2010-03-16 15:22:42 --- It sometimes still won't start with the commandline to set bitsCancelled=0 ...
http://bugs.winehq.org/show_bug.cgi?id=22049
evanh evanh@clear.net.nz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |evanh@clear.net.nz
--- Comment #5 from evanh evanh@clear.net.nz 2010-03-16 18:22:20 --- The bitsCancelled=0 trick is unreliable. It's actually a bug in the Eve client. CCP have acknowledged the bug.
A better workaround is to turn back on what has been turned off in Ubuntu 9.10. Read post #5 of http://bugs.launchpad.net/bugs/436342
http://bugs.winehq.org/show_bug.cgi?id=22049
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-16 19:25:40 --- Ubuntu bug then
http://bugs.winehq.org/show_bug.cgi?id=22049
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-16 19:25:46 --- Closing
http://bugs.winehq.org/show_bug.cgi?id=22049
--- Comment #8 from evanh evanh@clear.net.nz 2010-03-17 07:45:48 --- Technically, it's an Eve bug that is exacerbated by a Ubuntu oddity.