Forum Discussion
7 years ago
There is still no file in the folder.
holger1405
7 years agoHero+
OK, try this:
- Press the Windows key and "X" at the same time.
- Left click on "PowerShell (Administrator)" or "Command Prompt (Administrator)"
- In the PowerShell or Command prompt window, at the prompt, copy and paste "reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps\devenv.exe" /v DumpType /d 2 /t REG_DWORD" (Without the quotes).
- Hit "ENTER" (The success of the action should be displayed)
- Play the game until it crashes.
- Press the Windows key and "R" at the same time.
- Into the new windows, copy and paste: "%LOCALAPPDATA%\CrashDumps" (Without the quotes) > Hit "ENTER"
- Load the dump (*.dmp) up to a free file hosting website. ("Dropbox" or "OneDrive" for example) and post the link here.
You can revert the automatic crash dump creation by running this command: "reg delete "HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f" (Without the quotes) in an elevated PowerShell or Command Prompt session.
- 7 years ago
I had a computer person come take a look at my computer and they assured me that everything is working fine. But I will do what you're saying tonight when I have a chance!