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

mustafaaozk

Uzman
Katılım
18 Ağustos 2024
Mesajlar
114
Çözümler
2
Beğeniler
32
Arkadaşlarımla erken erişimde olan Arena Breakout: Infinite oyununu oynuyordum, oyunu kapatırken birden mavi ekran hatası verdi, yardımcı olur musunuz minidump dosyasını açamıyorum.
Minidump: 083024-14765-01.rar

Sistem bilgileri:
  • Anakart: Acer.
  • İşlemci: i5-11400H
  • Ekran kartı: RTX 3060 laptop 6 GB.
  • İşletim sistemi: Windows 11.

Screenshot_20240830_224933_Gallery.webp
 
Son düzenleyen: Moderatör:
Çözüm
[CODE highlight="6"]DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS (ce)
A driver unloaded without cancelling timers, DPCs, worker threads, etc.
The broken driver's name is displayed on the screen and saved in
KiBugCheckDriver.
Arguments:
Arg1: fffff80938406c99, memory referenced
Arg2: 0000000000000010, value 0 = read operation, 1 = write operation
Arg3: fffff80938406c99, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000000, Mm internal code.
[/CODE]

Kod:
10: kd> ln fffff80938406c99
Browse module
Set bu breakpoint

(fffff809`38406c99) <Unloaded_ace-game.sys>+0x6c99

Hatanın sebebi muhtemelen oyunun kullandığı Anti-Cheat. Kaldırabilirsin eğer oynamaya devam etmeyeceksen.

10: Kd>!sym noisy
Noisy mode - symbol prompts on
10: Kd>.reload /unl ace-game.sys
????????
[CODE highlight="6"]DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS (ce)
A driver unloaded without cancelling timers, DPCs, worker threads, etc.
The broken driver's name is displayed on the screen and saved in
KiBugCheckDriver.
Arguments:
Arg1: fffff80938406c99, memory referenced
Arg2: 0000000000000010, value 0 = read operation, 1 = write operation
Arg3: fffff80938406c99, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000000, Mm internal code.
[/CODE]

Kod:
10: kd> ln fffff80938406c99
Browse module
Set bu breakpoint

(fffff809`38406c99) <Unloaded_ace-game.sys>+0x6c99

Hatanın sebebi muhtemelen oyunun kullandığı Anti-Cheat. Kaldırabilirsin eğer oynamaya devam etmeyeceksen.

10: Kd>!sym noisy
Noisy mode - symbol prompts on
10: Kd>.reload /unl ace-game.sys
????????
 
Çözüm
[CODE highlight="6"]DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS (ce)
A driver unloaded without cancelling timers, DPCs, worker threads, etc.
The broken driver's name is displayed on the screen and saved in.
KiBugCheckDriver.
Arguments:
Arg1: fffff80938406c99, memory referenced.
Arg2: 0000000000000010, value 0 = read operation, 1 = write operation.
Arg3: fffff80938406c99, If non-zero, the instruction address which referenced the bad memory.
address.
Arg4: 0000000000000000, Mm internal code.
[/CODE]

Kod:
10: kd> ln fffff80938406c99.
Browse module.
Set bu breakpoint.

(fffff809`38406c99) <Unloaded_ace-game.sys>+0x6c99

Hatanın sebebi muhtemelen oyunun kullandığı anti-cheat. Kaldırabilirsin eğer oynamaya devam etmeyeceksen.

Oyun ile ilgili olduğunu tahmin etmiştim. Zaten yeni çıkmıştı, teşekkürler yardımınız için.
 
Son düzenleyen: Moderatör: