PaulCombal / SamRewritten

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

Arch/ Manjaro: No such file or directory #116

Closed carebear93 closed 2 years ago

carebear93 commented 2 years ago

Salutations

I running Manjaro, have managed to build the pkg however when running launch.sh konsole returns: /bin/launch.sh: line 10: /home/MYUSER/SamRewritten/bin/samrewritten: No such file or directory When checking the directory location it is correct I only have: /home/MYUSER/SamRewritten/bin/ Does not seem to be a 'samrewritten' folder in the specified location.

carebear93 commented 2 years ago

Update: I have managed to resolve the issue, being a silly billy after building the package twice (not a great a idea) it seems the executable was placed somewhere else where launch.sh did not expect it.

If you are having a similar issue perform the following steps:

  1. Open your File Manager
  2. Search for samrewritten (be sure to make this lowercase
  3. Look for the executable named samrewritten
  4. Cut or Copy (up to you) to the following directory path: /home/YOURUSER/SamRewritten/bin/
  5. re run launch.sh

If you can't find the samrewritten executable it is most likely you have not built the Sam package and need to refollow the steps in the documentation provided.

Thank you for this repo.