Manual Install Factorio game on Linux Ubuntu 16.04

Anything that prevents you from playing the game properly. Do you have issues playing for the game, downloading it or successfully running it on your computer? Let us know here.
Post Reply
breikopf
Manual Inserter
Manual Inserter
Posts: 4
Joined: Fri Jul 28, 2017 8:50 am
Contact:

Manual Install Factorio game on Linux Ubuntu 16.04

Post by breikopf »

Hello,
I'm fairly new to Linux (Ubuntu 16.04) and wanted to install Factorio without Steam. So I downloaded the package and unpacked it. Now I'm wondering what to start. in the folder bin is a file, when I run it a file pops up with invalid encoding... and the installation guide and the config file aren't helping. So I don't know what to do....
Greetings from Germany,
Pat

gheift
Fast Inserter
Fast Inserter
Posts: 188
Joined: Tue Mar 03, 2015 9:20 pm
Contact:

Re: Manual Install Factorio game on Linux Ubuntu 16.04

Post by gheift »

You can start a terminal emulator, navigate to the path where the game is located and start it:

Code: Select all

# cd your/path/to/factorio
# ./bin/x64/factorio
If it does not start, copy the error messages in the console to the forum.

Otherwise there is a file called "factorio-current.log" in the game directory. Attach that file to the forum, then we can help you.

Kind Regards,
Gerhard

sillyfly
Smart Inserter
Smart Inserter
Posts: 1099
Joined: Sun May 04, 2014 11:29 am
Contact:

Re: Manual Install Factorio game on Linux Ubuntu 16.04

Post by sillyfly »

Please do not run programs as root, especially games! (# implies root terminal. Normal user terminal has $ as the prompt separator).

If clicking the file in bin/x64/ opens it, it probably means it's not marked as an executable. Try running

Code: Select all

chmod +x bin/x64/factorio
Or see if your graphical file manager can set the executable attribute of the file.

gheift
Fast Inserter
Fast Inserter
Posts: 188
Joined: Tue Mar 03, 2015 9:20 pm
Contact:

Re: Manual Install Factorio game on Linux Ubuntu 16.04

Post by gheift »

sillyfly wrote:(# implies root terminal. Normal user terminal has $ as the prompt separator).
I forgot that, since I don't have a normal prompt in my shell. But at least # prevents execution on copy/paste to the terminal.

breikopf
Manual Inserter
Manual Inserter
Posts: 4
Joined: Fri Jul 28, 2017 8:50 am
Contact:

Re: Manual Install Factorio game on Linux Ubuntu 16.04

Post by breikopf »

Thx for the fast response.

I've checked, and it was executed as program. I've executet it through Gnome and the console.

It creates an file with a weird Name, I couldn't upload it, cause it's empty, so I made a picture:
file created.png
file created.png (38.26 KiB) Viewed 9338 times
The error in the console is:

Code: Select all

bash: ./bin/x64/factorio: cannot execute binary file: Exec format error
I'm using the standard Ubuntu 16.04 LTS. Are there some libraries I have to install additionally?

Pat

sillyfly
Smart Inserter
Smart Inserter
Posts: 1099
Joined: Sun May 04, 2014 11:29 am
Contact:

Re: Manual Install Factorio game on Linux Ubuntu 16.04

Post by sillyfly »

Maybe the file got corrupted somehow? Try downloading again and re-installing.

breikopf
Manual Inserter
Manual Inserter
Posts: 4
Joined: Fri Jul 28, 2017 8:50 am
Contact:

Re: Manual Install Factorio game on Linux Ubuntu 16.04

Post by breikopf »

I've dobe it multiple times, same result :(

m44v
Fast Inserter
Fast Inserter
Posts: 122
Joined: Sun May 15, 2016 8:55 pm
Contact:

Re: Manual Install Factorio game on Linux Ubuntu 16.04

Post by m44v »

breikopf wrote: The error in the console is:

Code: Select all

bash: ./bin/x64/factorio: cannot execute binary file: Exec format error
You're in a 32bit machine. The minimum requirements for factorio is a 64 bits system, although I do see that /bin/i386/factorio exists, but doesn't run for me.

breikopf
Manual Inserter
Manual Inserter
Posts: 4
Joined: Fri Jul 28, 2017 8:50 am
Contact:

Re: Manual Install Factorio game on Linux Ubuntu 16.04

Post by breikopf »

You are right :shock: I thought I've had installed the 64bit version, but I've checked it with the command "uname -m" and it's really 32bit, so i should make a reinstall :mrgreen:
Thx

Post Reply

Return to “Technical Help”