Error running default HelloWorld QML project on clean install. [Win10, Qt5.10]
-
@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."
-
@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."
-
@mrjj GPU Caps View shows me OpenGL 4.3 and OpenCL 1.2. Maybe some compiler issues. I'm waiting for the reinstall to finish.
-
@maxoox
ok, it does sounds new enough.
Make sure no virus scanner is blocking anything during install. -
Make sure no virus scanner is blocking anything during install.
Oh, is that the explanation for some timeout errors related to the Online Installer? If yes, this should be fixed to work at least with the Windows default av scanner :D
-
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?
-
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?
-
Just the built-in mingw compiler.
Same issue for Widgets application.
In both cases the build-process runs without errors or warnings. Just running the app doesnt work.
-
Hey,
i solved the problem by reinstalling Qt and using the latest Visual Studio compiler instead of MinGW.. i think it somehow has conflicts with pre-installed versions of MinGW.
Well, at least it works. @mrjj Thanks a lot for your help! :)