Çözüldü Windows 11 bilgisayar uyku modundan çıkmayıp mavi ekran veriyor

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.
İşletim sistemi
Windows 11

ScriptHunter

Femtopat
Katılım
23 Ocak 2025
Mesajlar
18
Daha fazla  
Cinsiyet
Erkek
RAM
8 GB
Merhabalar. Bigisayarım 2 tane mavi ekran hatası verdi. Birisi bilgisayarıma bağlı gamepadin kablosunu çıkarınca diğeri ise bilgisayarın uyku modundan çıkamayıp bir anda mavi ekran hatası vermesiyle oldu. Minidump dosyalarını aşağıya bırakıyorum. Bilgisayara Windows 11 kurulu.

Minidump dosyaları:
 
Çözüm
Merhaba.

Hatalardan bir tanesi Intel Smart Sound Technology (SST) aygıtı kaynaklı oluşmuş.
Kod:
MULTIPLE_IRP_COMPLETE_REQUESTS (44)
A driver has requested that an IRP be completed (IoCompleteRequest()), but
the packet has already been completed.  This is a tough bug to find because
the easiest case, a driver actually attempted to complete its own packet
twice, is generally not what happened.  Rather, two separate drivers each
believe that they own the packet, and each attempts to complete it.  The
first actually works, and the second fails.  Tracking down which drivers
in the system actually did this is difficult, generally because the trails
of the first driver have been covered by the second.  However, the driver
stack for the current request can be found by examining the DeviceObject
fields in each of the stack locations.


SYMBOL_NAME:  IntcUSB+567e9

MODULE_NAME: IntcUSB

IMAGE_NAME:  IntcUSB.sys

STACK_COMMAND:  .process /r /p 0xffffaa0996c49080; .thread 0xffffaa0996e69080 ; kb

BUCKET_ID_FUNC_OFFSET:  567e9

FAILURE_BUCKET_ID:  0x44_IntcUSB!unknown_function

Sürücü, bir IRP yani Giriş/Çıkış İstek Paketinin tamamlanmasını talep etmesine rağmen bu talep çoktan yerine getirmiş diyor. Muhtemelen uyku modunda çıkılmaya çalışırken sistem bu hatayı verdi.

Kod:
PDC_WATCHDOG_TIMEOUT (14f)
A system component failed to respond within the allocated time period,
preventing the system from exiting connected standby.
Arguments:
Arg1: 0000000000000001, Client ID of the hung component.
Arg2: 0000000000000001, A notification client failed to respond.
Arg3: ffffcc0df131b660, Pointer to the notification client (pdc!_PDC_NOTIFICATION_CLIENT).
Arg4: fffffe8935b8f320, Pointer to a pdc!_PDC_14F_TRIAGE structure.

MODULE_NAME: ModernExecServer

STACK_COMMAND:  .process /r /p 0xffffa80de54d2040; .thread 0xffffa80e1cad0040 ; kb

FAILURE_BUCKET_ID:  0x14F_PLM_IMAGE_ModernExecServer.dll


Diğer hata da ModernExecServer.dll adında bir .dll dosyası kaynaklı oluşmuş. Ancak bu dosyanın neye ait olduğunu tam olarak anlayamadım. Gamepad için kurduğunuz bir yazılımın parçası olabileceğini düşünüyorum.

Uyku modu sorunu muhtemelen anlık gelişen bir şey oldu. Tekrarlanmadığı sürece endişe etmeye gerek yok diyebilirim.

Ancak bu .dll dosyasının kaynağını araştırmak faydalı olabilir.

@ScriptHunter merhaba.
Durum nedir?
Merhaba.

Hatalardan bir tanesi Intel Smart Sound Technology (SST) aygıtı kaynaklı oluşmuş.
Kod:
MULTIPLE_IRP_COMPLETE_REQUESTS (44)
A driver has requested that an IRP be completed (IoCompleteRequest()), but
the packet has already been completed.  This is a tough bug to find because
the easiest case, a driver actually attempted to complete its own packet
twice, is generally not what happened.  Rather, two separate drivers each
believe that they own the packet, and each attempts to complete it.  The
first actually works, and the second fails.  Tracking down which drivers
in the system actually did this is difficult, generally because the trails
of the first driver have been covered by the second.  However, the driver
stack for the current request can be found by examining the DeviceObject
fields in each of the stack locations.


SYMBOL_NAME:  IntcUSB+567e9

MODULE_NAME: IntcUSB

IMAGE_NAME:  IntcUSB.sys

STACK_COMMAND:  .process /r /p 0xffffaa0996c49080; .thread 0xffffaa0996e69080 ; kb

BUCKET_ID_FUNC_OFFSET:  567e9

FAILURE_BUCKET_ID:  0x44_IntcUSB!unknown_function

Sürücü, bir IRP yani Giriş/Çıkış İstek Paketinin tamamlanmasını talep etmesine rağmen bu talep çoktan yerine getirmiş diyor. Muhtemelen uyku modunda çıkılmaya çalışırken sistem bu hatayı verdi.

Kod:
PDC_WATCHDOG_TIMEOUT (14f)
A system component failed to respond within the allocated time period,
preventing the system from exiting connected standby.
Arguments:
Arg1: 0000000000000001, Client ID of the hung component.
Arg2: 0000000000000001, A notification client failed to respond.
Arg3: ffffcc0df131b660, Pointer to the notification client (pdc!_PDC_NOTIFICATION_CLIENT).
Arg4: fffffe8935b8f320, Pointer to a pdc!_PDC_14F_TRIAGE structure.

MODULE_NAME: ModernExecServer

STACK_COMMAND:  .process /r /p 0xffffa80de54d2040; .thread 0xffffa80e1cad0040 ; kb

FAILURE_BUCKET_ID:  0x14F_PLM_IMAGE_ModernExecServer.dll


Diğer hata da ModernExecServer.dll adında bir .dll dosyası kaynaklı oluşmuş. Ancak bu dosyanın neye ait olduğunu tam olarak anlayamadım. Gamepad için kurduğunuz bir yazılımın parçası olabileceğini düşünüyorum.

Uyku modu sorunu muhtemelen anlık gelişen bir şey oldu. Tekrarlanmadığı sürece endişe etmeye gerek yok diyebilirim.

Ancak bu .dll dosyasının kaynağını araştırmak faydalı olabilir.

@ScriptHunter merhaba.
Durum nedir?
 
Son düzenleme:
Çözüm
Merhaba.

Hatalardan bir tanesi Intel Smart sound Technology (SST) aygıtı kaynaklı oluşmuş.
Kod:
MULTIPLE_IRP_COMPLETE_REQUESTS (44)
A driver has requested that an IRP be completed (IoCompleteRequest()), but.
the packet has already been completed. This is a tough bug to find because.
the easiest case, a driver actually attempted to complete its own packet.
twice, is generally not what happened. Rather, two separate drivers each.
believe that they own the packet, and each attempts to complete it. The.
first actually works, and the second fails. Tracking down which drivers.
in the system actually did this is difficult, generally because the trails.
of the first driver have been covered by the second. However, the driver.
stack for the current request can be found by examining the DeviceObject.
fields in each of the stack locations.

SYMBOL_NAME: IntcUSB+567e9

MODULE_NAME: IntcUSB.

IMAGE_NAME: IntcUSB.sys

STACK_COMMAND: .process /r /p 0xffffaa0996c49080; .thread 0xffffaa0996e69080 ; kb.

BUCKET_ID_FUNC_OFFSET: 567e9.

FAILURE_BUCKET_ID: 0x44_IntcUSB!unknown_function

Sürücü, bir ırp yani Giriş/Çıkış istek paketinin tamamlanmasını talep etmesine rağmen bu talep çoktan yerine getirmiş diyor. Muhtemelen uyku modunda çıkılmaya çalışırken sistem bu hatayı verdi.

Kod:
PDC_WATCHDOG_TIMEOUT (14f)
A system component failed to respond within the allocated time period,
preventing the system from exiting connected standby.
Arguments:
Arg1: 0000000000000001, Client ID of the hung component.
Arg2: 0000000000000001, A notification client failed to respond.
Arg3: ffffcc0df131b660, Pointer to the notification client (pdc!_PDC_NOTIFICATION_CLIENT).
Arg4: fffffe8935b8f320, Pointer to a pdc!_PDC_14F_TRIAGE structure.

MODULE_NAME: ModernExecServer.

STACK_COMMAND: .process /r /p 0xffffa80de54d2040; .thread 0xffffa80e1cad0040 ; kb.

FAILURE_BUCKET_ID: 0x14F_PLM_IMAGE_ModernExecServer.dll

Diğer hata da ModernExecServer.dll adında bir .dll dosyası kaynaklı oluşmuş. Ancak bu dosyanın neye ait olduğunu tam olarak anlayamadım. Gamepad için kurduğunuz bir yazılımın parçası olabileceğini düşünüyorum.

Uyku modu sorunu muhtemelen anlık gelişen bir şey oldu. Tekrarlanmadığı sürece endişe etmeye gerek yok diyebilirim.

Ancak bu .dll dosyasının kaynağını araştırmak faydalı olabilir.

@ScriptHunter merhaba.
Durum nedir?

Şu an mavi ekran sorunu yok. Cevap için teşekkürler.
 

Technopat Haberler

Yeni konular

Geri
Yukarı