BSOD!! anyone able to read dump files? help!

Associate
Joined
21 Oct 2011
Posts
23
last few days keep getting bluescreens randomly, either browsing the web or in game, its random, since yesterday had about 6 over 6 hour peroid. Getting worried, 2nd day and ive had 6 more. got a well cooled case and GFX card is well cooled and monitored, it cant be heat.

Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.0.6002.2.2.0.768.3
Locale ID: 2057

BCCode: 1000008e
BCP1: C0000005
BCP2: 93FB7E10
BCP3: C6F1EBAC
BCP4: 00000000
OS Version: 6_0_6002
Service Pack: 2_0
Product: 768_1


looked in windows update and only had these 2 updates since its started

Security Update for Microsoft .NET Framework 1.1 SP1 (KB2572067)
Microsoft .NET Framework 1.1 Service Pack 1

dont know what to look for in minidump or WER

heres a link to my minidumps put inside a RAR

http://www.mediafire.com/file/op5i78z904e9qwz/dumps.zip

tried the system restore thing, it hasnt worked. somethings messing up like a driver, i dont know ill let the experts handle it.

it may be a hunch but im using a bluetooth keyboard and usb bluetooth adapter plugged into front or back usb ports. a most of times its crashed whilst typing, lots of times as i turn on keyboard and type the first few letters it bsod's, a couple of times like in game i wasnt typing but it was connected and on. justa hunch

using plug in keyboard right now and no problems yet. the bluetooth keyboard has been ok for months till now, i use it for when i bring my PC downstairs and game on my front room tv so i plan on rectifying this so i can keep on using it. somethings gone wrong with it, it has no drivers or disc its just a connect via bluetooth dongle in usb port, 1 time to setup connection through controlpanel/bluetotth devices.

did virus scans and defragments at weekend so should be ok for viruses, everythings upto date, latest Nvidea drivers etc

anyone read the dump file so i can find what driver is faulty?
 
You are correct. The driver at fault is KMWDFilter.SYS and KMWDSrv.exe. These seem to be related to keyboard/mouse drivers (UASSOFT - Keyboard and Mouse Service).

Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
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.
Some common problems are exception code 0x80000003.  This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG.  This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG.  This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 94277e10, The address that the exception occurred at
Arg3: 8ec1fbac, Trap Frame
Arg4: 00000000

Debugging Details:
------------------




EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.

FAULTING_IP: 
KMWDFilter+1e10
94277e10 804e0301        or      byte ptr [esi+3],1

TRAP_FRAME:  8ec1fbac -- (.trap 0xffffffff8ec1fbac)
ErrCode = 00000002
eax=00000103 ebx=86235170 ecx=89686800 edx=00000000 esi=00000000 edi=00000000
eip=94277e10 esp=8ec1fc20 ebp=8ec1fc2c iopl=0         nv up ei pl zr na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010246
KMWDFilter+0x1e10:
94277e10 804e0301        or      byte ptr [esi+3],1         ds:0023:00000003=??
Resetting default scope

CUSTOMER_CRASH_COUNT:  2

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x8E

PROCESS_NAME:  KMWDSrv.exe

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 8307c976 to 94277e10

STACK_TEXT:  
WARNING: Stack unwind information not available. Following frames may be wrong.
8ec1fc2c 8307c976 896867f8 86235170 86235170 KMWDFilter+0x1e10
8ec1fc44 8327ec83 86574298 86235170 862351e0 nt!IofCallDriver+0x63
8ec1fc64 8327f428 896867f8 86574298 016ffa00 nt!IopSynchronousServiceTail+0x1d9
8ec1fd00 832804f2 896867f8 86235170 00000000 nt!IopXxxControlFile+0x6b7
8ec1fd34 83082c7a 0000010c 00000108 00000000 nt!NtDeviceIoControlFile+0x2a
8ec1fd34 774e5ca4 0000010c 00000108 00000000 nt!KiFastCallEntry+0x12a
016ff9e0 00000000 00000000 00000000 00000000 0x774e5ca4


STACK_COMMAND:  kb

FOLLOWUP_IP: 
KMWDFilter+1e10
94277e10 804e0301        or      byte ptr [esi+3],1

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  KMWDFilter+1e10

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: KMWDFilter

IMAGE_NAME:  KMWDFilter.SYS

DEBUG_FLR_IMAGE_TIMESTAMP:  466f5ff6

FAILURE_BUCKET_ID:  0x8E_KMWDFilter+1e10

BUCKET_ID:  0x8E_KMWDFilter+1e10

Followup: MachineOwner
---------
 
thanx, just needed which drivers confirming. after about the 6th bsod i notice a patern.

ill try and replace or update those drivers.

ill look into it, thank you very much
 
just wanted to post back for anyones reference with similar problems.

it was KMWDFilter.SYS and KMWDSrv.exe

i found them in silvercrest usb mouse drivers folder but you'll probs find them in any 3rd party mouse drivers by the looks of it on google. this problem happens frequently.

I deleted them from the mouse drivers folder and searched registry and deleted all instances from there.

The bluetooth keyboard still worked and the BSODs have stopped but my bluetooth mouse stopped working, so i found the correct drivers for the mouse and installed them again with KMWDFilter.SYS and KMWDSrv.exe in the install again.

they must have become corrupt along the way and everything is fine now.

thanks sourchipmunk for reading my dump files and pointing me in the right direction.

:D
 
as i said, if i want to game on my front room big screen TV with a joypad,

say i want to play a driving game or GTA for example, instead of having cables strewn allover the front room floor not long enough to reach the couch i have a little bluetooth keyboard and and a mouse. infra red is horrible, ive tried it, bluetooth is a more reliable connection

its only in my front room 10% of the time. when im playing a game i feel is in need of a joypad.

the majority of the time its upstairs in my gaming room plugged into my monitor with a plug in mouse and keyboard.

look i can see outside, theres no white vans parked outside of my house with a guy in the back with a laptop trying to get my email password,

i havnt got my tin foil hat on i lost it somewhere.
 
Last edited:
Back
Top Bottom