U usasma Retired Admin Joined Feb 20, 2012 Posts 2,126 Sep 28, 2017 #1 I get this a lot recently when debugging dumps: Unable to get current machine context, Win32 error 0n30 GetContextState failed, 0x8007001E Click to expand... It seems mostly when I debug dumps with AMD processors - but today I got it with a system that had an i5 I'm using 10.0.15063.468 WinDbg and kd.exe When using the new Windows Store version of WinDbg Preview (10.0.16365.1002) I get what I presume to be the correct results Not much helpful on the web, and ntdebugging blog hasn't posted anything since January of 2016 From this topic: IRQL NOT LESS OR EQUAL with Netgear Wifi adapter - Windows Crashes, BSOD, and Hangs Help and Support OP identified USB WiFi device as being the problem Netgear scmndisp.sys dates from 2007 - and I often see this when there are USB WiFi device problems. kd.exe (10.0.15063.468) finds nt to be at fault (using writhziden's app) WinDbg Preview (10.0.16365.1002) finds scmndisp.sys to be at fault Thoughts/ideas/suggestions/discussion?
I get this a lot recently when debugging dumps: Unable to get current machine context, Win32 error 0n30 GetContextState failed, 0x8007001E Click to expand... It seems mostly when I debug dumps with AMD processors - but today I got it with a system that had an i5 I'm using 10.0.15063.468 WinDbg and kd.exe When using the new Windows Store version of WinDbg Preview (10.0.16365.1002) I get what I presume to be the correct results Not much helpful on the web, and ntdebugging blog hasn't posted anything since January of 2016 From this topic: IRQL NOT LESS OR EQUAL with Netgear Wifi adapter - Windows Crashes, BSOD, and Hangs Help and Support OP identified USB WiFi device as being the problem Netgear scmndisp.sys dates from 2007 - and I often see this when there are USB WiFi device problems. kd.exe (10.0.15063.468) finds nt to be at fault (using writhziden's app) WinDbg Preview (10.0.16365.1002) finds scmndisp.sys to be at fault Thoughts/ideas/suggestions/discussion?
axe0 Administrator, BSOD Academy Instructor, Security Analyst Staff member Joined May 21, 2015 Posts 3,448 Location Holland Sep 28, 2017 #2 Same here, I stay with 10.0.14321.1024.
jcgriff2 Co-Founder / AdminBSOD Instructor/ExpertMicrosoft MVP (Ret.) Staff member Joined Feb 19, 2012 Posts 21,541 Location New Jersey Shore Sep 29, 2017 #3 Does it happen with both Mike's app + Windbg GUI?
U usasma Retired Admin Joined Feb 20, 2012 Posts 2,126 Sep 29, 2017 #4 Yes it does. The only "solution" that I've found from others is to revert to a previous version haven't tried it myself yet. EDIT: I'm having problems finding older versions. Any ideas/links? EDIT2: Currently ripping out all WDK/SDK/Debugging Tools for Windows installations. I didn't realize how much crud I'd accumulated!!!
Yes it does. The only "solution" that I've found from others is to revert to a previous version haven't tried it myself yet. EDIT: I'm having problems finding older versions. Any ideas/links? EDIT2: Currently ripping out all WDK/SDK/Debugging Tools for Windows installations. I didn't realize how much crud I'd accumulated!!!
axe0 Administrator, BSOD Academy Instructor, Security Analyst Staff member Joined May 21, 2015 Posts 3,448 Location Holland Sep 29, 2017 #5 Download of 10.0.14321: <removed> Last edited: Sep 29, 2017
U usasma Retired Admin Joined Feb 20, 2012 Posts 2,126 Sep 29, 2017 #6 Solved it! Now running kd.exe v10.0.14321.1024 and it doesn't have the problem Had to download the WDK for 1607 from here: Download the Windows Driver Kit (WDK) and related tools – Windows 10 Hardware Dev Center Then had to install the entire WDK (I didn't want to install Visual Studio again - as it started my problems with WinDbg/kd.exe)
Solved it! Now running kd.exe v10.0.14321.1024 and it doesn't have the problem Had to download the WDK for 1607 from here: Download the Windows Driver Kit (WDK) and related tools – Windows 10 Hardware Dev Center Then had to install the entire WDK (I didn't want to install Visual Studio again - as it started my problems with WinDbg/kd.exe)