Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.OperationCanceledException #200

Closed
dionysius opened this issue Jan 12, 2016 · 3 comments
Closed

System.OperationCanceledException #200

dionysius opened this issue Jan 12, 2016 · 3 comments

Comments

@dionysius
Copy link

dionysius commented Jan 12, 2016

Hi

Unfortunately its me again :( This happened me today when I got asked if I want to allow anonymous statistics and i clicked No.

As long i don't get asked again it seems to run flawlessly then.

Version: 1.1.1.231; Variant: Installed; Arch: Amd64
Path: C:\Program Files\SyncTrayzor\SyncTrayzor.exe
System.OperationCanceledException: Der Vorgang wurde abgebrochen.
   bei System.Threading.CancellationToken.ThrowOperationCanceledException()
   bei SyncTrayzor.Services.Conflicts.ConflictFileManager.FindConflictsImpl(String basePath, SlimObservable`1 subject, CancellationToken cancellationToken) in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileManager.cs:Zeile 137.
   bei SyncTrayzor.Services.Conflicts.ConflictFileManager.<>c__DisplayClass8_0.<FindConflicts>b__0() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileManager.cs:Zeile 111.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Utils.SlimObservableExtensions.<SubscribeAsync>d__1`1.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Utils\SlimObservable.cs:Zeile 139.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Services.Conflicts.ConflictFileWatcher.<ScanFoldersAsync>d__31.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileWatcher.cs:Zeile 204.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Services.Conflicts.ConflictFileWatcher.<Reset>d__26.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileWatcher.cs:Zeile 97.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)



2016-01-12 10:51:21.5894 #7932 [Info] SyncTrayzor.Services.SingleApplicationInstanceManager: Checking for other SyncTrayzor processes 
2016-01-12 10:51:21.6207 #7932 [Info] SyncTrayzor.Services.SingleApplicationInstanceManager: Did not find any other processes, or they all responded with an error. Indicating no close 
2016-01-12 10:51:21.6363 #7932 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ExePath: C:\Program Files\SyncTrayzor 
2016-01-12 10:51:21.6363 #7932 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: LogFilePath: C:\Users\Username\AppData\Roaming\SyncTrayzor\logs 
2016-01-12 10:51:21.6363 #7932 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: SyncThingBackupPath: C:\Program Files\SyncTrayzor\syncthing.exe 
2016-01-12 10:51:21.6363 #7932 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFilePath: C:\Users\Username\AppData\Roaming\SyncTrayzor\config.xml 
2016-01-12 10:51:21.6519 #7932 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFileBackupPath: C:\Users\Username\AppData\Roaming\SyncTrayzor\config-backups 
2016-01-12 10:51:21.6519 #7932 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: CefCachePath: C:\Users\Username\AppData\Local\SyncTrayzor\cef\cache 
2016-01-12 10:51:21.6988 #7932 [Debug] SyncTrayzor.Services.Config.ConfigurationProvider: Loaded default configuration: <Configuration ShowTrayIconOnlyOnClose=False MinimizeToTray=False CloseToTray=True ShowDeviceConnectivityBalloons=True SyncthingAddress=localhost:8384 StartSyncthingAutomatically=True SyncthingCommandLineFlags=[]SyncthingApiKey= SyncthingEnvironmentalVariables=[] SyncthingUseCustomHome=False SyncthingDenyUpgrade=False SyncthingPriorityLevel=Normal Folders=[] NotifyOfNewVersions=True LatestNotifiedVersion= ObfuscateDeviceIDs=True UseComputerCulture=True SyncthingConsoleHeight=100 WindowPlacement= SyncthingWebBrowserZoomLevel=0 LastSeenInstallCount=0 SyncthingPath=%APPDATA%\SyncTrayzor\syncthing.exe SyncthingCustomHomePath=%LOCALAPPDATA%\SyncTrayzor\syncthing ShowSynchronizedBalloonEvenIfNothingDownloaded=False DisableHardwareRendering=False EnableFailedTransferAlerts=True EnableConflictFileMonitoring=True SyncthingDebugFacilities=[]> 
2016-01-12 10:51:21.7145 #7932 [Debug] SyncTrayzor.Services.Config.ConfigurationProvider: Found existing configuration at C:\Users\Username\AppData\Roaming\SyncTrayzor\config.xml 
2016-01-12 10:51:21.7457 #7932 [Debug] SyncTrayzor.Services.Config.ConfigurationProvider: InstallCount changed from 0 to 1 
2016-01-12 10:51:21.7770 #7932 [Info] SyncTrayzor.Services.AutostartProvider: Have read/write access to the registry 
2016-01-12 10:51:22.7843 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: SyncThingProcessRunner.Start called 
2016-01-12 10:51:22.7999 #7932 [Debug] SyncTrayzor.SyncThing.FreePortFinder: Found free port: 8384 
2016-01-12 10:51:22.8155 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingManager: Request to set state: Stopped -> Starting 
2016-01-12 10:51:22.8155 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingManager: Setting state: Stopped -> Starting 
2016-01-12 10:51:22.8155 #7932 [Info] SyncTrayzor.SyncThing.SyncThingProcessRunner: Starting syncthing: C:\Users\Username\AppData\Roaming\SyncTrayzor\syncthing.exe 
2016-01-12 10:51:22.8312 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingManager: Starting API clients 
2016-01-12 10:51:22.8937 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClientFactory: Attempting to request API 
2016-01-12 10:51:22.9562 #7932 [Debug] SyncTrayzor.Bootstrapper: SyncTrazor version 1.1.1.231 (Amd64) started at C:\Program Files\SyncTrayzor\SyncTrayzor.exe 
2016-01-12 10:51:22.9562 #7932 [Debug] SyncTrayzor.Bootstrapper: Cleaning up config folder path 
2016-01-12 10:51:23.1124 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:23 INFO: syncthing v0.12.12 "Beryllium Bedbug" (go1.6beta1 windows-amd64) WIN-P6RP886TVDJ\Administrator@WIN-P6RP886TVDJ 2016-01-10 09:10:53 UTC 
2016-01-12 10:51:23.1124 #7932 [Info] Syncthing: [YWZ3K] 10:51:23 INFO: syncthing v0.12.12 "Beryllium Bedbug" (go1.6beta1 windows-amd64) WIN-P6RP886TVDJ\Administrator@WIN-P6RP886TVDJ 2016-01-10 09:10:53 UTC 
2016-01-12 10:51:23.1281 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:23 INFO: My ID: YWZ3K5A 
2016-01-12 10:51:23.1281 #7932 [Info] Syncthing: [YWZ3K] 10:51:23 INFO: My ID: YWZ3K5A 
2016-01-12 10:51:23.4207 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:23 INFO: Single thread hash performance is ~121 MB/s 
2016-01-12 10:51:23.4207 #7932 [Info] Syncthing: [YWZ3K] 10:51:23 INFO: Single thread hash performance is ~121 MB/s 
2016-01-12 10:51:23.4207 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:23 INFO: Local networks: fe80::c1f1:fc5c:5b2f:506f/64, 169.254.80.111/16, fe80::e1cd:1101:36b4:972b/64, 169.254.151.43/16, fe80::5df9:cb07:92a9:5675/64, 192.168.0.224/24, ::1/128, 127.0.0.1/8, fe80::5efe:c0a8:e0/128, 2001:0:5ef5:79fb:341c:ea13:2a3b:77b8/64, fe80::341c:ea13:2a3b:77b8/64 
2016-01-12 10:51:23.4207 #7932 [Info] Syncthing: [YWZ3K] 10:51:23 INFO: Local networks: fe80::c1f1:fc5c:5b2f:506f/64, 169.254.80.111/16, fe80::e1cd:1101:36b4:972b/64, 169.254.151.43/16, fe80::5df9:cb07:92a9:5675/64, 192.168.0.224/24, ::1/128, 127.0.0.1/8, fe80::5efe:c0a8:e0/128, 2001:0:5ef5:79fb:341c:ea13:2a3b:77b8/64, fe80::341c:ea13:2a3b:77b8/64 
2016-01-12 10:51:25.0046 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClientFactory: Failed to connect on attempt 0 
2016-01-12 10:51:25.4933 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 OK: Ready to synchronize lastnameB-sara-documents (read-write) 
2016-01-12 10:51:25.5089 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 OK: Ready to synchronize lastnameB-sara-documents (read-write) 
2016-01-12 10:51:25.6183 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 OK: Ready to synchronize lastnameB-sara-music (read-write) 
2016-01-12 10:51:25.6183 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 OK: Ready to synchronize lastnameB-sara-music (read-write) 
2016-01-12 10:51:25.8370 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 OK: Ready to synchronize lastnameB-sara-pictures (read-write) 
2016-01-12 10:51:25.8370 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 OK: Ready to synchronize lastnameB-sara-pictures (read-write) 
2016-01-12 10:51:25.8370 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 OK: Ready to synchronize lastnameB-sara-videos (read-write) 
2016-01-12 10:51:25.8370 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 OK: Ready to synchronize lastnameB-sara-videos (read-write) 
2016-01-12 10:51:25.9308 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 OK: Ready to synchronize lastnameB-sara-desktop (read-write) 
2016-01-12 10:51:25.9308 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 OK: Ready to synchronize lastnameB-sara-desktop (read-write) 
2016-01-12 10:51:25.9308 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v4-1.syncthing.net/?id=SR7AARM 
2016-01-12 10:51:25.9464 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v4-1.syncthing.net/?id=SR7AARM 
2016-01-12 10:51:25.9464 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v4-2.syncthing.net/?id=DVU36WY 
2016-01-12 10:51:25.9464 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v4-2.syncthing.net/?id=DVU36WY 
2016-01-12 10:51:25.9620 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v4-3.syncthing.net/?id=VK6HNJ3 
2016-01-12 10:51:25.9620 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v4-3.syncthing.net/?id=VK6HNJ3 
2016-01-12 10:51:25.9777 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v6-1.syncthing.net/?id=SR7AARM 
2016-01-12 10:51:25.9777 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v6-1.syncthing.net/?id=SR7AARM 
2016-01-12 10:51:25.9933 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v6-2.syncthing.net/?id=DVU36WY 
2016-01-12 10:51:25.9933 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v6-2.syncthing.net/?id=DVU36WY 
2016-01-12 10:51:25.9933 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v6-3.syncthing.net/?id=VK6HNJ3 
2016-01-12 10:51:26.0089 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClientFactory: Attempting to request API 
2016-01-12 10:51:26.0089 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: Using discovery server https://discovery-v6-3.syncthing.net/?id=VK6HNJ3 
2016-01-12 10:51:26.0245 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: Device YWZ3K5A is "NB-Username" at [dynamic] 
2016-01-12 10:51:26.0245 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: Device YWZ3K5A is "NB-Username" at [dynamic] 
2016-01-12 10:51:26.0245 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: Device 54YXZMI is "server2.denis.lastnameA.ch" at [dynamic] 
2016-01-12 10:51:26.0402 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: Device 54YXZMI is "server2.denis.lastnameA.ch" at [dynamic] 
2016-01-12 10:51:26.0402 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: Completed initial scan (rw) of folder lastnameB-sara-desktop 
2016-01-12 10:51:26.0558 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: Completed initial scan (rw) of folder lastnameB-sara-desktop 
2016-01-12 10:51:26.0558 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: API listening on 127.0.0.1:8384 
2016-01-12 10:51:26.0714 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: API listening on 127.0.0.1:8384 
2016-01-12 10:51:26.1027 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: GUI URL is https://localhost:8384/ 
2016-01-12 10:51:26.1027 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: GUI URL is https://localhost:8384/ 
2016-01-12 10:51:26.1027 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:25 INFO: Completed initial scan (rw) of folder lastnameB-sara-videos 
2016-01-12 10:51:26.1183 #7932 [Info] Syncthing: [YWZ3K] 10:51:25 INFO: Completed initial scan (rw) of folder lastnameB-sara-videos 
2016-01-12 10:51:26.5871 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:26 INFO: Completed initial scan (rw) of folder lastnameB-sara-music 
2016-01-12 10:51:26.6027 #7932 [Info] Syncthing: [YWZ3K] 10:51:26 INFO: Completed initial scan (rw) of folder lastnameB-sara-music 
2016-01-12 10:51:27.3684 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched version: <Version arch=amd64 longVersion=syncthing v0.12.12 "Beryllium Bedbug" (go1.6beta1 windows-amd64) WIN-P6RP886TVDJ\Administrator@WIN-P6RP886TVDJ 2016-01-10 09:10:53 UTC os=windows version=v0.12.12> 
2016-01-12 10:51:27.3840 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClientFactory: Success! 
2016-01-12 10:51:27.3840 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingManager: Have the API client! It's SyncThingApiClient 
2016-01-12 10:51:27.3840 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingManager: Request to set state: Starting -> Running 
2016-01-12 10:51:27.3996 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingManager: Setting state: Starting -> Running 
2016-01-12 10:51:27.3996 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingManager: Startup Complete! Loading startup data 
2016-01-12 10:51:27.4152 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched version: <Version arch=amd64 longVersion=syncthing v0.12.12 "Beryllium Bedbug" (go1.6beta1 windows-amd64) WIN-P6RP886TVDJ\Administrator@WIN-P6RP886TVDJ 2016-01-10 09:10:53 UTC os=windows version=v0.12.12> 
2016-01-12 10:51:27.4621 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched system info: <SystemInfo alloc=29510048 cpuPercent=6,776926 goroutines=91 myId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU pathSeparator=\ sys=43129080 tilde=C:\Users\Username> 
2016-01-12 10:51:27.5246 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Got debug facilities: <DebugFacilities Enabled= Facilities=beacon=Multicast and broadcast discovery,config=Configuration loading and saving,connections=Connection handling,db=The database layer,dialer=Dialing connections,discover=Remote device discovery,events=Event generation and logging,http=REST API,main=Main package,model=The root hub,protocol=The BEP protocol,relay=Relay connection handling,scanner=File change detection and hashing,stats=Persistent device and folder statistics,sync=Mutexes,upgrade=Binary upgrades,upnp=UPnP discovery and port mapping,versioner=File versioning> 
2016-01-12 10:51:27.5559 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched configuration: <Config version=12 folders=[<Folder id=lastnameB-sara-desktop path=C:\Users\Username\Desktop devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-documents path=C:\Users\Username\Documents devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-music path=C:\Users\Username\Music devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-pictures path=C:\Users\Username\Pictures devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-videos path=C:\Users\Username\Videos devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>] devices=[Device id=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU name=NB-Username addresses=[dynamic] compression=N/A certname= isintroducer=False>, Device id=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ name=server2.denis.lastnameA.ch addresses=[dynamic] compression=N/A certname= isintroducer=True>]> 
2016-01-12 10:51:27.6340 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched ignores for folderid lastnameB-sara-desktop: <Ignores ignore=[] patterns=[]> 
2016-01-12 10:51:27.6496 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched ignores for folderid lastnameB-sara-documents: <Ignores ignore=[] patterns=[]> 
2016-01-12 10:51:27.6496 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched ignores for folderid lastnameB-sara-music: <Ignores ignore=[] patterns=[]> 
2016-01-12 10:51:27.6496 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched ignores for folderid lastnameB-sara-pictures: <Ignores ignore=[] patterns=[]> 
2016-01-12 10:51:27.6496 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched ignores for folderid lastnameB-sara-videos: <Ignores ignore=[] patterns=[]> 
2016-01-12 10:51:27.6965 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched folder status for folder lastnameB-sara-videos: <FolderStatus GlobalBytes=504 GlobalDeleted=0 GlobalFiles=1 LocalBytes=504 LocalDeleted=0 LocalFiles=1 InSyncBytes=504 InSyncFiles=1 NeedBytes=0 NeedFiles=0 IgnorePattners=False, Invalid= State=idle StateChanged=12.01.2016 10:51:25 Version=10734> 
2016-01-12 10:51:27.6965 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched folder status for folder lastnameB-sara-pictures: <FolderStatus GlobalBytes=9473286328 GlobalDeleted=0 GlobalFiles=4221 LocalBytes=9473286328 LocalDeleted=0 LocalFiles=4221 InSyncBytes=9473286328 InSyncFiles=4221 NeedBytes=0 NeedFiles=0 IgnorePattners=False, Invalid= State=scanning StateChanged=12.01.2016 10:51:25 Version=10728> 
2016-01-12 10:51:27.7121 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched folder status for folder lastnameB-sara-desktop: <FolderStatus GlobalBytes=521095 GlobalDeleted=4053 GlobalFiles=4 LocalBytes=521095 LocalDeleted=4053 LocalFiles=4 InSyncBytes=521095 InSyncFiles=4 NeedBytes=0 NeedFiles=0 IgnorePattners=False, Invalid= State=idle StateChanged=12.01.2016 10:51:25 Version=15393> 
2016-01-12 10:51:27.7121 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched folder status for folder lastnameB-sara-music: <FolderStatus GlobalBytes=8759534170 GlobalDeleted=0 GlobalFiles=1070 LocalBytes=8759534170 LocalDeleted=0 LocalFiles=1070 InSyncBytes=8759534170 InSyncFiles=1070 NeedBytes=0 NeedFiles=0 IgnorePattners=False, Invalid= State=idle StateChanged=12.01.2016 10:51:26 Version=10735> 
2016-01-12 10:51:27.7278 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched folder status for folder lastnameB-sara-documents: <FolderStatus GlobalBytes=179200 GlobalDeleted=0 GlobalFiles=1400 LocalBytes=179200 LocalDeleted=0 LocalFiles=1400 InSyncBytes=179200 InSyncFiles=1400 NeedBytes=0 NeedFiles=0 IgnorePattners=False, Invalid= State=scanning StateChanged=12.01.2016 10:51:25 Version=15693> 
2016-01-12 10:51:27.7278 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Starting watcher for folder: lastnameB-sara-music 
2016-01-12 10:51:27.7434 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Starting watcher for folder: lastnameB-sara-documents 
2016-01-12 10:51:27.7434 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Starting watcher for folder: lastnameB-sara-pictures 
2016-01-12 10:51:27.7434 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Starting watcher for folder: lastnameB-sara-desktop 
2016-01-12 10:51:27.7590 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Starting watcher for folder: lastnameB-sara-videos 
2016-01-12 10:51:27.7590 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Scanning folder lastnameB-sara-music for conflict files 
2016-01-12 10:51:27.7903 #7932 [Debug] SyncTrayzor.Services.Config.ConfigurationProvider: Saving configuration atomically: <Configuration ShowTrayIconOnlyOnClose=False MinimizeToTray=False CloseToTray=True ShowDeviceConnectivityBalloons=True SyncthingAddress=localhost:8384 StartSyncthingAutomatically=True SyncthingCommandLineFlags=[]SyncthingApiKey=  SyncthingEnvironmentalVariables=[] SyncthingUseCustomHome=False SyncthingDenyUpgrade=False SyncthingPriorityLevel=BelowNormal Folders=[<Folder ID=lastnameB-sara-videos IsWatched=True NotificationsEnabled=True>, <Folder ID=lastnameB-sara-pictures IsWatched=True NotificationsEnabled=True>, <Folder ID=lastnameB-sara-music IsWatched=True NotificationsEnabled=True>, <Folder ID=lastnameB-sara-desktop IsWatched=True NotificationsEnabled=True>, <Folder ID=lastnameB-sara-documents IsWatched=True NotificationsEnabled=True>] NotifyOfNewVersions=True LatestNotifiedVersion= ObfuscateDeviceIDs=True UseComputerCulture=True SyncthingConsoleHeight=100 WindowPlacement=<WindowPlacement IsMaximized=True MinPosition={X=-32000,Y=-32000} MaxPosition={X=-1,Y=-1} Normalposition={X=133,Y=14,Width=1100,Height=700}> SyncthingWebBrowserZoomLevel=0 LastSeenInstallCount=1 SyncthingPath=%APPDATA%\SyncTrayzor\syncthing.exe SyncthingCustomHomePath=%LOCALAPPDATA%\SyncTrayzor\syncthing ShowSynchronizedBalloonEvenIfNothingDownloaded=False DisableHardwareRendering=False EnableFailedTransferAlerts=True EnableConflictFileMonitoring=True SyncthingDebugFacilities=[]> 
2016-01-12 10:51:27.7903 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileManager: Looking for conflicts in C:\Users\Username\Music 
2016-01-12 10:51:27.9456 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Scanning folder lastnameB-sara-documents for conflict files 
2016-01-12 10:51:27.9456 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileManager: Looking for conflicts in C:\Users\Username\Documents 
2016-01-12 10:51:27.9776 #7932 [Debug] SyncTrayzor.SyncThing.EventWatcher.SyncThingEventWatcher: Received 1 events 
2016-01-12 10:51:27.9996 #7932 [Debug] SyncTrayzor.SyncThing.EventWatcher.SyncThingEventWatcher: <StateChangedEvent ID=15 Time=12.01.2016 10:51:26 Folder=lastnameB-sara-music From=scanning To=idle Duration=00:00:00.6250000> 
2016-01-12 10:51:28.9595 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate files in folder C:\Users\Username\Documents\Eigene Videos 
2016-01-12 10:51:28.9595 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate directories in folder C:\Users\Username\Documents\Eigene Videos 
2016-01-12 10:51:28.9595 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate files in folder C:\Users\Username\Documents\Eigene Musik 
2016-01-12 10:51:28.9756 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate directories in folder C:\Users\Username\Documents\Eigene Musik 
2016-01-12 10:51:28.9756 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate files in folder C:\Users\Username\Documents\Eigene Bilder 
2016-01-12 10:51:28.9886 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate directories in folder C:\Users\Username\Documents\Eigene Bilder 
2016-01-12 10:51:28.9886 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Scanning folder lastnameB-sara-pictures for conflict files 
2016-01-12 10:51:28.9886 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileManager: Looking for conflicts in C:\Users\Username\Pictures 
2016-01-12 10:51:32.6952 #7932 [Debug] SyncTrayzor.SyncThing.EventWatcher.SyncThingEventWatcher: Received 1 events 
2016-01-12 10:51:32.6952 #7932 [Debug] SyncTrayzor.SyncThing.EventWatcher.SyncThingEventWatcher: <ConfigSaved Config=<Config version=12 folders=[<Folder id=lastnameB-sara-desktop path=C:\Users\Username\Desktop devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-documents path=C:\Users\Username\Documents devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-music path=C:\Users\Username\Music devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-pictures path=C:\Users\Username\Pictures devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-videos path=C:\Users\Username\Videos devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-desktop path=C:\Users\Username\Desktop devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-documents path=C:\Users\Username\Documents devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-music path=C:\Users\Username\Music devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-pictures path=C:\Users\Username\Pictures devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-videos path=C:\Users\Username\Videos devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>] devices=[Device id=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU name=NB-Username addresses=[dynamic] compression=N/A certname= isintroducer=False>, Device id=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ name=server2.denis.lastnameA.ch addresses=[dynamic] compression=N/A certname= isintroducer=True>, Device id=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU name=NB-Username addresses=[dynamic] compression=N/A certname= isintroducer=False>, Device id=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ name=server2.denis.lastnameA.ch addresses=[dynamic] compression=N/A certname= isintroducer=True>]>> 
2016-01-12 10:51:32.7482 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched configuration: <Config version=12 folders=[<Folder id=lastnameB-sara-desktop path=C:\Users\Username\Desktop devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-documents path=C:\Users\Username\Documents devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-music path=C:\Users\Username\Music devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-pictures path=C:\Users\Username\Pictures devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>, <Folder id=lastnameB-sara-videos path=C:\Users\Username\Videos devices=[<Device deviceId=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU>, <Device deviceId=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ>] readonly=False rescalinterval=00:05:00 invalid=>] devices=[Device id=YWZ3K5A-J3LG5TP-GMMVZYY-ALVYHBM-TLRU53S-6GZEE32-4LITNTY-B7BH2AU name=NB-Username addresses=[dynamic] compression=N/A certname= isintroducer=False>, Device id=54YXZMI-CAVH2WJ-FYMOUVE-72Q7MCM-INJZVLF-KJAI2IQ-3CK4X4X-7WDQGQQ name=server2.denis.lastnameA.ch addresses=[dynamic] compression=N/A certname= isintroducer=True>]> 
2016-01-12 10:51:32.7892 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched ignores for folderid lastnameB-sara-pictures: <Ignores ignore=[] patterns=[]> 
2016-01-12 10:51:32.7892 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched ignores for folderid lastnameB-sara-music: <Ignores ignore=[] patterns=[]> 
2016-01-12 10:51:32.8073 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched ignores for folderid lastnameB-sara-documents: <Ignores ignore=[] patterns=[]> 
2016-01-12 10:51:32.8073 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched ignores for folderid lastnameB-sara-desktop: <Ignores ignore=[] patterns=[]> 
2016-01-12 10:51:32.8423 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched folder status for folder lastnameB-sara-music: <FolderStatus GlobalBytes=8759534170 GlobalDeleted=0 GlobalFiles=1070 LocalBytes=8759534170 LocalDeleted=0 LocalFiles=1070 InSyncBytes=8759534170 InSyncFiles=1070 NeedBytes=0 NeedFiles=0 IgnorePattners=False, Invalid= State=idle StateChanged=12.01.2016 10:51:26 Version=10735> 
2016-01-12 10:51:32.8423 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched folder status for folder lastnameB-sara-pictures: <FolderStatus GlobalBytes=9473286328 GlobalDeleted=0 GlobalFiles=4221 LocalBytes=9473286328 LocalDeleted=0 LocalFiles=4221 InSyncBytes=9473286328 InSyncFiles=4221 NeedBytes=0 NeedFiles=0 IgnorePattners=False, Invalid= State=scanning StateChanged=12.01.2016 10:51:25 Version=10728> 
2016-01-12 10:51:32.8523 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched ignores for folderid lastnameB-sara-videos: <Ignores ignore=[] patterns=[]> 
2016-01-12 10:51:32.8653 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched folder status for folder lastnameB-sara-documents: <FolderStatus GlobalBytes=179200 GlobalDeleted=0 GlobalFiles=1400 LocalBytes=179200 LocalDeleted=0 LocalFiles=1400 InSyncBytes=179200 InSyncFiles=1400 NeedBytes=0 NeedFiles=0 IgnorePattners=False, Invalid= State=scanning StateChanged=12.01.2016 10:51:25 Version=15693> 
2016-01-12 10:51:32.8653 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched folder status for folder lastnameB-sara-videos: <FolderStatus GlobalBytes=504 GlobalDeleted=0 GlobalFiles=1 LocalBytes=504 LocalDeleted=0 LocalFiles=1 InSyncBytes=504 InSyncFiles=1 NeedBytes=0 NeedFiles=0 IgnorePattners=False, Invalid= State=idle StateChanged=12.01.2016 10:51:25 Version=10734> 
2016-01-12 10:51:32.8913 #7932 [Debug] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Fetched folder status for folder lastnameB-sara-desktop: <FolderStatus GlobalBytes=521095 GlobalDeleted=4053 GlobalFiles=4 LocalBytes=521095 LocalDeleted=4053 LocalFiles=4 InSyncBytes=521095 InSyncFiles=4 NeedBytes=0 NeedFiles=0 IgnorePattners=False, Invalid= State=idle StateChanged=12.01.2016 10:51:25 Version=15393> 
2016-01-12 10:51:32.9203 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Starting watcher for folder: lastnameB-sara-music 
2016-01-12 10:51:32.9263 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Starting watcher for folder: lastnameB-sara-documents 
2016-01-12 10:51:32.9263 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Starting watcher for folder: lastnameB-sara-pictures 
2016-01-12 10:51:32.9263 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Starting watcher for folder: lastnameB-sara-desktop 
2016-01-12 10:51:32.9413 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Starting watcher for folder: lastnameB-sara-videos 
2016-01-12 10:51:32.9834 #7932 [Error] SyncTrayzor.Bootstrapper: An unhandled exception occurred System.OperationCanceledException Der Vorgang wurde abgebrochen. Void ThrowOperationCanceledException()    bei System.Threading.CancellationToken.ThrowOperationCanceledException()
   bei SyncTrayzor.Services.Conflicts.ConflictFileManager.FindConflictsImpl(String basePath, SlimObservable`1 subject, CancellationToken cancellationToken) in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileManager.cs:Zeile 137.
   bei SyncTrayzor.Services.Conflicts.ConflictFileManager.<>c__DisplayClass8_0.<FindConflicts>b__0() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileManager.cs:Zeile 111.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Utils.SlimObservableExtensions.<SubscribeAsync>d__1`1.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Utils\SlimObservable.cs:Zeile 139.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Services.Conflicts.ConflictFileWatcher.<ScanFoldersAsync>d__31.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileWatcher.cs:Zeile 204.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Services.Conflicts.ConflictFileWatcher.<Reset>d__26.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileWatcher.cs:Zeile 97.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) System.OperationCanceledException: Der Vorgang wurde abgebrochen.
   bei System.Threading.CancellationToken.ThrowOperationCanceledException()
   bei SyncTrayzor.Services.Conflicts.ConflictFileManager.FindConflictsImpl(String basePath, SlimObservable`1 subject, CancellationToken cancellationToken) in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileManager.cs:Zeile 137.
   bei SyncTrayzor.Services.Conflicts.ConflictFileManager.<>c__DisplayClass8_0.<FindConflicts>b__0() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileManager.cs:Zeile 111.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Utils.SlimObservableExtensions.<SubscribeAsync>d__1`1.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Utils\SlimObservable.cs:Zeile 139.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Services.Conflicts.ConflictFileWatcher.<ScanFoldersAsync>d__31.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileWatcher.cs:Zeile 204.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Services.Conflicts.ConflictFileWatcher.<Reset>d__26.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileWatcher.cs:Zeile 97.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
2016-01-12 10:51:33.0284 #7932 [Info] SyncTrayzor.SyncThing.ApiClient.SyncThingApiClient: Requesting API shutdown 
2016-01-12 10:51:33.0404 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:33 INFO: Shutting down 
2016-01-12 10:51:33.0404 #7932 [Info] Syncthing: [YWZ3K] 10:51:33 INFO: Shutting down 
2016-01-12 10:51:33.0534 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingProcessRunner: [YWZ3K] 10:51:33 OK: Exiting 
2016-01-12 10:51:33.0534 #7932 [Info] Syncthing: [YWZ3K] 10:51:33 OK: Exiting 
2016-01-12 10:51:33.0854 #7932 [Info] SyncTrayzor.SyncThing.SyncThingProcessRunner: Syncthing process stopped with exit status Success 
2016-01-12 10:51:33.0854 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingManager: Request to set state: Running -> Stopped 
2016-01-12 10:51:33.0854 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingManager: Setting state: Running -> Stopped 
2016-01-12 10:51:33.0854 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingManager: Aborting API clients 
2016-01-12 10:51:33.2122 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Scanning folder lastnameB-sara-music for conflict files 
2016-01-12 10:51:33.2278 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileManager: Looking for conflicts in C:\Users\Username\Music 
2016-01-12 10:51:33.2278 #7932 [Debug] SyncTrayzor.SyncThing.SyncThingManager: Request to set state: Stopped -> Stopping 
2016-01-12 10:51:33.3098 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Scanning folder lastnameB-sara-documents for conflict files 
2016-01-12 10:51:33.3255 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileManager: Looking for conflicts in C:\Users\Username\Documents 
2016-01-12 10:51:33.9661 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate files in folder C:\Users\Username\Documents\Eigene Videos 
2016-01-12 10:51:33.9661 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate directories in folder C:\Users\Username\Documents\Eigene Videos 
2016-01-12 10:51:33.9661 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate files in folder C:\Users\Username\Documents\Eigene Musik 
2016-01-12 10:51:33.9661 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate directories in folder C:\Users\Username\Documents\Eigene Musik 
2016-01-12 10:51:33.9817 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate files in folder C:\Users\Username\Documents\Eigene Bilder 
2016-01-12 10:51:33.9817 #7932 [Warn] SyncTrayzor.Services.Conflicts.ConflictFileManager: UnauthorizedAccessException when trying to enumerate directories in folder C:\Users\Username\Documents\Eigene Bilder 
2016-01-12 10:51:33.9817 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Scanning folder lastnameB-sara-pictures for conflict files 
2016-01-12 10:51:33.9817 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileManager: Looking for conflicts in C:\Users\Username\Pictures 
2016-01-12 10:51:36.5600 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Scanning folder lastnameB-sara-desktop for conflict files 
2016-01-12 10:51:36.5600 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileManager: Looking for conflicts in C:\Users\Username\Desktop 
2016-01-12 10:51:36.5600 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileWatcher: Scanning folder lastnameB-sara-videos for conflict files 
2016-01-12 10:51:36.5756 #7932 [Debug] SyncTrayzor.Services.Conflicts.ConflictFileManager: Looking for conflicts in C:\Users\Username\Videos 
2016-01-12 10:51:52.5031 #7932 [Error] SyncTrayzor.Bootstrapper: An unhandled AppDomain exception occurred. Terminating: True System.OperationCanceledException Der Vorgang wurde abgebrochen. Void ThrowOperationCanceledException()    bei System.Threading.CancellationToken.ThrowOperationCanceledException()
   bei SyncTrayzor.Services.Conflicts.ConflictFileManager.FindConflictsImpl(String basePath, SlimObservable`1 subject, CancellationToken cancellationToken) in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileManager.cs:Zeile 137.
   bei SyncTrayzor.Services.Conflicts.ConflictFileManager.<>c__DisplayClass8_0.<FindConflicts>b__0() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileManager.cs:Zeile 111.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Utils.SlimObservableExtensions.<SubscribeAsync>d__1`1.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Utils\SlimObservable.cs:Zeile 139.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Services.Conflicts.ConflictFileWatcher.<ScanFoldersAsync>d__31.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileWatcher.cs:Zeile 204.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Services.Conflicts.ConflictFileWatcher.<Reset>d__26.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileWatcher.cs:Zeile 97.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
   bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   bei System.Windows.Threading.DispatcherOperation.Invoke()
   bei System.Windows.Threading.Dispatcher.ProcessQueue()
   bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   bei System.Windows.Application.RunDispatcher(Object ignore)
   bei System.Windows.Application.RunInternal(Window window)
   bei SyncTrayzor.App.Main() in C:\projects\synctrayzor\src\SyncTrayzor\obj\x64\Release\App.g.cs:Zeile 0. System.OperationCanceledException: Der Vorgang wurde abgebrochen.
   bei System.Threading.CancellationToken.ThrowOperationCanceledException()
   bei SyncTrayzor.Services.Conflicts.ConflictFileManager.FindConflictsImpl(String basePath, SlimObservable`1 subject, CancellationToken cancellationToken) in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileManager.cs:Zeile 137.
   bei SyncTrayzor.Services.Conflicts.ConflictFileManager.<>c__DisplayClass8_0.<FindConflicts>b__0() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileManager.cs:Zeile 111.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Utils.SlimObservableExtensions.<SubscribeAsync>d__1`1.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Utils\SlimObservable.cs:Zeile 139.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Services.Conflicts.ConflictFileWatcher.<ScanFoldersAsync>d__31.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileWatcher.cs:Zeile 204.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei SyncTrayzor.Services.Conflicts.ConflictFileWatcher.<Reset>d__26.MoveNext() in C:\projects\synctrayzor\src\SyncTrayzor\Services\Conflicts\ConflictFileWatcher.cs:Zeile 97.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
   bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   bei System.Windows.Threading.DispatcherOperation.Invoke()
   bei System.Windows.Threading.Dispatcher.ProcessQueue()
   bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   bei System.Windows.Application.RunDispatcher(Object ignore)
   bei System.Windows.Application.RunInternal(Window window)
   bei SyncTrayzor.App.Main() in C:\projects\synctrayzor\src\SyncTrayzor\obj\x64\Release\App.g.cs:Zeile 0.
@canton7
Copy link
Owner

canton7 commented Jan 12, 2016

Interesting... Thanks for the report! I'll look into this.

@dionysius
Copy link
Author

For me: no hurry. You're doin a great job! Thank you :-*

@canton7
Copy link
Owner

canton7 commented Jan 12, 2016

Duh, this one's my bad. Easy fix...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants