What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Hb error?

brandtiboyy

New Member
Joined
May 10, 2011
Messages
4
Reaction score
1
System.TypeInitializationException: The type initializer for 'Styx.Logic.BehaviorTree.TreeRoot' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Styx.BotEvents' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
at Styx.BotEvents..cctor()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

--- End of inner exception stack trace ---
at Styx.BotEvents.add_OnBotStart(OnBotStartDelegate value)
at Styx.Logic.BehaviorTree.TreeRoot..cctor()
--- End of inner exception stack trace ---
at Styx.Logic.BehaviorTree.TreeRoot.add_OnStatusTextChanged(EventHandler`1 value)
at ..(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
[22:46:53:343] System.TypeInitializationException: The type initializer for 'Styx.Logic.BehaviorTree.TreeRoot' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Styx.BotEvents' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
at Styx.BotEvents..cctor()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

--- End of inner exception stack trace ---
at Styx.BotEvents.add_OnBotStart(OnBotStartDelegate value)
at Styx.Logic.BehaviorTree.TreeRoot..cctor()
--- End of inner exception stack trace ---
at Styx.Logic.BehaviorTree.TreeRoot.get_IsRunning()
at ..(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


I get this log when i start up Honorbuddy?
 
its your net framework

on what OS are you?
 
It seems to tell you what and where you could fix this. It might just be fixed by downloading and intalling the proper framework. If so, try what it says to do in the log. Open "regedit" by typing that into Start > Run.

Navigate then to : HKLM\Software\Microsoft\
find Fusion!EnableLog and set the value to 1
 
Back
Top