libgnutls error but libgnutls are installed - Arch Linux

Questions about Wine on Linux
Locked
mozo
Newbie
Newbie
Posts: 3
Joined: Tue Jul 31, 2018 8:46 am

libgnutls error but libgnutls are installed - Arch Linux

Post by mozo »

Hello,
as I have been adviced from this bug, I created a new thread about libgnutls error. The exact error is:

Code: Select all

00d0:err:winediag:gnutls_initialize failed to load libgnutls, no support for encryption
I have installed libgnutls on my system (Arch Linux x64), both 32 and 64 but the error persists. I need help to fix this problem in order to comply the requirements of the bug when host TCP/IP multiplayer game is created. Thank you.
mozo
Newbie
Newbie
Posts: 3
Joined: Tue Jul 31, 2018 8:46 am

Re: libgnutls error but libgnutls are installed - Arch Linux

Post by mozo »

I tried the game on Linux Mint 18.3 and the libgnutils error isn't there at all. The game however again crashes at TCP/IP game creation.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: libgnutls error but libgnutls are installed - Arch Linux

Post by dimesio »

Make sure the version of libgnutls you have installed on Arch is the same as the version your Wine was compiled with.
mozo
Newbie
Newbie
Posts: 3
Joined: Tue Jul 31, 2018 8:46 am

Re: libgnutls error but libgnutls are installed - Arch Linux

Post by mozo »

Ah, thats right, I take the wine versions from POL or Lutris and the are obviosly compiled with older version. Now I tried it with the native arch version and the error has gone. Thank you very much!
Locked