Search found 2 matches

by daryltucker
Sat May 17, 2014 3:54 pm
Forum: Technical Help
Topic: Stupid question (Linux installation)
Replies: 8
Views: 16030

Re: Stupid question (Linux installation)

When I downloaded factorio, I grabbed factorio_alpha_x64_0.9.8.tar.gz. Then:

Code: Select all

$ tar -xvzf factorio_alpha_x64_0.9.8.tar.gz

Code: Select all

$ cd factorio/bin/x64

Code: Select all

$ ./factorio
by daryltucker
Sat May 17, 2014 3:48 pm
Forum: Resolved Problems and Bugs
Topic: [0.9.8][cube] LINUX Problem with Factorio crashing!
Replies: 37
Views: 15050

Re: [0.9.8] LINUX Problem with Factorio crashing!

The libpng warnings can be suppressed by doing the following:

Code: Select all

$ cd /path/to/factorio/data 

Code: Select all

$ for i in $(find ./ -type f -name "*.png")
do
convert $i -strip $i
done

This does not guarantee an actual fix, but will make your console much quieter.

More information

Go to advanced search