[0.12.4] dying on alt surface in MP -> respawn redraw fail
Posted: Fri Aug 21, 2015 6:37 pm
when you die on a surface other than nauvis in MP, you respawn to nauvis, but initially it will still render some of the surface you died on?
Repro case with the very early wip of my tardis mod...
launch a mp world wiht the mod. Connect to the world. (shouldn't actually need multiple players, one on headless server should work, just need the respawn on death behavior)
teleport yourself into the tardis
create somethign to kill you
provoke it if necessary (spacebar!)
wait to die
the tardis mod is attached again here
:edit:
first, note that manually creating a surface has the same effect; I'm not doing anyhthing special with on die events for characters or anything.
Second, went to repro again to take a screenshot, and this time the game just completely crashed. About to try a 3rd time...
Repro case with the very early wip of my tardis mod...
launch a mp world wiht the mod. Connect to the world. (shouldn't actually need multiple players, one on headless server should work, just need the respawn on death behavior)
teleport yourself into the tardis
Code: Select all
/c game.local_player.teleport({1,1},"tardis")
Code: Select all
/c game.surfaces.tardis.create_entity{name="medium-biter",position={0,0}}
wait to die
the tardis mod is attached again here
:edit:
first, note that manually creating a surface has the same effect; I'm not doing anyhthing special with on die events for characters or anything.
Second, went to repro again to take a screenshot, and this time the game just completely crashed. About to try a 3rd time...