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
(Created page with "= 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...")
 
No edit summary
Line 1: Line 1:
= Description =
= [[UI is partially missing]] =
== [[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)"


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

Revision as of 18:59, 20 January 2016

UI is partially missing

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.