You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suspect the following error was due to this:
After new portable install, created a new folder but that folder did not appear in Settings >> Folders. Checked several times and only the Default folder was appearing there. Removed the Default folder. Then, next time attempting to open Settings, this crash happened. After SycnTrayzor restart, Settings >> Folders showed my new folder, and only my new folder, correctly.
Version: 1.1.21.0; Variant: Portable; Arch: Amd64
Path: C:\Program Files Portable\SyncTrayzorPortable-x64\SyncTrayzor.exe
System.NullReferenceException: Object reference not set to an instance of an object.
at SyncTrayzor.Pages.Settings.SettingsViewModel.<LoadFromSyncthingStartupData>b__138_0(FolderConfiguration x) in C:\projects\synctrayzor\src\SyncTrayzor\Pages\Settings\SettingsViewModel.cs:line 296
at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
at Stylet.BindableCollection`1.<>c__DisplayClass1.<AddRange>b__0() in c:\projects\stylet\Stylet\BindableCollection.cs:line 115
at SyncTrayzor.Pages.Settings.SettingsViewModel.LoadFromSyncthingStartupData() in C:\projects\synctrayzor\src\SyncTrayzor\Pages\Settings\SettingsViewModel.cs:line 305
at Stylet.Screen.<Stylet.IScreenState.Activate>b__1d(ScreenState oldState, ScreenState newState) in c:\projects\stylet\Stylet\Screen.cs:line 170
at Stylet.Screen.SetState(ScreenState newState, Action`2 changedHandler) in c:\projects\stylet\Stylet\Screen.cs:line 155
at Stylet.ScreenExtensions.TryActivate(Object screen) in c:\projects\stylet\Stylet\ScreenExtensions.cs:line 18
at Stylet.WindowManager.WindowConductor..ctor(Window window, Object viewModel) in c:\projects\stylet\Stylet\WindowManager.cs:line 222
at Stylet.WindowManager.CreateWindow(Object viewModel, Boolean isDialog) in c:\projects\stylet\Stylet\WindowManager.cs:line 196
at Stylet.WindowManager.ShowDialog(Object viewModel) in c:\projects\stylet\Stylet\WindowManager.cs:line 102
at SyncTrayzor.Pages.ShellViewModel.ShowSettings() in C:\projects\synctrayzor\src\SyncTrayzor\Pages\ShellViewModel.cs:line 131
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Stylet.Xaml.ActionBase.InvokeTargetMethod(Object[] parameters) in c:\projects\stylet\Stylet\Xaml\ActionBase.cs:line 201
at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
The text was updated successfully, but these errors were encountered:
Suspect the following error was due to this:
After new portable install, created a new folder but that folder did not appear in Settings >> Folders. Checked several times and only the Default folder was appearing there. Removed the Default folder. Then, next time attempting to open Settings, this crash happened. After SycnTrayzor restart, Settings >> Folders showed my new folder, and only my new folder, correctly.
The text was updated successfully, but these errors were encountered: