USA-RedDragon / jagex-launcher-linux-flatpak

Play RuneScape with the Jagex Launcher - in Flatpak form!
Other
123 stars 0 forks source link

error: Nothing matches #115

Open yougoticed79 opened 2 weeks ago

yougoticed79 commented 2 weeks ago

This is an issue with (choose one or more):

Describe the bug A clear and concise description of what the bug is. When attempting to install using the launcher i get an error saying "nothing matches com.jagex.Launcher in remote JagexLauncher. I am new to linux so im not sure if im missing something simple. To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Logs

when i ran flatpak run --user com.jagex.Launcher i got the error: app/com.Jagex.Launcher/aarch64/master not installed

Flatpak Log
```text LOGS GO HERE ```

Screenshots If applicable, add screenshots to help explain your problem.

System

Additional context Add any other context about the problem here. Again im new to linux so any help would be appreciated as i have no idea what part/step im missing

USA-RedDragon commented 2 weeks ago

Hello,

From the aarch64 in the output, it looks like it's trying to install an ARM64 version, but this Flatpak doesn't work on ARM machines yet. I've actually got an arm machine in the last few days so I may go see about the viability of arm support.

USA-RedDragon commented 2 weeks ago

Looks like since the base build is multiarch, flatpak-builder has no way of conditionally excluding packages causing the build to always fail: https://github.com/flatpak/flatpak-builder/issues/381. So currently ARM support is not viable