WineHQ

SuuntoLink

SuuntoLink update for Ambit and Traverse users (November 30th, 2021)

Sport modes and watch settings can now be found in SuuntoLink instead of Movescount.

Application Details:

Version: 4.0.2
License: Free to use
URL: https://www.suunto.com
Votes: 0
Latest Rating: Garbage
Latest Wine Version Tested: 7.0-rc3

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Installer works but need al least Wine 6.6-staging in 32bits mode.
(6.6 for .NET 4.5 support and staging for running intaller with no admin rights).

Wine needs to be configured as win7 to run tha App.

The use of SDL needs to be disabled to discover and communicate with HID devices (USB watch).

Then App works pretty well and does the job : communicate with the USB watch for settings, import and export to Suunto database...

What does not

Sometimes App crash...

Workarounds

My method :

  1. Create a rule to set the correct rights on linux HID device (I use the openambit project rules file to do the job) :
    sudo wget https://raw.githubusercontent.com/openambitproject/openambit/master/src/libambit/libambit.rules -O /etc/udev/rules.d/libambit.rules
    sudo udevadm control --reload-rules && udevadm trigger
  2. Set a 32bits wine architecture :
    export WINEARCH="win32
  3. Use winetricks to install fonts and .NET :
    winetricks corefonts
    (Cancel Mono install if asked)
    winetricks dotnet452
    (Restart later if asked)
    winetricks win7
    (since winetricks .NET installer fall back Win version to 2003 and App installer need at least Win7...)
  4. Disable the use of SDL unless your watch won't be detected by the App :
    wine regedit
    Go to [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\WineBus] in the registry
    Add a new DWORD KEY called "Enable SDL" and let value to 00000000 (0).

  5. Download an run the installer :
    wget -P ~/.wine/drive_c/ https://suuntolink.static.movescount.com/Suuntolink_installer.exe
    wine ~/.wine/drive_c/Suuntolink_installer.exe

And finally App starts..

What was not tested

Works with my Ambit 3 Sport watch.

Not tested with other wathes...

Hardware tested

Graphics:

  • GPU: Unknown
  • Driver: unknown

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowFedora 35 x86_64Dec 31 20217.0-rc3Yes Yes NoGarbageYann Soubeyrand 
ShowUbuntu 20.04 "Focal" (+ variants like Kubuntu)Dec 13 20217.0-rc1-stagingNo, but has workaround Yes YesSilverJmB 
CurrentUbuntu 20.04 "Focal" (+ variants like Kubuntu)Dec 06 20216.23-stagingYes Yes YesBronzeJmB 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back