TECHNICAL SUPPORT / WEB APPs BUGS


uiWebPrevious1uiWebNext

#1 Report | Quote[en] 

hi,

the ryzom installer fails on a fresh Linux Mint 20.


WRN 403ae7c0 downloader.cpp 421 onError ryzom_installer : Network error Error createing SSL context () (99) when downloading https://download.ryzom.com/ryzom_live_data.7z

.. status code 0

qt.network.ssl: QSslSocket cannot resolve ... (a bunch of stuff)
qt.network.ssl: Incompatible version of OpenSSL


Please help, I am missing RYZOM TIME!!!

---

Fry, of all the friends I've had, your're the first!

#2 Report | Quote[fr] 

Le plus simple est de l'installer manuellement depuis l'archive officielle.

mkdir -p "$HOME/ryzom"
wget -O "ryzom_live_client_linux.7z" "https://download.ryzom.com/ryzom_live_client_linux$(test $(uname -m) = 'x86_64' && echo 64 || echo 32).7z"
wget -O "ryzom_live_data.7z" "https://download.ryzom.com/ryzom_live_data.7z"
7z x "ryzom_live_client_linux.7z" -o"$HOME/ryzom/"
7z x "ryzom_live_data.7z" -o"$HOME/ryzom/"
rm -f "ryzom_live_client_linux.7z" "ryzom_live_data.7z"

https://en.wiki.ryzom.com/wiki/Linux_generic_installation

---

Penser avoir un résultat différent en faisant toujours la même chose, voilà un entêtement bien fyros. Certains diront que c’est de la folie. Et pourtant, continue de foncer dans un mur plein de fois et tu verras qu’à la fin, c’est le mur qui cédera.

#3 Report | Quote[en] 

Azazor, je t'aime!

---

Fry, of all the friends I've had, your're the first!
uiWebPrevious1uiWebNext
 
Last visit Wednesday, 13 August 21:42:41 UTC
P_:G_:PLAYER

powered by ryzom-api