Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Where is Runelite.exe or .jar? #106

Closed
Acans opened this issue Aug 29, 2024 · 1 comment
Closed

Question: Where is Runelite.exe or .jar? #106

Acans opened this issue Aug 29, 2024 · 1 comment
Assignees

Comments

@Acans
Copy link

Acans commented Aug 29, 2024

I'm sorry for the newbie question, but I'm wondering if the RuneLite.exe or .jar file is located after being installed.

I have a Jagex account with linked characters but also a legacy account that isn't connected so whenever I want to play that, I want to just open Runelite so I can legacy login.

I enabled the hidden folders and found a .RuneLite folder in /home/.var/app/com.jagex.Launcher/ but didn't find a .exe or jar.

I also found a ThirdParty folder in /home/.local/share/flatpak/etc etc/com.jagex.Laucnher/ThirdParty however that folder is empty.

I don't think there's a bug as I followed the guide, and I can login and play with accounts via the Jagex account so maybe that ThirdParty folder is meant to be empty.

@USA-RedDragon
Copy link
Owner

Hello, sorry for the delay, I've been at a concert this weekend.

So essentially that ThirdParty directory gets "automagically" mounted by Flatpak at runtime if there are any of the ThirdParty packages installed (RuneLite or HDOS). Since that's only done at runtime, the RuneLite files you're looking for are usually under a directory like ~/.local/share/flatpak/runtime/com.jagex.Launcher.ThirdParty.RuneLite/x86_64/stable/active/files

I don't really have a way to launch just RuneLite in the Flatpak since it's intended for the Jagex Launcher, but if you want to run it outside the Flatpak with the files it provides, something like this should work:

~/.local/share/flatpak/runtime/com.jagex.Launcher.ThirdParty.RuneLite/x86_64/stable/active/files/jre/bin/java -jar ~/.local/share/flatpak/runtime/com.jagex.Launcher.ThirdParty.RuneLite/x86_64/stable/active/files/RuneLite.jar

@USA-RedDragon USA-RedDragon self-assigned this Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants