[Bug 35180] Quake Live standalone fails to authenticate using remembered credentials

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 8 19:12:25 CST 2014


https://bugs.winehq.org/show_bug.cgi?id=35180

Bernhard Übelacker <bernhardu at vr-web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernhardu at vr-web.de

--- Comment #4 from Bernhard Übelacker <bernhardu at 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 ?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list