Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RE Random System Freezes (Possible Spoilers)
yandexx Offline
Junior Member

Posts: 18
Threads: 1
Joined: Sep 2015
Reputation: 0
#13
Solved: 8 Years, 2 Months, 2 Weeks ago RE: RE Random System Freezes (Possible Spoilers)
A user-mode process such as a game cannot by itself hang the whole system (OK one way would be to run an intensive thread in Realtime priority but nobody would really do that).

So this indicates a driver/hardware problem.

What I would do:
- Check the Event Viewer, specifically System and Application event logs. Check if anything suspicious is logged prior to the system hanging.
- Advanced debugging troubleshooting:
** Run "verifier" from the command line, "Custom settings", enable "Deadlock detection" for some or all drivers. From this point if a deadlock happens, causing the hanging, the system will bluescreen instead, producing a dump file. Analysing this crash dump will point to the problematic driver in question.
Quoting the Windows Internals book: "The first step to troubleshooting hung systems is to enable deadlock detection on suspect drivers, then unsigned drivers, and then all drivers, until you get a crash that pinpoints the driver causing the deadlock."

** There is a way to force-crash the system with a key press when it hangs: https://msdn.microsoft.com/en-us/library...45499.aspx Once crashed, it will produce a crashdump which will need to be analysed.

If you succeed with any of these, upload the dump file and I can have a look.
11-04-2015, 11:25 AM
Find
Jump to the post that solved this thread.


Messages In This Thread
RE Random System Freezes (Possible Spoilers) - by Witch Döctor - 09-24-2015, 07:29 PM
RE: RE Random System Freezes (Possible Spoilers) - by Witch Döctor - 09-24-2015, 07:36 PM
RE: RE Random System Freezes (Possible Spoilers) - by Witch Döctor - 09-24-2015, 07:48 PM
RE: RE Random System Freezes (Possible Spoilers) - by Guest - 09-24-2015, 08:27 PM
RE: RE Random System Freezes (Possible Spoilers) - by Witch Döctor - 10-23-2015, 02:39 PM
RE: RE Random System Freezes (Possible Spoilers) - by Witch Döctor - 10-29-2015, 08:02 PM
RE: RE Random System Freezes (Possible Spoilers) - by Witch Döctor - 11-03-2015, 07:38 PM
RE: RE Random System Freezes (Possible Spoilers) - by yandexx - 11-04-2015, 11:25 AM
RE: RE Random System Freezes (Possible Spoilers) - by Witch Döctor - 11-05-2015, 12:25 PM
RE: RE Random System Freezes (Possible Spoilers) - by Witch Döctor - 11-06-2015, 07:29 PM
RE: RE Random System Freezes (Possible Spoilers) - by Witch Döctor - 11-06-2015, 09:39 PM
RE: RE Random System Freezes (Possible Spoilers) - by Witch Döctor - 11-07-2015, 01:11 PM



Users browsing this thread: 1 Guest(s)