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

HB Crashes as Soon as It Loads

noamchomsky

New Member
Joined
Mar 20, 2012
Messages
502
Reaction score
0
I'm running the 32-bit client on Windows 7 64-bit OS. As soon as I start HB, I see this text in the Log tab and then the client crashes.

Honorbuddy v2.5.6232.437 started.
Logging in...
Attached to WoW with ID 18132
New bot added!: ArchaeologyBuddy
New bot added!: BGBuddy
New bot added!: DungeonBuddy
New bot added!: Gatherbuddy2
New bot added!: Grind Bot
New bot added!: Questing
New bot added!: Mixed Mode
New bot added!: PartyBot
Honorbuddy v2.5.6232.437 started!
Character is a level 80 Human DeathKnight
Current zone is Dalaran
Please wait a few seconds while Honorbuddy initializes.
How can I fix it please?

View attachment 21232 2012-09-14 12.53.txt
 
Code:
[17:56:53.854 D] System.IO.FileLoadException: Could not load file or assembly 'file:///N:\HB\Honorbuddy\CompiledAssemblies\Combat_634832242102159286.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
File name: 'file:///N:\HB\Honorbuddy\CompiledAssemblies\Combat_634832242102159286.dll' ---> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.Assembly.Load(AssemblyName assemblyRef, Evidence assemblySecurity)
   at System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly()
   at Styx.Common.Compiler.CodeCompiler.Compile()
   at Styx.Common.AssemblyLoader`1.Reload(String reason)
   at Styx.Common.AssemblyLoader`1..ctor(String directory, Boolean detectFileChanges)
   at Styx.CommonBot.BotManager.LoadBots()
   at Honorbuddy.MainWindow.AddBotsToGui()


 --> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.

run it from your own computer or enable the switch (that microsoft provided a link for)
 
Last edited:
Back
Top