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

trash

DevAnse

Member
Joined
Jun 30, 2014
Messages
145
Reaction score
1
Dear hb coders, plugin /cc developers cant start fixing w/o any stable release.
 
About the issue of loading times...

HB is now connecting to the Buddy Store via the same connection it used to authorize/validate the session/license. Since some of us (like me ;) ) are using a proxy, this (streaming of CRs, Store Profiles etc.) seems to be the reason HB takes so long to initialize... fast proxy, but low bandwidth on it. Could the connection to the store not be handled directly (again)?
 
Last edited:
Hi,

There were quite a few other posts which have now been removed (no logs) from people with the same crash.

However I can now report that I've been running for 2 hours without any crashes! In case this helps others what I did was :

1) I had disabled a bunch of performance counters and a google search implied Kernel.dll errors could be caused by that so enabled them again
Code:
cmd
[COLOR=#333333][FONT=Segoe UI regular]Rebuilding the counters:
     cd c:\windows\system32
     lodctr /R
     cd c:\windows\sysWOW64
     lodctr /R[/FONT][/COLOR]
[COLOR=#333333][FONT=Segoe UI regular]Resyncing the counters with Windows Management Instrumentation (WMI):
     WINMGMT.EXE /RESYNCPERF[/FONT][/COLOR]

However wow still crashed so :

1) Totally uninstalled every .net framework I had on my pc (including the 3.5 built in one with win 7 from features).
2) Re-enabled .net 3.5 after a reboot and then installed .net 4
<at this point wow may have have been ok but kept going>
3) Totally uninstalled every visual c++ I had and then installed them all again (just all versions I could find) - 2005, 2008, 2010 an 2012 both x86 and x64 versions
4) Ran windows update to patch them
5) Just for the hell of it also ran .net repair tool from MS (Download Microsoft .NET Framework Repair Tool from Official Microsoft Download Center)

Then finally logged into wow and played fine with singular for an hour. THen enabled streaming of a few custom cc's and played ok for another hour.

Something is a bit different though as my previous setup of .net and c++ etc used to run Honorbuddy prior to 6.02 totally fine, i had bots going for days with no issues.

anyways looks good :D

p.s. initially tried the repair batch file someone has on this forum for .net but didn't fix it so must been combination of all.

Mhh i also tried to do this and deinstall and install everything... but same error.
After a few minutes Kernel Error.. never got this error before. Start with this release :(
 
Last edited:
Back
Top