Rich (BB code):
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (7e)
This is a very common BugCheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Arguments:
Arg1: ffffffffc0000005, < Geçersiz erişim ihlali
Arg2: fffff8075040c2fc, The address that the exception occurred at
Arg3: ffffef0e2e732318, Exception Record Address
Arg4: ffffef0e2e731b00, Context Record Address
Hatanın oluşmasının nedeni, herhangi bir istisna işleyicisi tarafından işlenemeyen bir sistem iş parçacığı içinde bir istisna atılmasıdır.
Rich (BB code):
Error code: (NTSTATUS) 0xc0000005 (3221225477) - 0x%p adresindeki yönerge 0x%p adresindeki belleğe başvurdu. Bellek okunamaz %s.
Görünüşe göre istisna, tamamen geçersiz bir bellek adresi kullanarak bir çağrı komutunu yürütmeye çalışan bir sürücüden kaynaklanıyor. Bunun için bağlam kayıdına bakabiriz,
Rich (BB code):
.cxr 0xffffef0e2e731b00
rax=fffff8075040c2fc rbx=ffffcf03e17f2040 rcx=ffffcf03f49ea010
rdx=ffffef0e2e7325a8 rsi=fffff8075040c2fc rdi=ffffcf03f49ea010
rip=fffff8075040c2fc rsp=ffffef0e2e732558 rbp=ffffef0e2e7325c8
r8=ffffef0e2e7325a0 r9=ffffef0e2e732618 r10=1fffff00ea08185f
r11=ffffffffffffffff r12=0000000000000000 r13=0000000000000000
r14=ffffcf03e17f20d8 r15=0000000000000000
iopl=0 nv up ei pl nz na po cy
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00050207
BEDaisy.sys+0xc2fc:
fffff807`5040c2fc ?? ???
Sürücü - BEDaisy.sys, geçersiz bellek adresine erişti ve bu da bir erişim ihlali hatasının atılmasına neden oldu. Ancak, uygun bir istisna işleyici olmadığından, sistem yapabileceği en uygun hata başlığını seçip öyle çöküyor.
BattlEye bir kernel seviyesi sürücüsüdür. Bu sürücülerin yaptığı ihlaller, kurtarılmadığı durumlarda sistemin durdurulmasına yol açarlar.
Rich (BB code):
15: kd> !pte fffff8075040c2fc
VA fffff8075040c2fc
PXE at FFFFF97CBE5F2F80 PPE at FFFFF97CBE5F00E8 PDE at FFFFF97CBE01D410 PTE at FFFFF97C03A82060
contains 0000000000200063 contains 0000000000259063 contains 0000000000000000
pfn 200 ---DA--KWEV pfn 259 ---DA--KWEV contains 0000000000000000
not valid
PUBG, Battleye AC'ini kullanıyor galiba, bundan emin değilim pek. BattlEye'i kaldırmak istersen
Uninstall_BattlEye.bat dosyasını çalıştırabilirsin.