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
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.