-
-
Notifications
You must be signed in to change notification settings - Fork 418
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
Startup Crashes #131
Comments
Interesting. Can you down this file https://gist.githubusercontent.com/canton7/5c657ac11bce6da6c1f3/raw/035af840ccd1515e0b0175c5c315b01cfcd8b266/SyncTrayzor.exe.config and save it as |
Now it (Edit: with "it" I mean the GUI Window) starts and gives me the errormessage
I tried exactly that, but it shows that same alert over and over. The log:
|
Syncthing has a corrupt database by the looks of its error message. You may have to delete its database and allow it to re-index. |
Tried searching for that db, where is it located usually? |
It'll be in something like |
I'm also experiencing crashes at start-up on two different machines. Problems started after upgarding to Windows10. Could that be related? |
Deleted the db, now I get this. Before I got the message that syncthing.exe in
|
@SwederSchellens please open another issue, and include all details (such as whether it's Syncthing or SyncTrayzor that's crashing, any error messages, etc). @atoav You're seeing that error even with the modified |
Okay amazing, had the config, but now it was gone again, so saved it again, started SyncTrayzor up, it gave me again that warning about the db, which I deleted twice already. So killed again all Syncthing processes, started etc. SyncTrayzor Log:
Syncthing.log:
Sorry to bother you, maybe I should just reformat my harddrive and make a fresh install of my OS.. |
Can you check your firewall and add exception for syncthing? It seems we can't connect to the network at all. |
I note you're using version 1.0.22 of SyncTrayzor, which is a few months out of date (and there's been at least one mandatory update since then). Please upgrade! I'm also very worried by the fact that random files from It looks like Syncthing is failing because SyncTrayzor is telling it to start its gui on port 0, which it will only do if SyncTrayzor's configuration is corrupt in some way. Can you paste the contents of Thanks. |
Okay, the over-paranoid antivirus makes sense, because I had a malware problem recently (which is, why I considered just start fresh — I will probably do that). But in case it helps:
|
That's odd. That configuration was originally generated by a portable version of SyncTrayzor, and isn't really suitable for the installed version (which you appear to be running). Did that configuration file really come from Anyway, that's fine on the GUI port front (assuming that SyncTrayzor really is reading that config file). Listen to @AudriusButkevicius's debugging skills on that front. |
Don't bother to much, other stuff starts to break apart too. There must be stuff broken on many places. The system is cluttered and a fresh start won't hurt. Thanks for your incredibly fast help! |
Are things working better after a re-install? |
Everything is fine now. I really don't know what happened. |
Righto, thanks. There are 2 issues here: the modification needed to |
Windows 8.1 x64. Had no problems for months. Now it crashes. Did a reinstall and everything, didn't help:
Version: 1.0.22.33; Variant: Installed; Arch: Amd64
Path: C:\Program Files\SyncTrayzor\SyncTrayzor.exe
System.Configuration.ConfigurationErrorsException: Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section. ---> System.Net.Sockets.SocketException: The requested service provider could not be loaded or initialized
at System.Net.NetworkAddressChangePolled..ctor()
at System.Net.AutoWebProxyScriptEngine.AutoDetector.Initialize()
at System.Net.AutoWebProxyScriptEngine..ctor(WebProxy proxy, Boolean useRegistry)
at System.Net.WebProxy.UnsafeUpdateFromRegistry()
at System.Net.Configuration.DefaultProxySectionInternal..ctor(DefaultProxySection section)
at System.Net.Configuration.DefaultProxySectionInternal.GetSection()
--- End of inner exception stack trace ---
at SyncTrayzor.SyncThing.SyncThingManager.d__24.MoveNext() in c:\projects\synctrayzor\src\SyncTrayzor\SyncThing\SyncThingManager.cs:line 311
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SyncTrayzor.SyncThing.SyncThingManager.d__18.MoveNext() in c:\projects\synctrayzor\src\SyncTrayzor\SyncThing\SyncThingManager.cs:line 184
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SyncTrayzor.Utils.SafeSyncthingExtensions.d__0.MoveNext() in c:\projects\synctrayzor\src\SyncTrayzor\Utils\SafeSyncthingExtensions.cs:line 21
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SyncTrayzor.Pages.ShellViewModel.d__10.MoveNext() in c:\projects\synctrayzor\src\SyncTrayzor\Pages\ShellViewModel.cs:line 85
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.b__4(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
The text was updated successfully, but these errors were encountered: