FAULT ->7c918fea ff4010 inc dword ptr [eax+0x10] ds:002

  • Thread starter Thread starter Guest
  • Start date Start date
john stuart said:
How can I fix this? It occurs during every boot up.

Well not much of info even the provided code is a mesh?.

Do you have a development Programming Tools installed or you built an
application on your system and for some sort it is debugging or you have a
debugger on start up.
Or you may have a bug or a buggy software installed on your system.

VBs, PHP, Browser Debugging tool can cause this error..etc....
Read here:
http://www.mvps.org/vbvision/ASM_thunk_code.htm
HTH.
Reageds,
nass
 
Here is the complete line:
FAULT ->7c918fea ff4010 inc dword ptr [eax+0x10]
ds:0023:00000010=????????

What other associated info would be helpful determining the faulting
application?
 
Hi John,
I mean do you have a Complier/C running in real time debugging mode?.
Also if you installed a .NET Framework 1.0 or 2.0 it can produce the same
error in the installation gone wrong.
To determine what it is do one of these or both:
1- Open the Run Command and type in:
eventvwr click [OK] on the Event Viewer look for error under Application
and the reset System, Security . By double clicking the Error message (X) you
will know the culprit application that causing this error, you can search for
it or post it back in your next message.

* Start with clean Boot to determine if any program like Office or third
party corrupted or missing files/folders causing this error message, to do
that follow this:
Open a Run Command and type in:
msconfig click [OK] and on the System Configuration window click on StartUp
Tab and uncheck the unnecessary programs from starting up.

"Run Process Explorer for Windows v10.21"
http://www.microsoft.com/technet/sysinternals/utilities/processexplorer.mspx

2- Scan for malwares and Viruses on your computer to be sure it is not an
infection scenario taking place on you5r system.

"Install Debugging Tools for Windows 32-bit Version"
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
If the first step was successfully you do not need to perform the second step.
HTH.
Regards,
nass

john stuart said:
Here is the complete line:
FAULT ->7c918fea ff4010 inc dword ptr [eax+0x10]
ds:0023:00000010=????????

What other associated info would be helpful determining the faulting
application?


nass said:
Well not much of info even the provided code is a mesh?.

Do you have a development Programming Tools installed or you built an
application on your system and for some sort it is debugging or you have a
debugger on start up.
Or you may have a bug or a buggy software installed on your system.

VBs, PHP, Browser Debugging tool can cause this error..etc....
Read here:
http://www.mvps.org/vbvision/ASM_thunk_code.htm
HTH.
Reageds,
nass
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top