boformer / NetworkSkins

Mod for Cities: Skylines
MIT License
5 stars 7 forks source link

Pipette Tool NullReferenceException #51

Open AkipTsaqif opened 4 years ago

AkipTsaqif commented 4 years ago

Ok so randomly the pipette tool stops working for me and will not work until.... well I don't know, sometimes the next day I load my save it works again. So it happens very randomly. I didn't know which caused this but here is the full log: output_log.txt

On line 60474 you can see that the pipette tool throws a NullReferenceException. Here is it:

NullReferenceException: Object reference not set to an instance of an object
  at NetworkSkins.Tool.PipetteTool.Awake () [0x00000] in <filename unknown>:0 
UnityEngine.GameObject:Internal_AddComponentWithType(Type)
UnityEngine.GameObject:AddComponent(Type)
UnityEngine.GameObject:AddComponent()
NetworkSkins.GUI.NetworkSkinPanelController:Awake()
UnityEngine.GameObject:Internal_AddComponentWithType(Type)
UnityEngine.GameObject:AddComponent(Type)
UnityEngine.GameObject:AddComponent()
NetworkSkins.NetworkSkinsMod:Install()
NetworkSkins.NetworkSkinsMod:OnLevelLoaded(LoadMode)
LoadingWrapper:DMD<DMD<OnLevelLoaded_Patch2>?-1979670400::OnLevelLoaded_Patch2>(LoadingWrapper, UpdateMode)
<LoadLevelComplete>c__Iterator9:MoveNext()
LoadingManager:Update()

Thanks.