Minidump folder cannot be found

2

1

Although I have enabled the creation of minidump files in my system, it appears that either Windows doesn't create them where the Startup and recovery dialog points to (%SystemRoot%\Minidump) or at least I can't find them.

Even the Minidump folder under Windows directory is missing and I had numerous BSODs till now. I've searched all my HDs for mini*.dmp files only to find some old ones in a backup folder from my Vista 32-bit installation, before I install Windows 7 64-bit.

Any thoughts of why this is happening and how to fix it?

Saxtus

Posted 2010-01-10T17:02:02.067

Reputation: 1 254

sure is. i used to have a utility called crash.exe (or maybe it was crash3.exe, it's been a while). used it for inducing system crashes (and thus dump creation) for testing XP driver code. no idea where it came from, tho. not sure how "safe" it was, but these were test systems and could always be reloaded. – quack quixote – 2010-01-21T16:28:16.693

i was wrong on the name; it was OSR's bang.exe utility: http://www.osronline.com/article.cfm?article=153 .. download and run, pops up a big red button that reads "Crash Now!", just press when ready. also allows you to cancel if necessary.

– quack quixote – 2010-01-21T16:44:21.103

@quack: Can I find this or similar program, without generating account to a site? – Saxtus – 2010-01-22T16:26:26.827

no idea. i went ahead and registered to grab the latest version. – quack quixote – 2010-01-22T17:30:42.980

Is there a way to test creation of a minidump? I don't exaclty know how to cause a blue screen safely... – Saxtus – 2010-01-14T02:02:49.927

Answers

0

Are you running without a swap file? Apparently, you need a paging file of at least 2MB on the boot volume for a minidump.

Ken

Posted 2010-01-10T17:02:02.067

Reputation: 7 497

I have it this way, should I change it?
http://www.screencast.com/t/YjdjZmVkNz

– Saxtus – 2010-01-10T19:37:04.547

No, that looks OK. The system-managed settings have chosen about 4GB for the page file on the C: drive. The cause must be something else. – Ken – 2010-01-10T20:16:45.420

0

Try looking in control panel/ troubleshooting then view history or view all and see the list of programs, hardware or other problems that have occurred and then choose a file and click view details. This will give you better detail then just your Minidump file will. Hope this helps.

Shawn

Posted 2010-01-10T17:02:02.067

Reputation:

Unfortunately history is empty. – Saxtus – 2010-01-22T07:44:19.147

0

Have you checked the event logs? There should be an entry for any BSODs and minidump creations in the System events.

[Edit: Checking event logs]
In the event viewer, you're looking for Information entries from Save Dump. Open View -> Filter and select Save Dump in the source drop-down list. (You could also filter on EventID 1001.) Hit OK.

This should leave you with a list of entries sent by the "Save Dump" process during a post-BSOD bootup. Double-click to show the full entry -- the description gives the location of the saved dump.

  • If there are entries but the files don't exist, your dumps are gone. Maybe they were deleted by a system cleaner tool (CCleaner or the like).

  • If there aren't any entries, no dumps were saved.

Make sure you've checked "Write an event to the system log" and selected "Small memory dump" in the Startup and Recovery dialog. You can also change the save location to whatever you like (eg, "C:\dumps").


Original: I'd try using BlueScreenView; it may find existing minidumps automatically. If they don't exist it'll be helpful once you get them going again. Freeware, works under 32- and 64-bit Windows XP/Vista/7/etc.

alt text

quack quixote

Posted 2010-01-10T17:02:02.067

Reputation: 37 382

BlueSceenView is the reason I am asking this question in the first place, it can't find anything, although I think that I've checked more thoroughly than it. About event logs, I will check them the next time system will crash. – Saxtus – 2010-01-22T07:46:13.307

unless you've cleared the event logs since earlier crashes, they should still retain the messages. – quack quixote – 2010-01-22T08:31:26.653

I haven't, but I don't remember when last blue screen happened and I don't know for what to look within my 55k system log entries... – Saxtus – 2010-01-22T16:28:41.890

EDIT: Either I don't have any events from Save dump / EventID 1001 or I am doing it wrong... – Saxtus – 2010-01-22T19:29:41.880

did you check the startup and recovery settings to make sure they're enabled? (My Computer -> right click -> properties -> advanced -> "startup and recovery" settings) – quack quixote – 2010-01-22T19:32:22.420

Yes, it's the first thing I checked, as you can figure out from the first paragraph of my original question. – Saxtus – 2010-01-23T00:10:55.420

i figured you did, just double checking. – quack quixote – 2010-01-23T07:40:39.700

Nah, you did well. Now I guess the only thing is left is to find time to register, get bang.exe and cause BSOD. I can't say that I am in hurry for that :P – Saxtus – 2010-01-23T15:42:02.470