http://bugs.winehq.org/show_bug.cgi?id=35156
Bug ID: 35156 Summary: Quake Live standalone cannot connect to remote games Product: Wine Version: 1.7.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alexandru.balut@gmail.com Classification: Unclassified
Created attachment 46900 --> http://bugs.winehq.org/attachment.cgi?id=46900 The "Waiting for authentication" screen
Start Launcher.exe, click on the first remote game you see. Notice at some point the "Waiting for authentication." message appears and in the game console "Disconnected: 13 ConnTIsFailed"; this goes on forever. It should connect to the specified server and start the game.
http://bugs.winehq.org/show_bug.cgi?id=35156
--- Comment #1 from Alex Balut alexandru.balut@gmail.com --- Created attachment 46901 --> http://bugs.winehq.org/attachment.cgi?id=46901 terminal log
http://bugs.winehq.org/show_bug.cgi?id=35156
--- Comment #2 from Austin English austinenglish@gmail.com ---
$ WINEPREFIX=~/.wine-ql wine ~/.wine-ql/drive_c/Program\ Files\ (x86)/Quake\ Live/Launcher.exe
cd to the directory first.
http://bugs.winehq.org/show_bug.cgi?id=35156
--- Comment #3 from Alex Balut alexandru.balut@gmail.com --- I tried cd to the directory but it's still the same:
$ cd ~/.wine-ql/drive_c/Program\ Files\ (x86)/Quake\ Live/ $ WINEPREFIX=~/.wine-ql wine Launcher.exe
A QL developer explained that the "Disconnected: 13 ConnTIsFailed" message is because "XMPP is failing to make a TLS connection". Any idea what could cause a TLS connection to fail? Do you think this is related to this message which keeps appearing in the terminal:
fixme:winsock:WSALookupServiceBeginW (0xe16e4d0 0x00000ff0 0xe16e50c) Stub! [1218/095809:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin failed with: 8
What native library could provide an implementation for WSALookupServiceBegin?
http://bugs.winehq.org/show_bug.cgi?id=35156
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to comment #3)
I tried cd to the directory but it's still the same:
$ cd ~/.wine-ql/drive_c/Program\ Files\ (x86)/Quake\ Live/ $ WINEPREFIX=~/.wine-ql wine Launcher.exe
A QL developer explained that the "Disconnected: 13 ConnTIsFailed" message is because "XMPP is failing to make a TLS connection". Any idea what could cause a TLS connection to fail?
In other similar bugs a +secur32 log was requested, it may help.
... Do you think this is related to this message which keeps appearing in the terminal: fixme:winsock:WSALookupServiceBeginW (0xe16e4d0 0x00000ff0 0xe16e50c) Stub! [1218/095809:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin failed with: 8
That error is present in dozens of applications and in most of the cases it's not harmful.
What native library could provide an implementation for WSALookupServiceBegin?
It's ws2_32.dll, but that is a low level DLL that does not work in wine.
http://bugs.winehq.org/show_bug.cgi?id=35156
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://cdn.quakelive.com/as | |sets/2013121703/QuakeLiveSe | |tup_840.exe CC| |focht@gmx.net
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello,
I can't reproduce this, joined several online servers without problems. Played a bit and/or just lurked around using spectator mode.
The game client works out of the box with Wine.
Just like your other bugs .. you really seem to have a _broken_ Wine installation.
*** Please fix your Wine installation this before reporting further bugs! ***
$ sha1sum QuakeLiveSetup_840.exe 843d1542bccaaf1bd46bee0acec95d4bfdfc898b QuakeLiveSetup_840.exe
$ du -sh QuakeLiveSetup_840.exe 5.8M QuakeLiveSetup_840.exe
$ wine --version wine-1.7.8-258-g15b3ff2
Regards
http://bugs.winehq.org/show_bug.cgi?id=35156
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com --- The game works fine here too, I'm surprised to see how well it works in an intel graphics board.
http://bugs.winehq.org/show_bug.cgi?id=35156
Alex Balut alexandru.balut@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME
--- Comment #7 from Alex Balut alexandru.balut@gmail.com --- I figured by reading https://wiki.archlinux.org/index.php/wine that I had to install lib32-gnutls. This fixes the problem.
http://bugs.winehq.org/show_bug.cgi?id=35156
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |INVALID
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to comment #7)
I figured by reading https://wiki.archlinux.org/index.php/wine that I had to install lib32-gnutls. This fixes the problem.
Invalid then due to missing libraries.
http://bugs.winehq.org/show_bug.cgi?id=35156
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Austin English austinenglish@gmail.com --- Closing.