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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Problems with MailBox

HB5089Q85

New Member
Joined
Apr 13, 2011
Messages
7
Hi there,

I have a problem while opening mail.
Both functions
MailFrame.Instance.GetMailAttachments();
and
MailFrame.Instance.OpenAllMail();

are sometimes stopping to work. The process is haning inside this functions and I have to stop the bot manually.

When I abort the process the following stack trace appears:

[09:26:22:510] System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout)
at System.Threading.Thread.Sleep(Int32 millisecondsTimeout)
at Styx.Logic.Inventory.Frames.MailBox.MailFrame.GetMailAttachments(Int32 mailIndex)

Anyone has a solution for this?
 
Back
Top