PaulCombal / SamRewritten

Steam Achievement Manager For Linux. Rewritten in C++.
GNU General Public License v3.0
340 stars 32 forks source link

Cant install on ubuntu #55

Closed Khantanjil closed 4 years ago

Khantanjil commented 4 years ago

Hi, im trying to use that programm, im getting this error when i run with the following command ./build_appimage.sh ERROR: Failed to run plugin: appimage

Khantanjil commented 4 years ago

For more details of error: [appimage/stderr] Please set the $VERSION environment variable if this is not intended [appimage/stderr] Unable to guess the architecture of the AppDir source directory "AppDir" [appimage/stderr] A valid architecture with the ARCH environmental variable should be provided [appimage/stderr] e.g. ARCH=x86_64 appimagetool ... ERROR: Failed to run plugin: appimag

Khantanjil commented 4 years ago

Also tried to run the launch.sh: ./launch.sh: line 10: /home/khan/SamRewritten/bin/samrewritten: No such file or directory

Khantanjil commented 4 years ago

Screenshot from 2020-04-27 22-46-34

PaulCombal commented 4 years ago

Hello, Thanks for the bug report! Can you tell me the output of $ cat /etc/lsb-release? Also did you run the make command first and did it work without errors?

Thanks

Khantanjil commented 4 years ago

I runned the make and i get these errors: Screenshot from 2020-04-29 14-04-09

Khantanjil commented 4 years ago

i deleted the samrewrittend and i used git clonehttps://github.com/PaulCombal/SamRewritten.gitagain and i runned themakecommand and i got errors, after i tryed to run on the bin file path with the following command./launch.sh` and it says Screenshot from 2020-04-29 14-08-30

Khantanjil commented 4 years ago

@PaulCombal Screenshot from 2020-04-29 14-09-12

PaulCombal commented 4 years ago

Hello, as stated in the README, Ubuntu is supported from version 19. Please refer to issue #45 or use an AppImage build in the "release" tab. Thank you.

wgpierce commented 4 years ago

If you're still on Ubuntu 18.04, the latest master includes commits 082ad7f1182e9a8e3ae9d90d82267b6f33f9b658 and 7358596158221af89b19f89f25d4ee8b4e8ecfb1 to fix these problems and enable building.

Khantanjil commented 4 years ago

I solved it, thanks