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

attempted to access an unloaded appdomain error

Status
Not open for further replies.

prezesku

New Member
Joined
Jan 23, 2014
Messages
36
Reaction score
0
Hi, after some time using bot (3 sessions using same plugin from same updater) I recive this error which causes AB to quit.

"attempted to access an unloaded appdomain"

Any ideas?
 
thats because the plugin is relying on appdomain for some things. The most likely culprit would be global exception handling (appDomain.DomainUnload or appDomain.ProcessExit or appDomain.UnhandledException). Its an issue because AB doesnt properly unload the domain when Archeage crash. Not any way around the issue i know off other than not using the global exceptions handler or ignoring the box
 
Status
Not open for further replies.
Back
Top