Home > other >  Windows 7, after the Python package exe reported ucrtbase. DLL
Windows 7, after the Python package exe reported ucrtbase. DLL

Time:10-01

Windows 7, X64, Python3.7.0 Pyinstaller - 3.3.1

When not packaged into exe, run the source code directly, normal; But packaged into exe, and then running exe after packaging, reported Appcrash error, cleared found no lack of DLL, the code comments only the key remaining two rows still have the same problem, consult everybody great god how to solve? Thank you

Problem signature:
Problem event name: APPCRASH
Application name: NEConfig. Exe
Application version: 0.0.0.0
Application time stamp: 5 a2e9f14
Fault module name: ucrtbase. DLL
Failure module version: 10.0.10586.788
Failure module timestamp: 5879 ab76
Exception code: 40000015
Abnormal migration: 000000000006990 f
OS version: 6.1.7601.2.1.0.256.48
The locale ID: 2052
Other information 1:5 d0c
Other information 2:5 d0c85f67205d97cbc485bb5e6f2f2f7
Other information 3:7 c06
Other information 4:7 c06a3e3bbdd44caf0c72c56b7da17d7

Read online privacy statement:
http://go.microsoft.com/fwlink/? Linkid=104288 & amp; Clcid=0 x0804

If unable to get online privacy statement, please read our privacy statement offline:
C: \ Windows \ system32 \ \ erofflps useful - CN TXT

CodePudding user response:

- c parameters is added when packing, after the completion of the command line, see if the output error information

CodePudding user response:

I met the same problem in the DLL is not lack of cases, the final is to find the problems in the code, my question is defined a FILE pointer as the FILE * FPR=fopen (filenamer, "rb"); But path filenamer file does not exist, and ultimately lead to failure module name: ucrtbase. DLL, when I add the filenamer file, to solve the problem

CodePudding user response:

If is the problem that the DLL, can have a try, go online to download the depends, this program is amazing, can help you to find the missing DLL, you go online to download to the correct location, before I develop opencv on Windows 7 X64 has this problem...
  • Related