when you have replaced gamedev.bnp or ryzom_client file with newer version, then you cannot run /opt/ryzom/ryzom.sh anymore.
You need to be in ~/.ryzom directory and run ryzom from there.
Taking new client name is 'ryzom_client', then you might need to make it executable first by running 'chmod +x ./ryzom_client' after which you can run it by ./ryzom_client
The dot-slash before ryzom_client is important and tells to use client from current directory.
You need to be in ~/.ryzom directory and run ryzom from there.
Taking new client name is 'ryzom_client', then you might need to make it executable first by running 'chmod +x ./ryzom_client' after which you can run it by ./ryzom_client
The dot-slash before ryzom_client is important and tells to use client from current directory.
---
Hello!