https://bugs.winehq.org/show_bug.cgi?id=35180
Bernhard Übelacker bernhardu@vr-web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@vr-web.de
--- Comment #4 from Bernhard Übelacker bernhardu@vr-web.de --- I had the same issue. (At least it seems to be the same.)
When the problem is visible the screen shows "Server Status" "QUAKE LIVE is Offline." and the "PLAY" button is gray.
On a successfull start it shows all the same except "Server Status" "QUAKE LIVE is Online." and a red "PLAY" button.
The default log does also not reveal anything obvious to me.
So I grepped the "strace -f" for some shared object loadings, and found that it tries to load /usr/lib/libgnutls.so.26.
In schannel_gnutls.c a WARN should be printed when the loading fails, but it is only printed when starting with: $ WINEDEBUG=+secur32 wine Launcher warn:secur32:schan_imp_init Failed to load libgnutls.
My system is a Debian Jessie/testing 64 bit. Around a month ago the package libgnutls26:i386 was removed.
For testing I installed again this version: libgnutls26_2.12.23-17_i386.deb libgnutls-dev_2.12.23-17_i386.deb
The problem occured when libgnutls26:i386 was not installed: - with playonlinux 1.7.28 - with wine git 1.7.28 and 1.7.32 (built while dev package was installed)
So in my opinion this could be caused with every binary distribution without hard dependencies to its gnutls version.
Probably Alex Balut or Bruno Jesus can give more details on their used wine version.
An improvement could be to change the WARN into an ERR ?