d-ronin / dRonin

The dRonin flight controller software.
http://dronin.org
Other
289 stars 167 forks source link

GCS: Welcome tab "GitHub Activity" and Flight Data "MAP" not displaying on Ubuntu 18.04 #2241

Open LitterBugs opened 5 years ago

LitterBugs commented 5 years ago

Issue details: When using the latest Ubuntu 18.04 LTR release, no data is displaying in the Welcome Tab "GitHub Ativity" area. The Map tiles on the Flight Data tab are also not displaying when using the standard Google Sat maps. They display fine when switching to "default" MissingGitStuff MissingGCSMapTiles

tracernz commented 5 years ago

I see the no GH activity with Qt 5.9.2 builds, and it is fixed with Qt 5.12.1 builds. The Map works either way for me on Arch. Will need to investigate that one.

glowtape commented 5 years ago

An unscientific look at the progress bar in the lower right corner, considering the time it needs to fill up, and what the system monitor says in regards to network traffic, the tiles appear to be downloaded. Something's upsetting the map control, maybe something about the image format (--edit: specifically the sat imagery, because the street map imagery works)?

It works over here on Windows, but not in my Ubuntu 18.04.2 LTS VM.

LitterBugs commented 5 years ago

Interesting discovery tonight while trying to get GCS running on an fresh Windows7 box tonight. Almost exact same situation occurred when getting MSVCR120.dll errors. No Github activity or Map tiles. That was remedied by installing the MS C++ 2013 runtime "vcredist_x86.exe". Wonder if there is a similar library missing in the latest ubuntu.