I installed Mike's app clean according to his directions (verified .NET 4 installed, installed Visual C++ 2010 Redistributable (x86)
Only other VC++ Redistributable is 2008 (x64)
I copied over my SysnativeBSODApps from my old installation
I got v1.5 of Richard's DLL's
I copied the DLL to the appropriate folders
Then I changed the 3 commands in User KD to read !sysnative.* rather than !niemiro.*
Ran the dumps and got errors
So I copied the sysnative.dll's and renamed them niemiro.dll in both the x86 and x64 directories
Ran the dumps again and got errors
Then went into Mike's app and changed the 3 commands in User KD to read !niemiro.*
(also used -dps rather than -dc in the 2nd command)
Ran the dumps and got errors
At this point I realized that I was way outta my depth and I'd better ask for some help before I screwed up things even more! :0)
Here's the output of !niemiro.rawstack. The other 2 failed with the same error. Anything else that I need to upload?:
Only other VC++ Redistributable is 2008 (x64)
I copied over my SysnativeBSODApps from my old installation
I got v1.5 of Richard's DLL's
I copied the DLL to the appropriate folders
Then I changed the 3 commands in User KD to read !sysnative.* rather than !niemiro.*
Code:
!sysnative.rawstack
!sysnative.rawstack -dc
!sysnative.auto_errrec
So I copied the sysnative.dll's and renamed them niemiro.dll in both the x86 and x64 directories
Ran the dumps again and got errors
Then went into Mike's app and changed the 3 commands in User KD to read !niemiro.*
(also used -dps rather than -dc in the 2nd command)
Ran the dumps and got errors
At this point I realized that I was way outta my depth and I'd better ask for some help before I screwed up things even more! :0)
Here's the output of !niemiro.rawstack. The other 2 failed with the same error. Anything else that I need to upload?:
Code:
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
Microsoft (R) Windows Debugger Version 6.2.9200.16384 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\011213-27378-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: c:\symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (2 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.17944.amd64fre.win7sp1_gdr.120830-0333
Machine Name:
Kernel base = 0xfffff800`04e1d000 PsLoadedModuleList = 0xfffff800`05061670
Debug session time: Sat Jan 12 13:27:57.234 2013 (UTC - 5:00)
System Uptime: 0 days 7:07:09.421
Loading Kernel Symbols
...............................................................
................................................................
.....................................
Loading User Symbols
Loading unloaded module list
......
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 109, {a3a039d89804755b, 0, a3b5c2006a5b962c, 101}
Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
Followup: MachineOwner
---------
0: kd> kd: Reading initial command '!niemiro.rawstack; q'
The call to LoadLibrary(niemiro) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
quit:
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
Microsoft (R) Windows Debugger Version 6.2.9200.16384 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\011213-18532-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: c:\symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (2 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.17944.amd64fre.win7sp1_gdr.120830-0333
Machine Name:
Kernel base = 0xfffff800`04e1b000 PsLoadedModuleList = 0xfffff800`0505f670
Debug session time: Sat Jan 12 05:36:07.272 2013 (UTC - 5:00)
System Uptime: 0 days 2:09:19.459
Loading Kernel Symbols
...............................................................
................................................................
.....................................
Loading User Symbols
Loading unloaded module list
......
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 109, {a3a039d89625a57c, 0, a69aaf161447be1b, 101}
Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
Followup: MachineOwner
---------
1: kd> kd: Reading initial command '!niemiro.rawstack; q'
The call to LoadLibrary(niemiro) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
quit:
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
Microsoft (R) Windows Debugger Version 6.2.9200.16384 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\011213-18907-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: c:\symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (2 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.17944.amd64fre.win7sp1_gdr.120830-0333
Machine Name:
Kernel base = 0xfffff800`04e5c000 PsLoadedModuleList = 0xfffff800`050a0670
Debug session time: Sat Jan 12 02:51:03.290 2013 (UTC - 5:00)
System Uptime: 0 days 3:02:15.601
Loading Kernel Symbols
...............................................................
................................................................
...................................................
Loading User Symbols
Loading unloaded module list
........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 109, {a3a039d8992b65f4, 0, ea86104ca2512b8c, 101}
Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
Followup: MachineOwner
---------
1: kd> kd: Reading initial command '!niemiro.rawstack; q'
The call to LoadLibrary(niemiro) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
quit:
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
Microsoft (R) Windows Debugger Version 6.2.9200.16384 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\Owner\SysnativeBSODApps\011113-20919-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: c:\symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (2 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.17944.amd64fre.win7sp1_gdr.120830-0333
Machine Name:
Kernel base = 0xfffff800`04e08000 PsLoadedModuleList = 0xfffff800`0504c670
Debug session time: Fri Jan 11 05:12:59.142 2013 (UTC - 5:00)
System Uptime: 0 days 1:10:34.453
Loading Kernel Symbols
...............................................................
................................................................
.........................................
Loading User Symbols
Loading unloaded module list
....................
*** ERROR: Module load completed but symbols could not be loaded for tdx.sys
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {ffffffffc000001d, fffff88001c06383, fffff880039fd428, fffff880039fcc80}
*** WARNING: Unable to verify timestamp for kl1.sys
*** ERROR: Module load completed but symbols could not be loaded for kl1.sys
*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
Probably caused by : memory_corruption
Followup: memory_corruption
---------
0: kd> kd: Reading initial command '!niemiro.rawstack; q'
The call to LoadLibrary(niemiro) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
quit:
Last edited: