Qgis cannot be opened after installation

Asked By 10 points N/A Posted on -
qa-featured

Hi,

I just installed a new program on my laptop and when I tried to open the program this error appeared and it doesn’t let me to use the program. The installer is downloaded from a trusted website and is fully compatible with my Windows 7. Does anyone have any solution for this error ?

Thank you experts !

Qgis.exe – Entry Point Not Found

The procedure entry point

?load@QSystemLibrary@@SAPAUHINSTANCE_@@PBG_N@Z could not be located in the dynamic link library QtCore4.dll.

SHARE
Answered By 590495 points N/A #179287

Qgis cannot be opened after installation

qa-featured

The reason why the executable caught an error is because of the way Microsoft Windows do its search or specifically the operating system’s search order to find the needed DLL for an executable. First, it will search in the installation folder of the application or where the executable is located. Next, it will search in “C:WINDOWSsystem32”.

And only after it finishes searching in this folder, it will search PATH, the system variable used in the operating system. Microsoft Windows will search the values stored in the PATH variable to find the required DLL file for the executable. In other country, older QT DLLs are placed in the “C:WINDOWSsystem32” folder. Normally, renaming these old QT DLLs to something else will stop the services.

See if this fixes the problem. Another way of fixing it without renaming the older QT DLLs is to copy the DLLs “QtCore4.dll” and “QtGui4.dll” to the folder where “qgis.exe” is located. This should fix the problem.

Related Questions