Stacktrace / full error message Error loading Python DLL \appdata\local\temp\_mei17882\python310.dll No error messages generated. FormatMessageW: The parameter is incorrect. LoadLibrary: Pyinstaller: FormatMessageW failed. This issue has also been pointed out before in#3999but was falsely closed,...
C:\Users\admin\Desktop\elib-dl>elib-dl.exe Error loading Python DLL 'C:\Users\admin\Desktop\elib-dl\python34.dll'. No error messages generated. FormatMessageW: The parameter is incorrect. LoadLibrary: PyInstaller: FormatMessageW failed. ...
LoadLibrary失败,GetLastError报错193时,一般是加载的dll所依赖的某个dll它的依赖项不存在所报的错,可以...
FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,NULL, dw,0, (LPTSTR) &lpMsgBuf,0,NULL); CLog::Log(LOGERROR,"%s: Failed to load %s with error %d:%s", __FUNCTION__, CSpecialProtocol::TranslatePath(strFileName).c_str(), dw, lpM...
m_dllHandle) { LPVOID lpMsgBuf; DWORD dw = GetLastError(); FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, NULL, dw, 0, (LPTSTR) &lpMsgBuf, 0, NULL ); CLog::Log(LOGERROR, "%s: Failed to load %s with error %d:%s", __...