Posted January 04, 2019
Linux Mint risk_of_rain_2.1.0.6 wont start, tried running from desktop shortcut but nothing, then tried running from game directory start.sh and nothing, so I tried running from terminal and it says:
~/GOG Games/Risk of Rain$ ./start.sh
Running Risk of Rain
./start.sh: line 19: ./Risk_of_Rain: No such file or directory
this is what line 15 to 21 say in start.sh of game directory:
# Actions
run_game() {
echo "Running ${GAME_NAME}"
cd game
./"Risk_of_Rain" <--- this is line 19
}
I looked inside game folder and Risk_of_Rain is there, but I cant figure our why it cant be opened and when trying to open it from terminal I get the same thing:
~/GOG Games/Risk of Rain/game$ ./Risk_of_Rain
bash: ./Risk_of_Rain: No such file or directory
but the file is there:
~/GOG Games/Risk of Rain/game$ ls
assets lib Risk_of_Rain run.sh
wtf is going on why can the computer see the file with ls command but not find it with ./Risk_of_Rain command???
~/GOG Games/Risk of Rain$ ./start.sh
Running Risk of Rain
./start.sh: line 19: ./Risk_of_Rain: No such file or directory
this is what line 15 to 21 say in start.sh of game directory:
# Actions
run_game() {
echo "Running ${GAME_NAME}"
cd game
./"Risk_of_Rain" <--- this is line 19
}
I looked inside game folder and Risk_of_Rain is there, but I cant figure our why it cant be opened and when trying to open it from terminal I get the same thing:
~/GOG Games/Risk of Rain/game$ ./Risk_of_Rain
bash: ./Risk_of_Rain: No such file or directory
but the file is there:
~/GOG Games/Risk of Rain/game$ ls
assets lib Risk_of_Rain run.sh
wtf is going on why can the computer see the file with ls command but not find it with ./Risk_of_Rain command???
No posts in this topic were marked as the solution yet. If you can help, add your reply