User Tools

Site Tools


notes:jagex_launcher_installer_wine

This is an old revision of the document!


Information

  • If the installer ever works, this would be the preferred installation method

Download

mkdir -p ~/'.wine' && wget 'https://cdn.jagex.com/Jagex%20Launcher%20Installer.exe' -O ~/'Downloads/Jagex Launcher Installer.exe'

Execute

WINEPREFIX=~/'.wine/Jagex Launcher' WINEARCH='win64' WINEDEBUG='' wine ~/'Downloads/Jagex Launcher Installer.exe'

Reset

WINEPREFIX=~/'.wine/Jagex Launcher' wineserver --kill && rm -Rf ~/'.wine/Jagex Launcher' && sync

Testing

  • The installer appears to be using WebView2 and could possibly work with extra dependencies installed from winetricks such as dotnet48 and ie8
--verbose --window
strings ~/'Downloads/Jagex Launcher Installer.exe' > ~/'Downloads/Jagex Launcher Installer strings.txt'
/var/www/wiki/data/attic/notes/jagex_launcher_installer_wine.1694866103.txt.gz · Last modified: 2023/09/16 08:08 by Sean Rhone