SyncTrayzor icon indicating copy to clipboard operation
SyncTrayzor copied to clipboard

cann't open synctrayzor

Open MdeBr opened this issue 2 years ago • 2 comments

TRying to install synctrayzor I get the message "Syncthing is stopped" Can you help me? In Syncthing-console I Find this:

[monitor] 15:48:45 INFO: Log output saved to file "C:\Users\Gebruiker\AppData\Local\Syncthing\syncthing.log" [start] 15:48:46 INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.6 windows-amd64) [email protected] 2021-07-30 12:41:57 UTC [start] 15:48:46 WARNING: Failed to initialize config: config file version (36) is newer than supported version (35). If this is expected, use -allow-newer-config to override. [monitor] 15:48:46 INFO: Log output saved to file "C:\Users\Gebruiker\AppData\Local\Syncthing\syncthing.log" [start] 15:48:46 INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.6 windows-amd64) [email protected] 2021-07-30 12:41:57 UTC [start] 15:48:46 WARNING: Failed to initialize config: config file version (36) is newer than supported version (35). If this is expected, use -allow-newer-config to override. [monitor] 15:48:46 INFO: Log output saved to file "C:\Users\Gebruiker\AppData\Local\Syncthing\syncthing.log" [start] 15:48:46 INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.6 windows-amd64) [email protected] 2021-07-30 12:41:57 UTC [start] 15:48:47 WARNING: Failed to initialize config: config file version (36) is newer than supported version (35). If this is expected, use -allow-newer-config to override. [monitor] 15:48:47 INFO: Log output saved to file "C:\Users\Gebruiker\AppData\Local\Syncthing\syncthing.log" [start] 15:48:47 INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.6 windows-amd64) [email protected] 2021-07-30 12:41:57 UTC [start] 15:48:47 WARNING: Failed to initialize config: config file version (36) is newer than supported version (35). If this is expected, use -allow-newer-config to override. [monitor] 15:49:43 INFO: Log output saved to file "C:\Users\Gebruiker\AppData\Local\Syncthing\syncthing.log" [start] 15:49:43 INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.6 windows-amd64) [email protected] 2021-07-30 12:41:57 UTC [start] 15:49:43 WARNING: Failed to initialize config: config file version (36) is newer than supported version (35). If this is expected, use -allow-newer-config to override. [monitor] 15:49:43 INFO: Log output saved to file "C:\Users\Gebruiker\AppData\Local\Syncthing\syncthing.log" [start] 15:49:44 INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.6 windows-amd64) [email protected] 2021-07-30 12:41:57 UTC [start] 15:49:44 WARNING: Failed to initialize config: config file version (36) is newer than supported version (35). If this is expected, use -allow-newer-config to override. [monitor] 15:49:44 INFO: Log output saved to file "C:\Users\Gebruiker\AppData\Local\Syncthing\syncthing.log" [start] 15:49:44 INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.6 windows-amd64) [email protected] 2021-07-30 12:41:57 UTC [start] 15:49:44 WARNING: Failed to initialize config: config file version (36) is newer than supported version (35). If this is expected, use -allow-newer-config to override. [monitor] 15:49:44 INFO: Log output saved to file "C:\Users\Gebruiker\AppData\Local\Syncthing\syncthing.log" [start] 15:49:45 INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.6 windows-amd64) [email protected] 2021-07-30 12:41:57 UTC [start] 15:49:45 WARNING: Failed to initialize config: config file version (36) is newer than supported version (35). If this is expected, use -allow-newer-config to override.

MdeBr avatar Jul 26 '22 14:07 MdeBr

It looks like you're trying to run an older version of syncthing on top of a more recent config. To manually update syncthing:

  • Ensure SyncTrayzor and syncthing are closed
  • Download the current version of syncthing
  • Extract the .zip
  • Copy syncthing.exe from the extracted .zip
  • Open File Explorer
  • Click into the Address bar
  • Delete the existing text, enter %appdata% press enter
  • Navigate into SyncTrayzor
  • Paste syncthing.exe here, overwriting the existing file
  • Launch SyncTrayzor

ProactiveServices avatar Aug 01 '22 16:08 ProactiveServices

Another way to solve the problem is deleting C:\Users\<username>\AppData\Local\Syncthing I think giving a clear instruction or auto delete/update in GUI would greatly help those new users who have the problem because the offical syncthing clearly generates a new config file and synctrayzor crashes on this.

It looks like you're trying to run an older version of syncthing on top of a more recent config. To manually update syncthing:

* Ensure SyncTrayzor and syncthing are closed

* Download the [current version](https://github.com/syncthing/syncthing/releases/download/v1.20.3/syncthing-windows-amd64-v1.20.3.zip) of syncthing

* Extract the .zip

* Copy `syncthing.exe` from the extracted .zip

* Open File Explorer

* Click into the Address bar

* Delete the existing text, enter `%appdata%`  press enter

* Navigate into `SyncTrayzor`

* Paste `syncthing.exe` here, overwriting the existing file

* Launch SyncTrayzor

uu9 avatar Sep 12 '22 03:09 uu9