Difference between revisions of "User:Heernis/sandbox"

From Ryzom Forge Wiki

Jump to: navigation, search
(Wie funktioniert der Ryzom Installer?)
(Configuration file used or created by Ryzom Installer)
Line 29: Line 29:
 
**Antwort: Es patcht nur den Windows-Client, da kein anderer Client das offizielle Patchesystem verwendet. Windows 2.0 Clients werden auf 3.0 gepatcht mit dem Installer. Wenn der Patch funktioniert, wird er gepatcht, auch mit 1.x-Clients. Es wird nichts ändern. Für Linux- und OS X Spieler müssen sie den Installer herunterladen. In allen Fällen migrieren alle Spieler, die Beta-Clients verwenden, automatisch, ohne dass der Installer benötigt wird.
 
**Antwort: Es patcht nur den Windows-Client, da kein anderer Client das offizielle Patchesystem verwendet. Windows 2.0 Clients werden auf 3.0 gepatcht mit dem Installer. Wenn der Patch funktioniert, wird er gepatcht, auch mit 1.x-Clients. Es wird nichts ändern. Für Linux- und OS X Spieler müssen sie den Installer herunterladen. In allen Fällen migrieren alle Spieler, die Beta-Clients verwenden, automatisch, ohne dass der Installer benötigt wird.
  
==Configuration file used or created by Ryzom Installer==
+
==Konfigurationsdatei, die vom Ryzom Installer verwendet oder erstellt wurde==
  
Each user choice is saved in a configuration file named ryzom_installer.ini. You can open https://bitbucket.org/ryzom/ryzomcore/src/05465687c514be172eadb4d39d670714219d4558/code/ryzom/tools/client/ryzom_installer/res/ryzom_installer.ini?at=compatibility-develop&fileviewer=file-view-default with your browser to see its default content. This file is integrated into Ryzom Installer binary and is copied in C:\Users\<your name>\AppData\Local\Ryzom even if you chose a different location during migration.
+
Jede Benutzereinstellung wird in einer Konfigurationsdatei namens [https://bitbucket.org/ryzom/ryzomcore/src/05465687c514be172eadb4d39d670714219d4558/code/ryzom/tools/client/ryzom_installer/res/ryzom_installer.ini?at=compatibility-develop&fileviewer=file-view-default| ryzom_installer.ini] gespeichert. Sie können oben den blaue Link "ryzom_installer.ini" mit Ihrem Browser öffnen, um den Standard-Inhalt anzuzeigen. Diese Datei ist in die Ryzom Installer Binärdatei integriert und wird in C:\Users\%username%\AppData\Local\Ryzom kopiert, auch wenn Sie während der Migration einen anderen Ort gewählt haben.
  
After the default profile is created (at the end of the migration), its content should be like that :
+
Nachdem das Standardprofil erstellt wurde (am Ende der Migration), sollte der Inhalt so aussehen:
 +
<syntaxhighlight lang="ini">
 +
[General]
 +
version=4
  
    version=3
+
[common]
   
+
language=de
    [common]
+
source_directory=
    language=fr
+
installation_directory=C:/Users/%username%/AppData/Local/Ryzom
    source_directory=
+
use_64bits_client=true
    installation_directory=C:/Users/Kervala/AppData/Local/Ryzom
+
should_uninstall_old_client=true
    use_64bits_client=true
+
ignore_free_disk_space_checks=false
    should_uninstall_old_client=true
+
installer_filename_windows=ryzom_installer_qt_r.exe
    installer_filename_windows=ryzom_installer_qt_r.exe
 
    installer_filename_osx=RyzomInstaller.app/Contents/MacOS/RyzomInstaller
 
    installer_filename_linux=ryzom_installer_qt
 
   
 
    [product]
 
    name=Ryzom
 
    publisher="Winch Gate Property Limited"
 
    url_about=http://ryzom.com/?lang=$LANG
 
    url_help=http://app.ryzom.com/app_forum/index.php?page=topic/view/22047/1&post149889=$LANG#1
 
    comments=Science-fantasy MMORPG
 
   
 
    [servers]
 
    size=1
 
   
 
    [server_0]
 
    id=ryzom_live
 
    name=Atys
 
    display_url="http://app.ryzom.com/app_releasenotes/index.php?lang=$LANG"
 
    files_list_url="https://sourceforge.net/projects/ryzom/rss?path=/installer"
 
    data_download_url="http://downloads.sourceforge.net/project/ryzom/installer/ryzom_live_data.7z?r=&ts=$TIMESTAMP"
 
    data_download_filename=ryzom_live_data.7z
 
    data_compressed_size=1500000000
 
    data_uncompressed_size=7000000000
 
    client_download_url="http://downloads.sourceforge.net/project/ryzom/installer/ryzom_live_client_$ARCH.7z?r=&ts=$TIMESTAMP"
 
    client_download_filename=ryzom_live_client_$ARCH.7z
 
    client_filename_windows=ryzom_client_r.exe
 
    client_filename_osx=Ryzom.app/Contents/MacOS/Ryzom
 
    client_filename_linux=ryzom_client
 
    client_filename_old_windows=client_ryzom_rd.exe
 
    configuration_filename_windows=ryzom_configuration_qt_r.exe
 
    configuration_filename_osx=Ryzom.app/Contents/MacOS/RyzomConfiguration
 
    configuration_filename_linux=ryzom_configuration_qt
 
    comments=
 
   
 
    [profiles]
 
    size=1
 
    default=0
 
   
 
    [profile_0]
 
    id=0
 
    name=Ryzom (Atys)
 
    server=ryzom_live
 
    executable=
 
    arguments=
 
    comments=Default profile created by Ryzom Installer
 
    desktop_shortcut=true
 
    menu_shortcut=true
 
   
 
* [product] section contains details on Ryzom that will be used in "App/Remove programs" and other locations.
 
* [server_X] sections include files required by a server, files to copy, space required, etc... :) for the moment, only ryzom_live (= Atys) is supported.
 
* [profiles] are saved in different sections [profile_X] with a number.
 
  
 +
[product]
 +
name=Ryzom
 +
publisher=Winch Gate Property Limited
 +
url_about="http://ryzom.com/?lang=$LANG"
 +
url_update=
 +
url_help="http://app.ryzom.com/app_forum/index.php?page=topic/view/22047/1&post149889=$LANG#1"
 +
comments=Science-fantasy MMORPG
  
*'''Q: In edit profile window we still can put in login details in arguments to automatically log in? same like in a shortcut?'''
+
[servers]
 +
size=1
 +
default=0
  
**A: Indeed. And it'll update shortcuts if they are checked. if you have several accounts, it'll be useful. You can even choose another client and it'll display its version. It can be useful if you want to use a DEV client for example.
+
[server_0]
 +
id=ryzom_live
 +
name=Atys
 +
display_url="http://app.ryzom.com/app_releasenotes/index.php?lang=$LANG"
 +
files_list_url="https://sourceforge.net/projects/ryzom/rss?path=/installer"
 +
data_download_url="http://downloads.sourceforge.net/project/ryzom/installer/ryzom_live_data.7z?r=&ts=$TIMESTAMP"
 +
data_download_filename=ryzom_live_data.7z
 +
data_compressed_size=1500000000
 +
data_uncompressed_size=7000000000
 +
client_download_url="http://downloads.sourceforge.net/project/ryzom/installer/ryzom_live_client_$ARCH.7z?r=&ts=$TIMESTAMP"
 +
client_download_filename=ryzom_live_client_$ARCH.7z
 +
client_filename_windows=ryzom_client_r.exe
 +
client_filename_osx=Ryzom.app/Contents/MacOS/Ryzom
 +
client_filename_linux=ryzom_client
 +
client_filename_old_windows=client_ryzom_rd.exe
 +
configuration_filename_windows=ryzom_configuration_qt_r.exe
 +
configuration_filename_osx=Ryzom.app/Contents/MacOS/RyzomConfiguration
 +
configuration_filename_linux=ryzom_configuration_qt
 +
comments=Live server x64
  
**Ryzom Installer allows to edit this file easily, but that's always good to understand where are stored users data and their content:
+
[profiles]
***Patched files (client, data, etc...) are located in the directory you chose during migration or, by default, C:\Users\<your name>\AppData\Local\Ryzom\ryzom_live (where ryzom_live is the ID of the server).
+
size=1
***Users files (client.cfg, client.log, user, save, screenshots, music, etc...) are located in C:\Users\<your name>\AppData\Roaming\Ryzom\<profile id>
+
default=0
 
+
   
 
+
[profile_0]
*'''Q:Can we choose to install them elsewhere?'''
+
arguments=
 
+
comments=
**A:Yes. We can put where we want the client data. The location that can be changed is the one to C:\Users\<your name>\AppData\Local\Ryzom, C:\Users\<your name>\AppData\Roaming\Ryzom\<profile id> can't be changed. Perhaps later...  Under Windows, “Local“ is big data specific to current machine, “Roaming” is user data that must be copied on each machine user is connected (it makes sense in the case on a Windows network using a domain).
+
desktop_shortcut=
 
+
executable=
 
+
id=0
*'''Q: What is the goal of this structure?'''
+
menu_shortcut=
 +
name=
 +
server=ryzom_live
 +
</syntaxhighlight>
  
**A: Being able to have several data files for each server (Atys, Yubo, Kaghanat, Tempest in the Aether, etc) and several clients/accounts. So if you have 4 accounts on Atys, you'll have one server (ryzom_live) and 4 profiles (0, 1, 2, 3) with different client.cfg and distinct user files. And you'll be able to play simultaneously without having 4 copies of whole data. The locations of files and ryzom_installer.ini will be different on each platform.
+
* [product] Der Sektion enthält Details über Ryzom, die in " Anwendungen/Entfernungsprogrammen" und anderen Orten verwendet werden.
 +
* [server_X] Die Sektionen beinhalten Dateien, die von einem Server benötigt werden, Dateien zum Kopieren, Speicherbedarf, etc.... :) im Moment wird nur ryzom_live (= Atys) unterstützt.
 +
* [profiles] werden in verschiedenen Sektionen [profile_X] mit einer Nummer gespeichert.
  
  
*'''Q: Why isn't it stored in the same directory the game is?'''
+
*'''Frage: Im Profilbearbeitungsfenster können wir immer noch Zugangsdaten in Argumente eingeben, um uns automatisch anzumelden? Genau wie in einer Verknüpfung?'''
 +
**Antwort: Allerdings. Und es aktualisiert die Verknüpfungen, wenn sie überprüft werden. Wenn du mehrere Konten hast, wird es nützlich sein. Du kannst sogar einen anderen Client auswählen und er zeigt dabei seine Version an. Dies kann z.B. nützlich sein, wenn du einen DEV-Client verwenden möchtest.
 +
**Der Ryzom Installer erlaubt es, diese Datei einfach zu bearbeiten, aber es ist immer gut zu verstehen, wo sich die gespeicherten Benutzerdaten und deren Inhalt befinden:
 +
***Gepatchte Dateien (Client, Daten, etc....) befinden sich in dem Verzeichnis, das Sie bei der Migration gewählt haben, oder standardmäßig in C:\Users\%username%\AppData\Local\Ryzom\Rryzom_live (wobei ryzom_live die ID des Servers ist).
 +
***Benutzerdateien (client.cfg, client.log, user, save, screenshots, music, usw....) befinden sich unter C:\Users\%username%\AppData\Roaming\Ryzom\<profile id>
  
**A: Because we need to centralize the configuration file else Ryzom Installer won't find it if we launch it from elsewhere.
 
  
 +
*'''Frage: Können wir entscheiden, ob wir sie woanders installieren lassen wollen?'''
 +
**Antwort: Ja. Wir können die Client-Daten dort platzieren, wo wir sie haben wollen. Der Ort, der geändert werden kann, ist der Ort, an dem C:\Users\<Ihr Name>\AppData\Local\Ryzom, C:\Users\<Ihr Name>\AppData\Roaming\Ryzom\<profile id> kann nicht geändert werden. Vielleicht später....  Unter Windows ist " Local " für eine große Datenmenge spezifisch für aktuelle Rechner, "Roaming" für Benutzerdaten, die auf jeden verbundenen Rechner kopiert werden müssen (dies ist im Falle eines Windows-Netzwerks über eine Domäne sinnvoll).
  
*'''Q: How can I find the folder where my screenshots, client.fg or client.log are located?'''
 
  
**A: C:\Users\<your name>\AppData\Roaming\Ryzom\<profile id> where 'AppData' is usually a hidden folder. There are at least 3 ways to open the folder and to go ahead to your location:
+
*'''Frage: Was ist das Ziel dieser Struktur?'''
 +
**Antwort: In der Lage sein, mehrere Datendateien für jeden Server (Atys, Yubo, Kaghanat, Tempest im Aether usw.) und mehrere Clients/Konten zu haben. Wenn Sie also 4 Konten auf Atys haben, haben Sie einen Server (ryzom_live) und 4 Profile (0, 1, 2, 3) mit unterschiedlichen client.cfg und unterschiedlichen Benutzerdateien. Und Sie können gleichzeitig spielen, ohne 4 Kopien ganzer Daten zu haben. Die Speicherorte von Dateien und ryzom_installer.ini werden auf jeder Plattform unterschiedlich sein.
  
***Open the Ryzom Installer, go to Settings -> Profile, choose your Profile on the left, click on 'Open' next to  'Directory' on the right side.
 
  
***Go to Windows Explorer and type in the address bar %AppData% and press enter.
+
*'''Frage: Warum wird es nicht im gleichen Verzeichnis wie das Spiel gespeichert?'''
 +
**A: Da wir die Konfigurationsdatei zentralisieren müssen, wird der Ryzom Installer sie nicht finden, wenn wir sie von woanders starten.
  
***Go to Windows Explorer, open your C:\ drive, click on 'Organize', select 'Folder and Search' option, Select 'View' tab in the new window. Under 'Files and Folders' -> 'Hidden files and folders', select the option to 'Show hidden files, folders and drives'. Click on 'OK' and from now on you always can find and open AppData directory.
 
  
**For Windows XP the location is: C:\Documents and Settings\yourname\Application Data\Ryzom\0
+
*'''Frage: Wie finde ich den Ordner, in dem sich meine Screenshots, client.cfg oder client.log befinden?'''
 +
**Antwort: C:\Users\%username%\AppData\Roaming\Ryzom\<Profil id> wobei "AppData" normalerweise ein versteckter Ordner ist. Es gibt mindestens 3 Möglichkeiten, den Ordner zu öffnen und zu Ihrem Speicherort zu gelangen:
 +
***Öffnen Sie den Ryzom Installer, gehen Sie zu Einstellungen -> Profil, wählen Sie Ihr Profil auf der linken Seite, klicken Sie auf 'Öffnen' neben 'Verzeichnis' auf der rechten Seite.
 +
***Gehen Sie zum Windows Explorer und geben Sie in die Adressleiste %AppData% ein und drücken Sie die Eingabetaste.
 +
***Wählen Sie den Windows Explorer, öffnen Sie Ihr Laufwerk C:\ klicken Sie auf "Organisieren", wählen Sie die Option "Ordner und Suche", wählen Sie die Registerkarte "Ansicht" im neuen Fenster. Wählen Sie unter "Dateien und Ordner" -> "Versteckte Dateien und Ordner" die Option "Versteckte Dateien, Ordner und Laufwerke anzeigen". Klicken Sie auf "OK" und von nun an können Sie das AppData-Verzeichnis jederzeit finden und öffnen.
 +
***Für Windows XP lautet der Ort: C:\Dokumente und Einstellungen\%username%\Anwendungsdaten\Ryzom\0
  
 
==Advices==
 
==Advices==

Revision as of 06:09, 19 April 2019

Migration

Please use the migrated document at URL shown below.

Migrated to en:Ryzom Installer Manual at 2019-04-19

Flag-DE

Übersetzung , bitte.

Flag-EN

To check the quality of the text itself

Flag-ES

Traducción, por favor.

Flag-RU

перевод, пожалуйста.


Ryzom Wiki: Ryzom Commons | DE • EN • ESFRRU | Ryzom Forge

Contents

Was ist der Ryzom Installer?

"Ryzom Installer" ist ein neues Tool zur Verwaltung der Migration von 2.1 nach 3.0. Es wurde erstellt, weil der 2.1-Client nicht alle Plattformen unterstützt (er unterstützt nur Windows 32 Bit) und an einem "falschen" Ort installiert ist (ein MMORPG sollte nicht in C:\Program Files installiert werden, da dieses Verzeichnis für einen normalen Benutzer nicht beschreibbar ist und Administratorrechte erfordert).

Es heißt "Installer", weil es verwendet werden kann, um Ryzom von Grund auf zu installieren und die erforderlichen Daten herunterlädt.

Wie funktioniert der Ryzom Installer?

Wenn ein Spieler auf dem Client der Version 2.1 das Spiel zum ersten Mal startet, ist es der Installer, der anstelle des Clients startet. Es erkennt, dass es aktuelle Daten migrieren muss und kopiert sie an einen neuen Ort (wo der Benutzer schreiben kann). Nach der Migration zeigt es einen einfachen Dialog mit der Auswahl eines "Profils" (ein Standardprofil wird während der Migration erstellt) und ermöglicht es, auf Spielen oder Konfigurieren zu klicken.

Sobald alles erledigt ist, kann der Spieler Ryzom wie gewohnt starten, indem er auf ein Symbol klickt oder den Installer benutzt.

  • Frage: Wie lange dauert die Migration?
    • Antwort: Nur die Zeit, die es zum Kopieren der Daten benötigt.
  • Frage: Einige haben noch einen älteren Client als 2.1, wie 2.0 auf Mac oder noch ältere. Werden diese auch hier unterstützt?
    • Antwort: Es patcht nur den Windows-Client, da kein anderer Client das offizielle Patchesystem verwendet. Windows 2.0 Clients werden auf 3.0 gepatcht mit dem Installer. Wenn der Patch funktioniert, wird er gepatcht, auch mit 1.x-Clients. Es wird nichts ändern. Für Linux- und OS X Spieler müssen sie den Installer herunterladen. In allen Fällen migrieren alle Spieler, die Beta-Clients verwenden, automatisch, ohne dass der Installer benötigt wird.

Konfigurationsdatei, die vom Ryzom Installer verwendet oder erstellt wurde

Jede Benutzereinstellung wird in einer Konfigurationsdatei namens ryzom_installer.ini gespeichert. Sie können oben den blaue Link "ryzom_installer.ini" mit Ihrem Browser öffnen, um den Standard-Inhalt anzuzeigen. Diese Datei ist in die Ryzom Installer Binärdatei integriert und wird in C:\Users\%username%\AppData\Local\Ryzom kopiert, auch wenn Sie während der Migration einen anderen Ort gewählt haben.

Nachdem das Standardprofil erstellt wurde (am Ende der Migration), sollte der Inhalt so aussehen:

[General]
version=4

[common]
language=de
source_directory=
installation_directory=C:/Users/%username%/AppData/Local/Ryzom
use_64bits_client=true
should_uninstall_old_client=true
ignore_free_disk_space_checks=false
installer_filename_windows=ryzom_installer_qt_r.exe

[product]
name=Ryzom
publisher=Winch Gate Property Limited
url_about="http://ryzom.com/?lang=$LANG"
url_update=
url_help="http://app.ryzom.com/app_forum/index.php?page=topic/view/22047/1&post149889=$LANG#1"
comments=Science-fantasy MMORPG

[servers]
size=1
default=0

[server_0]
id=ryzom_live
name=Atys
display_url="http://app.ryzom.com/app_releasenotes/index.php?lang=$LANG"
files_list_url="https://sourceforge.net/projects/ryzom/rss?path=/installer"
data_download_url="http://downloads.sourceforge.net/project/ryzom/installer/ryzom_live_data.7z?r=&ts=$TIMESTAMP"
data_download_filename=ryzom_live_data.7z
data_compressed_size=1500000000
data_uncompressed_size=7000000000
client_download_url="http://downloads.sourceforge.net/project/ryzom/installer/ryzom_live_client_$ARCH.7z?r=&ts=$TIMESTAMP"
client_download_filename=ryzom_live_client_$ARCH.7z
client_filename_windows=ryzom_client_r.exe
client_filename_osx=Ryzom.app/Contents/MacOS/Ryzom
client_filename_linux=ryzom_client
client_filename_old_windows=client_ryzom_rd.exe
configuration_filename_windows=ryzom_configuration_qt_r.exe
configuration_filename_osx=Ryzom.app/Contents/MacOS/RyzomConfiguration
configuration_filename_linux=ryzom_configuration_qt
comments=Live server x64

[profiles]
size=1
default=0
    
[profile_0]
arguments=
comments=
desktop_shortcut=
executable=
id=0
menu_shortcut=
name=
server=ryzom_live
  • [product] Der Sektion enthält Details über Ryzom, die in " Anwendungen/Entfernungsprogrammen" und anderen Orten verwendet werden.
  • [server_X] Die Sektionen beinhalten Dateien, die von einem Server benötigt werden, Dateien zum Kopieren, Speicherbedarf, etc.... :) im Moment wird nur ryzom_live (= Atys) unterstützt.
  • [profiles] werden in verschiedenen Sektionen [profile_X] mit einer Nummer gespeichert.


  • Frage: Im Profilbearbeitungsfenster können wir immer noch Zugangsdaten in Argumente eingeben, um uns automatisch anzumelden? Genau wie in einer Verknüpfung?
    • Antwort: Allerdings. Und es aktualisiert die Verknüpfungen, wenn sie überprüft werden. Wenn du mehrere Konten hast, wird es nützlich sein. Du kannst sogar einen anderen Client auswählen und er zeigt dabei seine Version an. Dies kann z.B. nützlich sein, wenn du einen DEV-Client verwenden möchtest.
    • Der Ryzom Installer erlaubt es, diese Datei einfach zu bearbeiten, aber es ist immer gut zu verstehen, wo sich die gespeicherten Benutzerdaten und deren Inhalt befinden:
      • Gepatchte Dateien (Client, Daten, etc....) befinden sich in dem Verzeichnis, das Sie bei der Migration gewählt haben, oder standardmäßig in C:\Users\%username%\AppData\Local\Ryzom\Rryzom_live (wobei ryzom_live die ID des Servers ist).
      • Benutzerdateien (client.cfg, client.log, user, save, screenshots, music, usw....) befinden sich unter C:\Users\%username%\AppData\Roaming\Ryzom\<profile id>


  • Frage: Können wir entscheiden, ob wir sie woanders installieren lassen wollen?
    • Antwort: Ja. Wir können die Client-Daten dort platzieren, wo wir sie haben wollen. Der Ort, der geändert werden kann, ist der Ort, an dem C:\Users\<Ihr Name>\AppData\Local\Ryzom, C:\Users\<Ihr Name>\AppData\Roaming\Ryzom\<profile id> kann nicht geändert werden. Vielleicht später.... Unter Windows ist " Local " für eine große Datenmenge spezifisch für aktuelle Rechner, "Roaming" für Benutzerdaten, die auf jeden verbundenen Rechner kopiert werden müssen (dies ist im Falle eines Windows-Netzwerks über eine Domäne sinnvoll).


  • Frage: Was ist das Ziel dieser Struktur?
    • Antwort: In der Lage sein, mehrere Datendateien für jeden Server (Atys, Yubo, Kaghanat, Tempest im Aether usw.) und mehrere Clients/Konten zu haben. Wenn Sie also 4 Konten auf Atys haben, haben Sie einen Server (ryzom_live) und 4 Profile (0, 1, 2, 3) mit unterschiedlichen client.cfg und unterschiedlichen Benutzerdateien. Und Sie können gleichzeitig spielen, ohne 4 Kopien ganzer Daten zu haben. Die Speicherorte von Dateien und ryzom_installer.ini werden auf jeder Plattform unterschiedlich sein.


  • Frage: Warum wird es nicht im gleichen Verzeichnis wie das Spiel gespeichert?
    • A: Da wir die Konfigurationsdatei zentralisieren müssen, wird der Ryzom Installer sie nicht finden, wenn wir sie von woanders starten.


  • Frage: Wie finde ich den Ordner, in dem sich meine Screenshots, client.cfg oder client.log befinden?
    • Antwort: C:\Users\%username%\AppData\Roaming\Ryzom\<Profil id> wobei "AppData" normalerweise ein versteckter Ordner ist. Es gibt mindestens 3 Möglichkeiten, den Ordner zu öffnen und zu Ihrem Speicherort zu gelangen:
      • Öffnen Sie den Ryzom Installer, gehen Sie zu Einstellungen -> Profil, wählen Sie Ihr Profil auf der linken Seite, klicken Sie auf 'Öffnen' neben 'Verzeichnis' auf der rechten Seite.
      • Gehen Sie zum Windows Explorer und geben Sie in die Adressleiste %AppData% ein und drücken Sie die Eingabetaste.
      • Wählen Sie den Windows Explorer, öffnen Sie Ihr Laufwerk C:\ klicken Sie auf "Organisieren", wählen Sie die Option "Ordner und Suche", wählen Sie die Registerkarte "Ansicht" im neuen Fenster. Wählen Sie unter "Dateien und Ordner" -> "Versteckte Dateien und Ordner" die Option "Versteckte Dateien, Ordner und Laufwerke anzeigen". Klicken Sie auf "OK" und von nun an können Sie das AppData-Verzeichnis jederzeit finden und öffnen.
      • Für Windows XP lautet der Ort: C:\Dokumente und Einstellungen\%username%\Anwendungsdaten\Ryzom\0

Advices

  • Never uncompress the downloaded 7z files manually.
  • Both ryzom_live_data.7z and ryzom_live_client_win32.7z (or ryzom_live_client_win64.7z) must be let untouched.
  • Never launch ryzom_client_patcher.exe yourself.

Linux version of Ryzom Installer

Linux version of Ryzom Installer is available on http://ryzom.com (just click on Linux logo to download it).

You get a ryzom_installer_linux.tar.bz2 to uncompress, it'll create a ryzom_installer_linux directory with 32 and 64 bits versions of Installer and a ryzom_installer_linux.sh script that'll launch the right Installer depending on your platform.

Choose where you want to install Ryzom data and client (by default in ~/.local/share/Ryzom), wait until it downloaded and uncompress all files.

If you want to use your interfaces, configurations, etc... you just need to copy them to ~/.local/share/Ryzom/0

If you have error 307 or error 0 message, just download :

You should have "Ryzom Installer" and "Ryzom (Atys)" entries in your applications menu.

If Ryzom doesn't want to start, you may need to install OpenAL on your distribution (you can check that by trying to launch it using command-line).

To start Ryzom (and use your first profile) from command-line, you can use : ~/.local/share/Ryzom/ryzom_live/ryzom_client -p 0

How to remove the installer and files?

Go in "Add/Remove programs, it should launch Installer in Uninstaller mode and allow to check components you want to uninstall.

If something went wrong, you may need to check these locations :

  • Under Windows XP :
  • C:\Documents and Settings\<user name>\Local Settings\Application Data\Ryzom
    • C:\Documents and Settings\<user name>\Application Data\Ryzom
  • Under Windows Vista and up :
    • C:\Users\<user name>\AppData\Local\Ryzom
    • C:\Users\<user name>\AppData\Roaming\Ryzom

Different problems and their solutions

What to check and to ask when a player has a problem

  • a screenshot of the error
  • what is their platform : Windows, Linux, OS X, 32 or 64 bits
  • screenshot of C:\Program Files (x86)\Ryzom
  • screenshot of C:\Users\<login>\AppData\Local\Ryzom
  • screenshot of C:\Users\<login>\AppData\Local\Ryzom\ryzom_live
  • (screenshot of another directory if they didn’t install Ryzom Installer in default directories)
  • copy-paste of C:\Users\<login>\AppData\Local\Ryzom\ryzom_installer.ini
  • copy-paste of C:\Users\<login>\AppData\Roaming\Ryzom\0\client.log
  • copy-paste of C:\Users\<login>\AppData\Roaming\Ryzom\0\client.cfg
  • screenshot of C:\Users\<login>\AppData\Roaming\Ryzom\0\user content
  • (if they used a profile different of 0, replace the 0 by the right profile ID before)

Ryzom Installer can't run and displays an error message box

Ryzom Installer, after installing it, is using 32 bits DLLs in C:\Users\<login>\AppData\Local\Ryzom and Ryzom Installer from C:\Users\<login>\AppData\Local\Ryzom\ryzom_live should be in 64 bits if you chose a 64 bits client. After a patch, client is copying Ryzom Installer from C:\Users\<login>\AppData\Local\Ryzom\ryzom_live to C:\Users\<login>\AppData\Local\Ryzom and then DLLs in C:\Users\<login>\AppData\Local\Ryzom could be incompatible with the copied Ryzom Installer :( The temporary fix is to copy both msvcp100.dll, msvcr100.dll and ryzom_installer_qt_r.exe from C:\Users\<login>\AppData\Local\Ryzom\ryzom_live to C:\Users\<login>\AppData\Local\Ryzom. This will be fixed in next patch.

Ryzom Installer seems blocked/stalled

If Ryzom Installer seems blocked/stalled, it can be because there was a previously version of Ryzom Installer that wasn’t properly uninstalled or if player moved directories and configuration file became invalid. In this case, it’s possible to uninstall it completely by removing whole content of C:\Users\<login>\AppData\Local\Ryzom and C:\Users\<login>\AppData\Roaming\Ryzom but please be sure that player hasn’t files he would like to keep before doing that. In that case, always make a backup.

Not enough disk space

If players have not enough disk space, it should notify them and they'll have to chose another location.

Error 6

It means than the downloaded 7z file was incomplete and Ryzom Installer couldn't uncompress it. The best fix is to find the file in C:\Users\<login>\AppData\Local\Ryzom and to change its extension from .7z to .7z.part (just adding a .part). If you restart Ryzom Installer, it should try to resume the file. If it takes too long, you can download it manually (see error 307) and move it to C:\Users\<login>\AppData\Local\Ryzom.

Error 126 on a ATI/AMD card

If a player with an ATI/AMD card has an error 126 when launching Ryzom or Configuration (it should only display the splash screen and then the error in a dialog), you need to go to C:\Windows\System32 and copy atio6axx.dll to atiogl64.dll After this change, Ryzom should launch :)

Error 307 & Error 0 & "File is larger than expected"

It’s a problem with Sourceforge.

First you need to close Ryzom Installer.

To fix that you can manually download the required files :

Data are always required and you need to download the right client.

Then you move all these 7z files in :

  • Windows : C:\Users\<login>\AppData\Local\Ryzom
  • Linux : HOME/.local/share/Ryzom
  • OS X: HOME/Library/Application Support/Ryzom

And relaunch Ryzom Installer, it should detect files and uncompress them.

Direct3D driver / OpenGL

If player used a Direct3D driver with 2.1 client and since client.cfg will be copied, it’ll continue to use D3D. Now that OpenGL is recommended driver for all cards, players could need to switch to it manually clicking on Configure button in Ryzom Installer and select OpenGL (or Auto) instead of Direct3D. If not, he could have texture issues.

White or black textures

The default quality has been improved in v3 clients. By the way, v3 clients use 128 Mo of video memory against 32 Mo for v2's ones.

The textures are sent to the graphic card's memory. If you see them in white or black, it's probably because your graphic card has not got enough memory to stock them. Moreover, if your graphic card does not support the compressed textures, Ryzom detects it and unzips them before to send them.

So in case of white or black graphic issue, please reduce the graphic qualities in Configuration and deactive FXAA (lower graphic quality and no effects), it should help to fix the problem. If it does not work, try to switch from OpenGL to Direct3D. It could fix the texture issue... but you'll see the trees moving, trunk included (know bug: https://bitbucket.org/ryzom/ryzomcore/issues/160/wind-tree-vp-not-working-correcly-under ).

point_except_handler4_common could not be located in the dynamic link library msvcrt.dll

Error is The procedure entry point_except_handler4_common could not be located in the dynamic link library msvcrt.dll, to fix it you need to :

  • Browse to C:\Windows\System32 folder and find file dwmapi.dll
  • Rename this file from dwmapi.dll to dwmapi.dll_old

Player can't start client because of a wrong DLL

  • Edit C:\Users\<login>\AppData\Local\Ryzom\ryzom_installer.ini, remove the directory after source_directory= to be sure, it won't copy again from old client
  • Remove completely all DLLs and EXEs in C:\Users\<login>\AppData\Local\Ryzom\ryzom_live
  • Download the right client on SourceForge (see Error 307)
  • Put it to C:\Users\<login>\AppData\Local\Ryzom (don't uncompress it!)
  • Restart Ryzom Installer
  • It should uncompress the new client and you should be able to patch and play after that

Error missing DLL

Case of manually move of "ryzom_live" folder

If player manually moves "ryzom_live" folder or another one, Ryzom Installer won't detect it and player will have to edit his ryzom_installer.ini

German players with an English Windows environment

If German player has an English Windows environment than Ryzom will start in English too, even when the user has chosen a German installation (this only chose the language for the installation process, not the language for the game itself)

Location of default files under all platforms

  • Windows Vista and up :
    • C:\Users\<login>\AppData\Local\Ryzom
    • C:\Users\<login>\AppData\Roaming\Ryzom
  • Windows XP :
    • C:\Documents and Settings\<login>\Local Settings\Application Data\Ryzom
    • C:\Documents and Settings\<login>\Application Data\Ryzom
  • Linux :
    • HOME/.local/share/Ryzom (both profiles (0, 1, 2, etc…) and servers (ryzom_live, ryzom_dev, etc…) are in the same directory)
  • OS X :
    • HOME/Library/Application Support/Ryzom (both profiles (0, 1, 2, etc…) and servers (ryzom_live, ryzom_dev, etc…) are in the same directory)
    • HOME/Library/Containers/com.winchgate.Ryzom/Data/Library/Application Support/Ryzom for AppStore version

What to do if I do not find a solution to my problem in this list?

Please come on #ryzom on IRC Freenode (direct link: http://webchat.freenode.net/?channels=ryzom and someone will help you in direct!

No sound when using OpenAL driver

Be sure to have installed https://www.openal.org/downloads/oalinst.zip (under Windows) or OpenAL package for your distribution (libopenal1 under Debian-based ones). OpenAL is always installed under OS X.

Unable to install OS X version of Ryzom Installer

  • Open System Preferences
  • Open the Security & Privacy pane
  • Select the General tab
  • Click on Open anyway next to Ryzom Installer and it'll open Ryzom Installer package

If there are any bug with Ryzom Installer

In all cases, if you found a bug with Ryzom Installer, you can download and install latest versions from http://ryzom.com and try it. They'll be updated regularly.

My download is very slow

You can close Ryzom Installer, Sourceforge should redirect to a best mirror and your download will resume.

Crash after teleporting

It could be related to XAudio2 driver under Windows. You can switch to FMod driver and check if it's better, to do that simply add to your client.cfg :

DriverSound = "FMod";

Ryzom Installer is always copying old data

You should need to uninstall Ryzom Installer and reinstall it or edit ryzom_installer.ini and remove directory on line source_directory=

No OpenGL driver for ATI Radeon HD 4500 series

Download legacy drivers on : http://support.amd.com/fr-fr/download/desktop/legacy?product=legacy2&os=Windows%207%20-%2064

If this case occurs, you should see in client.log :

2016/10/25 03:31:16 INF  2d0 ryzom_client_r.exe driver_opengl_extension.cpp 1589 NL3D::registerGlExtensions : 3D: OpenGL 1.1.0 / Microsoft Corporation / GDI Generic

Crash before character selection and after login

If player has nel_report_*.log with content :

A failed assertion occurs
ProcName: ryzom_client_r.exe
Date: 2016/10/30 11:14:29
File: Z:/home/nevrax/ryzomcore/code/nel/include\nel/misc/singleton.h
Line: 155
FuncName: NLMISC::CManualSingleton<class NLSOUND::CListenerFMod>::getInstance
Reason: "_instance() != NULL" 
-------------------------------

No log
-------------------------------

And last lines in client.log :

2016/10/30 12:59:27 INF  5e8 ryzom_client_r.exe common.cpp 682 NLMISC::Exception::Exception : Exception will be launched: Failed to create the FMod driver object
2016/10/30 12:59:27 WRN  5e8 ryzom_client_r.exe audio_mixer_user.cpp 479 NLSOUND::CAudioMixerUser::initDevice : Failed to create the FMod driver object

Then player system don't succeed to load FMod driver :( I suggest to switch back to XAudio2 driver by adding to their client.cfg :

DriverSound = "XAudio2";

Player launched Ryzom, don't see any window on the screen but the icon is present in task bar

Coordinates of Ryzom window are outside the screen, to fix that :

  • launch Ryzom Configuration by clicking on Configure
  • in Display section you can check values for Position X and Position Y and correct them
  • click on Apply

Player receives "Empty answer from server (error code 62)"

If this error message occurs, it means that Ryzom didn't receive any response from server. In most of cases, it's related to a connection problem. If you have an anti-virus and/or a firewall you could try to disable them (at least to check if it works).

You can also try to display URL : http://shard.ryzom.com:40916/login/r2_login.php?cmd=ask

If it displays an error message or a blank page, you found the problem (that's your connection), if it displays the correct message : 0:Invalid account: (2001) (in askSalt) it's something else.

Client crashed with Access Violation exception generated at 0xXXXX, thread attempts to read at 0xXXXXX

It's a standard crash, you need to gather more details depending on the moment where it crashed.

  • If before displaying login screen : corrupted data, bad 3D driver, etc...
  • If after login screen but before character selection : bad sound driver, corrupted data, etc...
  • If after character selection/creation : FXAA (you need to disable 3D effects), corrupted data, etc...

Unable to install Ryzom Installer under OS X

With old OS X versions, you can get an error message when installing Ryzom Installer, to workaround that you can directly download a ZIP file containing Ryzom Installer on: http://devl1.ryzom.com/RyzomInstaller.zip

Error codes from Ryzom Installer

These errors are from Qt, you can find them on : http://doc.qt.io/qt-5/qabstractsocket.html#SocketError-enum

Installation of server test Yubo (v3)

WARNING: you can only access Yubo shard if you have got a specific account with yubo access.

To add Yubo with Ryzom Installer, just follow these steps :

-close Ryzom Installer if it is launched

-show your hidden folders

-WINDOWS: go to C:\Users\<login>\AppData\Local\Ryzom - or type %appdata% in explorers' addressbar and go back one time to find local folder

-MAC: go to ~/Library/Application Support/Ryzom

-LINUX: go to ~/.local/share/Ryzom under Linux or the other folder where you installed Ryzom

-copy ryzom_live folder to ryzom_dev

-open ryzom_installer.ini with a text editor (Wordpad, notepad++, gedit, etc...)

 (to find it:  
 WINDOWS -> C:\Users\<login>\AppData\Local\Ryzom - or type %appdata% in explorers' addressbar and go back one time to find local folder
 MAC -> find the ryzom_installer.ini in /Users/<Your UserID>/Library/Application Support/Ryzom

- delete all parts beginning by [servers] and [server_0] and put :

 [servers]
 size=2
 
 [server_0]
 id=ryzom_live
 name=Atys
 display_url="http://app.ryzom.com/app_releasenotes/index.php?lang=$LANG"
 files_list_url="https://sourceforge.net/projects/ryzom/rss?path=/installer"
 data_download_url="http://downloads.sourceforge.net/project/ryzom/installer/ryzom_live_data.7z?r=&ts=$TIMESTAMP"
 data_download_filename=ryzom_live_data.7z
 data_compressed_size=1500000000
 data_uncompressed_size=7000000000
 client_download_url="http://downloads.sourceforge.net/project/ryzom/installer/ryzom_live_client_$ARCH.7z?r=&ts=$TIMESTAMP"
 client_download_filename=ryzom_live_client_$ARCH.7z
 client_filename_windows=ryzom_client_r.exe
 client_filename_osx=Ryzom.app/Contents/MacOS/Ryzom
 client_filename_linux=ryzom_client
 client_filename_old_windows=client_ryzom_rd.exe
 configuration_filename_windows=ryzom_configuration_qt_r.exe
 configuration_filename_osx=Ryzom.app/Contents/MacOS/RyzomConfiguration
 configuration_filename_linux=ryzom_configuration_qt
 comments=
 
 [server_1]
 id=ryzom_dev
 name=Yubo
 display_url="http://app.ryzom.com/app_releasenotes/index.php?lang=$LANG"
 files_list_url="https://sourceforge.net/projects/ryzom/rss?path=/installer"
 data_download_url="http://downloads.sourceforge.net/project/ryzom/installer/ryzom_live_data.7z?r=&ts=$TIMESTAMP"
 data_download_filename=ryzom_live_data.7z
 data_compressed_size=1500000000
 data_uncompressed_size=7000000000
 client_download_url="http://downloads.sourceforge.net/project/ryzom/installer/ryzom_live_client_$ARCH.7z?r=&ts=$TIMESTAMP"
 client_download_filename=ryzom_live_client_$ARCH.7z
 client_filename_windows=ryzom_client_r.exe
 client_filename_osx=Ryzom.app/Contents/MacOS/Ryzom
 client_filename_linux=ryzom_client
 client_filename_old_windows=client_ryzom_rd.exe
 configuration_filename_windows=ryzom_configuration_qt_r.exe
 configuration_filename_osx=Ryzom.app/Contents/MacOS/RyzomConfiguration
 configuration_filename_linux=ryzom_configuration_qt
 comments=Test server

- save the file

- WINDOWS: launch Ryzom Installer in Ryzom's main folder

- MAC: launch Ryzom Installer in /Applications

- LINUX: launch Ryzom Installer in Applications menus

- create new profiles in Settings -> Profiles, you should have Atys and Yubo as server choice now :)

- click on "Open" button to open profile folder

- open client.cfg with a text editor (Wordpad, notepad++, gedit, etc...

- add the line at the end (if not already done) : Application = {"ryzom_dev", "./client_ryzom_r.exe", "./"};

- save client.cfg

- return back to Ryzom Installer window

- click on OK

- select your profile and click on Play, it should patch