Skip to content

Instantly share code, notes, and snippets.

@boformer
Created July 3, 2015 13:49
Show Gist options
  • Save boformer/ac5c509c6e8b4a6df45d to your computer and use it in GitHub Desktop.
Save boformer/ac5c509c6e8b4a6df45d to your computer and use it in GitHub Desktop.
Mod Tools error on game startup (debug_log)
NullReferenceException: Object reference not set to an instance of an object
at ModTools.Console..ctor () [0x00000] in <filename unknown>:0
UnityEngine.GameObject:Internal_AddComponentWithType(Type)
UnityEngine.GameObject:AddComponent(Type)
UnityEngine.GameObject:AddComponent()
ModTools.ModTools:Initialize(UpdateMode)
ModTools.ModToolsBootstrap:InitModTools(UpdateMode)
ModTools.ModToolsBootstrap:Bootstrap()
ModTools.Mod:get_Name()
OptionsMainPanel:AddUserMods()
OptionsMainPanel:CreateCategories()
OptionsMainPanel:Awake()
UnityEngine.Object:Internal_CloneSingle(Object)
UnityEngine.Object:Instantiate(GameObject)
ColossalFramework.UI.UIDynamicPanels:Init(UIView)
ColossalFramework.UI.UIView:Awake()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment