You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an install with Skopos has a sandbox save created, Skopos will spam nullrefs in the log, presumably because sandbox games don't load career features that Skopos expects. I have not checked if science mode does the same thing.
NullReferenceException: Object reference not set to an instance of an object σκοπός.Network.UpdateConnections () (at <023e265174644549ae9d24cb58b281e2>:0) σκοπός.Network.Refresh () (at <023e265174644549ae9d24cb58b281e2>:0) σκοπός.Telecom.FixedUpdate () (at <023e265174644549ae9d24cb58b281e2>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
The text was updated successfully, but these errors were encountered:
Nazfib
added a commit
to Nazfib/Skopos
that referenced
this issue
Jan 28, 2025
In sandbox saves, there's no instance of `ContractSystem`. This causes a
NRE to be thrown from `Network.UpdateConnections()` in every
FixedUpdate.
With this change, Skopos doesn't get loaded in Sandbox or Science mode
save files: they don't have contracts, so Skopos wouldn't do anything
anyways.
Fixesmockingbirdnest#8
If an install with Skopos has a sandbox save created, Skopos will spam nullrefs in the log, presumably because sandbox games don't load career features that Skopos expects. I have not checked if science mode does the same thing.
NullReferenceException: Object reference not set to an instance of an object σκοπός.Network.UpdateConnections () (at <023e265174644549ae9d24cb58b281e2>:0) σκοπός.Network.Refresh () (at <023e265174644549ae9d24cb58b281e2>:0) σκοπός.Telecom.FixedUpdate () (at <023e265174644549ae9d24cb58b281e2>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
The text was updated successfully, but these errors were encountered: