Имя пользователя:
Пароль:
 

Название темы: Код: 41, источник: Kernel-Power
Показать сообщение отдельно

Ветеран


Сообщения: 865
Благодарности: 213

Профиль | Отправить PM | Цитировать


iTali,
Информация к размышлению.
UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault). The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
use .trap on that value
Else
.trap on the appropriate frame will show where the trap was taken
(on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.

Arguments:
Arg1: 0000000000000008, EXCEPTION_DOUBLE_FAULT
Arg2: ffffd000745a9a30
Arg3: ffffd000745bfcd8
Arg4: fffff803064f68b7


NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.

rax=0000000000000000 rbx=0000000000000000 rcx=ffffe000faebe410
rdx=000001025a30c639 rsi=0000000000000000 rdi=0000000000000000
rip=fffff803064f68b7 rsp=ffffd000745bfcd8 rbp=0000000000000000
r8=ffffd000745bfe60 r9=ffffe000f6062c70 r10=000001025a30c639
r11=00000000000000c0 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl nz na po nc
nt!KiRemoveTimer2+0x7:
fffff803`064f68b7 384889 cmp byte ptr [rax-77h],cl ds:ffffffff`ffffff89=??


Ошибка произошла во время игры League of Legends. Очень много битых страниц памяти

GetPointerFromAddress: unable to read from fffff8030680b200
Unable to get LeftChild of nt!_MMVAD_SHORT at ffffe000fc5c75f0
failed to count VADs

PROCESS ffffe000f6d3b080
SessionId: none Cid: 2070 Peb: 0022c000 ParentCid: 092c
DirBase: 98ce7000 ObjectTable: ffffc000dbb71e80 HandleCount: <Data Not Accessible>
Image: League of Lege
VadRoot ffffe000fc5c75f0 Vads 0 Clone 0 Private 287668. Modified 37266. Locked 33008.
DeviceMap ffffc000db9dfe00
Token ffffc000e2232970
ReadMemory error: Cannot get nt!KeMaximumIncrement value.
fffff78000000000: Unable to get shared data
ElapsedTime 00:00:00.000
UserTime 00:00:00.000
KernelTime 00:00:00.000
QuotaPoolUsage[PagedPool] 575856
QuotaPoolUsage[NonPagedPool] 87624
Working Set Sizes (now,min,max) (258938, 50, 345) (1035752KB, 200KB, 1380KB)
PeakWorkingSetSize 301781
VirtualSize 1580 Mb
PeakVirtualSize 1580 Mb
PageFaultCount 669617
MemoryPriority BACKGROUND
BasePriority 8
CommitCharge 337028
Job ffffe000f6667ad0

THREAD ffffe000f64db840 Cid 2070.2784 Teb: 000000000022e000 Win32Thread: ffffe000fc57f320 RUNNING on processor 1
*** Error in reading nt!_ETHREAD @ ffffe000fbd35080

Скажите, эта игра League of Legends не крякнутая случайно?
И еще, что вы делали с реестром?

Отправлено: 13:20, 25-02-2016 | #331

Название темы: Код: 41, источник: Kernel-Power