zubbs1: When I try to execute the start.sh file, I get the following error:
bash ./start.sh
Running Wasteland 2
support/gog_com.shlib: line 211: ./WL2: Permission denied
I've used chmod to try and give permission, but get the same error.
Anyone have any ideas?
kilobug: Could be missing 32-bits compatibility libraries, if you're running it on a 64-bits system. The list of libraries to install is on the GoG Linux FAQ :
http://www.gog.com/support/wasteland_2_kickstarter/some_games_come_with_a_32bit_binary_only_what_does_this_mean Attached is the verification that my libraries had already been updated. I did figure out that this was a NTFS drive, so chmod would not work. I had to edit my fstab to grant execute permission. I have verified with ls -l that I have read/write/execute permission in the entire wasteland 2 directory. This is the breakdown when I try to run the script with various commands:
sh./start.sh ./start.sh: 6: ./start.sh: declare: not found
./start.sh: 7: ./start.sh: declare: not found
./start.sh: 8: ./start.sh: declare: not found
./start.sh: 9: ./start.sh: declare: not found
./start.sh: 10: ./start.sh: declare: not found
./start.sh: 13: ./start.sh: Bad substitution
./start.sh: 13: ./start.sh: declare: not found
./start.sh: 19: ./start.sh: source: not found
./start.sh: 42: ./start.sh: define_option: not found
./start.sh: 45: ./start.sh: standard_options: not found
./start.sh bash: ./start.sh: Permission denied
bash ./start.sh Running Wasteland 2
support/gog_com.shlib: line 211: ./WL2: Permission denied
I'm new to linux, but trying my best to learn. I thought I had it nailed when I learned about the ntfs chmod function not working. However there is no change to the output when I try to run the script. I've seen elsewhere where they say to just run the WL2 file directly, but when I try that:
./wl2 bash: ./wl2: No such file or directory
sh ./WL2 ./WL2: 1: ./WL2: ELF4�s4: not found
./WL2: 2: ./WL2: Syntax error: "(" unexpected (expecting ")")
bash ./WL2 ./WL2: ./WL2: cannot execute binary file
I'm very frustrated that a simple .sh file cannot run as directed, and everywhere around the internet everyone seems like its so easy, just ./start.sh and it runs, well IT DOESN'T.
Anyone have any additional insight?