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

Bot Doesn't Start

feymania

Member
Joined
May 1, 2010
Messages
76
Reaction score
1
Downloaded bot today to test it out, here's my error.

2016-01-29 17:56:17,895 [1] ERROR CustomLogger (null) - An exception occurred
System.Runtime.InteropServices.COMException (0x80080005)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at Exilebuddy.App.?????????????????????????????????????????()
at Exilebuddy.App.OnStartup(StartupEventArgs e)


Thanks in advance,
Feymania
 
I have re-installed a fresh copy of the bot and i'm still experiencing the same issues.

-Feymania
 
one question, i run bot but no atack, what is the problem? only quest but die and die and die and no atack
 
Copy and pasted directly from the latest log.txt file. This is the entire file.

This2016-01-29 17:53:14,115 [1] ERROR CustomLogger (null) - An exception occurred
System.Runtime.InteropServices.COMException (0x80080005)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at Exilebuddy.App.?????????????????????????????????????????()
at Exilebuddy.App.OnStartup(StartupEventArgs e)
2016-01-29 17:53:16,593 [1] INFO CustomLogger (null) - [BotManager] MsBetweenTicks = 15
 
Copy and pasted directly from the latest log.txt file. This is the entire file.

This2016-01-29 17:53:14,115 [1] ERROR CustomLogger (null) - An exception occurred
System.Runtime.InteropServices.COMException (0x80080005)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at Exilebuddy.App.?????????????????????????????????????????()
at Exilebuddy.App.OnStartup(StartupEventArgs e)
2016-01-29 17:53:16,593 [1] INFO CustomLogger (null) - [BotManager] MsBetweenTicks = 15

Hmmmm, have you installed the bot properly, aren't you missing dependancies? to check so, run the BuddyWizard (you can find it around this board) it'll install what the bots need to run.

For me, you lack of something Windows related,
 
Buddy wizard came back fine. In fact I had the bot functioning properly two days ago before the patch. Since then I have deleted the Exilebuddy folder and re-created it with a fresh download. I guess I will try Buddy Wizard again after a restart.

-Feymania
 
Fresh install, ran Buddy Wizard. Still only getting this when I launch the bot.

2016-01-30 17:44:47,900 [1] ERROR CustomLogger (null) - An exception occurred
System.Runtime.InteropServices.COMException (0x80080005)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at Exilebuddy.App.?????????????????????????????????????????()
at Exilebuddy.App.OnStartup(StartupEventArgs e)
 
Are you running EB with any specifically restricted user accounts?

I might have an idea of what is failing now, but this would be the first known problem reported for it. Basically, the OS logging code was recently updated because the old version was not properly identifying anything past Windows 8 correctly, which makes identifying and solving certain known issues on specific OSes a lot harder. The new code uses ManagementObjectSearcher, but that seems to be failing for you.

I'll look into falling back into the old code if this new code fails, but you might need to check account permissions in the meantime to see if they are too restricted, as I'm not sure if there would be any other side-effects of the setup your using if you're new to using EB.
 
I am running this off of the main administrative account. Also I am using Windows 8.1, do you recommend I reinstall OS if reinstalling framework doesn't work?

Thanks

Are you running EB with any specifically restricted user accounts?

I might have an idea of what is failing now, but this would be the first known problem reported for it. Basically, the OS logging code was recently updated because the old version was not properly identifying anything past Windows 8 correctly, which makes identifying and solving certain known issues on specific OSes a lot harder. The new code uses ManagementObjectSearcher, but that seems to be failing for you.

I'll look into falling back into the old code if this new code fails, but you might need to check account permissions in the meantime to see if they are too restricted, as I'm not sure if there would be any other side-effects of the setup your using if you're new to using EB.
 
REINSTALLING .NET FRAMEWORK WORKED! So you go to Control panel, then to Uninstall Programs, look for Turn Windows Features on and Off. Uncheck .Net Framework 3.5 and 4. Restart PC. Repeat process except for this time check .net Framwork 3.5 and 4. After that it all worked fine. Can write a guide if people need.
 
REINSTALLING .NET FRAMEWORK WORKED! So you go to Control panel, then to Uninstall Programs, look for Turn Windows Features on and Off. Uncheck .Net Framework 3.5 and 4. Restart PC. Repeat process except for this time check .net Framwork 3.5 and 4. After that it all worked fine. Can write a guide if people need.

So I was right since start... am I unix god? gates? is that you? Kappa jk, glad you solved it !
 
Wish BuddyWizard would have caught it, or reinstalled it but hey i'm glad we know the fix if people have this issue in the future :) Thanks toNyx
 
Back
Top