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

Problems with MailBox

HB5089Q85

New Member
Joined
Apr 13, 2011
Messages
7
Reaction score
0
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