EarendelDevelopers / factorio-mods

This is a public repository for tracking issues with Earendel's factorio mods.
19 stars 3 forks source link

[space-exploration] Crash when pumping rocket fuel out of cargo rocket silo. #315

Closed Chicken-Bones closed 11 months ago

Chicken-Bones commented 11 months ago

0.6.109 Multiplayer Happens regardless of rocket silo launch status. A destination landing pad was set. I wanted to move it without losing the fuel, so I tried to pump out the rocket fuel. It does pump out, but crashes shortly after.

100% reproducible but have not tested in creative/on another silo.

 364.167 Error MainLoop.cpp:1382: Exception at tick 43913005: The mod Space Exploration (0.6.109) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event space-exploration::on_tick (ID 0)
'name': string expected, got nil
stack traceback:
        [C]: in function '__newindex'
        __space-exploration__/scripts/launchpad.lua:387: in function 'prep'
        __space-exploration__/scripts/launchpad.lua:595: in function 'tick'
        __space-exploration__/scripts/launchpad.lua:1615: in function 'callback'
        __space-exploration__/scripts/event.lua:15: in function <__space-exploration__/scripts/event.lua:13>
 364.167 Error ServerMultiplayerManager.cpp:92: MultiplayerManager failed: "The mod Space Exploration (0.6.109) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event space-exploration::on_tick (ID 0)
'name': string expected, got nil
stack traceback:
        [C]: in function '__newindex'
        __space-exploration__/scripts/launchpad.lua:387: in function 'prep'
        __space-exploration__/scripts/launchpad.lua:595: in function 'tick'
        __space-exploration__/scripts/launchpad.lua:1615: in function 'callback'
        __space-exploration__/scripts/event.lua:15: in function <__space-exploration__/scripts/event.lua:13>"
 364.167 Info ServerMultiplayerManager.cpp:813: updateTick(43913005) changing state from(InGame) to(Failed)
 364.183 Quitting: multiplayer error.
Wiwiweb commented 11 months ago

Yep!

0.6.111 ​ ​ - Hotfixes to issues introduced in 0.6.109: ​ ​ ​ ​ - Fixed crash when pumping out fuel from a cargo rocket launch pad.

Updating SE should fix your issue.