https://bugs.winehq.org/show_bug.cgi?id=32479
Eric eric.wheez@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.wheez@gmail.com
--- Comment #18 from Eric eric.wheez@gmail.com --- (In reply to mvvvv from comment #9)
I made a mistake. The FAQ is always valid. I solved the problem by creating the link below
sudo cp /usr/lib/i386-linux-gnu/libgnutls-deb0.so.28 /usr/lib/i386-linux-gnu/libgnutls.so.26
I made a fresh win32 prefix installation and it works really well. (SILVER I guess as there still have some colours problems). I was able to create an account authenticate my USB key and download an update via this same USB Key.
so :
Ubuntu 15.10 64 bit wine-1.7.44 from the ubuntu ppa team for wine
bash command : sudo apt-get install libgnutls sudo apt-get install winbind sudo apt-get install lib32nss-mdns rm -r .wine WINEPREFIX=~/prefix32 WINEARCH='win32' wine 'wineboot' WINEPREFIX=~/prefix32 WINEARCH='win32' winetricks vcrun2005 WINEPREFIX=~/prefix32 WINEARCH='win32' wine Téléchargements/Dacia_Media_Nav_Toolbox_Setup.exe WINEPREFIX=~/prefix32 WINEARCH='win32' winetricks dotnet40 corefonts sudo cp /usr/lib/i386-linux-gnu/libgnutls-deb0.so.28 /usr/lib/i386-linux-gnu/libgnutls.so.26 WINEPREFIX=~/prefix32 WINEARCH='win32' wine prefix32/drive_c/Program\ Files/Dacia\ Media\ Nav/Toolbox/Toolbox.exe
hope this will be useful
Thank you very much for this solution. This thread is five years old, but this post helped me get the last version of Eltechs ExaGear Desktop v3.1 (which runs wine-3.0-eltechs, a custom version of wine) working on my Raspberry Pi 4B 2GB running Raspbian Buster. whenever I'd try to run any application that needed an internet connection, the app wouldn't be able to connect and wine would say "err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available." Your "sudo cp /usr/lib/i386-linux-gnu/libgnutls-deb0.so.28 /usr/lib/i386-linux-gnu/libgnutls.so.26" worked perfectly.