This wiki is archived from 2021-09-05

Failed to Start Game (Missing Executable): Difference between revisions

From Planetary Annihilation: TITANS and Classic PA Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
= [[Failed to Start Game (Missing Executable)]] =
[[Category:Linux/SteamOS]]
= [[File:Titans-icon.png|50px]] Failed to Start Game (Missing Executable) =
== [[File:platinum-rank-icon.png|50px]] Description ==
== [[File:platinum-rank-icon.png|50px]] 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)"

Revision as of 02:16, 21 January 2016

File:Titans-icon.png Failed to Start Game (Missing Executable)

File:Platinum-rank-icon.png Description

When trying to launch PA, you get the error "Failed to Start Game (Missing Executable)"

File:Gold-rank-icon.pngSolution

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.