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

The Launcher doesn't starts #44

Open
09-KEvIN opened this issue May 24, 2024 · 3 comments
Open

The Launcher doesn't starts #44

09-KEvIN opened this issue May 24, 2024 · 3 comments

Comments

@09-KEvIN
Copy link

I get the error message that it can't find the file or path to star the command launcher doesn't starts

@Mannchen
Copy link

I had the same issue.
This seems to be an issue with the bundled binary. It looks like it was compiled on a nix machine so it won't work without patching the linker.
You can fix it by doing sudo patchelf --set-interpreter /lib/ld-linux-x86-64.so.2 /usr/bin/honkers-launcher
or compiling the launcher yourself.

@Mannchen
Copy link

if you are using the AUR "honkers-launcher-bin" package you can switch to "honkers-launcher-git" to fix the issue.

@09-KEvIN
Copy link
Author

09-KEvIN commented Aug 21, 2024

I have already fixed the problem but thanks!

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