@Buzzkill83
There are so many Bluescreen errors in your DxDiag that I assume that you indeed get them in the moment you start the games, but just can see it.
Or have you had Bluescreens on a constant basis lately for other reasons?
I need a dump file from this bluescreens:
Look under "C:\Windows\Minidumps"
Copy the last two (Date) "*.dmp" files to the Desktop > Zip them and load them up to a free file hosting website. (OneDrive, Dropbox for example) and post the link here.
If you can't find "C:\Windows\Minidumps" look under ""C:\Windows" for a "MEMORY.DMP" file.
If there aren't any dump files:
- Press the Windows key > Write: Command Prompt > Right click on "Command Prompt" in the search results > Run as administrator.
- Copy and paste "reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps\devenv.exe" /v DumpType /d 2 /t REG_DWORD" (Without the quotation marks at beginning and end of the line, The quotation marks before HKLM and after devenv.exe need to stay in) into the command prompt Window > Press ENTER.
- Play the game until it crashes.
- After the game crashes, let all Windows crash dialogues finish.
- Press the Windows key and "R" at the same time. > Type "%LOCALAPPDATA%\CrashDumps" (Without the quotation marks) into the new window > Press ENTER.
- Upload the Tdmp files as described above.
If you want to undo the automatic dump creation, use the command below in a elevated command prompt (As in point 1) reg delete "HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f