N
Night12138
Guest
Hi,
I am trying to running a g++ complied program in AppContainer, but it throws a last error 623.
MSDN explains this code as ERROR_ILLEGAL_DLL_RELOCATION
{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
I think the program running in AppContainer has no access to read the memory DLL, but the MSVC compiled program works fine.
Requirement: sovle the 623 error.
Reference: AppContainer github.com/MalwareTech/AppContainerSandboxg++version: MinGW 8.2.0-4
MSVC version: 14.22.27905
Windows SDK: 10.0.17134.0
Continue reading...
I am trying to running a g++ complied program in AppContainer, but it throws a last error 623.
MSDN explains this code as ERROR_ILLEGAL_DLL_RELOCATION
{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
I think the program running in AppContainer has no access to read the memory DLL, but the MSVC compiled program works fine.
Requirement: sovle the 623 error.
Reference: AppContainer github.com/MalwareTech/AppContainerSandboxg++version: MinGW 8.2.0-4
MSVC version: 14.22.27905
Windows SDK: 10.0.17134.0
Continue reading...