[SOLVED] INVALID_KERNEL_HANDLE Windows 10

zcomputerwiz

Windows Update Expert
Joined
Jan 10, 2015
Posts
5,184
Location
USA
Fresh install of Windows 10 preview 32-bit, blue screens with code 93 while watching Netflix.
Winbook T100 tablet. Worked without issue before the fresh install.
I have tried updating the Intel graphics driver and Realtek SDIO Wireless driver without effect.

View attachment 122216-12578-01.zip
 
Last edited:
Hi,

>> Built by: 14965.1001.x86fre.rs_prerelease.161104-1700

no public symbols are avail by now, debugging isn't possible due to missing symbols.

your bsod

Code:
INVALID_KERNEL_HANDLE (93)
This message occurs if kernel code attempts to close or reference a handle
that is not a valid handle.  Only invalid or protected handles passed to NtClose
will cause this bugcheck, unless bad handle detection is enabled.
Arguments:
Arg1: 000007d4, The handle that was referenced
Arg2: 00000000, A protected handle was closed.
Arg3: 00000000
Arg4: 00000001, The error occurred referencing an invalid kernel handle and
    bad handle detection was enabled.


pretty old and unfixed bios
BIOS_VERSION: 1.02.00

BIOS_DATE: 08/25/2014


buggy SystemFamily = BayTrail System
get a newer bios which fixes the DPC-Bug from your Vendor first

and pls left of your Intel Framework drivers which are from 2014.

Code:
start    end        module name
975d0000 975d9000   DptfDevPower   (deferred)             
    Image path: \SystemRoot\System32\drivers\[COLOR=#ff0000]DptfDevPower.sys[/COLOR]
    Image name: DptfDevPower.sys
    Browse all global symbols  functions  data
    Timestamp:        Mon Dec  1 06:32:35 2014 (547BFD73)
    CheckSum:         000103C7
    ImageSize:        00009000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
2: kd> lmDvmTXEI
Browse full module list
start    end        module name
90d50000 90d65000   TXEI       (deferred)             
    Image path: \SystemRoot\System32\drivers\[COLOR=#ff0000]TXEI.sys[/COLOR]
    Image name: TXEI.sys
    Browse all global symbols  functions  data
    Timestamp:        Thu Jan  9 14:54:40 2014 (52CEAA20)
    CheckSum:         0001BC87
    ImageSize:        00015000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

the prerelease Win10 starts going of the rails just here

Code:
 # ChildEBP RetAddr  Args to Child              
WARNING: Stack unwind information not available. Following frames may be wrong.
00 c82e72ac 9e13b0b9 00000093 000007d4 00000000 nt+0x127858
01 c82e7338 9e0ed7d8 0000000c 00000000 c82e73a0 win32kbase+0x10b0b9
02 c82e7b9c 9e08f0cd 80002f00 c82e7c34 00000000 win32kbase+0xbd7d8
03 c82e7be8 9e09fc7e 800013e8 00000138 c82e7c8c win32kbase+0x5f0cd
04 c82e7c4c 9e09fb7a 00000002 cf825c23 00fcfbcc win32kbase+0x6fc7e
05 c82e7d48 81ba0f87 00fcfbcc 00fcfc7c 774835c0 win32kbase+0x6fb7a
06 c82e7d54 774835c0 badb0d00 02000000 00000000 nt+0x138f87
07 c82e7d58 badb0d00 02000000 00000000 00000000 0x774835c0
08 c82e7d5c 02000000 00000000 00000000 00000000 [COLOR=#ff0000]0xbadb0d00[/COLOR]
09 c82e7d60 00000000 00000000 00000000 00000000 0x2000000
 
Unfortunately I was unable to find a newer BIOS for this tablet from the vendor (Microcenter / Winbook)

Intel seems to do a rather terrible job of providing generic drivers for their baytrail SoC products as well...

I was able to find a platform driver for the Intel Compute Stick with the same processor (z3735) from 5/2015, so I'll give that a shot for the TXEI.SYS.
The package does not contain DptfDevPower.sys, any guesses which Intel driver package I need?
 
That was the first thing I tried, all it locates is the graphics driver which I had already updated manually.
 
Hi & Happy new year,

unfortunately, did not find any trusted source, ASUS seemed to have one, but only avail via driverboster :eek:
Correct Name is Intel Platform driver, dated from 2015 for 8.1
 
I think I found a newer driver from 2015 for an HP tablet with the same processor, there was also another driver package from 2016 (also from HP) which contained the same device IDs that might apply - I'll try it get back to you with the results :)
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top