https://bugs.winehq.org/show_bug.cgi?id=38466
Bug ID: 38466 Summary: WiMP does not connect to server Product: Wine Version: 1.7.38 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: godsetalex@gmail.com Distribution: ---
Created attachment 51307 --> https://bugs.winehq.org/attachment.cgi?id=51307 log
Wimp does not connect to server, please check the attachment.
https://bugs.winehq.org/show_bug.cgi?id=38466
Alexander Strand godsetalex@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=38466
--- Comment #1 from Alexander Strand godsetalex@gmail.com --- Distro is Ubuntu GNOME 15.04, it worked with Ubuntu GNOME 14.10.
https://bugs.winehq.org/show_bug.cgi?id=38466
--- Comment #2 from Austin English austinenglish@gmail.com ---
err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
sounds invalid.
https://bugs.winehq.org/show_bug.cgi?id=38466
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #3 from joaopa jeremielapuree@yahoo.fr --- I have the same problem with Kubuntu 15.04 although gnutls is installed. ii libgnutls-deb0-28:amd64 3.3.8-3ubuntu3 amd64 GNU TLS library - main runtime library ii libgnutls-deb0-28:i386 3.3.8-3ubuntu3 i386 GNU TLS library - main runtime library ii libgnutls-dev:amd64 3.3.8-3ubuntu3 amd64 GNU TLS library - development files ii libgnutls-openssl27:amd64 3.3.8-3ubuntu3 amd64 GNU TLS library - OpenSSL wrapper ii libgnutls26:amd64 2.12.23-15ubuntu2 amd64 GNU TLS library - runtime library rc libgnutls26:i386 2.12.23-15ubuntu2 i386 GNU TLS library - runtime library rc libgnutls28:amd64 3.2.11-2ubuntu1 amd64 GNU TLS library - main runtime library ii libgnutlsxx28:amd64 3.3.8-3ubuntu3 amd64 GNU TLS library - C++ runtime library
https://bugs.winehq.org/show_bug.cgi?id=38466
Simon simondufourc@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |simondufourc@gmail.com
--- Comment #4 from Simon simondufourc@gmail.com --- Same thing here but when using altium: err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
I have read that it may be possible to compile wine with libgnutls built-in but it would be nice if it was working out of the box.
wine-1.7.38
ii libgnutls-deb0-28:amd64 3.3.8-3ubuntu3 amd64 ii libgnutls-deb0-28:i386 3.3.8-3ubuntu3 i386 ii libgnutls-dev:i386 3.3.8-3ubuntu3 i386 un libgnutls-openssl-dev <none> <none> ii libgnutls-openssl27:amd64 3.3.8-3ubuntu3 amd64 ii libgnutls-openssl27:i386 3.3.8-3ubuntu3 i386 un libgnutls26 <none> <none> ii libgnutlsxx28:amd64 3.3.8-3ubuntu3 amd64 ii libgnutlsxx28:i386 3.3.8-3ubuntu3 i386
https://bugs.winehq.org/show_bug.cgi?id=38466
Dmitriy Geels dmitriy.geels@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitriy.geels@gmail.com
--- Comment #5 from Dmitriy Geels dmitriy.geels@gmail.com --- I've been bitten by this bug too since update to Ubuntu 15.04.
Attached part of strace log shows the reason: wine tries to load libgnutls.so.26, which is missing from Ubuntu 15 -- it uses libgnutls.so.28.
https://bugs.winehq.org/show_bug.cgi?id=38466
--- Comment #6 from Dmitriy Geels dmitriy.geels@gmail.com --- Created attachment 51596 --> https://bugs.winehq.org/attachment.cgi?id=51596 part of strace log
https://bugs.winehq.org/show_bug.cgi?id=38466
--- Comment #7 from Dmitriy Geels dmitriy.geels@gmail.com --- This hack helps to workaround problem: sudo cp /usr/lib/i386-linux-gnu/libgnutls-deb0.so.28 /usr/lib/i386-linux-gnu/libgnutls.so.26
https://bugs.winehq.org/show_bug.cgi?id=38466
Jeff vsteel@cableone.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vsteel@cableone.net
--- Comment #8 from Jeff vsteel@cableone.net --- I have this problem as well on Kubuntu 15.04 (backports ppa enabled, fresh install on a new empty drive) trying to run Hero Labs with Wine 1.7.38 from the WineHQ repositories. I also have this issue when installing 1.6 on the official (K)ubuntu repositories.
To test for this issue you can also run the command: wine iexplore.exe http://www.winehq.org/
it will also generate the error: err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
The work around above does fix the issue for me.
https://bugs.winehq.org/show_bug.cgi?id=38466
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution|--- |DUPLICATE
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
resolving as dupe of bug 32479
Regards
*** This bug has been marked as a duplicate of bug 32479 ***
https://bugs.winehq.org/show_bug.cgi?id=38466
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Austin English austinenglish@gmail.com --- Closing.