It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi everyone,

I'm running on Fedora 32 Silverblue and downloaded this game using Minigalaxy client in flatpak. It looks like game is installed correctly, but when trying to run `./start.sh`, I'm getting the error with `./Throttle: No such file or directory`

I did some investigation and looked at the script, what is actually trying to run and checked, that the file exists. However when I tried to run `./Throttle` directly in game folder I got:
```
Failed to execute process './Throttle'. Reason:
The file './Throttle' does not exist or could not be executed.
```

Not sure what is happening or what can I do wit it. Any advice?
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
Zlopez: ```
Failed to execute process './Throttle'. Reason:
The file './Throttle' does not exist or could not be executed.
```

Not sure what is happening or what can I do wit it. Any advice?
I don't know anything about Minigalaxy or how it installs games, but does the Throttle binary have executable permissions?
avatar
Zlopez: Failed to execute process './Throttle'. Reason:
The file './Throttle' does not exist or could not be executed.
Probably a missing 32-bit ld.so. Make sure you can run 32-bit binaries on your systme, and once you have a working ld.so, run ldd on the Throttle binary to ensure you have all needed libraries.