After updating the program to version 2.0.20 it won’t start anymore. In Windows 10 the black terminal window shows up for just a split second and then vanishes. That’s it. By filming this screen with my phone I was able to read what it actually said:
"Qt: Untested Windows version 10.0 detected!
This application failed to start because it could not find or load the Qt platform plugin “windows”.
Available platform plugins are: minimal, offscreen, windows.
Reinstalling the application may fix this problem."
Sadly though, reinstalling did not fix the problem.
What should I do to run the program again? The previous version ran just finde on that very same machine and Windows. All I did was update because the APMPlanner itself suggested that I did so.
Previous releases for Windows were cross-compiled on Linux. For 2.0.20, APM Planner 2 was built on Windows 7 using Qt 5.4.2 and MSVC 2013. I’ll look at what’s needed for Windows 10. Are you a good candidate for testing? I don’t have Windows 10…
I would love to help! I don’t have experience in programming or testing, but I’m willing to install all kinds of software on my Windows 10 and then tell you what happened!
(I have one Win10 china tablet that runs 32 bit and one Win10 partition on a MacBook Pro that boots a full 64 bit Windows 10. I am willing to try stuff out on both systems and report to you the results.)
ok, this installed and the program is running. The only thing odd is that some of the buttons and labels are so small that you cant read them. In the version prior to 2.0.20 that was still running, all the text labels etc. were the right size!
That probably related to HDPI being supported in Qt5.6.0. The quickest fix is probably building a version with Qt5.5.1 (but I think that has issues on Win10, I’m not sure)
That would be building it from the source code https://github.com/ArduPilot/apm_planner But I am not sure the README.md is unto date. I’ll check with dcarpy if he can do a newish build that fixes the issue you are having
That would be wonderful. And I think it’s not uncommon nowadays to be using one of these China tablets in the field a lot of which do have hi res screens.
I know this is an older post, but I am actually getting something similar in Windows 7, and I cannot find a way to get around it. I even installed the full Qt suite and copied the dll to the APM Planner directory:
C:\Users\Administrator>"C:\Program Files (x86)\APMPlanner2\apmplanner2.exe"
This application failed to start because it could not find or load the Qt platfo
rm plugin “windows”.
Available platform plugins are: minimal, offscreen, windows.
Reinstalling the application may fix this problem.
I have also downloaded it from here: http://ardupilot.com/downloads/?did=91 by clicking on the “Download” button, which I don’t have the direct link for, because it is php driven.
At one point, I also tried the stable version from github.