GT 1030 sistem oyun oynarken aniden donup mavi ekran veriyor

İşletim sistemi
Windows 10
4 dosyandan 3 tanesi bu hata koduyla meydana çıkmış %90 işlemci kaynaklı %10 da sanallaştırma/hyper v temelli sorunlardan ortaya çıkıyor.
Rich (BB code):
SYNTHETIC_WATCHDOG_TIMEOUT (1ca)
A system wide watchdog has expired. This indicates that the system
is hung and not processing timer ticks.
Arguments:
Arg1: 0000000021adac69, The time since the watchdog was last reset, in interrupt time.
Arg2: 00000008bbb6fce7, The current interrupt time.
Arg3: 00000008bbba0ac0, The current QPC timestamp.
Arg4: 0000000000000001, The index of the clock processor.

Bir NMI çökmesi var. İşlemci için NMI çağrıları her zaman önceliklidir. Sen o an ne yaparsan yap bir NMI kesmesi varsa işlemci tüm işini bırakıp oraya bakıyor ve oradaki çökmeler sonucu mavi ekrana düşüyorsun.
Rich (BB code):
0: kd> k
 # Child-SP RetAddr Call Site
00 fffff803`7ecc7c48 fffff803`812c2eaa nt!KeBugCheckEx
01 fffff803`7ecc7c50 fffff803`812d3312 nt!HalpWatchdogCheckPreResetNMI+0xba
02 fffff803`7ecc7c90 fffff803`81312ffb nt!HalpPreprocessNmi+0x12
03 fffff803`7ecc7cc0 fffff803`8120a742 nt!KiProcessNMI+0xcb
04 fffff803`7ecc7d10 fffff803`8120a512 nt!KxNmiInterrupt+0x82
05 fffff803`7ecc7e50 fffff803`8119068d nt!KiNmiInterrupt+0x212
06 fffff803`7eca35b0 00000000`00000000 nt!PpmIdleGuestExecute+0x1d

Rich (BB code):
CLOCK_WATCHDOG_TIMEOUT (101)
An expected clock interrupt was not received on a secondary processor in an
MP system within the allocated interval. This indicates that the specified
processor is hung and not processing interrupts.
Arguments:
Arg1: 0000000000000030, Clock interrupt time out interval in nominal clock ticks.
Arg2: 0000000000000000, 0.
Arg3: ffffc401a8980180, The PRCB address of the hung processor.
Arg4: 0000000000000001, The index of the hung processor.

1. işlemci çekirdeğin askıda kalıyor, sürekli ve sürekli bu hata oluyorsa işlemcini kontrol etmelisin.
Rich (BB code):
1: kd> !irql
Debugger saved IRQL for processor 0x1 -- 0 (LOW_LEVEL)
1: kd> r if
if=0
Rich (BB code):
0xfffff8053f772ce8 : 0xfffff80543c5945d : nt!KiUpdateRunTime+0x5d
0xfffff8053f772d38 : 0xfffff80543c519b1 : nt!KiUpdateTime+0x4a1
0xfffff8053f772e38 : 0xfffff80543c4acc9 : nt!EtwpLogKernelEvent+0x249
0xfffff8053f772e78 : 0xfffff80543c53873 : nt!KeClockInterruptNotify+0x2e3
0xfffff8053f772e90 : 0xfffff80544631a20 : nt!KiClockTickTraces+0xc0
0xfffff8053f772ea8 : 0xfffff80543c14dd5 : nt!KeQueryPerformanceCounter+0xd5
0xfffff8053f772ed8 : 0xfffff80543c50c17 : nt!RtlGetInterruptTimePrecise+0x57
0xfffff8053f772f10 : 0xfffff80544648da0 : nt!HalpClockTickLog+0x120
0xfffff8053f772f28 : 0xfffff80543c50a82 : nt!HalpTimerClockInterrupt+0xe2
0xfffff8053f772f58 : 0xfffff80543d00825 : nt!KiCallInterruptServiceRoutine+0xa5
0xfffff8053f772f68 : 0xfffff805446f3a60 : nt!HalpKInterruptHeap+0xa20
0xfffff8053f772f70 : 0xfffff805446f3b10 : nt!HalpKInterruptHeap+0xad0
0xfffff8053f772fa8 : 0xfffff80543dff6da : nt!KiInterruptSubDispatchNoLockNoEtw+0xfa
0xfffff8053f772fb8 : 0xfffff805446f3a60 : nt!HalpKInterruptHeap+0xa20
0xfffff8053f772fd8 : 0xfffff80543dffee7 : nt!KiInterruptDispatchNoLockNoEtw+0x37

Sanallaştırma ayarlarını kontrol et ve mümkünse kapat. Akabinde işlemcini de kontrol et.
 

Geri
Yukarı