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
I'm unable to use network restrictions. The UI for it doesn't come up.
This happens if I load from a save, or into a new game, or whatever. The exception gets thrown from the same HasJunctionRestrictions function, but called from a few different places.
Here is the relevant log output:
NullReferenceException: Object reference not set to an instance of an object
at TrafficManager.Manager.JunctionRestrictionsManager.HasJunctionRestrictions (UInt16 nodeId) [0x00000] in <filename unknown>:0
at TrafficManager.UI.SubTools.JunctionRestrictionsTool.RefreshCurrentRestrictedNodeIds () [0x00000] in <filename unknown>:0
at TrafficManager.UI.SubTools.JunctionRestrictionsTool.Initialize () [0x00000] in <filename unknown>:0
at TrafficManager.UI.TrafficManagerTool.Awake () [0x00000] in <filename unknown>:0
UnityEngine.GameObject:Internal_AddComponentWithType(Type)
UnityEngine.GameObject:AddComponent(Type)
UnityEngine.GameObject:AddComponent()
TrafficManager.LoadingExtension:EnableTool()
TrafficManager.LoadingExtension:SetToolMode(TrafficManagerMode)
TrafficManager.UI.UIBase:Show()
TrafficManager.UI.UIBase:ButtonClick(UIComponent, UIMouseEventParameter)
ColossalFramework.UI.UIComponent:OnClick(UIMouseEventParameter)
ColossalFramework.UI.UIButton:OnClick(UIMouseEventParameter)
ColossalFramework.UI.MouseHandler:ProcessInput(IInputTranslator, Ray, UIComponent, Boolean)
ColossalFramework.UI.UIInput:ProcessMouseInput()
ColossalFramework.UI.UIInput:Update()
The text was updated successfully, but these errors were encountered:
Hi,
I'm unable to use network restrictions. The UI for it doesn't come up.
This happens if I load from a save, or into a new game, or whatever. The exception gets thrown from the same
HasJunctionRestrictions
function, but called from a few different places.Here is the relevant log output:
The text was updated successfully, but these errors were encountered: