Windows 10: System crashes during game - cannot open dump file with windbg

Discus and support System crashes during game - cannot open dump file with windbg in Windows 10 Software and Apps to solve the problem; Hello, I have two issues, the main one is that my system crashes when playing video games. When checking the event observer I see a dump file was... Discussion in 'Windows 10 Software and Apps' started by Baptiste1991, Feb 20, 2022.

  1. System crashes during game - cannot open dump file with windbg


    Hello, I have two issues, the main one is that my system crashes when playing video games. When checking the event observer I see a dump file was created so I try opening it with windbg and that leads to my secondary issue. I cannot see anything in windbg when loading the dump file, it is like a blank slate as if the file was not loaded at all.If someone can tell me how I can bypass that issue in windbg and ultimately also tell me what is wrong with my system through analyzing the dump file I would be grateful.OneDrive link to the dump file : https://1drv.ms/u/s!At9piAUd9C7VqSKiMyBQQcEK2BAw?e=

    :)
     
    Baptiste1991, Feb 20, 2022
    #1
  2. axe0 Win User

    WinDBG - The Basics for Debugging Crash Dumps in Windows 10  


    Please note that the tutorial is meant for system crash dumps, game crash dumps contain different information and thus not all the steps in the tutorial work for a game crash dump.
     
  3. axe0 Win User
    WinDbg error.


    Those errors have a few reasons:
    • Missing symbols
    • Corrupted symbols,
    • Counterfeit system,
    • Hardware damage,
    • Improper configuration of Windbg,
    • Microsoft servers down (rarely happening)

    In case of missing symbols, simply reload (re-open) the dumps a few times so the symbols are downloaded.

    In case of corrupted symbols,


    • empty the symbol folder, move the symbols to a different folder,
    • open the dump a few times, this should download the necessary symbols,
    • move the symbols back to the original folder and say no when Windows asks if you want to copy the files with the same name too.
     
  4. peach1971 Win User

    System crashes during game - cannot open dump file with windbg

    all games crash!

    I suggest you run rthdribl > http://www.daionet.gr.jp/~masa/archives/rthdribl_1_2.zip
    Increase the window size step by step and watch your vga temps permanently.
    What happens?
    If it crashes, run at stock speeds as suggested before and retry.

    P.S.: When your system locks, does the display signal turn off after a time?
    Stuttering sound or no sound at all when freezing?
    What X1800XT model do you own exactly?
     
    peach1971, Feb 20, 2022
    #4
Thema:

System crashes during game - cannot open dump file with windbg

Loading...
  1. System crashes during game - cannot open dump file with windbg - Similar Threads - System crashes during

  2. Game/System Crashes During Gameplay

    in Windows 10 Gaming
    Game/System Crashes During Gameplay: Hey allA week ago I upgraded my GPU and RAM, as I'd started using my PC for gaming more. However I've been experiencing new crashes that I hadn't before. So far the two big problems are Cyberpunk 2077 and Watch Dogs. These games crash to desktop after varying amounts of time....
  3. Game/System Crashes During Gameplay

    in Windows 10 Software and Apps
    Game/System Crashes During Gameplay: Hey allA week ago I upgraded my GPU and RAM, as I'd started using my PC for gaming more. However I've been experiencing new crashes that I hadn't before. So far the two big problems are Cyberpunk 2077 and Watch Dogs. These games crash to desktop after varying amounts of time....
  4. Game/System Crashes During Gameplay

    in Windows 10 BSOD Crashes and Debugging
    Game/System Crashes During Gameplay: Hey allA week ago I upgraded my GPU and RAM, as I'd started using my PC for gaming more. However I've been experiencing new crashes that I hadn't before. So far the two big problems are Cyberpunk 2077 and Watch Dogs. These games crash to desktop after varying amounts of time....
  5. "Dump file creation failed due to error during dump creation." Error and system crash when...

    in Windows 10 Gaming
    "Dump file creation failed due to error during dump creation." Error and system crash when...: I really need some help. I am consistently getting complete system crashes when gaming. I'm losing my mind as this has been going on for weeks. I check the event viewer and see there is a couple errors:The system has rebooted without cleanly shutting down first. This error...
  6. "Dump file creation failed due to error during dump creation." Error and system crash when...

    in Windows 10 Software and Apps
    "Dump file creation failed due to error during dump creation." Error and system crash when...: I really need some help. I am consistently getting complete system crashes when gaming. I'm losing my mind as this has been going on for weeks. I check the event viewer and see there is a couple errors:The system has rebooted without cleanly shutting down first. This error...
  7. System crashes during game - cannot open dump file with windbg

    in Windows 10 Gaming
    System crashes during game - cannot open dump file with windbg: Hello, I have two issues, the main one is that my system crashes when playing video games. When checking the event observer I see a dump file was created so I try opening it with windbg and that leads to my secondary issue. I cannot see anything in windbg when loading the...
  8. System crashes during game - cannot open dump file with windbg

    in Windows 10 BSOD Crashes and Debugging
    System crashes during game - cannot open dump file with windbg: Hello, I have two issues, the main one is that my system crashes when playing video games. When checking the event observer I see a dump file was created so I try opening it with windbg and that leads to my secondary issue. I cannot see anything in windbg when loading the...
  9. Game Crashes (with dump files)

    in Windows 10 BSOD Crashes and Debugging
    Game Crashes (with dump files): Hello, I've been having multiple issues with my PC (crashes, black screens, BSODs) so I've reset my PC. Now I fater I've installed games I can't launch most of them. For example I'm trying to launch Heroes of the Storm and it crashes on startup. I've read "Troubleshooting...
  10. WinDBG - The Basics for Debugging Crash Dumps in Windows 10

    in Windows 10 Tutorials
    WinDBG - The Basics for Debugging Crash Dumps in Windows 10: How to: WinDBG - The Basics for Debugging Crash Dumps in Windows 10 WinDBG - The Basics for Debugging Crash Dumps in Windows 10 [img] Information WinDBG (Windows DeBuGger) is an analytic tool used for analysing and debugging Windows crash dumps, also known as BSODs...