EarendelDevelopers / factorio-mods

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

Crash after picking up Warehouse item while in inventory #293

Closed HenrijsT closed 1 year ago

HenrijsT commented 1 year ago

Crash occured when I had inventory opened, picked up Warehouse to be placed down. As soon as I closed the inventory the game transformed me into Nav view, dropped all of my items on the ground and crashed the game. Crashed around 1 second after all the items being dropped (robots managed to get out of roboport)

2023-05-02T23:05:59.671429000Z 622077.160 Error MainLoop.cpp:1288: Exception at tick 17833632: The mod Space Exploration (0.6.104) caused a non-recoverable error.
2023-05-02T23:05:59.671904000Z Please report this error to the mod author.
2023-05-02T23:05:59.671993000Z 
2023-05-02T23:05:59.672065000Z Error while running event space-exploration::se-remote-view (ID 262)
2023-05-02T23:05:59.672142000Z Character can only be connected to one player at a time.
2023-05-02T23:05:59.672205000Z stack traceback:
2023-05-02T23:05:59.672261000Z  [C]: in function 'set_controller'
2023-05-02T23:05:59.672330000Z  __space-exploration__/scripts/remote-view.lua:375: in function 'stop'
2023-05-02T23:05:59.672388000Z  __space-exploration__/scripts/remote-view.lua:704: in function 'toggle'
2023-05-02T23:05:59.672446000Z  __space-exploration__/scripts/remote-view.lua:770: in function 'callback'
2023-05-02T23:05:59.672505000Z  __space-exploration__/scripts/event.lua:15: in function <__space-exploration__/scripts/event.lua:13>
2023-05-02T23:05:59.672564000Z 622077.160 Error ServerMultiplayerManager.cpp:92: MultiplayerManager failed: "The mod Space Exploration (0.6.104) caused a non-recoverable error.
2023-05-02T23:05:59.672622000Z Please report this error to the mod author.
2023-05-02T23:05:59.672682000Z 
2023-05-02T23:05:59.672736000Z Error while running event space-exploration::se-remote-view (ID 262)
2023-05-02T23:05:59.672789000Z Character can only be connected to one player at a time.
2023-05-02T23:05:59.672842000Z stack traceback:
2023-05-02T23:05:59.672893000Z  [C]: in function 'set_controller'
2023-05-02T23:05:59.672949000Z  __space-exploration__/scripts/remote-view.lua:375: in function 'stop'
2023-05-02T23:05:59.673008000Z  __space-exploration__/scripts/remote-view.lua:704: in function 'toggle'
2023-05-02T23:05:59.673064000Z  __space-exploration__/scripts/remote-view.lua:770: in function 'callback'
2023-05-02T23:05:59.673118000Z  __space-exploration__/scripts/event.lua:15: in function <__space-exploration__/scripts/event.lua:13>"

image

Wiwiweb commented 1 year ago

I guess someone else on your server took control of your character while you were in navsat, maybe via admin commands? I'll add a check for that.