-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Built from source, the app is opening and closing repeatedly #12324
Comments
Additionally, I don't know if this is related to the issue or not, the docs refer to MSVC 2019 64 bit, but QT 6.8.1 does not offer this option. The available option is MSVC 2022. |
I'm thinking this was maybe the exiv2 dll problem. That was fixed in the last week or so. You should try again with latest master. |
The same behaviour with downloaded daily release. I get empty window opening and closing repeatedly until I close it from Task Manager (like topic starter reported). |
Did you run it from the command line to see if you get console output there? |
System Information
Description
I cloned the repository, didn't make major changes (just experimented by changing some colors). Built using
Desktop Qt 6.8.1 MSVC2022 64bit
. Runs perfectly fine through QTCreator IDE. Then I openedDeveloper Command Prompt for VS 2022
and rancmake --install . --config Release
. Process required me to installmakensis.exe
, so I installed from SourceForge. At the end, I got myQGroundControl-installer.exe
file, and it ran, installed everything without complaints. But when I open%{install_dir}/bin/QGroundControl.exe
, I get this empty window opening and closing repeatedly until I close it from Task Manager. I've followed the instructions on the documentation, but I'm not sure if I'm missing anything.Edit: The
QGroundControl.exe
file inDesktop_Qt_6_8_1_MSVC2022_64bit-Release/staging/bin
also behaves similarly.Shortened logs from build process:
The text was updated successfully, but these errors were encountered: