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

A top level exception error

Status
Not open for further replies.

jgwilla

New Member
Joined
Apr 17, 2014
Messages
2
Reaction score
0
I'm receiving this error when starting up the bot. Bot can be started, but will not attack. Would love to get some help with this.

A top-level exception has been caught.System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at Loki.Utilities.TypeLoader`1.(Assembly )
at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext()
at Loki.Utilities.TypeLoader`1.(Assembly[] )
at Loki.Utilities.TypeLoader`1.Reload()
at Loki.Utilities.TypeLoader`1..ctor(Assembly asm, Func`1 constructorArguments)
at Loki.Utilities.AssemblyLoader`1.Reload(String reason)
at Loki.Utilities.AssemblyLoader`1..ctor(String directory, Boolean detectFileChanges)
at Loki.Utilities.Plugins.PluginManager.ReloadAllPlugins(String pluginsDirectory, Boolean reloadOnFileChange)
at BotGui.MainWindow.<OnStartup>b__0(Object o)
 
Try downloading a clean copy of the bot and try again without copying any new files. Is there more in the log files or is that it?
 
The error it gives when the bot stops is,

Error during bot tick: Buddy.Coroutines.CoroutineException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
at GrindBot7.GrindBot..()
at Buddy.Coroutines.Coroutine.Resume(Object& value)
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.Resume(Object& value)
at Loki.Bot.v2.LokiCoroutine.Tick(Coroutine coroutine)
at Loki.Bot.v2.ActionRunCoroutine.Run(Object context)
at Loki.TreeSharp.Action.RunAction(Object context)
at Loki.TreeSharp.Action..()
at Loki.TreeSharp.Composite.Tick(Object context)
at Loki.Bot.BotMain.()


I have downloaded fresh copies multiple times, but doesn't seem to help.
 
I'll need full normal logs from the run that triggered that.
 
Status
Not open for further replies.
Back
Top