You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REFERENCE_BY_POINTER (18)
Arguments:
Arg1: 0000000000000000, Object type of the object whose reference count is being lowered
Arg2: ffffe805c4987768, Object whose reference count is being lowered
Arg3: 0000000000000010, Reserved
Arg4: ffffd70a8fd85e0f, Reserved
The reference count of an object is illegal for the current state of the object.
Each time a driver uses a pointer to an object the driver calls a kernel routine
to increment the reference count of the object. When the driver is done with the
pointer the driver calls another kernel routine to decrement the reference count.
Drivers must match calls to the increment and decrement routines. This BugCheck
can occur because an object's reference count goes to zero while there are still
open handles to the object, in which case the fourth parameter indicates the number
of opened handles. It may also occur when the object's reference count drops below zero
whether or not there are open handles to the object, and in that case the fourth parameter
contains the actual value of the pointer references count.
REFERENCE_BY_POINTER (18)
Arguments:
Arg1: 0000000000000000, Object type of the object whose reference count is being lowered
Arg2: ffffe805c4987768, Object whose reference count is being lowered
Arg3: 0000000000000010, Reserved
Arg4: ffffd70a8fd85e0f, Reserved
The reference count of an object is illegal for the current state of the object.
Each time a driver uses a pointer to an object the driver calls a kernel routine
to increment the reference count of the object. When the driver is done with the
pointer the driver calls another kernel routine to decrement the reference count.
Drivers must match calls to the increment and decrement routines. This BugCheck
can occur because an object's reference count goes to zero while there are still
open handles to the object, in which case the fourth parameter indicates the number
of opened handles. It may also occur when the object's reference count drops below zero
whether or not there are open handles to the object, and in that case the fourth parameter
contains the actual value of the pointer references count.
Debugging Details:
*** WARNING: Check Image - Checksum mismatch - Dump: 0x17a63e, File: 0x17a8d2 - C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\sym\BTHport.sys\39B871E617f000\BTHport.sys
KEY_VALUES_STRING: 1
BUGCHECK_CODE: 18
BUGCHECK_P1: 0
BUGCHECK_P2: ffffe805c4987768
BUGCHECK_P3: 10
BUGCHECK_P4: ffffd70a8fd85e0f
FILE_IN_CAB: 082724-3828-01.dmp
BLACKBOXBSD: 1 (!blackboxbsd)
BLACKBOXNTFS: 1 (!blackboxntfs)
BLACKBOXPNP: 1 (!blackboxpnp)
BLACKBOXWINLOGON: 1
CUSTOMER_CRASH_COUNT: 1
PROCESS_NAME: MapleStory.exe
STACK_TEXT:
ffffe805c4987658 fffff8057fa7b872 : 0000000000000018 0000000000000000 ffffe805c4987768 0000000000000010 : nt!KeBugCheckEx
ffffe805c4987660 fffff8057f87fcb6 : ffffe805c4987768 00007ffbb0b70000 0000000000800000 ffff800248997a10 : nt!ObReferenceObjectExWithTag+0x15adb2
ffffe805c49876a0 fffff80597b12c39 : 000000000031d000 00007ffbb0b70000 ffffd70a91c02920 0000000000000000 : nt!ObFastReplaceObject+0x86
ffffe805c49876e0 fffff80597b13c2f : ffffd70a93bdb080 ffffe805c4987960 ffffe805c4987b00 fffff8057fc686ab : HyperDbg!DbgkpSectionToFileHandle+0x19 [D:\GitHubProject\vt-debugger-pro\HyperHideDrv\dbgk1to2.c @ 510]
ffffe805c4987760 fffff8057fc67442 : 0000000000000000 ffffe805c4987b00 000000006ee0f030 0000000000000000 : HyperDbg!proxyDbgkMapViewOfSection+0x9f [D:\GitHubProject\vt-debugger-pro\HyperHideDrv\dbgk1to2.c @ 1102]
ffffe805c49878d0 fffff8057f9ef375 : ffffd70a93bdb080 0000000027b1dc78 0000000000000000 0000000000000000 : nt!NtMapViewOfSection+0x212
ffffe805c4987a10 00007ffbb948b294 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : nt!KiSystemServiceCopyEnd+0x25
0000000027b1dc58 0000000000000000 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : 0x00007ffbb948b294
FAULTING_SOURCE_LINE: D:\GitHubProject\vt-debugger-pro\HyperHideDrv\dbgk1to2.c
FAULTING_SOURCE_FILE: D:\GitHubProject\vt-debugger-pro\HyperHideDrv\dbgk1to2.c
FAULTING_SOURCE_LINE_NUMBER: 510
FAULTING_SOURCE_CODE:
506: HANDLE Handle;
507: PAGED_CODE();
508:
509: Status = MmGetFileNameForSection(Section, &FileName);
SYMBOL_NAME: HyperDbg!DbgkpSectionToFileHandle+19
MODULE_NAME: HyperDbg
IMAGE_NAME: HyperDbg.sys
STACK_COMMAND: .cxr; .ecxr ; kb
BUCKET_ID_FUNC_OFFSET: 19
FAILURE_BUCKET_ID: 0x18_HyperDbg!DbgkpSectionToFileHandle
OS_VERSION: 10.0.19041.1
BUILDLAB_STR: vb_release
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
FAILURE_ID_HASH: {3e629b86-d4e0-f3a7-19a3-213ce08633e9}
Followup: MachineOwner
The text was updated successfully, but these errors were encountered: