Crash Dump File Won't Open? [WINDBG.EXE]

Sixaxis

New member
Local time
5:13 PM
Messages
6
In short, I use Windows 7 Ultimate 32-bit and everytime I try to open Dump Files from either my computer or other computers with Microsoft's WinDbg.exe, it mainly gives these two errors at the end and WONT let me use any commands or examine the files:

"ERROR: Reload failure, partially initialized target
WaitForEvent failed".

------------------------------------------------------------------------------------------

Well, everytime I try to open a Crash Dump File (.DMP) that came from a game I use, it doesn't allow it. The thing is, there's only 2 of them out of the 20 something here that actually open, but I want to open the others too as they contain important information I need (Some of them are from different computers, but the thing is, I have about 12 on my computer that were created on my computer and only 2 of them open up). This is what happens when I use WinDbg.exe to try to open one of the dump files:

Code:
Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Users\Kimberly\Desktop\Flash Drive\Debug View\Crash Dump Files\redluffy\irisclient v21769 2011-01-14 10-53-55.dmp]
User Mini Dump File: Only registers, stack and portions of memory are available

Symbol search path is: SRV*C:\Symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows XP Version 2600 (Service Pack 3) MP (2 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS
Machine Name:
Debug session time: Fri Jan 14 12:53:55.000 2011 (UTC - 5:00)
System Uptime: not available
Process Uptime: 0 days 0:01:42.000
ERROR: Reload failure, partially initialized target
WaitForEvent failed

That happens with almost all of the dump files. Why? (NOTE: That dump file is from another computer. The computer I opened it on, and am currently running it on, is Windows 7 Ultimate 32-bit)
 
Last edited:

My Computer My Computer

OS
Windows 7 Ultimate 32-bit

My Computer My Computer

Computer Manufacturer/Model Number
Home built
OS
Windows 7 Ultimate 32 bit
CPU
Intel(R) Pentium(R) 4 CPU 3.00GHz
Motherboard
ASUS P4P800-VM Motherboard Chipset: Intel 865G + ICH5
Memory
2.50 GB RAM
Graphics Card(s)
NVIDIA GeForce 7600 GS
Sound Card
SoundMax Integrated Digital Audio (Chip)
Monitor(s) Displays
ViewSonic VX 1962 wm
Screen Resolution
1680 X 1050
Hard Drives
Seagate Barracuda 7200.10 80 GB
ST380215A ATA Device 18.6 GB
Western Digital "My Book" external hard drive 750 GB
Cooling
Fan based
Keyboard
Microsoft Comfort Curve Keyboard 2000 v10 USB
Mouse
Logitec optic USB
Internet Speed
3.01 Mb/s download 0.64 Mb/s upload
Thank you for replying. If you're asking if my computer is able to create mini-dumps and read them with windbg.exe, then yes. The problem is that oddly it can only read 2 of them out of the dozens I have on my computer and when I try to read one of the ones besides those 2, I get the said error below. Why is this?

*I also attached one of them that are unreadable for me @ the bottom of the post to see if it's readable for anyone else. If it's not too much trouble I'd really like for someone to see if it works for them. Thank you.*


http://www.sevenforums.com/attachment.php?attachmentid=132506&stc=1&d=1295215095
 

My Computer My Computer

OS
Windows 7 Ultimate 32-bit
I tried to open it and I could not open it either. This is what I get.
Loading Dump File [C:\Users\Owner\AppData\Local\Temp\Temp2_irisclient v21769 2011-01-14 10-53-55.zip\irisclient v21769 2011-01-14 10-53-55.dmp]
User Mini Dump File: Only registers, stack and portions of memory are available

Symbol search path is: SRV*c:\symbols*Symbol information
Executable search path is:
Windows XP Version 2600 (Service Pack 3) MP (2 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS
Machine Name:
Debug session time: Fri Jan 14 12:53:55.000 2011 (GMT-5)
System Uptime: not available
Process Uptime: 0 days 0:01:42.000
ERROR: Reload failure, partially initialized target
WaitForEvent failed
?:???> !Analyze
WARNING: The debugger does not have a current process or thread
WARNING: Many commands will not work
No export Analyze found
 

My Computer My Computer

Computer Manufacturer/Model Number
Home built
OS
Windows 7 Ultimate 32 bit
CPU
Intel(R) Pentium(R) 4 CPU 3.00GHz
Motherboard
ASUS P4P800-VM Motherboard Chipset: Intel 865G + ICH5
Memory
2.50 GB RAM
Graphics Card(s)
NVIDIA GeForce 7600 GS
Sound Card
SoundMax Integrated Digital Audio (Chip)
Monitor(s) Displays
ViewSonic VX 1962 wm
Screen Resolution
1680 X 1050
Hard Drives
Seagate Barracuda 7200.10 80 GB
ST380215A ATA Device 18.6 GB
Western Digital "My Book" external hard drive 750 GB
Cooling
Fan based
Keyboard
Microsoft Comfort Curve Keyboard 2000 v10 USB
Mouse
Logitec optic USB
Internet Speed
3.01 Mb/s download 0.64 Mb/s upload
Hm, I'll just go with the assumption that the program is creating corrupt Mini Dumps under certain conditions, and the 2 that actually work were chance ones. Thank you for your help CarlTR6! Glad there's helpful people like you on the net. Take care.
 

My Computer My Computer

OS
Windows 7 Ultimate 32-bit
You are welcome for the help and thank you for the compliment. It may be that your computer is shutting down to quickly to properly write the dump file.
 

My Computer My Computer

Computer Manufacturer/Model Number
Home built
OS
Windows 7 Ultimate 32 bit
CPU
Intel(R) Pentium(R) 4 CPU 3.00GHz
Motherboard
ASUS P4P800-VM Motherboard Chipset: Intel 865G + ICH5
Memory
2.50 GB RAM
Graphics Card(s)
NVIDIA GeForce 7600 GS
Sound Card
SoundMax Integrated Digital Audio (Chip)
Monitor(s) Displays
ViewSonic VX 1962 wm
Screen Resolution
1680 X 1050
Hard Drives
Seagate Barracuda 7200.10 80 GB
ST380215A ATA Device 18.6 GB
Western Digital "My Book" external hard drive 750 GB
Cooling
Fan based
Keyboard
Microsoft Comfort Curve Keyboard 2000 v10 USB
Mouse
Logitec optic USB
Internet Speed
3.01 Mb/s download 0.64 Mb/s upload
I ran the previously attached dump file through dumpchk, and it's complaining that the dumped process was partially initialized, meaning either the process being dumped is actively blocking debugger process attach events (this is possible), or it really is simply not dumping out properly (either due to problems with the debugger APIs on that machine, or something funky the process is doing while running). I can see loaded modules from dumpchk, though, and I noticed that GameGuard is installed. It is an active rootkit detector/anti-cheating application, and as such it is likely this is actively discouraging debugging (as if you attach as an invasive debugger, you have intrinsic rights to overwrite/change process memory - aka, "cheating").
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom
OS
Windows 10 Pro x64
CPU
Intel Core i7 4790K @ 4.5GHz
Motherboard
Asus Maximus Hero VII
Memory
32GB DDR3
Graphics Card(s)
Nvidia GeForce GTX970
Sound Card
Realtek HD Audio
Screen Resolution
1920x1200
Hard Drives
1x Samsung 250GB SSD
4x WD RE 2TB (RAIDZ)
PSU
Corsair AX760i
Case
Fractal Design Define R4
Cooling
Noctua NH-D15
Thank you for the help, cluberti. Much appreciated.

Sixaxis, I have encountered problems with GameGuard before. It apparently causes problems on some Win 7 systems. Many third party security programs do not work well with Win 7 because of Win 7's own built in security coding.
 

My Computer My Computer

Computer Manufacturer/Model Number
Home built
OS
Windows 7 Ultimate 32 bit
CPU
Intel(R) Pentium(R) 4 CPU 3.00GHz
Motherboard
ASUS P4P800-VM Motherboard Chipset: Intel 865G + ICH5
Memory
2.50 GB RAM
Graphics Card(s)
NVIDIA GeForce 7600 GS
Sound Card
SoundMax Integrated Digital Audio (Chip)
Monitor(s) Displays
ViewSonic VX 1962 wm
Screen Resolution
1680 X 1050
Hard Drives
Seagate Barracuda 7200.10 80 GB
ST380215A ATA Device 18.6 GB
Western Digital "My Book" external hard drive 750 GB
Cooling
Fan based
Keyboard
Microsoft Comfort Curve Keyboard 2000 v10 USB
Mouse
Logitec optic USB
Internet Speed
3.01 Mb/s download 0.64 Mb/s upload
Back
Top