[Golden Cheetah - Bug #214] (New) Map not working on V2.0 release of Linux64 on a test wko file

68 views
Skip to first unread message

golden.ch...@gmail.com

unread,
Dec 16, 2010, 12:45:44 PM12/16/10
to
Issue #214 has been reported by John Ehrlinger.

----------------------------------------
Bug #214: Map not working on V2.0 release of Linux64 on a test wko file
http://bugs.goldencheetah.org/issues/214

Author: John Ehrlinger
Status: New
Priority: Normal
Assigned to:
Category:
Target version:
Operating system: Linux
Arch.: x86-64 bit
GoldenCheetah Version: 2.0
Qt Version:
Patch Attached: No


I was testing the ride file from 7/4/2009 (src/test/rides/2009_07_04_06_09_48.wko)

New Cyclist instance for testing purposes only.
Ride->Import from File
Select Map tab.
got a "No GPS Data Present"
clicked Editor tab and see latitude/longitude data.

File does work on Linux32 release and Mac OS release.


--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.goldencheetah.org/my/account

golden.ch...@gmail.com

unread,
Dec 17, 2010, 12:06:13 AM12/17/10
to
Issue #214 has been updated by Greg Lonnon.

GoldenCheetah Version changed from 2.0 to developer
Qt Version set to 4.7.0

I tried to reproduce this bug on ubuntu 10.10 + qt 4.7 + x86-64 and it worked.

I am stumped at what could be different between MacOS/linux x86-32 and x86-64 bit.

What Distro are you using?


----------------------------------------
Bug #214: Map not working on V2.0 release of Linux64 on a test wko file
http://bugs.goldencheetah.org/issues/214

Author: John Ehrlinger
Status: New
Priority: Normal
Assigned to:
Category:
Target version:
Operating system: Linux
Arch.: x86-64 bit

GoldenCheetah Version: developer
Qt Version: 4.7.0

golden.ch...@gmail.com

unread,
Dec 17, 2010, 7:07:50 AM12/17/10
to
Issue #214 has been updated by John Ehrlinger.


Ubunutu 10.10 + qt 4.7 + x86-64

----------------------------------------
Bug #214: Map not working on V2.0 release of Linux64 on a test wko file
http://bugs.goldencheetah.org/issues/214

Author: John Ehrlinger
Status: New
Priority: Normal
Assigned to:
Category:
Target version:
Operating system: Linux
Arch.: x86-64 bit

GoldenCheetah Version: developer
Qt Version: 4.7.0

golden.ch...@gmail.com

unread,
Dec 17, 2010, 7:16:54 AM12/17/10
to
Issue #214 has been updated by John Ehrlinger.


Not sure where the diff is, but this is only on x86-64. And I understand only with THIS file.

I do get more info from the console. This is all data from the run, QCursor info is posted when I switch to the map tab.

~$ GoldenCheetah-64bit
Cannot open qollector_interpret program, available from http://opensource.quarq.us/qollector_interpret.
Failed to parse seasons.xml
QCursor: Cannot create bitmap cursor; invalid bitmap(s)
QCursor: Cannot create bitmap cursor; invalid bitmap(s)
QCursor: Cannot create bitmap cursor; invalid bitmap(s)
QCursor: Cannot create bitmap cursor; invalid bitmap(s)
QCursor: Cannot create bitmap cursor; invalid bitmap(s)
QCursor: Cannot create bitmap cursor; invalid bitmap(s)
QCursor: Cannot create bitmap cursor; invalid bitmap(s)
QCursor: Cannot create bitmap cursor; invalid bitmap(s)

----------------------------------------
Bug #214: Map not working on V2.0 release of Linux64 on a test wko file
http://bugs.goldencheetah.org/issues/214

Author: John Ehrlinger
Status: New
Priority: Normal
Assigned to:
Category:
Target version:
Operating system: Linux
Arch.: x86-64 bit

GoldenCheetah Version: developer
Qt Version: 4.7.0

golden.ch...@gmail.com

unread,
Dec 17, 2010, 7:42:32 AM12/17/10
to
Issue #214 has been updated by Justin Knotzke.

Qt Version changed from 4.7.0 to 4.5


You'll get that error when it has issues rendering a map. You'll get that same error on rides that render correctly. So I don't think that's it.

Again, when I get a chance, or if someone beats me to it, I just have to run this through the debugger to see why Maps doesn't think there is GPS data. Normally when we have build issues with maps, you just get a blank screen. But here we are seeing "No GPS data". Thus GC seems to think it doesn't have correct GPS data to display maps.


I also changed the Qt Version because we built the Released version of Qt with Qt 4.5.


----------------------------------------
Bug #214: Map not working on V2.0 release of Linux64 on a test wko file
http://bugs.goldencheetah.org/issues/214

Author: John Ehrlinger
Status: New
Priority: Normal
Assigned to:
Category:
Target version:
Operating system: Linux
Arch.: x86-64 bit

GoldenCheetah Version: developer
Qt Version: 4.5

Justin Knotzke

unread,
Dec 17, 2010, 7:44:39 AM12/17/10
to Golden Cheetah Mailing List

  ..oh and I changed back the GC Version to 2.0 as this is a bug with the Release.

  J

golden.ch...@gmail.com

unread,
Dec 17, 2010, 9:37:55 AM12/17/10
to
Issue #214 has been updated by Greg Lonnon.


I was able to reproduce the issue with the released binary.

From my testing:
current master + qt 4.7 + ubuntu-amd64 = works
release 2.0 + qt 4.7 + ubuntu-amd64 = works
released binary = does not work

The release binary was built using qt 4.5. If I have time, I will create a VM with qt 4.5 and try to reproduce the issue.

Greg


----------------------------------------
Bug #214: Map not working on V2.0 release of Linux64 on a test wko file
http://bugs.goldencheetah.org/issues/214

Author: John Ehrlinger
Status: New
Priority: Normal
Assigned to:
Category:
Target version:
Operating system: Linux
Arch.: x86-64 bit

GoldenCheetah Version: developer
Qt Version: 4.5

Justin Knotzke

unread,
Dec 17, 2010, 9:41:46 AM12/17/10
to Golden Cheetah Mailing List

Gareth and I did the 64bit release with Qt 4.5. This weekend I'll try with 4.7.

  What's odd is that maps work with this build, just not with this wko file!

J

golden.ch...@gmail.com

unread,
Dec 17, 2010, 12:06:28 PM12/17/10
to
Issue #214 has been updated by Gareth Coco.


This is not a mapping issue. It is a data import issue. For the ride, check the editor. The lat values are all out of bounds so it will not map that data. My normal Fedora builds don't seem to have the same problem. They display with no problems.

It is a weird issue.


----------------------------------------
Bug #214: Map not working on V2.0 release of Linux64 on a test wko file
http://bugs.goldencheetah.org/issues/214

Author: John Ehrlinger
Status: New
Priority: Normal
Assigned to:
Category:
Target version:
Operating system: Linux
Arch.: x86-64 bit

GoldenCheetah Version: developer
Qt Version: 4.5

golden.ch...@gmail.com

unread,
Dec 17, 2010, 6:45:44 PM12/17/10
to
Issue #214 has been updated by John Ehrlinger.


In fact, is import or translate?

Typical values shown in the x86 version are on the order of
x86 lat: 45.059cxxx long: 6.027
x86-64 lat: 11796165.0xxx long: 6.027,

I imported the test file once (which is simply a copy, correct?), then just run each version against the same athlete files.

----------------------------------------
Bug #214: Map not working on V2.0 release of Linux64 on a test wko file
http://bugs.goldencheetah.org/issues/214

Author: John Ehrlinger
Status: New
Priority: Normal
Assigned to:
Category:
Target version:
Operating system: Linux
Arch.: x86-64 bit

GoldenCheetah Version: developer
Qt Version: 4.5

golden.ch...@gmail.com

unread,
May 23, 2011, 3:30:38 PM5/23/11
to
Issue #214 has been updated by Mark Liversedge.

Status changed from New to Closed
% Done changed from 0 to 100

Applied in changeset commit:"29fa978b8fe706dbbc734adb6cda9fb835d08af3".


----------------------------------------
Bug #214: Map not working on V2.0 release of Linux64 on a test wko file
http://bugs.goldencheetah.org/issues/214

Author: John Ehrlinger
Status: Closed


Priority: Normal
Assigned to:
Category:
Target version:
Operating system: Linux
Arch.: x86-64 bit

GoldenCheetah Version: developer
Qt Version: 4.5

Reply all
Reply to author
Forward
0 new messages