| View previous topic :: View next topic |
| Author |
Message |
onnoweb
Joined: 06 Aug 2009 Posts: 1 Location: Rochester, NY
|
Posted: Thu Aug 06, 2009 9:27 am Post subject: SportTracks on Mac OSX |
|
This morning installed the MonoFramework 2.4 and ran SportTracks. It works quite well. There are some redrawing issues but in the initial use (startup, loading a ride recording with Garmin Edge 705) no big issues yet. The route shows, the data is there.
I'll post more as I play with it more. |
|
| Back to top |
|
 |
Meven Contributor!

Joined: 11 Mar 2007 Posts: 1112 Location: France
|
Posted: Thu Aug 06, 2009 11:53 pm Post subject: Re: SportTracks on Mac OSX |
|
Putting screenshots will be perfect  |
|
| Back to top |
|
 |
rmclachlan
Joined: 11 Aug 2009 Posts: 1
|
Posted: Tue Aug 11, 2009 3:42 am Post subject: |
|
| I couldn't figure out how to get this to work. I have installed Mono and downloaded Sporttracks. What next, any tips? |
|
| Back to top |
|
 |
djb_rh
Joined: 12 Aug 2009 Posts: 2 Location: Chapel Hill, NC
|
Posted: Wed Aug 12, 2009 2:30 pm Post subject: |
|
Worked fine for me. Download and install the latest Mono framework, then download and unpack the .tar.gz archive from the Downloads page. Using the terminal, to to that directory and run:
mono SportTracks.exe
Now, while I'd say "yes, it runs", it's not terribly usable right now. My guess is we're gonna have to wait for Mono 2.6 (supposedly around September) to clean up the widgets and such in OSX. Right now it doesn't take very much use before the windows get fairly horribly jacked up. Popups won't go away and lots of things that appear decidedly Mono in nature. But the future is somewhat bright that this might just work ultimately, which is cool. I applaud the SportTracks authors for even caring that this is possible, too.
I'm an old school Linux guy who now uses a Mac for his desktop pretty exclusively, but I'm also friends with the guy who started the Mono project (Miguel D'Icaza). So if any of you guys on the SportTracks team have noted anything in Mono that doesn't appear to be getting addressed that you really need, please let me know and I'll see what I can do.
--Donnie _________________ My Blog |
|
| Back to top |
|
 |
admin Site Admin

Joined: 05 Apr 2005 Posts: 2192 Location: North Carolina, USA
|
Posted: Thu Aug 13, 2009 9:59 am Post subject: |
|
| Quote: | | So if any of you guys on the SportTracks team have noted anything in Mono that doesn't appear to be getting addressed that you really need, please let me know and I'll see what I can do. |
Possibly related to that offer, possibly not.
It would be nice to have a solution to launching mono with an assembly (eg the "mono SportTracks.exe" junk) without using a terminal. In other words, something the user can just double click on, which has the SportTracks icon and says "SportTracks".
I thought this could be accomplished with the included "SportTracks.sh" file, but on OSX, it appears the default behavior is to open this in a text editor?
Thoughts? |
|
| Back to top |
|
 |
djb_rh
Joined: 12 Aug 2009 Posts: 2 Location: Chapel Hill, NC
|
Posted: Sat Aug 22, 2009 10:48 pm Post subject: |
|
| admin wrote: | It would be nice to have a solution to launching mono with an assembly (eg the "mono SportTracks.exe" junk) without using a terminal. In other words, something the user can just double click on, which has the SportTracks icon and says "SportTracks".
I thought this could be accomplished with the included "SportTracks.sh" file, but on OSX, it appears the default behavior is to open this in a text editor?
Thoughts? |
Yeah, you can't do it with a shell script. Some silly OSX limitation, apparently. What you can do is use Applescript to create an Application Bundle for it. I haven't delved into the details myself yet, but you can find info here:
http://forums.macrumors.com/showthread.php?t=423718
http://developer.apple.com/technotes/tn2002/tn2065.html
http://www.youtube.com/watch?v=lLos1Xa94ko&eurl=http%3A%2F%2Fwww%2Ewonderhowto%2Ecom%2Fhow%2Dto%2Fvideo%2Fhow%2Dto%2Dlaunch%2Dapplications%2Dwith%2Dapplescript%2D216616%2F&feature=player_embedded
While it might be possible to do a file association for mono on all .exe files, this would break for those who wanted to use wine to run non-.NET applications, as well as probably other possible ways to run other .exe files.
So until someone does a complicated enough Applescript that can figure out what type of .exe file you have and run the appropriate wrapper (mono or wine or whatever), for now you'd need to just do a one-liner Applescript for *each* application (such as SportTracks) and ship it with your app.
If nobody has done this by the time the next Mono comes out for OSX I will give it a stab, but for now SportTracks isn't usable enough for me anyway (thanks to Mono, not you guys!), so I'll wait.
--Donnie _________________ My Blog |
|
| Back to top |
|
 |
fredostro
Joined: 26 Aug 2009 Posts: 1
|
Posted: Wed Aug 26, 2009 3:41 pm Post subject: Plugin install |
|
Hi there,
Can somebody tell us how to install plugin when using mac os x version (with mono) ?
Many thanks for your help _________________ Fredostro
Equipement : Keymaze 700 / Mac Mini intel
Sports : Cycling / Mountain Bike/ Inline Skate |
|
| Back to top |
|
 |
admin Site Admin

Joined: 05 Apr 2005 Posts: 2192 Location: North Carolina, USA
|
Posted: Thu Sep 03, 2009 6:46 am Post subject: |
|
I see the Mono 2.6 release which includes the much needed Windows.Forms updates for Mac OS X has been pushed back to November 2009: http://www.mono-project.com/Roadmap
On one hand this is good, as it should mean better support and stability.
Has anyone tried compiling the current 2.6 build source code on OS X to see what the status of support is? |
|
| Back to top |
|
 |
icfantv Donated!

Joined: 08 Jul 2007 Posts: 50 Location: Boulder, CO
|
Posted: Sun Sep 13, 2009 11:32 pm Post subject: |
|
i'm taking a look at mono 2.6 however, according to the build matrix, the build is currently broken for intel mac.
i'm getting my dev environment set up on my macbook pro and will report any successes.
--adam |
|
| Back to top |
|
 |
icfantv Donated!

Joined: 08 Jul 2007 Posts: 50 Location: Boulder, CO
|
Posted: Mon Sep 14, 2009 11:40 am Post subject: |
|
Ok, so the 2.6 build is definitely roached. I was able to hack some stuff to get the build started as either the configure scripts or the initial build script doesn't correctly detect the Darwin platform so none of the #defines are set. Once that was taken care of the build proceeded nicely until I got an undefined reference error in the garbage collection code.
While this is not the same error as the latest build log: http://mono.ximian.com/monobuild/builds/HEAD/macos-10-x86/mono/141896/logs/build.log, the error still appears to be in the garbage collection code.
I'll either setup a task to do nightly svn ups and builds or check the build status page daily for OSX. |
|
| Back to top |
|
 |
icfantv Donated!

Joined: 08 Jul 2007 Posts: 50 Location: Boulder, CO
|
Posted: Fri Oct 30, 2009 10:13 am Post subject: Mono 2.6 Preview 1 Now Available |
|
From here: http://mono.ximian.com/monobuild/preview/download-preview/
I can confirm it will launch on OSX Snow Leopard. Not all the functionality works (activity list view section treats all mouse clicks as right-clicks and you can't scroll) and some works spotty (drop-downs stay open, even if you navigate away from that view, until you select something).
Additionally, the L&F is off and you cannot add a device. There are plenty of other limitations, but it can open existing logbooks and load activity data as well as maps of workouts w/ GPS data.
It's not really usable in its current form, but it's better than before.
--adam |
|
| Back to top |
|
 |
Zorro_Flames
Joined: 31 Oct 2009 Posts: 1
|
Posted: Sat Oct 31, 2009 5:19 am Post subject: |
|
Is it possible that somebody could make a tutorial for how to install SprortTracks on Mac?
I would ang i guess others will also be very happy for a good tutorial  |
|
| Back to top |
|
 |
clackerz Contributor!

Joined: 24 Jun 2007 Posts: 1096 Location: Melbourne, Victoria, Australia
|
Posted: Sat Oct 31, 2009 3:57 pm Post subject: |
|
This could be posted in the FAQ setion as well. _________________ Cycling with:
Fuji Team 06 - Garmin Edge 305
Analysing with:
SportTracks! |
|
| Back to top |
|
 |
Meven Contributor!

Joined: 11 Mar 2007 Posts: 1112 Location: France
|
Posted: Wed Nov 04, 2009 2:21 am Post subject: |
|
Hello Zorro_Flames for a first message
And i would be also interested to seehow i can put ST on Mac. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 05 Apr 2005 Posts: 2192 Location: North Carolina, USA
|
|
| Back to top |
|
 |
Meven Contributor!

Joined: 11 Mar 2007 Posts: 1112 Location: France
|
Posted: Wed Dec 23, 2009 4:10 am Post subject: |
|
I bought vmware Fusion 3. So good to be abble to use ST again  |
|
| Back to top |
|
 |
Robcopter
Joined: 16 Jan 2010 Posts: 2
|
Posted: Sat Jan 16, 2010 7:47 am Post subject: |
|
I got sporttracks to work on crossover-mac today!
If someone is intrested here is a quick guide;
1)First creat a new bottle, choose a win2000-bottle
2)Then install IE6,
3)After that install .net framework 2
4)And finally install the sporttracks.exe file in your bottle you created.
Works perfect on my intel macbook with snowleopard! |
|
| Back to top |
|
 |
vandenbd
Joined: 19 Jan 2010 Posts: 1
|
Posted: Tue Jan 19, 2010 3:42 pm Post subject: sporttracks on mac |
|
hi all
for those which are experienced with mono and have sportracks running on mac , can you explain with some detail how to start this;
what to install
how to run mono,
how to install the sporttracks.exe on mac
thanks a lot in advance
Daniel |
|
| Back to top |
|
 |
markosnilsson
Joined: 18 Feb 2010 Posts: 1
|
Posted: Thu Feb 18, 2010 8:20 am Post subject: |
|
I'm also a huge fan of Sporttracks but my problem is also setting it up on a mac. In the beginning I ran it on a Windows and it ran smoothly but can you guys help me install it on the mac? I've read the other posts many times but I can't understand it, so if you could do a more detailed tutorial of how to do it with installing mono and so on...?
Thanks!
MVH Markus |
|
| Back to top |
|
 |
BigEasy
Joined: 27 Apr 2010 Posts: 1
|
Posted: Tue Apr 27, 2010 10:50 pm Post subject: Sporttracks on Mac |
|
I have just joined the forum and also recently changed to a Mac.
Question here is I have intalled Mono suggested, the next steps are new to me and I still not sure even how to unpack files and type in scripts. Sounds dumb, but I am sure there are users that mat need step by step guidance here to try set it up.
Any help will do. |
|
| Back to top |
|
 |
Reggie
Joined: 29 Apr 2010 Posts: 2
|
Posted: Thu Apr 29, 2010 2:16 pm Post subject: |
|
Hi,
I've created an installer (.dmg) which could be used to easily install and use SportTracks on OS X. I've sent this to admin so that it could be made available here, but haven't received a response. Perhaps my email has been blocked for containing executable content? Who knows. Either way, I'd be happy to share, but I'm not sure what the best method of doing this is. I don't want to host it myself, and it doesn't really fit as a plugin either. Any thoughts?
Reggie. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 05 Apr 2005 Posts: 2192 Location: North Carolina, USA
|
Posted: Thu Apr 29, 2010 3:15 pm Post subject: |
|
| Reggie. It's in my inbox, pending review. |
|
| Back to top |
|
 |
philipshambrook Donated!

Joined: 28 Nov 2006 Posts: 60 Location: Waipukurau, New Zealand
|
Posted: Fri Jun 04, 2010 5:06 am Post subject: |
|
Just got SportTracks up and running on OS X with Snow Leopard, largely thanks to an installer sent to me to test. No maps, no plugins, no devices as yet, but usable to at least upload from the 'Device' folder. _________________ o__ o__
.>/-.>/
( )\---\( ) |
|
| Back to top |
|
 |
philipshambrook Donated!

Joined: 28 Nov 2006 Posts: 60 Location: Waipukurau, New Zealand
|
Posted: Sun Jun 13, 2010 8:08 pm Post subject: And now for my next trick! |
|
Well not mine, but hopefully with the help of somebody else. Three things I really would like to be able to do with my Mac install:
1 - Maps
2 - Upload using Garmin Communicator - currently loading .tcx files from ANT Agent
3 - Install plugins
Is there anyone reading this can help? I don't want a virtual environment, I already have that with Windoze.
My Unix skills are rudimentary to say the least so please do not fire any overly technical questions my way. There's too many gaps in my knowledge to answer with any sense of cohenrence  _________________ o__ o__
.>/-.>/
( )\---\( ) |
|
| Back to top |
|
 |
Reggie
Joined: 29 Apr 2010 Posts: 2
|
Posted: Tue Jun 22, 2010 4:28 pm Post subject: Re: And now for my next trick! |
|
| philipshambrook wrote: |
Three things I really would like to be able to do with my Mac install:
1 - Maps
2 - Upload using Garmin Communicator - currently loading .tcx files from ANT Agent
3 - Install plugins
|
1) Not sure where you got the installer from, but SportTracks should display maps - it works from the installer I put together.
2) Since SportTracks uses MSIE behind the scenes to grab Garmin Communicator data, this won't work directly in OS X. It could potentially work through a plugin though. I've tried out SportTracks under Linux too, and found a few plugins that could do this. The process "worked", but it was by no means smooth or hassle free.
3) This depends a great deal on how the plugins are written. If the plugins are .NET components, they might work with Mono, but I'm not familiar enough with the plugin architecture to comment on this. If 3rd party plugins are developed in something other than .NET, then it won't be possible to get them working on OS X as-is.
Reggie. |
|
| Back to top |
|
 |
|