Running a game from a folder and got a 'path error' despite running it from the correct path

Viewed 20

I've got a folder containing the valheim game that runs natively on linux. To play it I'd simply run the valheim.x86_64 file This time the game quickly launches and closes without presenting any errors. Now I tried running it from the terminal as:

host@host:~/Documents/_G/Valheim/game/files$ ./valheim.x86_64 
Set current directory to /home/host/Documents/_G/Valheim/game/files
Found path: /home/host/Documents/_G/Valheim/game/files/valheim.x86_64
Aborted

What does the error mean and how can I fix it/run the game

0 Answers
Related