| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:bsd:wine:old_school_runescape_jagex_launcher_c [2025/09/11 06:43] – external edit 127.0.0.1 | games:bsd:wine:old_school_runescape_jagex_launcher_c [2026/06/28 00:14] (current) – [Prerequisites] Sean Rhone |
|---|
| ====== Information ====== | ====== Information ====== |
| |
| * Jagex Launcher ((https://www.jagex.com/en-GB/launcher)) | * Old School RuneScape ((https://oldschool.runescape.com/)) |
| * Old School RuneScape ((http://oldschool.runescape.com)) (for RuneScape/RS3, see [[games;linux;wine;runescape_nxt_jagex_launcher|these notes instead]]) | * Jagex Launcher ((https://support.runescape.com/hc/en-gb/articles/34153164257425-Jagex-Launcher-FAQ)) |
| * C++ Client | * C++ Client |
| |
| * Jagex Launcher can be closed after pressing ''Play'' and the OSRS client window appears ((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)) | * Jagex Launcher can be closed after pressing ''Play'' and the OSRS client window appears ((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)) |
| |
| * :!: 2025/08/30: WIP | * :!: 2026/06/27: WIP ([[https://forums.freebsd.org/threads/what-about-gaming-on-freebsd.723/page-13#post-715021|post]]) |
| | |
| ===== Media ===== | |
| | |
| * [[https://www.youtube.com/watch?v=dThU5GKjNRo|Installation Video]] | |
| |
| ===== Prerequisites ===== | ===== Prerequisites ===== |
| |
| * [[linux;distros;opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] ((2025/08/28: Works perfect still after all this time :p)) | * [[bsd:freebsd_15.1_xfce|FreeBSD 15.1 (Xfce)]] |
| * [[linux:notes:wine|Wine]] | * [[bsd;notes;wine|Wine]] (old WoW64) |
| |
| ===== Notes ===== | ===== Notes ===== |
| * On the first OSRS client launch, it may start an invisible game window; Close ''osclient.exe'' and re-launch it from Jagex Launcher ((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)) | * On the first OSRS client launch, it may start an invisible game window; Close ''osclient.exe'' and re-launch it from Jagex Launcher ((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)) |
| * :!: When first launching OSRS after installation, at the lobby before pressing Play Now, allow OSRS to download its full data cache ((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)) | * :!: When first launching OSRS after installation, at the lobby before pressing Play Now, allow OSRS to download its full data cache ((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)) |
| |
| ====== 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 ((this automatically installs on Fedora through Steam as a dep, and is included out-the-box with Ubuntu 23.10)) | |
| * 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 ====== | ====== Install ====== |
| |
| * :!: You'll need to supply ''Jagex Launcher'' files as the installer doesn't work ((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 [[#manual|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 version)) | * :!: You'll need to supply ''Jagex Launcher'' files as the installer doesn't work ((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 [[#manual|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 version)) |
| * See [[games;linux;wine;jagex_launcher|Jagex Launcher Installer]] notes for installer testing | |
| |
| ==== Google Drive ==== | ==== Google Drive ==== |
| * [[https://drive.google.com/file/d/1ycvSFHTCXNQ7kXnPTS8XHFg__qgfB2ti/view?usp=sharing|Google Drive]] link to a clean ''Jagex Launcher'' folder with SHA256 | * [[https://drive.google.com/file/d/1ycvSFHTCXNQ7kXnPTS8XHFg__qgfB2ti/view?usp=sharing|Google Drive]] link to a clean ''Jagex Launcher'' folder with SHA256 |
| * Use this if at all unsure | * Use this if at all unsure |
| | * :?: [[https://drive.google.com/file/d/1jKDfv6PVew-774eXp_-FkOEzSjPJDpEc/view?usp=sharing|2026-06-27 Test]] |
| |
| 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 | 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 |