canton7 / SyncTrayzor

Windows tray utility / filesystem watcher / launcher for Syncthing
MIT License
5.82k stars 400 forks source link

Problem whith config? #801

Open Dev-Cored opened 4 months ago

Dev-Cored commented 4 months ago

Hello there! A have a problem. When I start the Syncthing, I always get a startup error, and in the logs I saw a problem with the config. Can tou help me? Снимок экрана 2024-04-23 161719

Here error from syncthing.log:

[start] 16:04:51 INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.6 windows-amd64) teamcity@build.syncthing.net 2021-07-30 12:41:57 UTC
[start] 16:04:51 WARNING: Failed to initialize config: config file version (37) is newer than supported version (35). If this is expected, use -allow-newer-config to override.
[monitor] 16:04:51 INFO: Log output saved to file "C:\Users\Dev_Core\AppData\Local\Syncthing\syncthing.log"
[start] 16:04:51 INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.6 windows-amd64) teamcity@build.syncthing.net 2021-07-30 12:41:57 UTC
Dev-Cored commented 4 months ago

I also noticed that it is possible to use the -allow-newer-config flag, if it helps, then how to use it?

FINNSTAR7 commented 4 months ago

Got the same issue trying to get it to work on Windows 11.

Ended up going to https://syncthing.net/downloads/ and grabbing the latest 64bit release. Once downloaded, I unzipped it and copied just the syncthing.exe file in there. Then I went to C:/Users/<username>/AppData/Roaming/SyncTrayzor/ and replaced the already existing syncthing.exe file with the one I just downloaded and copied. Then I went to C:/Users/<username>/AppData/Local/ and deleted the Syncthing folder.

Now SyncTrayzor works just fine.

milan96129 commented 3 months ago

Got the same issue trying to get it to work on Windows 11.

Ended up going to https://syncthing.net/downloads/ and grabbing the latest 64bit release. Once downloaded, I unzipped it and copied just the syncthing.exe file in there. Then I went to C:/Users/<username>/AppData/Roaming/SyncTrayzor/ and replaced the already existing syncthing.exe file with the one I just downloaded and copied. Then I went to C:/Users/<username>/AppData/Local/ and deleted the Syncthing folder.

Now SyncTrayzor works just fine.

Thank you so much... It's working for me... :)

Ghhi41 commented 3 months ago

.

You are amazing!!! Been struggling lol

ms-afk commented 1 month ago

If you don't want to download and replace the executable, you can also ask Syncthing to try to load the newer configuration anyway by going to SyncTrazor's File>Settings>Syncthing>Advanced menu and inserting the flag --allow-newer-config in the command line parameters textbox.

This worked for me, having a version 37 config file and opening it with a version 35 executable.