I am trying to run Suuntolink (required to sync a Ambit2 watch with its online setup) with wine-5.0.2 on LMDE.
I found this report on Moveslink2 (former app same usage but killed by Suunto). So for the same reasons, the installer doesn't work, and I am trying to use suuntolink files from a windows10 installation.
I am ruuning in some PnPutil.ex issue. Here's a report log created by Suuntolink.exe (found in \users\***\Application Data\Suuntolink)
Code: Select all
[2021-05-20 10:39:37 +0200] [info] Using config file production.json
[2021-05-20 10:39:38 +0200] [info] Starting version 3.5.2
[2021-05-20 10:39:38 +0200] [info] Using PnpUtil from PnPutil.exe
[2021-05-20 10:39:38 +0200] [info] Checking if ucrt was already moved
[2021-05-20 10:39:38 +0200] [error] Error installing driver: spawn PnPutil.exe ENOENT
Error: spawn PnPutil.exe ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
at onErrorNT (internal/child_process.js:469:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
[2021-05-20 10:39:38 +0200] [info] Windows version check
[2021-05-20 10:39:38 +0200] [info] This system is not Windows 10:
Error: Command failed: REG.exe QUERY HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion /v CurrentMajorVersionNumber
[2021-05-20 10:39:38 +0200] [info] Copying ucrt
[2021-05-20 10:39:38 +0200] [info] Moving ucrt
[2021-05-20 10:39:38 +0200] [info] ucrt setup results: EEXIST: file already exists, link 'C:\users\guido\Application Data\mySuuntoPC\app-3.5.2\resources\app\ucrt' -> 'C:\users\guido\Application Data\mySuuntoPC\app-3.5.2\resources\app'
Error: EEXIST: file already exists, link 'C:\users\guido\Application Data\mySuuntoPC\app-3.5.2\resources\app\ucrt' -> 'C:\users\guido\Application Data\mySuuntoPC\app-3.5.2\resources\app'
[2021-05-20 10:39:38 +0200] [info] Install SuuntolinkLauncher.exe
[2021-05-20 10:39:38 +0200] [info] Windows autostart
[2021-05-20 10:39:39 +0200] [info] Windows SuuntolinkLauncher taskkill error: Command failed: taskkill /f /im SuuntolinkLauncher.exe
Error: Command failed: taskkill /f /im SuuntolinkLauncher.exe
at ChildProcess.exithandler (child_process.js:312:12)
at ChildProcess.emit (events.js:315:20)
at maybeClose (internal/child_process.js:1021:16)
at Socket.<anonymous> (internal/child_process.js:443:11)
at Socket.emit (events.js:315:20)
at Pipe.<anonymous> (net.js:674:12)
Thanks.