Untitled
3 years ago in HTML
<html>
<head>
<style>
img {
float: left;
}
</style>
<img src="http://pctailor.co.uk/gallery_gen/6e0d43273141d840265e3029f10bca3e_90x103.png">
<h2>Stop Error Dump File Analysis - Dump file analysed: 081219-26921-01.dmp] on 08/08/20 </h2>
<p> Analysed using Microsoft (R) Windows Debugger Version 10.0.17763.132 AMD64 and PCT Analyser V6 (Copyright 2019) </p>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {font-family: Arial;}
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: firebrick;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
</style>
</head>
<body>
<p>Click on each button to view the relevant information</p>
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'BSOD Tips')">BSOD Tips</button>
<button class="tablinks" onclick="openCity(event, 'Summary')" id="defaultOpen">Summary</button>
<button class="tablinks" onclick="openCity(event, 'System Information')">System Information</button>
<button class="tablinks" onclick="openCity(event, 'Loaded Modules')">Loaded Modules</button>
<button class="tablinks" onclick="openCity(event, 'Dump Text')">Dump Text</button>
<button class="tablinks" onclick="openCity(event, 'Additional')">Additional Commands</button>
</div>
<div id="BSOD Tips" class="tabcontent">
<h2>General Tips for Stop Errors (BSOD)</h2>
<h3><a href="https://support.microsoft.com/en-gb/help/14238/windows-10-troubleshoot-blue-screen-errors" target="_blank">Firstly, you can follow the Microsoft online Blue Screen wizard here.</a></h3>
<ul>
<li> Check the System Log in <u> Event Viewer </u> for additional error messages that might help identify the device or driver that is causing this bug check. </li>
<li> If a driver is identified as faulty from this report, disable the driver or check with the manufacturer for driver updates. </li>
<li> Ensure all motherboard/chipset drivers are up to date, as well as any other software drivers (GPU etc.) </li>
<li> Check if your BIOS is up to date. </li>
<li> Confirm that any new hardware that is installed is compatible with the installed version of Windows. </li>
<li> If you are running any overclocks or XMP profiles, remove them, and see if the problem persists. </li>
<li> If you have recently changed hardware, try removing it to see if the problem persists. </li>
<li> You can try running the hardware diagnostics supplied by the system manufacturer. To test memory, memtest can be used for at least 4 passes. </li>
</ul>
<h3>Diagnostic / Testing Tools</h3>
<ul>
<li> <a href="https://answers.microsoft.com/en-us/windows/forum/windows_10-update/driver-verifier-tracking-down-a-mis-behaving/f5cb4faf-556b-4b6d-95b3-c48669e4c983?ranMID=24542&ranEAID=kXQk6*ivFEQ&ranSiteID=kXQk6.ivFEQ-PPBEeuh6JTP.ARcKnUx3OA&epi=kXQk6.ivFEQ-PPBEeuh6JTP.ARcKnUx3OA&irgwc=1&OCID=AID2000142_aff_7593_1243925&tduid=(ir__xzgnwxdarckfrmoqkk0sohz30n2xgxlmmk2owqf000)(7593)(1243925)(kXQk6.ivFEQ-PPBEeuh6JTP.ARcKnUx3OA)()&irclickid=_xzgnwxdarckfrmoqkk0sohz30n2xgxlmmk2owqf000" target="_blank">Driver Verifier (Drivers)</a> </li>
<li> <a href="https://www.memtest86.com/" target="_blank">Memtest (Memory/RAM)</a> </li>
<li> <a href="https://www.mersenne.org/download/" target="_blank">Prime95 (Processor)</a> </li>
<li> <a href="https://geeks3d.com/furmark/" target="_blank">Furmark (Graphics)</a> </li>
<li> <a href="https://www.hdsentinel.com/" target="_blank">HD Sentinel (Storage / SSD / HDD / SSHD)</a> </li>
<li> <a href="https://www.hwinfo.com/" target="_blank">HWInfo (Hardware Monitoring)</a> </li>
</ul>
<h2>What are Stop Errors?</h2>
<p><i> Firstly, it is worth clarifying that a BSOD is only attributed to Windows, for example, where Windows has a Blue Screen, Linux actually has something known as a System Panic. However, you’ll find Linux is much less prone to them. </i></p>
<p><b> Microsoft defines a blue screen very well: </b></p>
<p><blockquote cite="https://www.w3schools.com/html/html_quotation_elements.asp"> “When Microsoft Windows encounters a condition that compromises safe system operation, the system halts. This condition is called a bug check. It is also commonly referred to as a system crash, a kernel error, a Stop error, or BSOD. A hardware device, its driver, or related software might have caused this error.” </blockquote></p>
<p> In simple terms – it’s when Windows has detected a problem that could have caused damage or corruption to the operating system, or your computer itself, and therefore needed to STOP. </p>
<p> That’s why technically it’s called a stop error, stop code, or a bug check. They are more indicative of a fatal system crash. For the purpose of standardisation, we will call this a bug check (Bugcheck = BSOD). </p>
<p><b> So, there are some important considerations to take before continuing: </b></p>
<ul>
<li> A BSOD is a more community slang name for a stop code, stop error, or bug check. </li>
<li> You cannot typically debug through the information on a bug check screen alone. </li>
<li> No bug check is the same, everyone has a different meaning, and every system has a different cause </li>
<li> There is NO generic “Fix” for a bugcheck! </li>
<li> A bugcheck can be indicative of software and hardware, but is commonly driver (software) based. </li>
<li> Even using guides, there is no “answer”, debugging is a combination of knowing how to debug, but also experience on what could be causing the problem. </li>
</ul>
</div>
<div id="Summary" class="tabcontent">
<h2>Summary</h2>
<h5> Debug session time: Mon Aug 12 17:43:38.214 2019 (UTC + 1:00)System Uptime: 0 days 13:18:38.872 </h5>
<h3> BugCheck C2 -----> BAD_POOL_CALLER </h3>
<h4><i> Probably caused by : FocusriteUSBAudio.sys ( FocusriteUSBAudio+6d3f ) </i></h4>
<p> Arg1: 000000000000000d, Attempt to release quota on a corrupted pool allocation. </p>
<p> Arg2: ffffd401f2b70af0, Address of pool </p>
<p> Arg3: 00000000fffff805, Pool allocation's tag </p>
<p> Arg4: 66d115f10d55df54, Quota process pointer (bad). </p>
<b><p> PROCESS_NAME: audiodg.exe </b></p>
<b><p> MODULE_NAME: FocusriteUSBAudio </b></p>
<b><p> IMAGE_NAME: FocusriteUSBAudio.sys -----> Focusrite Thunderbolt USB Audio Driver </b></p>
<hr>
<h4><u> Bugcheck Description: </u></h4>
<p> BAD_POOL_CALLER </p>
<p> "This indicates that the current thread is making a bad pool request. This can sometimes mean that your program is attempted to free up resources that have already been freed, or don't exist.
It can equally mean the pool header itself is corrupted, however less likely. Typically this is at a bad IRQL level or double freeing the same memory allocation, etc." </p>
<h4><u> About your bugcheck / typical cause: </u></h4>
<p> "This is typically a misbehaving driver, but on some occasions can be memory related. However as this is usually driver related, we highly recommend you view the third party modules section to review current drivers loaded.
If you are encountering other hardware issues, you may have to look at hardware diagnosis.
- View the third party modules of the report to view which drivers may be misbehaving.
- If other hardware issues are present, memtest may be used to verify RAM integrity." </p>
</div>
<div id="System Information" class="tabcontent">
<h2>System Information</h2>
<h4><i> This includes BIOS, Motherboard, Processor, and Memory. Not all dump files will contain hardware information, and therefore this will not always be complete </i></h4>
<table style="width:100%">
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th {
text-align: left;
}
th {
color: white;
background-color: FIREBRICK;
}
</style>
<tr>
<td> OSNAME: Windows 10 </td>
<td> OSBUILD: 18362 </td>
<td> OSPLATFORM_TYPE: x64 </td>
<td> OSSERVICEPACK: 267 </td>
</tr>
</table>
<h4><u> Mainboard & BIOS Information </u></h4>
<p> Unable to gather manufacturer </p>
<p> Unable to gather model </p>
<p> Unable to gather Version </p>
<p> Unable to gather version </p>
<p> Unable to gather BIOS release date </p>
<p> </p>
<h4><u> Processor Information </u></h4>
<p> Unable to gather processor </p>
<p> Unable to gather voltage </p>
<p> Unable to gather current speed </p>
<p> Unable to gather max speed </p>
<h4><u> Memory Information </u></h4>
<p><b><font color="red"> If running >1 modules, verify that your RAM modules were bought from the same pack. </font></b></p>
<table style="width:100%">
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th {
text-align: left;
}
th {
color: white;
background-color: FIREBRICK;
}
</style>
<tr>
<th>Slot</th>
<th>Size</th>
<th>Speed</th>
<th>Part Number</th>
</tr>
<tr>
<td> Memory Slot 1 </td>
<td> Unable to gather RAM information </td>
<td> Unable to gather RAM information </td>
<td> Unable to gather RAM information </td>
</tr>
<tr>
<td> Memory Slot 2 </td>
<td> Unable to gather RAM information </td>
<td> Unable to gather RAM information </td>
<td> Unable to gather RAM information </td>
</tr>
<tr>
<td> Memory Slot 3 </td>
<td> Unable to gather RAM information </td>
<td> Unable to gather RAM information </td>
<td> Unable to gather RAM information </td>
</tr>
<tr>
<td> Memory Slot 4 </td>
<td> Unable to gather RAM information </td>
<td> Unable to gather RAM information </td>
<td> Unable to gather RAM information </td>
</tr>
</table>
</div>
<div id="Loaded Modules" class="tabcontent">
<h2>Loaded Modules</h2>
<p><a href="https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns/" target="_blank">To disable third party modules, use Autoruns (Microsoft Program)</a></p>
<p> Modules are listed from OLDEST to NEWEST - typically out of drivers should be looked at first.
<table style="width:100%">
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th {
text-align: left;
}
th {
color: white;
background-color: FIREBRICK;
}
</style>
<tr> <th>1- ModuleName </th>Total <th>2- Time Stamp </th>Modules <th>3- Company </th>Loaded <th>4- Description </th>= </tr>
<tr> <td> pwdrvio.sys </td> <td> 16/06/2009 </td> <td> Minitool </td> <td> MiniTool Partition Wizard </td> </tr>
<tr> <td> AsUpIO.sys </td> <td> 03/08/2010 </td> <td> ASUS </td> <td> Asus HW Monitoring Driver </td> </tr>
<tr> <td> AsIO.sys </td> <td> 24/08/2010 </td> <td> ASUS </td> <td> Asus Probe Utility Driver </td> </tr>
<tr> <td> FNETURPX.SYS </td> <td> 31/05/2012 </td> <td> ASRock </td> <td> FNet Turbo HDD USB Driver (ASRock also) </td> </tr>
<tr> <td> lgcoretemp.sys </td> <td> 09/06/2015 </td> <td> Logitech </td> <td> Logitech Gaming Software Driver </td> </tr>
<tr> <td> iwdbus.sys </td> <td> 08/07/2015 </td> <td> Intel </td> <td> WIDI Bus Enumerator Driver - Wireless Display </td> </tr>
<tr> <td> amdgpio3.sys </td> <td> 14/03/2016 </td> <td> AMD </td> <td> AMD GPIO Controller Driver </td> </tr>
<tr> <td> LGVirHid.sys </td> <td> 13/06/2016 </td> <td> Logitech </td> <td> Logitech Gamepanel Virtual HID Device Driver </td> </tr>
<tr> <td> LGJoyXlCore.sys </td> <td> 13/06/2016 </td> <td> Logitech </td> <td> Logitech Joystick Driver </td> </tr>
<tr> <td> LGBusEnum.sys </td> <td> 13/06/2016 </td> <td> Logitech </td> <td> Logitech Keyboard Driver </td> </tr>
<tr> <td> netfilter2.sys </td> <td> 18/09/2016 </td> <td> Netfilter </td> <td> NetFilter SDK TDI Hook Driver </td> </tr>
<tr> <td> IOMap64.sys </td> <td> 28/04/2017 </td> <td> ASUS </td> <td> ASUS Kernel Mode Driver Gpu Tweak </td> </tr>
<tr> <td> FNETHYRAMAS.SYS </td> <td> 19/05/2017 </td> <td> FNET Co </td> <td> Unknown </td> </tr>
<tr> <td> sptd2.sys </td> <td> 21/03/2018 </td> <td> Duplex Secure Ltd. </td> <td> SCSI Pass Through Direct Host </td> </tr>
<tr> <td> nvvhci.sys </td> <td> 16/08/2018 </td> <td> NVIDIA </td> <td> Virtual USB Host Controller driver </td> </tr>
<tr> <td> e1r68x64.sys </td> <td> 05/10/2018 </td> <td> Intel </td> <td> Intel(R) Gigabit Adapter </td> </tr>
<tr> <td> rtwlane01.sys </td> <td> 18/10/2018 </td> <td> Realtek </td> <td> Realtek PCIEWireless LAN PCI-E NIC </td> </tr>
<tr> <td> amdgpio2.sys </td> <td> 12/11/2018 </td> <td> AMD </td> <td> AMD GPIO Controller Driver </td> </tr>
<tr> <td> nvvad64v.sys </td> <td> 14/03/2019 </td> <td> NVIDIA </td> <td> NVIDIA Virtual Audio Driver </td> </tr>
<tr> <td> nvhda64v.sys </td> <td> 19/03/2019 </td> <td> NVIDIA </td> <td> NVIDIA Audio HDMI Driver (nForce Chip) </td> </tr>
<tr> <td> amdpsp.sys </td> <td> 21/05/2019 </td> <td> AMD </td> <td> AMD Chipset Driver </td> </tr>
<tr> <td> AMDPCIDev.sys </td> <td> 23/05/2019 </td> <td> AMD </td> <td> AMD Ryzen OC Utility </td> </tr>
<tr> <td> FocusriteUSBAudio.sys </td> <td> 19/06/2019 </td> <td> Focusrite </td> <td> Focusrite Thunderbolt USB Audio Driver </td> </tr>
<tr> <td> FocusriteUSBMidi.sys </td> <td> 19/06/2019 </td> <td> Focusrite </td> <td> Focusrite USB MIDI Driver </td> </tr>
<tr> <td> FocusriteUSBSwRoot.sys </td> <td> 19/06/2019 </td> <td> Focusrite </td> <td> Focusrite USB Audio Root Driver </td> </tr>
<tr> <td> FocusriteUSB.sys </td> <td> 19/06/2019 </td> <td> Focusrite </td> <td> Focusrite Thunderbolt USB Drivers </td> </tr>
<tr> <td> nvlddmkm.sys </td> <td> 17/07/2019 </td> <td> NVIDIA </td> <td> NVIDIA Video Drivers </td> </tr>
Total 27
</table>
</div>
<div id="Dump Text" class="tabcontent">
<h4><u><b><font color="red">Note for analysers:</u> Standard commands run: [Analyze -v] [For_Each_Module] [Sysinfo] [Machine ID] </b></h4></font>
<h4> Dump File </h4>
<p> Microsoft (R) Windows Debugger Version 10.0.17763.132 AMD64 </p>
<p> Copyright (c) Microsoft Corporation. All rights reserved. </p>
<p> Mini Kernel Dump File: Only registers and stack trace are available </p>
<p> ************* Path validation summary ************** </p>
<p> Response Time (ms) Location </p>
<p> Deferred SRV*c:\symbols*https://msdl.microsoft.com/download/symbols </p>
<p> Symbol search path is: SRV*c:\symbols*https://msdl.microsoft.com/download/symbols </p>
<p> Executable search path is: </p>
<p> Windows 10 Kernel Version 18362 MP (12 procs) Free x64 </p>
<p> Product: WinNt, suite: TerminalServer SingleUserTS </p>
<p> Built by: 18362.1.amd64fre.19h1_release.190318-1202 </p>
<p> Machine Name: </p>
<p> Kernel base = 0xfffff805`55200000 PsLoadedModuleList = 0xfffff805`55646450 </p>
<p> Debug session time: Mon Aug 12 17:43:38.214 2019 (UTC + 1:00) </p>
<p> System Uptime: 0 days 13:18:38.872 </p>
<p> Loading Kernel Symbols </p>
<p> ............................................................... </p>
<p> ................................................................ </p>
<p> ................................................................ </p>
<p> ... </p>
<p> Loading User Symbols </p>
<p> Loading unloaded module list </p>
<p> .......... </p>
<p> ******************************************************************************* </p>
<p> * * </p>
<p> * Bugcheck Analysis * </p>
<p> * * </p>
<p> ******************************************************************************* </p>
<p> Use !analyze -v to get detailed debugging information. </p>
<p> BugCheck C2, {d, ffffd401f2b70af0, fffff805, 66d115f10d55df54} </p>
<p> *** WARNING: Unable to verify timestamp for FocusriteUSBAudio.sys </p>
<p> *** ERROR: Module load completed but symbols could not be loaded for FocusriteUSBAudio.sys </p>
<p> Probably caused by : FocusriteUSBAudio.sys ( FocusriteUSBAudio+6d3f ) </p>
<p> Followup: MachineOwner </p>
<p> --------- </p>
<p> ******************************************************************************* </p>
<p> * * </p>
<p> * Bugcheck Analysis * </p>
<p> * * </p>
<p> ******************************************************************************* </p>
<p> Use !analyze -v to get detailed debugging information. </p>
<p> BugCheck C2, {d, ffffd401f2b70af0, fffff805, 66d115f10d55df54} </p>
<p> Probably caused by : FocusriteUSBAudio.sys ( FocusriteUSBAudio+6d3f ) </p>
<p> Followup: MachineOwner </p>
<p> --------- </p>
<p> ******************************************************************************* </p>
<p> * * </p>
<p> * Bugcheck Analysis * </p>
<p> * * </p>
<p> ******************************************************************************* </p>
<p> BAD_POOL_CALLER (c2) </p>
<p> The current thread is making a bad pool request. Typically this is at a bad IRQL level or double freeing the same allocation, etc. </p>
<p> Arguments: </p>
<p> Arg1: 000000000000000d, Attempt to release quota on a corrupted pool allocation. </p>
<p> Arg2: ffffd401f2b70af0, Address of pool </p>
<p> Arg3: 00000000fffff805, Pool allocation's tag </p>
<p> Arg4: 66d115f10d55df54, Quota process pointer (bad). </p>
<p> Debugging Details: </p>
<p> ------------------ </p>
<p> KEY_VALUES_STRING: 1 </p>
<p> STACKHASH_ANALYSIS: 1 </p>
<p> TIMELINE_ANALYSIS: 1 </p>
<p> DUMP_CLASS: 1 </p>
<p> DUMP_QUALIFIER: 400 </p>
<p> BUILD_VERSION_STRING: 18362.1.amd64fre.19h1_release.190318-1202 </p>
<p> DUMP_TYPE: 2 </p>
<p> BUGCHECK_P1: d </p>
<p> BUGCHECK_P2: ffffd401f2b70af0 </p>
<p> BUGCHECK_P3: fffff805 </p>
<p> BUGCHECK_P4: 66d115f10d55df54 </p>
<p> BUGCHECK_STR: 0xc2_d </p>
<p> CPU_COUNT: c </p>
<p> CPU_MHZ: d42 </p>
<p> CPU_VENDOR: AuthenticAMD </p>
<p> CPU_FAMILY: 17 </p>
<p> CPU_MODEL: 8 </p>
<p> CPU_STEPPING: 2 </p>
<p> CUSTOMER_CRASH_COUNT: 1 </p>
<p> DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT </p>
<p> PROCESS_NAME: audiodg.exe </p>
<p> CURRENT_IRQL: 0 </p>
<p> ANALYSIS_SESSION_HOST: DESKTOP-CL34DUR </p>
<p> ANALYSIS_SESSION_TIME: 08-08-2020 20:25:04.0257 </p>
<p> ANALYSIS_VERSION: 10.0.17763.132 amd64fre </p>
<p> LAST_CONTROL_TRANSFER: from fffff805553f9e2f to fffff805553bfcc0 </p>
<p> STACK_TEXT: </p>
<p> ffffce8c`64bb1418 fffff805`553f9e2f : 00000000`000000c2 00000000`0000000d ffffd401`f2b70af0 00000000`fffff805 : nt!KeBugCheckEx </p>
<p> ffffce8c`64bb1420 fffff805`5556d0a9 : 00000000`00000000 00000000`00000000 00000000`00000103 01000000`00100000 : nt!ExFreeHeapPool+0x1b4a0f </p>
<p> ffffce8c`64bb1540 fffff805`5a1e6d3f : 00000000`00000000 ffffd402`0990da00 ffffd401`f93565b0 ffffd402`032cea50 : nt!ExFreePool+0x9 </p>
<p> ffffce8c`64bb1570 00000000`00000000 : ffffd402`0990da00 ffffd401`f93565b0 ffffd402`032cea50 ffffd401`f93565b0 : FocusriteUSBAudio+0x6d3f </p>
<p> THREAD_SHA1_HASH_MOD_FUNC: 019990f6c51372f1aefeb6e4933f8f24fb2e30b4 </p>
<p> THREAD_SHA1_HASH_MOD_FUNC_OFFSET: fd3cf889fd9a53d1f9ca5101c55b027d87b79f1f </p>
<p> THREAD_SHA1_HASH_MOD: 3118612ae2b09a5f366517fcb5e2eae37c8c6673 </p>
<p> FOLLOWUP_IP: </p>
<p> FocusriteUSBAudio+6d3f </p>
<p> fffff805`5a1e6d3f 0f1f440000 nop dword ptr [rax+rax] </p>
<p> FAULT_INSTR_CODE: 441f0f </p>
<p> SYMBOL_STACK_INDEX: 3 </p>
<p> SYMBOL_NAME: FocusriteUSBAudio+6d3f </p>
<p> FOLLOWUP_NAME: MachineOwner </p>
<p> MODULE_NAME: FocusriteUSBAudio </p>
<p> IMAGE_NAME: FocusriteUSBAudio.sys </p>
<p> DEBUG_FLR_IMAGE_TIMESTAMP: 5d0a3668 </p>
<p> STACK_COMMAND: .thread ; .cxr ; kb </p>
<p> BUCKET_ID_FUNC_OFFSET: 6d3f </p>
<p> FAILURE_BUCKET_ID: 0xc2_d_FocusriteUSBAudio!unknown_function </p>
<p> BUCKET_ID: 0xc2_d_FocusriteUSBAudio!unknown_function </p>
<p> PRIMARY_PROBLEM_CLASS: 0xc2_d_FocusriteUSBAudio!unknown_function </p>
<p> TARGET_TIME: 2019-08-12T16:43:38.000Z </p>
<p> OSBUILD: 18362 </p>
<p> OSSERVICEPACK: 267 </p>
<p> SERVICEPACK_NUMBER: 0 </p>
<p> OS_REVISION: 0 </p>
<p> SUITE_MASK: 272 </p>
<p> PRODUCT_TYPE: 1 </p>
<p> OSPLATFORM_TYPE: x64 </p>
<p> OSNAME: Windows 10 </p>
<p> OSEDITION: Windows 10 WinNt TerminalServer SingleUserTS </p>
<p> OS_LOCALE: </p>
<p> USER_LCID: 0 </p>
<p> OSBUILD_TIMESTAMP: 2032-02-15 09:16:10 </p>
<p> BUILDDATESTAMP_STR: 190318-1202 </p>
<p> BUILDLAB_STR: 19h1_release </p>
<p> BUILDOSVER_STR: 10.0.18362.1.amd64fre.19h1_release.190318-1202 </p>
<p> ANALYSIS_SESSION_ELAPSED_TIME: 425f </p>
<p> ANALYSIS_SOURCE: KM </p>
<p> FAILURE_ID_HASH_STRING: km:0xc2_d_focusriteusbaudio!unknown_function </p>
<p> FAILURE_ID_HASH: {2409955b-ba3a-6e9b-fa15-50a4926d27a7} </p>
<p> Followup: MachineOwner </p>
<p> --------- </p>
<p> @ win32kfull.sys b90805f6 </p>
<p> @ c:\symbols\win32k.pdb\6481EC65B6915B3085536FB3A16A81D11\win32k.pdb 7b83186f </p>
<p> @ cdd.dll 00000000 </p>
<p> @ win32kbase.sys 27d22222 </p>
<p> @ peauth.sys 18d2c584 </p>
<p> @ Ndu.sys 23725908 </p>
<p> @ tcpipreg.sys 3451b629 </p>
<p> @ srv2.sys fbb27001 </p>
<p> @ rassstp.sys 6ec6a1e5 </p>
<p> @ NDProxy.sys 193fe713 </p>
<p> @ vwifimp.sys 3ae8886d </p>
<p> @ AgileVpn.sys a96aff6d </p>
<p> @ rasl2tp.sys a7aa404e </p>
<p> @ raspptp.sys 54893590 </p>
<p> @ raspppoe.sys 053a7d72 </p>
<p> @ ndistapi.sys 690d0d05 </p>
<p> @ ndiswan.sys fb43c10d </p>
<p> @ WdNisDrv.sys db1d2c05 </p>
<p> @ condrv.sys aee79cba </p>
<p> @ LGVirHid.sys 575effa7 </p>
<p> @ IOMap64.sys 59031327 </p>
<p> @ rdpvideominiport.sys d9035062 </p>
<p> @ mrxsmb10.sys 5dda4a77 </p>
<p> @ hal.dll 4e924194 </p>
<p> @ c:\symbols\ntkrnlmp.pdb\8863D2474828D93C2B99380575254EFE1\ntkrnlmp.pdb 74da155a </p>
<p> @ kd.dll 5a75d524 </p>
<p> @ mcupdate_AuthenticAMD.dll f9972f7b </p>
<p> @ werkernel.sys 958e14b2 </p>
<p> @ ksecdd.sys a35f28f6 </p>
<p> @ msrpc.sys 8e1a4f15 </p>
<p> @ tm.sys 2adb549a </p>
<p> @ CLFS.SYS 296cbb1a </p>
<p> @ PSHED.dll b21f9dda </p>
<p> @ BOOTVID.dll 0f301604 </p>
<p> @ clipsp.sys 5c90178f </p>
<p> @ FLTMGR.SYS 801a5f11 </p>
<p> @ cmimcext.sys c7f022b4 </p>
<p> @ ntosext.sys bac877d8 </p>
<p> @ CI.dll 4f3651a4 </p>
<p> @ cng.sys e87e6e35 </p>
<p> @ Wdf01000.sys 116a658a </p>
<p> @ WDFLDR.SYS 3b396780 </p>
<p> @ SleepStudyHelper.sys ba6e2346 </p>
<p> @ WppRecorder.sys 34a54231 </p>
<p> @ acpiex.sys 2b91edb2 </p>
<p> @ mssecflt.sys 5f6f3543 </p>
<p> @ SgrmAgent.sys f851a195 </p>
<p> @ ACPI.sys f6a85421 </p>
<p> @ WMILIB.SYS 59021e3d </p>
<p> @ WindowsTrustedRTProxy.sys 514e3023 </p>
<p> @ intelpep.sys 8a1b7970 </p>
<p> @ WindowsTrustedRT.sys cb95ce3d </p>
<p> @ pcw.sys 6b731527 </p>
<p> @ FNETHYRAMAS.SYS 591eb026 </p>
<p> @ msisadrv.sys 5e470a0e </p>
<p> @ pci.sys 79450d16 </p>
<p> @ vdrvroot.sys 0101bcc6 </p>
<p> @ sptd2.sys 5ab2b731 </p>
<p> @ pdc.sys 87c34d95 </p>
<p> @ CEA.sys f3811107 </p>
<p> @ partmgr.sys 89c96ad1 </p>
<p> @ spaceport.sys dc82b965 </p>
<p> @ volmgr.sys 211cef76 </p>
<p> @ volmgrx.sys d6f366b7 </p>
<p> @ mountmgr.sys 242db05f </p>
<p> @ storahci.sys 381e77bb </p>
<p> @ storport.sys a692ce5b </p>
<p> @ EhStorClass.sys 526cc202 </p>
<p> @ fileinfo.sys 24bbed20 </p>
<p> @ Wof.sys 3cb75347 </p>
<p> @ WdFilter.sys e9cc4eb5 </p>
<p> @ Ntfs.sys d9a3ce82 </p>
<p> @ Fs_Rec.sys 49e932ba </p>
<p> @ ndis.sys a6d0fb1e </p>
<p> @ NETIO.SYS e3375155 </p>
<p> @ ksecpkg.sys e1e129d5 </p>
<p> @ amdpsp.sys 5ce412d9 </p>
<p> @ tcpip.sys e48c7759 </p>
<p> @ fwpkclnt.sys 58c1e6ed </p>
<p> @ wfplwfs.sys 60902cbb </p>
<p> @ fvevol.sys d4b5a2e7 </p>
<p> @ volume.sys a4e9fdfa </p>
<p> @ volsnap.sys 1876f533 </p>
<p> @ rdyboost.sys f450ceb3 </p>
<p> @ pwdrvio.sys 4a36f8d1 </p>
<p> @ mup.sys 565e0311 </p>
<p> @ iorate.sys 18d52dda </p>
<p> @ disk.sys 384fefed </p>
<p> @ CLASSPNP.SYS 09ed6e49 </p>
<p> @ dxgkrnl.sys 57932dae </p>
<p> @ watchdog.sys 21474799 </p>
<p> @ BasicDisplay.sys 4e6e05e1 </p>
<p> @ BasicRender.sys 82a93228 </p>
<p> @ Npfs.SYS b03ecfd3 </p>
<p> @ Msfs.SYS 91fe0ff4 </p>
<p> @ crashdmp.sys 2985cb13 </p>
<p> @ mrxsmb20.sys 2a968ecc </p>
<p> @ srvnet.sys 220ab43d </p>
<p> @ cdrom.sys 9f6b0b7b </p>
<p> @ filecrypt.sys 4ead73c1 </p>
<p> @ tbs.sys 965bac31 </p>
<p> @ Null.SYS e822087b </p>
<p> @ Beep.SYS 528ec21a </p>
<p> @ FNETURPX.SYS 4fc6dedf </p>
<p> @ tdx.sys 0a1f3dc4 </p>
<p> @ afd.sys b88dd13e </p>
<p> @ vwififlt.sys 39396289 </p>
<p> @ pacer.sys e7276bde </p>
<p> @ netbios.sys b37fd2e9 </p>
<p> @ rdbss.sys bce0ed0a </p>
<p> @ csc.sys b2d84c51 </p>
<p> @ nsiproxy.sys 528da18a </p>
<p> @ npsvctrig.sys 0e7ac006 </p>
<p> @ c:\symbols\mssmbios.pdb\7CE0C1D2DD53B809A668DE8F5F91012E1\mssmbios.pdb e6dc521d </p>
<p> @ gpuenergydrv.sys 0cc24294 </p>
<p> @ TDI.SYS 894065a0 </p>
<p> @ netfilter2.sys 57dde556 </p>
<p> @ netbt.sys 113d2a22 </p>
<p> @ afunix.sys 9d6c12c4 </p>
<p> @ dfsc.sys fabe3f7d </p>
<p> @ bam.sys 22198778 </p>
<p> @ AsUpIO.sys 4c57835f </p>
<p> @ AsIO.sys 4c7325fe </p>
<p> @ Vid.sys bde3e73c </p>
<p> @ winhvr.sys 5eb9ff62 </p>
<p> @ CompositeBus.sys f050d616 </p>
<p> @ kdnic.sys 1ff5f7f5 </p>
<p> @ umbus.sys 3104a4ad </p>
<p> @ wmiacpi.sys af7efce5 </p>
<p> @ USBXHCI.SYS 951b0a79 </p>
<p> @ ucx01000.sys 04268533 </p>
<p> @ e1r68x64.sys 5bb7c8fd </p>
<p> @ nwifi.sys 4cb3ab94 </p>
<p> @ HTTP.sys f709630d </p>
<p> @ mpsdrv.sys 7d5af2f0 </p>
<p> @ mrxsmb.sys bacc3e1c </p>
<p> @ mmcss.sys 3ee4136d </p>
<p> @ ahcache.sys a8473be2 </p>
<p> @ FocusriteUSBSwRoot.sys 5d0a367f </p>
<p> @ wdiwifi.sys fa346e3d </p>
<p> @ vwifibus.sys 4f3b1cde </p>
<p> @ LGJoyXlCore.sys 575effaa </p>
<p> @ rdpbus.sys 4e9899f8 </p>
<p> @ UsbHub3.sys d4267d67 </p>
<p> @ USBD.SYS cd63ce9d </p>
<p> @ nvhda64v.sys 5c90747d </p>
<p> @ HdAudio.sys 9f3a3dc3 </p>
<p> @ FocusriteUSB.sys 5d0a368b </p>
<p> @ usbccgp.sys 5d2af1d1 </p>
<p> @ hidusb.sys 7b9189fe </p>
<p> @ HIDCLASS.SYS d4d0dee6 </p>
<p> @ HIDPARSE.SYS 0d56f932 </p>
<p> @ kbdhid.sys 4cf68ca7 </p>
<p> @ kbdclass.sys 0b474226 </p>
<p> @ mouhid.sys a140c187 </p>
<p> @ mouclass.sys 4a22ffb8 </p>
<p> @ FocusriteUSBAudio.sys 5d0a3668 </p>
<p> @ FocusriteUSBMidi.sys 5d0a366d </p>
<p> @ dxgmms2.sys 25617a1c </p>
<p> @ monitor.sys 93f54fb5 </p>
<p> @ luafv.sys 08a8e82a </p>
<p> @ wcifs.sys 616ec3aa </p>
<p> @ cldflt.sys 0cf2c7cf </p>
<p> @ storqosflt.sys d77c69c8 </p>
<p> @ lltdio.sys 707e9308 </p>
<p> @ mslldp.sys 15c3108a </p>
<p> @ rspndr.sys ed98d1ee </p>
<p> @ wanarp.sys 1bd57cfb </p>
<p> @ ndisuio.sys 38fd20ee </p>
<p> @ dump_diskdump.sys 5cc3d020 </p>
<p> @ dump_storahci.sys 381e77bb </p>
<p> @ dump_dumpfve.sys 4cb0b85e </p>
<p> @ lgcoretemp.sys 557719ba </p>
<p> @ rtwlane01.sys 5bc825f0 </p>
<p> @ winquic.sys d60f7863 </p>
<p> @ bowser.sys d37f2e35 </p>
<p> @ ks.sys 1f5fe6fb </p>
<p> @ AMDPCIDev.sys 5ce64695 </p>
<p> @ serial.sys b6549b39 </p>
<p> @ serenum.sys 0b8b1db3 </p>
<p> @ amdppm.sys dd8872d0 </p>
<p> @ amdgpio2.sys 5be94cbf </p>
<p> @ msgpioclx.sys 764cde46 </p>
<p> @ amdgpio3.sys 56e69038 </p>
<p> @ nvvad64v.sys 5c8a17c8 </p>
<p> @ ksthunk.sys 15502221 </p>
<p> @ nvvhci.sys 5b75d812 </p>
<p> @ NdisVirtualBus.sys d217410a </p>
<p> @ swenum.sys c4d73525 </p>
<p> @ iwdbus.sys 559da169 </p>
<p> @ LGBusEnum.sys 575effac </p>
<p> @ nvlddmkm.sys 5d2f8d61 </p>
<p> @ HDAudBus.sys aecd2958 </p>
<p> @ portcls.sys d4f15bf0 </p>
<p> @ drmk.sys a3e06fb0 </p>
<p> # Child-SP RetAddr : Args to Child : Call Site </p>
<p> 00 ffffce8c`64bb1418 fffff805`553f9e2f : 00000000`000000c2 00000000`0000000d ffffd401`f2b70af0 00000000`fffff805 : nt!KeBugCheckEx </p>
<p> 01 ffffce8c`64bb1420 fffff805`5556d0a9 : 00000000`00000000 00000000`00000000 00000000`00000103 01000000`00100000 : nt!ExFreeHeapPool+0x1b4a0f </p>
<p> 02 ffffce8c`64bb1540 fffff805`5a1e6d3f : 00000000`00000000 ffffd402`0990da00 ffffd401`f93565b0 ffffd402`032cea50 : nt!ExFreePool+0x9 </p>
<p> 03 ffffce8c`64bb1570 00000000`00000000 : ffffd402`0990da00 ffffd401`f93565b0 ffffd402`032cea50 ffffd401`f93565b0 : FocusriteUSBAudio+0x6d3f </p>
<p> sysinfo: could not find necessary interfaces. </p>
<p> sysinfo: note that mssmbios.sys must be loaded (XPSP2+). </p>
<p> sysinfo: could not find necessary interfaces. </p>
<p> sysinfo: note that mssmbios.sys must be loaded (XPSP2+). </p>
<p> Bugcheck code 000000C2 </p>
<p> Arguments 00000000`0000000d ffffd401`f2b70af0 00000000`fffff805 66d115f1`0d55df54 </p>
</div>
<div id="Additional" class="tabcontent">
<h4> Additional Commands </h4>
<p> No additional commands run in this instance </p>
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
</body>
</html>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617