critical structure error

Christopher Magnussen

Distinguished
Aug 19, 2013
49
1
18,545
i get this bluescreen crash several times and now it recently stopped automatically restarting after memory dump. it has happened during ingame and sometime when watching a movie please help i need a solution. i have windows 8.1 ill provide more info if needed


- System

- Provider

[ Name] Microsoft-Windows-LocationProvider
[ Guid] {EAAB4D92-5199-46C4-A779-9721CE323D46}

EventID 2003

Version 0

Level 4

Task 1

Opcode 0

Keywords 0x2000000000000001

- TimeCreated

[ SystemTime] 2014-07-12T10:55:21.413820100Z

EventRecordID 8052

Correlation

- Execution

[ ProcessID] 2144
[ ThreadID] 3096

Channel Application

Computer Zniff

- Security

[ UserID] S-1-5-19


EventData
 
Solution
Windows places checks on key sections of windows code that are often the target of malware. When these area are modified from the default values windows throws a bugcheck.

first thing you should do is boot your machine and run a malware scan. Malwarebytes works well for this (various reasons)

if the malwarebytes scan does not find malware, you will want to run the windows system file checker to confirm your files are not corrupted.
start cmd.exe as a admin (windows key +x then type A)
sfc.exe /scannow
(this tool will scan your core system files and try to fix any corrupted ones by using the hidden backup copy )
if the tool finds corruption and it can not fix it then you have to use the dism.exe command


start cmd.exe as a...
Post your build.
See is this helps -
a) Press Windows key + R, type ‘services.msc’ in the command window and press enter.
b) In the services window, check if the service ‘Windows location Framework service’ is running.
c) If not, right click and select ‘Start’ to manually start the service.
 

Christopher Magnussen

Distinguished
Aug 19, 2013
49
1
18,545
mobo: p8z68-V LX
CPU: i7 2600K
memory: 16GB DDR 3
GPU: Geforce GTX 780
audio card: Asus Xonar D2X 7.1channel
PSU: corsair tx650w
SSD: Corsair SSD Force Series 3, 120GB 2.5"
HDD: Western Digital® Desktop Black 1TB x1

have other HDD, but they are not installed atm
 
Windows places checks on key sections of windows code that are often the target of malware. When these area are modified from the default values windows throws a bugcheck.

first thing you should do is boot your machine and run a malware scan. Malwarebytes works well for this (various reasons)

if the malwarebytes scan does not find malware, you will want to run the windows system file checker to confirm your files are not corrupted.
start cmd.exe as a admin (windows key +x then type A)
sfc.exe /scannow
(this tool will scan your core system files and try to fix any corrupted ones by using the hidden backup copy )
if the tool finds corruption and it can not fix it then you have to use the dism.exe command


start cmd.exe as a admin
dism.exe /online /cleanup-image /restorehealth


this will use a trusted online source to restore your core windows files.

if you post the actual memory .dmp file I might be able to tell you the actual file that windows thinks is corrupted. the .dmp file is large and you would have to post it to a public cloud server like google docs or skydrive with public access in order for people to look at it.
 
Solution