View Issue Details

IDProjectCategoryView StatusLast Update
0000087Medieval EngineersBugpublic2022-04-08 20:07
Reportershad Assigned To 
PrioritynormalSeveritycrashReproducibilityhave not tried
Status newResolutionopen 
PlatformWindows ServerOS2016 1607OS Version14393
Product Version0.7.2 
Summary0000087: DS crash after tons of world grid entity errors: System.ArgumentNullException: Value cannot be null
Description

See the errors in the attached logfile.

2020-10-31 07:35:57.118|Main Thread> Exception occurred: System.ArgumentNullException: Value cannot be null.
Parameter name: child
   at VRage.Scene.MyTieredComponentGroup`2.GetParent(TChildComponent child)
   at VRage.Components.Physics.MyPhysicsConstraintGroup.OnActivate()
   at VRage.Scene.MyGroup.Activate()
   at VRage.Scene.MyScene.Merge(MyScene source, Boolean destroyConflicting)
   at Medieval.World.Persistence.MyEntityGridDatabase.ObjectLoader.ProcessWork()
   at Medieval.World.Persistence.MyEntityGridDatabase.Update()
   at Medieval.World.Persistence.MyInfiniteWorldPersistence.UpdateChunks(Int64 ticks)
   at VRage.Components.MyUpdateScheduler.RunTimedUpdates()
   at VRage.Components.MyUpdateScheduler.RunUpdates(TimeSpan currentTime)
   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 VRage.Components.MyUpdateScheduler.RunFixedUpdates()
   at VRage.Components.MyUpdateScheduler.RunUpdates(TimeSpan currentTime)
   at Sandbox.Engine.Platform.MySandboxUpdate.<RunLoop>b__18_0()
   at VRage.Utils.FixedLoop.Run(Action tickCallback)
   at Sandbox.Engine.Platform.MySandboxUpdate.RunLoop()
   at VRage.Dedicated.DedicatedServer`1.RunInternal()
   at VRage.Dedicated.DedicatedServer`1.RunMain(String instanceName, String customPath, Boolean isService, Boolean showConsole)
TagsGrid, Server

Activities

shad

2020-11-01 08:17

reporter   #~0000040

Issue History

Date Modified Username Field Change
2020-11-01 08:14 shad New Issue
2020-11-01 08:14 shad Tag Attached: Grid
2020-11-01 08:14 shad Tag Attached: Server
2020-11-01 08:17 shad Note Added: 0000040
2020-11-01 08:17 shad File Added: MedievalEngineersDedicated_20201031_150041.zip
2022-04-08 20:07 equinox Description Updated