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

Raspian release #162

Open
AugustoAmaral opened this issue Aug 21, 2018 · 5 comments
Open

Raspian release #162

AugustoAmaral opened this issue Aug 21, 2018 · 5 comments

Comments

@AugustoAmaral
Copy link

Have you ever thought or intend to release a version for raspian?

@Psifour
Copy link
Contributor

Psifour commented Feb 19, 2019

The AppImage should run under Raspian. If it doesn't than feel free to provide errors/logs and I will try to smooth things out for you.

The two relevant issues that exist currently are the lack of 32-bit ARM binaries (#168, but doesn't impact newer Raspberry products that are using ARM64) and lack of support for running headless (#108 irrelevant as Raspian ships with LXDE).

@meliorit
Copy link

meliorit commented Jul 21, 2020

Hate to necro this, but I was attempting to run the appimages on my raspberry pi 4b and had these errors. I tried a few of the appimages available.

`
pi@lilPiPi:~/Desktop $ ls -l

total 161280
-rwxr-xr-x 1 pi pi 77622904 Jul 21 01:09 Summoners-War-Exporter-0.0.34-linux.AppImage
-rwxr-xr-x 1 pi pi 87517623 Jul 21 01:34 sw-exporter-0.0.28-x86_64.AppImage
pi@lilPiPi:/Desktop $ ./sw-exporter-0.0.28-x86_64.AppImage
bash: ./sw-exporter-0.0.28-x86_64.AppImage: cannot execute binary file: Exec format error
pi@lilPiPi:
/Desktop $ ./Summoners-War-Exporter-0.0.34-linux.AppImage
bash: ./Summoners-War-Exporter-0.0.34-linux.AppImage: cannot execute binary file: Exec format error
pi@lilPiPi:/Desktop $ sudo ./Summoners-War-Exporter-0.0.34-linux.AppImage
./Summoners-War-Exporter-0.0.34-linux.AppImage: 1: ./Summoners-War-Exporter-0.0.34-linux.AppImage: �: not found
./Summoners-War-Exporter-0.0.34-linux.AppImage: 2: ./Summoners-War-Exporter-0.0.34-linux.AppImage: }�P7pys�H��_f��h: not found
./Summoners-War-Exporter-0.0.34-linux.AppImage: 1: ./Summoners-War-Exporter-0.0.34-linux.AppImage: �b�@@: not found
./Summoners-War-Exporter-0.0.34-linux.AppImage: 1: ./Summoners-War-Exporter-0.0.34-linux.AppImage: ELFAI: not found
./Summoners-War-Exporter-0.0.34-linux.AppImage: 19: ./Summoners-War-Exporter-0.0.34-linux.AppImage: Syntax error: Unterminated quoted string
pi@lilPiPi:
/Desktop $ sudo ./sw-exporter-0.0.28-x86_64.AppImage
./sw-exporter-0.0.28-x86_64.AppImage: 1: ./sw-exporter-0.0.28-x86_64.AppImage: Syntax error: ")" unexpected
pi@lilPiPi:/Desktop $ sudo ./Summoners-War-Exporter-0.0.3
Summoners-War-Exporter-0.0.33-linux.AppImage
Summoners-War-Exporter-0.0.34-linux.AppImage
pi@lilPiPi:
/Desktop $ sudo ./Summoners-War-Exporter-0.0.33-linux.AppImage
./Summoners-War-Exporter-0.0.33-linux.AppImage: 1: ./Summoners-War-Exporter-0.0.33-linux.AppImage: �: not found
./Summoners-War-Exporter-0.0.33-linux.AppImage: 2: ./Summoners-War-Exporter-0.0.33-linux.AppImage: }�P7pys�H��_f��h: not found
./Summoners-War-Exporter-0.0.33-linux.AppImage: 1: ./Summoners-War-Exporter-0.0.33-linux.AppImage: �b�@@: not found
./Summoners-War-Exporter-0.0.33-linux.AppImage: 1: ./Summoners-War-Exporter-0.0.33-linux.AppImage: ELFAI: not found
./Summoners-War-Exporter-0.0.33-linux.AppImage: 19: ./Summoners-War-Exporter-0.0.33-linux.AppImage: Syntax error: Unterminated quoted string
pi@lilPiPi:~/Desktop $
`

Perhaps I missed something. Here's my environment:
pi@lilPiPi:~/Desktop $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

@xenonsb
Copy link

xenonsb commented Nov 29, 2020

Having the same issue as the previous poster - I'm on a Raspi 4 8GB, 32-bit environment as well. Running the AppImage through GUI/terminal produces the error above.

@Xzandro
Copy link
Owner

Xzandro commented Nov 29, 2020

The releases I do are generated by github actions, which do not provide ARM workers. So there probably won't be official releases for these for now, since I also don't have access to a ARM machine personally.

@xenonsb
Copy link

xenonsb commented Feb 28, 2021

Hey @Xzandro - it's been a few months now, just wanted to double check and see if ARM workers are now available on Github actions at all. Would love to see this work on the Pi!

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

5 participants