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

app/com.jagex.launcher/x86_64/master not installed #37

Closed
Manypopes opened this issue Dec 26, 2023 · 2 comments
Closed

app/com.jagex.launcher/x86_64/master not installed #37

Manypopes opened this issue Dec 26, 2023 · 2 comments

Comments

@Manypopes
Copy link

I've tried to install the launcher as in the readme (and also tried the install script), but when I try to run the launcher with Flatpak I get the error "error: app/com.jagex.launcher/x86_64/master not installed". Any ideas what is causing this? Apologies if I'm doing something wrong here I'm not familiar with Flatpak.

Running Arch Linux on a Acer C720 Chromebook

$ flatpak list
Name                         Application ID                                Version         Branch             Origin               Installation
Jagex Launcher               com.jagex.Launcher                            0.30.1          stable             JagexLauncher        user
RuneLite                     com.jagex.Launcher.ThirdParty.RuneLite        2.6.10          stable             JagexLauncher        user
RuneScape                    com.jagex.RuneScape                           2.2.11          stable             flathub              user
Freedesktop Platform         org.freedesktop.Platform                      22.08.14        22.08              flathub              user
Freedesktop Platform         org.freedesktop.Platform                      23.08.9         23.08              flathub              user
i386                         org.freedesktop.Platform.Compat.i386                          23.08              flathub              user
Mesa                         org.freedesktop.Platform.GL.default           23.1.4          22.08              flathub              user
Mesa (Extra)                 org.freedesktop.Platform.GL.default           23.1.4          22.08-extra        flathub              user
Mesa                         org.freedesktop.Platform.GL.default           23.3.1          23.08              flathub              user
Mesa (Extra)                 org.freedesktop.Platform.GL.default           23.3.1          23.08-extra        flathub              user
Mesa                         org.freedesktop.Platform.GL32.default         23.3.1          23.08              flathub              user
Intel                        org.freedesktop.Platform.VAAPI.Intel                          22.08              flathub              user
Intel                        org.freedesktop.Platform.VAAPI.Intel                          23.08              flathub              user
openh264                     org.freedesktop.Platform.openh264             2.1.0           2.2.0              flathub              user
$ flatpak run com.jagex.launcher
error: app/com.jagex.launcher/x86_64/master not installed
@USA-RedDragon
Copy link
Owner

Hello,

Sorry to hear about the issue you're facing. I think I see what's going on here. Flatpak can either install apps system-wide (the default if just running flatpak in a terminal) or user-wide (my installation instructions and script use the --user installation).

To my understanding, since you're used the install script, your flatpak run com.jagex.Launcher command is trying to find the default master branch from the system installation, which doesn't exist thus it errors out like we see above.

Does adding --user to your flatpak run command make it launch properly for you? Like:

flatpak run --user com.jagex.Launcher

@Manypopes
Copy link
Author

Thank you, yes that was the issue, is launching properly now!

It ran properly once and tried to update, possibly having some more issues now but I'll mark this as closed :)

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