[Bug 38466] New: WiMP does not connect to server
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(a)winehq.org Reporter: godsetalex(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38466 Alexander Strand <godsetalex(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38466 --- Comment #1 from Alexander Strand <godsetalex(a)gmail.com> --- Distro is Ubuntu GNOME 15.04, it worked with Ubuntu GNOME 14.10. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38466 --- Comment #2 from Austin English <austinenglish(a)gmail.com> ---
err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
sounds invalid. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38466 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #3 from joaopa <jeremielapuree(a)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 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38466 Simon <simondufourc(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simondufourc(a)gmail.com --- Comment #4 from Simon <simondufourc(a)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 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38466 Dmitriy Geels <dmitriy.geels(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitriy.geels(a)gmail.com --- Comment #5 from Dmitriy Geels <dmitriy.geels(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38466 --- Comment #6 from Dmitriy Geels <dmitriy.geels(a)gmail.com> --- Created attachment 51596 --> https://bugs.winehq.org/attachment.cgi?id=51596 part of strace log -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38466 --- Comment #7 from Dmitriy Geels <dmitriy.geels(a)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 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38466 Jeff <vsteel(a)cableone.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vsteel(a)cableone.net --- Comment #8 from Jeff <vsteel(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38466 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht(a)gmx.net Resolution|--- |DUPLICATE --- Comment #9 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, resolving as dupe of bug 32479 Regards *** This bug has been marked as a duplicate of bug 32479 *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38466 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org