sw-exporter
sw-exporter copied to clipboard
Raspian release
Have you ever thought or intend to release a version for raspian?
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).
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"
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.
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.
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!