tumic0 / GPXSee

GPS log file viewer and analyzer with support for GPX, TCX, KML, FIT, IGC, NMEA, SLF, SML, LOC, GPI, GeoJSON and OziExplorer files.
https://www.gpxsee.org
GNU General Public License v3.0
937 stars 129 forks source link

Path not visilbe on macOS #531

Closed bwalle closed 6 months ago

bwalle commented 6 months ago

Version: 13.15 (x86_64, Qt 5.15.2) OS: macOS Sonoma 14.3 (23D56) Hardware: MacBook Air M1, 2020

I don't see any path. The GPX file is read correctly because the map shows the correct area. But no path. I even deleted my configuration (plist files), so everything should be sane.

Bildschirmfoto 2024-02-04 um 09 09 55

GPX: 2024-01-28_1425430538_Schlaufenweg Pappenheim.zip

tumic0 commented 6 months ago

Most probably you have just disabled the displaying of tracks in "Data->Show tracks" (cmd+T).

If not, than it might be related to your x86_64 GPXSee build running emulated on your M1 (arm) Mac. Generally this is a bad idea, use the Macports version that is build for arm instead. You may also try the latest CI Qt6 build from Github actions (if you do not use Mapbox MVT maps - QtPBFImage plugin is not included) which is a "fat" binary for both x86_64 and arm. Most probably there is also no support for non-UTF/latin1 encodings in the Qt6 build, but this may not affect you if you do not use such.

sikmir commented 6 months ago

No problem on macOS:

Näyttökuva 2024-2-4 kello 14 49 48
tumic0 commented 6 months ago

No problem on macOS: Näyttökuva 2024-2-4 kello 14 49 48

Have you "censored" the full path in the status bar, or is it broken because of the special UTF-8 character in the name? On my old Mac the path is also broken, but in a different way affecting just the special character. On Linux/Qt5 the path displays ok, but not on Mac.

sikmir commented 6 months ago

Have you "censored" the full path in the status bar, or is it broken because of the special UTF-8 character in the name?

No, I've not "censored". There is no full path. Just in case I use Qt5 build.

tumic0 commented 6 months ago

Snímek obrazovky 2024-02-04 v 12 17 06

Well, not that I could fix that - it's definitely a Qt/OS X issue, but on my old Mac I see this.

bwalle commented 6 months ago

Most probably you have just disabled the displaying of tracks in "Data->Show tracks" (cmd+T).

Indeed, that was it. Sorry and thanks.