Space Engineers

Space Engineers

Modular Encounters Systems
Flyhardur 14 May, 2019 @ 11:57pm
Client crash to desktop after update from 14th of May 2019
Got this exception:

2019-05-15 08:54:52.093 - Thread: 1 -> Exception occured: System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at ModularEncountersSpawner.Spawners.SpaceCargoShipSpawner.GetSpaceCargoShips(Vector3D playerCoords)
at ModularEncountersSpawner.Spawners.SpaceCargoShipSpawner.AttemptSpawn(Vector3D startCoords)
at ModularEncountersSpawner.MES_SessionCore.ProcessPlayerWatchList()
at ModularEncountersSpawner.MES_SessionCore.UpdateBeforeSimulation()
at Sandbox.Game.World.MySession.UpdateComponents()
at Sandbox.Game.World.MySession.Update(MyTimeSpan updateTime)
at Sandbox.MySandboxGame.Update()
at Sandbox.Engine.Platform.Game.UpdateInternal()
at Sandbox.Engine.Platform.Game.RunSingleFrame()
at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass11_0.<Run>b__0()
at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
at Sandbox.Engine.Platform.Game.RunLoop()
at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
at SpaceEngineers.MyProgram.Main(String[] args)