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

---

fyros pure sève
akash i orak, talen i rechten!
élucubrations
biographie

#3 Report | Quote[en] 

Azazor, je t'aime!

---

Fry, of all the friends I've had, your're the first!
uiWebPrevious1uiWebNext
 
Last visit Thursday, 28 March 10:27:29 UTC
P_:

powered by ryzom-api