Cities: Skylines

Cities: Skylines

Node controller V2.11 [Stable]
patrick 2021 年 1 月 17 日 下午 5:43
Error on load
This happen on load or when I enable the mod in Content Manager.

Patching exception in method static System.Reflection.MethodBase NodeController.Patches.HideCrosswalksMod.ShouldHideCrossing::TargetMethod() [HarmonyLib.HarmonyException]

Details:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
File name: 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null'
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception
最后由 patrick 编辑于; 2021 年 1 月 17 日 下午 5:46
< >
正在显示第 1 - 12 条,共 12 条留言
CaptainDad 2021 年 1 月 24 日 下午 1:36 
I just tried to apply the Mod and I'm getting the same Error:

Patching exception in method static System.Reflection.MethodBase NodeController.Patches.HideCrosswalksMod.ShouldHideCrossing::TargetMethod() [HarmonyLib.HarmonyException]

Details:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
File name: 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null'
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception

Any fixes? Or does it still work?
robertocrr 2021 年 1 月 28 日 上午 10:25 
The same here:

Patching exception in method static System.Reflection.MethodBase NodeController.Patches.HideCrosswalksMod.ShouldHideCrossing::TargetMethod() [HarmonyLib.HarmonyException]

Details:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
File name: 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null'
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception
jxleonglee78 2021 年 2 月 5 日 上午 4:15 
Patching exception in method static System.Reflection.MethodBase NodeController.Patches.HideCrosswalksMod.ShouldHideCrossing::TargetMethod() [HarmonyLib.HarmonyException]

Details:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
File name: 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null'
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception

Hmm seems like Im getting the same error as everyone, does anyone know the fix?
76561198074556244 2021 年 2 月 6 日 上午 7:38 
Patching exception in method static System.Reflection.MethodBase NodeController.Patches.HideCrosswalksMod.ShouldHideCrossing::TargetMethod() [HarmonyLib.HarmonyException]

Details:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
File name: 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null'
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception
Crispy1961 !!ARTxolo†l 2021 年 2 月 8 日 上午 11:44 
Happened to me too. Seems like its because the incompatibility between the mods Harmony and Network Extension, which then breaks all other mods. See this thread in the Harmony page.

https://steamcommunity.yuanyoumao.com/workshop/filedetails/discussion/2040656402/3111393214044457771/

It has a link to a fixed version of Network Extension. So download that and unsubscribe from the steam version. That worked for me.
最后由 Crispy1961 !!ARTxolo†l 编辑于; 2021 年 2 月 8 日 上午 11:44
shaneturner12 2021 年 3 月 26 日 上午 9:45 
Whilst I’m not the mod author, the 5 errors above look like a case of not having the Hide Crosswalks mod which is a listed requirement from what I can see on the item page.
最后由 shaneturner12 编辑于; 2021 年 3 月 26 日 上午 9:45
[OG]CombatMedic02 2021 年 4 月 1 日 上午 9:31 
Also getting weird errors on load after I load into a second map.

System.NullReferenceException:
at (wrapper managed-to-native) UnityEngine.Component:get_gameObject ()
at ColossalFramework.UI.UIComponent.GetUIView () [0x00000] in <filename unknown>:0
at ColossalFramework.UI.UIComponent.Invalidate () [0x00000] in <filename unknown>:0
at ColossalFramework.UI.UIButton.Invalidate () [0x00000] in <filename unknown>:0
at ColossalFramework.UI.UIInteractiveComponent.set_disabledBgSprite (System.String value) [0x00000] in <filename unknown>:0
at NodeController.GUI.NodeControllerButton.Activate () [0x00000] in <filename unknown>:0
at NodeController.Tool.NodeControllerTool.OnEnable () [0x00000] in <filename unknown>:0
最后由 [OG]CombatMedic02 编辑于; 2021 年 4 月 1 日 上午 9:32
shaneturner12 2021 年 4 月 1 日 上午 9:54 
引用自 OGCombatMedic02
Also getting weird errors on load after I load into a second map.

System.NullReferenceException:
at (wrapper managed-to-native) UnityEngine.Component:get_gameObject ()
at ColossalFramework.UI.UIComponent.GetUIView () [0x00000] in <filename unknown>:0
at ColossalFramework.UI.UIComponent.Invalidate () [0x00000] in <filename unknown>:0
at ColossalFramework.UI.UIButton.Invalidate () [0x00000] in <filename unknown>:0
at ColossalFramework.UI.UIInteractiveComponent.set_disabledBgSprite (System.String value) [0x00000] in <filename unknown>:0
at NodeController.GUI.NodeControllerButton.Activate () [0x00000] in <filename unknown>:0
at NodeController.Tool.NodeControllerTool.OnEnable () [0x00000] in <filename unknown>:0

Did you happen to exit to menu rather than desktop between the first and second load? If so that may be the problem.
Miila 2021 年 4 月 7 日 上午 5:43 
same here ... System.NullReferenceException
Misused chair 2021 年 5 月 31 日 下午 2:49 
same here:

A Mod caused an error [System.Exception]

Details:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object
at NodeController.Tool.NodeControllerTool.Create () [0x00000] in <filename unknown>:0
at NodeController.LifeCycle.LifeCycle.OnLevelLoaded (LoadMode mode) [0x00000] in <filename unknown>:0
at NodeController.LifeCycle.LifeCycle.HotReload () [0x00000] in <filename unknown>:0
at NodeController.LifeCycle.LifeCycle.Enable () [0x00000] in <filename unknown>:0
at NodeController.LifeCycle.NodeControllerMod.OnEnabled () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception
Godzilly ^~^ 2021 年 11 月 7 日 上午 6:08 
引用自 patrick
This happen on load or when I enable the mod in Content Manager.

Patching exception in method static System.Reflection.MethodBase NodeController.Patches.HideCrosswalksMod.ShouldHideCrossing::TargetMethod() [HarmonyLib.HarmonyException]

Details:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
File name: 'HideCrosswalks, Version=3.0.1.21320, Culture=neutral, PublicKeyToken=null'
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception
he did mention something about needing the 'mods' "TMPE" "Harmony" "any version of hide crossings mod" and "unifiedUI" for the node change thing when activating it or something, look again on how to use the mod on the mod page.
最后由 Godzilly ^~^ 编辑于; 2021 年 11 月 7 日 上午 6:10
Neverminder 2022 年 7 月 6 日 上午 5:20 
i have TMPE, Harmony, the latest version of the Hide Crossings Mod and UnifiedUI

and i'm getting this after the first load:
The Mod C:\Users\ipnvm\AppData\Local\Colossal Order\Cities_Skylines\Addons\Mods\2085403475 NodeController [UnifiedUILib.dll, NodeController.dll] has caused an error [ModException]

Details:
System.NullReferenceException: Object reference not set to an instance of an object
at NodeController.LifeCycle.NCState.Deserialize (System.Byte[] data) [0x00000] in <filename unknown>:0
at NodeController.LifeCycle.SerializableDataExtension.OnLoadData () [0x00000] in <filename unknown>:0
at SerializableDataWrapper.OnLoadData () [0x00000] in <filename unknown>:0
< >
正在显示第 1 - 12 条,共 12 条留言
每页显示数: 1530 50