Error running default HelloWorld QML project on clean install. [Win10, Qt5.10]
-
Hello,
i have a fresh Qt installation (5.10.0) running including QtCreator (4.5.0) on my Windows 10 Machine. Running the default QML Hello World program with the standard "Desktop Qt 5.10.0 MinGW 32Bit"-Kit (Build: Debug) results in an error listed in the Application Output window:
"The program has unexpectedly finished. The process was ended forcefully."So, where can i get a more detailled description of the error to solve that problem? Or any ideas what went wrong? As i mentioned, it's a clean install with the latest offline installer.
Thanks!
-
Hi
First suspect is always the gfx driver.
Did you update it lately ?
QML requires good openGL support. -
Hi
Have you checked with some other openGL app that its working ?I assumed you have installed
https://www.microsoft.com/en-us/download/details.aspx?id=38826 -
-
@maxoox
Hi
It wont help installing Qt again.
If a clean default QML project crashes,
its something on the operating system it dont like or that do not meet minimum requirementshttps://doc-snapshots.qt.io/qt5-dev/windows-requirements.html
https://wiki.qt.io/Qt_5_on_Windows_ANGLE_and_OpenGL"The Qt Quick 2 stack in Qt 5 is based on OpenGL, and requires OpenGL 3.0 (alternatively OpenGL 2.x with the framebuffer_object extension) or higher or OpenGL ES 2.0. The Qt OpenGL module requires OpenGL 1.3 or later."
-
Ok, install finished. Same error as before.
Running the Debugger of QtCreator shows error message "Executable Failed":
During startup program exited with code 0xc0000139.
Searching on the web doesn't show up any solution.
Edit: Could this issue be related to a too long file path regarding mingw32-make maybe?