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
2024-08-10 13:22:56.387 - Thread: 1 -> [Build Vision] Mod encountered an unhandled exception.
System.TypeInitializationException: The type initializer for 'DarkHelmet.BuildVision2.BindsConfig' threw an exception.
---> System.Exception: Types of ApiModule cannot be instantiated before RichHudClient is initialized.
at RichHudFramework.UI.Client.BindManager..ctor()
at RichHudFramework.UI.Client.BindManager.Init()
at RichHudFramework.UI.ControlData..ctor(MyKeys key)
at RichHudFramework.UI.ControlData.op_Implicit(MyKeys key)
at DarkHelmet.BuildVision2.BindsConfig..cctor()
--- End of inner exception stack trace ---
at DarkHelmet.BuildVision2.BindsConfig.GetDefaults()
at DarkHelmet.BuildVision2.BvConfig.GetDefaults()
at RichHudFramework.IO.ConfigRoot1.ConfigIO.ValidateConfig(ConfigT cfg) at RichHudFramework.IO.ConfigRoot1.ConfigIO.Load(Boolean silent)
at RichHudFramework.IO.ConfigRoot1.Load(Boolean silent) at RichHudFramework.IO.ConfigRoot1.get_Current()
at RichHudFramework.IO.ConfigRoot`1.Save()
at DarkHelmet.BuildVision2.BvMain.BeforeClose()
at RichHudFramework.Internal.ExceptionHandler.<>c__DisplayClass77_1.b__0()
at RichHudFramework.Internal.ExceptionHandler.Run(Action Action)
I'll delete the folder inside the %appdata directory, and see if it fixes it, and let you know!
The text was updated successfully, but these errors were encountered:
Excerpt from my log:
2024-08-10 13:22:56.387 - Thread: 1 -> [Build Vision] Mod encountered an unhandled exception.
System.TypeInitializationException: The type initializer for 'DarkHelmet.BuildVision2.BindsConfig' threw an exception.
---> System.Exception: Types of ApiModule cannot be instantiated before RichHudClient is initialized.
at RichHudFramework.UI.Client.BindManager..ctor()
at RichHudFramework.UI.Client.BindManager.Init()
at RichHudFramework.UI.ControlData..ctor(MyKeys key)
at RichHudFramework.UI.ControlData.op_Implicit(MyKeys key)
at DarkHelmet.BuildVision2.BindsConfig..cctor()
--- End of inner exception stack trace ---
at DarkHelmet.BuildVision2.BindsConfig.GetDefaults()
at DarkHelmet.BuildVision2.BvConfig.GetDefaults()
at RichHudFramework.IO.ConfigRoot
1.ConfigIO.ValidateConfig(ConfigT cfg) at RichHudFramework.IO.ConfigRoot
1.ConfigIO.Load(Boolean silent)at RichHudFramework.IO.ConfigRoot
1.Load(Boolean silent) at RichHudFramework.IO.ConfigRoot
1.get_Current()at RichHudFramework.IO.ConfigRoot`1.Save()
at DarkHelmet.BuildVision2.BvMain.BeforeClose()
at RichHudFramework.Internal.ExceptionHandler.<>c__DisplayClass77_1.b__0()
at RichHudFramework.Internal.ExceptionHandler.Run(Action Action)
I'll delete the folder inside the %appdata directory, and see if it fixes it, and let you know!
The text was updated successfully, but these errors were encountered: