games:bsd:wine:old_school_runescape_jagex_launcher_c
Table of Contents
Information
- Jagex Launcher 1)
- Old School RuneScape 2) (for RuneScape/RS3, see these notes instead)
- C++ Client
- This allows running the Jagex Launcher and the C++ OSRS clients through
wine
- Jagex Launcher can be closed after pressing
Play
and the OSRS client window appears 3)
2025/08/30: WIP
Media
Prerequisites
Notes
Disable Legacy GNOME Tray
Jagex Launcher sometimes has issues with being interacted with from GNOME tray with the AppIndicator/KStatusNotifierItem support for GNOME Shell extension 7)
- 2024/04: The Jagex Launcher tray icon was fine on Xfce and KDE Plasma 6, so presumably this only applies to GNOME
gnome-extensions disable 'appindicatorsupport@rgcjonas.gmail.com'
gnome-extensions disable 'ubuntu-appindicators@ubuntu.com'
Install
Initial
mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Old School RuneScape' WINEARCH='win64' wineboot && WINEPREFIX=~/'.wine/Old School RuneScape' winetricks 'discord_game_sdk=disabled' && sync
Jagex Launcher
- See Jagex Launcher Installer notes for installer testing
Google Drive
- Google Drive link to a clean
Jagex Launcher
folder with SHA256 - Use this if at all unsure
sha256sum ~/'Downloads/20240509-Jagex-Launcher.zip' | grep 'bc143b9cafbf6d735193d64e486be5015d4a4e857c61329e1a49f7143987789d' > '/dev/null' && unzip -b -o -qq ~/'Downloads/20240509-Jagex-Launcher.zip' -d ~/'.wine/Old School RuneScape/drive_c/Program Files' && sync
Manual
- Expects something like
~/Downloads/20240211-Jagex-Launcher.zip
with any date - The top-level of the archive should be the
Jagex Launcher
folder 9)
unzip -b -o -qq ~/'Downloads/'*'Jagex'*'Launcher.zip' -d ~/'.wine/Old School RuneScape/drive_c/Program Files' && sync
gio open ~/'.wine/Old School RuneScape/drive_c/Program Files'
Old School RuneScape
- Update launcher if prompted, log-in, select OSRS → New Official Client 10) → Install
mkdir -p ~/'.wine/Old School RuneScape/dxvk_shader_cache' && cd ~/'.wine/Old School RuneScape/drive_c/Program Files/Jagex Launcher' && MESA_SHADER_CACHE_DIR=~/'.wine/Old School RuneScape' DXVK_STATE_CACHE_PATH=~/'.wine/Old School RuneScape/dxvk_shader_cache' WINEPREFIX=~/'.wine/Old School RuneScape' wine ~/'.wine/Old School RuneScape/drive_c/Program Files/Jagex Launcher/JagexLauncher.exe' --disable-gpu --disable-software-rasterizer
Clean Up
rm -f ~/'Downloads/Jagex Launcher Installer.exe' ~/'Downloads/'*'Jagex Launcher.zip' && cd ~ && sync
Settings
mkdir -p ~/'.wine/Old School RuneScape/drive_c/users/'$USER'/AppData/Local/Jagex/Old School Runescape' && ee ~/'.wine/Old School RuneScape/drive_c/users/'$USER'/AppData/Local/Jagex/Old School Runescape/preferences_client.dat'
rm ~/'.wine/Old School RuneScape/drive_c/users/'$USER'/AppData/Local/Jagex/Old School Runescape/preferences_client.dat' && ee ~/'.wine/Old School RuneScape/drive_c/users/'$USER'/AppData/Local/Jagex/Old School Runescape/preferences_client.dat'
AFKTimeout 25 AnisotropyExponent 0 AntiAliasingSampleLevel 2 BackgroundFpsLimit 15 Brightness 55 DisplayBuildInfo 0 DisplayFps 0 DrawDistance 90 ForceDisableRSeven 1 FpsLimit 0 Fullscreen 0 HideUserName 0 IsSfx8Bit 0 LastWorldId 393 MasterVolume 100 TermsAndPrivacy -1 MasterVolume 100 TitleVolume 100 UIQuality 0 WindowHeight 671 WindowMode 2 WindowTopmost 0 WindowWidth 1089
Desktop Launcher
- TODO: Kill and Cache clean-up is behind
bash -c
and presumably don't needCHANGEME
s; can be modernized likeExec
rm -f ~/'.local/share/applications/wine/Programs/OSClient.desktop' && mkdir -p ~/'.local/share/applications/wine/Programs/Jagex' && ln --symbolic --force '/dev/null' ~/'.local/share/applications/wine/Programs/OSClient.desktop' && nano ~/'.local/share/applications/wine/Programs/Jagex/Old School RuneScape.desktop' && sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/Jagex/Old School RuneScape.desktop'
[Desktop Entry] Name=Old School RuneScape Categories=Game;AdventureGame;RolePlaying Exec='/bin/bash' -c "cd ~/'.wine/Old School RuneScape/drive_c/Program Files/Jagex Launcher' && PULSE_LATENCY_MSEC='400' MESA_SHADER_CACHE_DIR=~/'.wine/Old School RuneScape' MESA_LOADER_DRIVER_OVERRIDE='zink' MESA_VK_WSI_PRESENT_MODE='immediate' WINEPREFIX=~/'.wine/Old School RuneScape' wine ~/'.wine/Old School RuneScape/drive_c/Program Files/Jagex Launcher/JagexLauncher.exe' --disable-gpu --disable-software-rasterizer" Type=Application StartupNotify=true Icon=D0C9_osclient.0 StartupWMClass=osclient.exe Actions=OpenGL;Cache;Kill;Notes; [Desktop Action OpenGL] Exec='/bin/bash' -c "cd ~/'.wine/Old School RuneScape/drive_c/Program Files/Jagex Launcher' && PULSE_LATENCY_MSEC='400' MESA_SHADER_CACHE_DIR=~/'.wine/Old School RuneScape' vblank_mode='3' mesa_glthread='true' MESA_NO_ERROR='1' WINEPREFIX=~/'.wine/Old School RuneScape' wine ~/'.wine/Old School RuneScape/drive_c/Program Files/Jagex Launcher/JagexLauncher.exe' --disable-gpu --disable-software-rasterizer" Name=Launch without Zink [Desktop Action Cache] StartupNotify=false Exec='/bin/bash' -c "rm -Rf '/home/CHANGEME/.wine/Old School RuneScape/drive_c/users/CHANGEME/AppData/Local/Jagex/Old School Runescape/'* '/home/CHANGEME/.wine/Old School RuneScape/drive_c/'*'.log' '/home/CHANGEME/.wine/Old School RuneScape/drive_c/Program Files/Jagex Launcher/JagexLauncher.dxvk-cache' '/home/CHANGEME/.wine/Old School RuneScape/drive_c/Program Files/Jagex Launcher/Games/Old School RuneScape/Client/osclient.dxvk-cache' '/home/CHANGEME/.wine/Old School RuneScape/drive_c/users/CHANGEME/AppData/Local/Jagex Launcher/logs/'* '/home/CHANGEME/.wine/Old School RuneScape/mesa_shader_cache'* && sync && notify-send 'The Old School RuneScape cache has been cleaned.'" Name=Cache Cleanup [Desktop Action Kill] Exec='/bin/bash' -c "WINEPREFIX=~/'.wine/Old School RuneScape' wineserver --kill" Name=Force-close [Desktop Action Notes] StartupNotify=false Exec='/bin/bash' -c "gio open 'https://wiki.realmofespionage.xyz/games:wine:old_school_runescape_jagex_launcher_c'" Name=Installation Notes # End
Icon
- Requires
wrestool
mkdir -p ~/'.local/share/icons/hicolor/64x64/apps' && cd ~/'.local/share/icons/hicolor/64x64/apps' && wrestool --output='D0C9_osclient.0.png' --extract --type='14' ~/'.wine/Old School RuneScape/drive_c/Program Files/Jagex Launcher/Games/Old School RuneScape/Client/osclient.exe' && cd ~
Quick Commands
Winecfg
WINEPREFIX=~/'.wine/Old School RuneScape' wine64 winecfg
Winetricks
WINEPREFIX=~/'.wine/Old School RuneScape' winetricks
Registry Editor
WINEPREFIX=~/'.wine/Old School RuneScape' wine64 regedit
Kill
WINEPREFIX=~/'.wine/Old School RuneScape' wineserver --kill
Execute
- TODO: OSRS can technically be launched directly and accept username/password logins; separate Jagex Launcher methods and add a direct OSRS one
Jagex Launcher
cd ~/'.wine/Old School RuneScape/drive_c/Program Files/Jagex Launcher' && vblank_mode='3' WINEPREFIX=~/'.wine/Old School RuneScape' wine ~/'.wine/Old School RuneScape/drive_c/Program Files/Jagex Launcher/JagexLauncher.exe' --disable-gpu --disable-software-rasterizer --single-process --silent --launch='osrs'
3)
the log-in session carries over through world switches and even log-outs; Jagex Launcher only needs to be re-opened if you close the OSRS client window
4)
2025/08/28: Works perfect still after all this time :p
5)
on Windows this seems to manifests as a visible game window that doesn't appear in the taskbar; OSRS defies typical window-management logic :p presumably when it tries to define a default window position on first-launch
6)
2024/04/29: It downloads around 500 KB/s and bandwidth can be observed through GNOME System Monitor; should be done within a few minutes
7)
this automatically installs on Fedora through Steam as a dep, and is included out-the-box with Ubuntu 23.10
8)
install Jagex Launcher on a Windows machine first, and then the
Jagex Launcher
folder in Program Files
can be copied over as-is to the Wine prefix or zipped to continue following these notes; you don't need to log-in but ideally run it once after installation for it to update to the latest version9)
should have file contents like
20240211-Jagex-Launcher.zip/Jagex Launcher/JagexLauncher.exe
10)
RuneLite nor any other options were tested with these notes
/usr/local/www/wiki/data/pages/games/bsd/wine/old_school_runescape_jagex_launcher_c.txt · Last modified: by Sean Rhone