Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

v3.0.0.9 Update#376

Merged
austinvaness merged 1 commit intosepluginloader:mainfrom
Casimir255:main
May 1, 2025
Merged

v3.0.0.9 Update#376
austinvaness merged 1 commit intosepluginloader:mainfrom
Casimir255:main

Conversation

@Casimir255
Copy link
Contributor

Another possible fix for:

Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at Sandbox.Game.EntityComponents.MyTargetLockingComponent.Update()
at Sandbox.Game.Entities.Character.MyCharacter.UpdateAfterSimulation10()
at Sandbox.Game.Entities.MyParallelEntityUpdateOrchestrator.UpdateAfterSimulation10()

The Parrallel Orchestrator is now being cleared on unload to remove any lingering entity updates that are non-existent. Possible cause was entities were removed but queued updates were still in the middle of updating. Fixes the above issue as well as other one off crashes from random entity crashes.

@austinvaness austinvaness merged commit 1bf24af into sepluginloader:main May 1, 2025
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants