[Linux] [Solved] Game crashes when feeding fuel to arm

This subforum contains all the issues which we already resolved.
mock
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat Mar 05, 2016 11:02 am
Contact:

[Linux] [Solved] Game crashes when feeding fuel to arm

Post by mock »

I am in the second tutorial mission. Every time I feed coal to the arm, the game crashes.

Log:

Code: Select all

   0.000 2016-03-05 11:58:27; Factorio 0.12.25 (Build 17747, linux64)
   0.054 Operating system: Linux (ManjaroLinux 15.12)
   0.054 Program arguments: "/mnt/massdata/steam/steamapps/common/Factorio/bin/x64/factorio" 
   0.054 Read data path: /mnt/massdata/steam/steamapps/common/Factorio/data
   0.054 Write data path: /home/mock/.factorio
   0.054 Binaries path: /mnt/massdata/steam/steamapps/common/Factorio/bin
   0.161 Available display adapters: 2
   0.161  [0]: resolution 1920x1080px at [1920,0]
   0.161  [1]: resolution 1920x1080px at [0,0]
   0.161 Create display on adapter 1. Size 1280x720 at position [310, 162].
   0.459 Initialised OpenGL:[1] GeForce GTX 970/PCIe/SSE2; driver: 4.5.0 NVIDIA 352.79
   0.466 Graphics options: [FullScreen: true] [VSync: true] [UIScale: 100%] [MultiSampling: OFF] [Graphics quality: normal] [Video memory usage: high] [Light scale: 20%] [Screen: 255]
   0.494 Loading mod core 0.0.0 (data.lua)
   0.495 Loading mod base 0.12.25 (data.lua)
   0.689 Initial atlas bitmap size is 16384
   0.691 Created atlas bitmap 16384x5504
   7.959 Factorio initialised
  34.027 Applying migration: Base Mod: 2015-07-02_Factorio_0.12.0.lua
  34.030 Applying migration: Base Mod: 2015-10-02_Factorio_0.12.9.lua
  34.030 Applying migration: Base Mod: 2015-11-14_Factorio_0.12.11.lua
  34.037 Info Scenario.cpp:124: Map version 0.12.25-0
  61.304 Error Util.cpp:57: locale::facet::_S_create_c_locale name not valid
  62.921 Steam API shutdown.
  62.922 Goodbye
Last edited by mock on Sat Mar 05, 2016 12:01 pm, edited 1 time in total.
sillyfly
Smart Inserter
Smart Inserter
Posts: 1103
Joined: Sun May 04, 2014 11:29 am
Contact:

Re: [Linux] Game crashes when feeding fuel to arm

Post by sillyfly »

Code: Select all

locale::facet::_S_create_c_locale name not valid
Seems language-related. What language are you playing on?
mock
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat Mar 05, 2016 11:02 am
Contact:

Re: [Linux] Game crashes when feeding fuel to arm

Post by mock »

Code: Select all

LANG=de_DE.UTF-8
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=
But I already fixed it: I changed the launch properties of the game in steam to

Code: Select all

LC_ALL=C %command%
Post Reply

Return to “Resolved Problems and Bugs”