The application can not start because the parallel configuration of the application is not correct; solution

You can first use the version required path sxstrace trace debug applications running dynamic libraries.

step:

1. Using an administrator to run the command prompt window

2. Enter sxstrace.exe Trace -logfile: C: \ trace.log (custom path), the start track

3. Run the application, press Enter to complete the track generate reports

4.输入sxstrace.exe Parse -logfile:C:\trace.log -outfile:C:\trace.txt

5. Open trace.txt file, view the log information, the lack of c ++ runtime library

6. Review the logs for a specific cause of the failure occurred.

Transfer: https://blog.csdn.net/jiazimo/article/details/82660736

Guess you like

Origin www.cnblogs.com/furenjian/p/10960232.html