クラッシュやブルースクリーンが多発

クラッシュやブルースクリーンが多発

最近、私のコンピューターが頻繁にクラッシュします。ドライバーをすべて更新し、Windows を再インストールしました。しかし、まだブルー スクリーンが表示されます。

これは BlueScreenView からのスクリーンショットですが、ここでは問題は表示されません。クラッシュ アドレスはすべてのダンプに対して同じでした。

memtest - エラー 0 件

seatools - エラー 0 件

ここに画像の説明を入力してください

ここに画像の説明を入力してください

クラッシュアドレスはすべてのダンプで同じでした

ここに画像の説明を入力してください

これはWinDbgのスクリーンショットです。役に立つかもしれません

答え1

Bug Check 0x113: VIDEO_DXGKRNL_FATAL_ERROR
The VIDEO_DXGKRNL_FATAL_ERROR bug check has a value of 0x00000113. This indicates that the Microsoft DirectX graphics kernel subsystem has detected a violation.

This bug check appears very infrequently.

そして

Bug Check 0x119: VIDEO_SCHEDULER_INTERNAL_ERROR
The VIDEO_SCHEDULER_INTERNAL_ERROR bug check has a value of 0x00000119. This indicates that the video scheduler has detected a fatal violation.


Important This topic is for programmers. If you are a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

VIDEO_SCHEDULER_INTERNAL_ERROR Parameters
The following parameters are displayed on the blue screen. Parameter 1 is the only parameter of interest and identifies the exact violation.

Parameter 1 Cause of Error 
0x1
 The driver has reported an invalid fence ID. 
 
0x2
 The driver failed upon the submission of a command. 
 
0x3
 The driver failed upon patching the command buffer. 
 
0x4
 The driver reported an invalid flip capability. 
 

ドライバーを更新し、それでも問題が解決しない場合はビデオ カードを交換します。

関連情報