[0.12.30][Oxyd]Crash
Posted: Sat Apr 23, 2016 8:04 pm
by Adil
I've been testing stuff around in console.
Defined on_tick handler in console.
Accidentally spawned two cars on the same spot and stole passenger from one to another.
Then hit restart.
Then factorio crashed.
This is sample of code I was fooling around with. Specific state of game and order of things might be difficult to provide.
Defined on_tick handler in console.
Accidentally spawned two cars on the same spot and stole passenger from one to another.
Then hit restart.
Then factorio crashed.
This is sample of code I was fooling around with. Specific state of game and order of things might be difficult to provide.
Code fed to console
There are mods enabled, but none functionality of those was called in the crashed game.
Code: Select all
p=game.player; s=p.surface; c=p.character;
car=s.create_entity{name="car", position=p.position, force=p.force}
car.passenger=c
car.insert("coal")
script.on_event(defines.events.on_tick, function(event) c.riding_state={direction=1, acceleration=defines.riding.acceleration.accelerating}; print('wroom') print(serpent.block(c.riding_state)) end )
Crashlog
Code: Select all
0.000 2016-04-23 22:37:38; Factorio 0.12.30 (Build 17998, linux64, alpha)
0.040 Operating system: Linux (Ubuntu 15.10)
0.040 Program arguments: "./factorio"
0.040 Read data path: /home/d/Programs/f/factorio-test/data
0.040 Write data path: /home/d/Programs/f/factorio-test
0.040 Binaries path: /home/d/Programs/f/factorio-test/bin
0.050 Graphics options: [FullScreen: false] [VSync: true] [UIScale: 100%] [MultiSampling: OFF] [Graphics quality: normal] [Video memory usage: high] [Light scale: 20%] [Screen: 0]
0.052 Available display adapters: 1
0.052 [0]: resolution 1366x768px at [0,0]
0.052 Create display on adapter 0. Size 1266x668 at position [40, 32].
0.087 Initialised OpenGL:[0] Mesa DRI Intel(R) Haswell Mobile ; driver: 3.0 Mesa 11.0.2
0.174 Loading mod core 0.0.0 (data.lua)
0.176 Loading mod base 0.12.30 (data.lua)
0.227 Loading mod Combat_Units 0.1.0 (data.lua)
0.274 Loading mod MapCursor 0.1.0 (data.lua)
0.319 Loading mod robotarmy 0.1.0 (data.lua)
0.363 Loading mod UnlimitedUpgrades 0.2.2 (data.lua)
0.406 Loading mod WrenchFu 0.2.0 (data.lua)
0.465 Loading mod DroneHome 0.2.1 (data.lua)
0.507 Loading mod UnlimitedUpgrades 0.2.2 (data-updates.lua)
0.553 Loading mod Unstable-ground 0.1.0 (data-updates.lua)
0.611 Checksum for core: 3711505753
0.611 Checksum for mod base: 2829195351
0.611 Checksum for mod 1: 0
0.611 Checksum for mod Combat_Units: 4048483572
0.611 Checksum for mod MapCursor: 2222451731
0.611 Checksum for mod robotarmy: 3899792051
0.611 Checksum for mod UnlimitedUpgrades: 729002089
0.611 Checksum for mod Unstable-ground: 4158263569
0.611 Checksum for mod WrenchFu: 2036060447
0.611 Checksum for mod DroneHome: 4257046775
0.934 Initial atlas bitmap size is 8192
0.952 Created atlas bitmap 8192x8190
0.953 Created atlas bitmap 8192x2684
9.898 Sprites loaded
9.898 Loading sounds...
11.595 Info Updater.cpp:752: Downloading https://www.factorio.com/updater/get-available-versions?username=DI&token=<private>&apiVersion=2
11.788 Info Updater.cpp:762: Download failed (Couldn't resolve host name -- Couldn't resolve host 'www.factorio.com')
11.830 Factorio initialised
86.127 Info Scenario.cpp:124: Map version 0.12.30-0
86.160 Checksum for script /home/d/Programs/f/factorio-test/temp/currently-playing/control.lua: 393467729
86.161 Checksum for script __1__/control.lua: 346195372
86.162 Checksum for script __MapCursor__/control.lua: 2764946805
86.163 Checksum for script __UnlimitedUpgrades__/control.lua: 1795272552
86.165 Checksum for script __WrenchFu__/control.lua: 4097064417
86.166 Checksum for script __DroneHome__/control.lua: 2407178021
442.483 Info Scenario.cpp:124: Map version 0.12.30-0
442.514 Checksum for script /home/d/Programs/f/factorio-test/temp/currently-playing/control.lua: 393467729
442.515 Checksum for script __1__/control.lua: 346195372
442.516 Checksum for script __MapCursor__/control.lua: 2764946805
442.517 Checksum for script __UnlimitedUpgrades__/control.lua: 1795272552
442.518 Checksum for script __WrenchFu__/control.lua: 4097064417
442.520 Checksum for script __DroneHome__/control.lua: 2407178021
575.505 Info Scenario.cpp:124: Map version 0.12.30-0
575.539 Checksum for script /home/d/Programs/f/factorio-test/temp/currently-playing/control.lua: 393467729
575.540 Checksum for script __1__/control.lua: 346195372
575.541 Checksum for script __MapCursor__/control.lua: 2764946805
575.542 Checksum for script __UnlimitedUpgrades__/control.lua: 1795272552
575.544 Checksum for script __WrenchFu__/control.lua: 4097064417
575.546 Checksum for script __DroneHome__/control.lua: 2407178021
Factorio crashed. Generating symbolized stacktrace, please wait ...
#0 0x7aa419 in CrashHandler::SignalHandler(int) at /tmp/factorio-muYlK6/src/Util/CrashHandler.cpp:176
#1 0x7f33eb8d92f0 in ?? at ??:0
#2 0x7f33a40aaf60 in ?? at ??:0
677.031 Error Util.cpp:78: Unexpected error occurred. You can help us to solve the problem by posting the contents of the log file on the Factorio forums.