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
mNo edit summary
 
Line 1: Line 1:
[[Category:Linux/SteamOS]]
[[Category:Linux/SteamOS]]
= [[File:Titans-icon.png|50px]] Failed to Start Game (Missing Executable) =
= Failed to Start Game (Missing Executable) =
== [[File:platinum-rank-icon.png|50px]] Description ==
== 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)"


== [[File:gold-rank-icon.png|50px]]Solution ==
== 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.