What is Appcrash? Win7 system runs DNF game prompts "Appcrash error, can't run" three solutions

  

What is Appcrash?

Appcrash is a unique fault in Win7 system and Vista, many users are I have seen that the problem signature will pop up when running some programs.

Win7 system running DNF prompts "Appcrash error, can not run" three solutions:

Method one:

Generally APPCRASH error, will Prompt the name of the faulty module, such as XXXX.DLL, then you can go to Baidu to find out which file the DLL belongs to, find the program, if it is not very important, uninstall it.

Method 2:

1. Use cleanup software, such as 360 to clean up IE plugins and other unused plugins;

2. Enter Msconfig in the run, enter Cancel the startup item during startup, only keep the input method ctfmon;

3. Restart the computer.

Method 3:

1. After Crash occurs, the system will generate a dump file. The Dump file is the memory image of the process. The dump file on Win7 is generally saved in the C:\\Windows\\Minidump directory. , need administrator rights to access;

2, to analyze Crash through the dump file, you need to install windbg;

3, in Windbg, through the File→ Open Crash Dump menu can be opened The dump file is analyzed, as shown below:

4. After loading the dump file, enter::analyze -v in the bottom of the windbg command bar to analyze.

Remarks: ! indicates the extension command of windbg, analyze is the extended command, and -v is the parameter.

The above is the introduction of the method of running the DNF game prompt "Appcrash error, unable to run" on Win7 system. Friends who have the same problem can solve the problem according to the above operation!

Copyright © Windows knowledge All Rights Reserved