This wiki is archived from 2021-09-05
Failed to Start Game (Missing Executable): Difference between revisions
Jump to navigation
Jump to search
DeathByDenim (talk | contribs) No edit summary |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Linux/SteamOS]] | |||
== | = Failed to Start Game (Missing Executable) = | ||
== Description == | |||
When trying to launch PA, you get the error "Failed to Start Game (Missing Executable)" | When trying to launch PA, you get the error "Failed to Start Game (Missing Executable)" | ||
== | == Solution == | ||
PA only comes with a 64-bit executable. Trying to run the game on a 32-bit OS will result in the missing executable error. You can check if your OS is 64-bit by typing the following command in a terminal: | PA only comes with a 64-bit executable. Trying to run the game on a 32-bit OS will result in the missing executable error. You can check if your OS is 64-bit by typing the following command in a terminal: | ||
uname -m | uname -m |
Latest revision as of 10:47, 9 September 2021
Failed to Start Game (Missing Executable)
Description
When trying to launch PA, you get the error "Failed to Start Game (Missing Executable)"
Solution
PA only comes with a 64-bit executable. Trying to run the game on a 32-bit OS will result in the missing executable error. You can check if your OS is 64-bit by typing the following command in a terminal:
uname -m
The response should be x86_64. If it's not, download a 64-bit version of your Linux distribution and install that. Note that you can only install a 64-bit OS if your CPU is compatible. Almost all CPUs are, but you can check by typing the command
lscpu | grep "bit"
It should list 64-bit as one of the options. Otherwise, your CPU is incompatible.