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

win 7 with .netframework 4.7.2 cannot start with error followed #696

Open
basekno opened this issue Apr 21, 2022 · 0 comments
Open

win 7 with .netframework 4.7.2 cannot start with error followed #696

basekno opened this issue Apr 21, 2022 · 0 comments

Comments

@basekno
Copy link

basekno commented Apr 21, 2022

Version: 1.1.29.0; Variant: Installed; Arch: Amd64
Path: C:\Program Files\SyncTrayzor\SyncTrayzor.exe
System.ArgumentException: 没有具有此名称的值。
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

log file in SyncTrayzor.log :

2022-04-21 15:51:28.8438 #5752 [Info] SyncTrayzor.Bootstrapper: SyncTrazor version 1.1.29.0 (Amd64) started at C:\Program Files\SyncTrayzor\SyncTrayzor.exe (.NET version: Unknown (461814))
2022-04-21 15:51:29.0466 #5752 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: LogFilePath: C:\Users\andy\AppData\Roaming\SyncTrayzor\logs
2022-04-21 15:51:29.0466 #5752 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: SyncthingBackupPath: C:\Program Files\SyncTrayzor\syncthing.exe
2022-04-21 15:51:29.0466 #5752 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFilePath: C:\Users\andy\AppData\Roaming\SyncTrayzor\config.xml
2022-04-21 15:51:29.0466 #5752 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFileBackupPath: C:\Users\andy\AppData\Roaming\SyncTrayzor\config-backups
2022-04-21 15:51:29.0466 #5752 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: CefCachePath: C:\Users\andy\AppData\Local\SyncTrayzor\cef\cache
2022-04-21 15:51:29.0466 #5752 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: DefaultSyncthingPath: C:\Users\andy\AppData\Roaming\SyncTrayzor\syncthing.exe
2022-04-21 15:51:29.0466 #5752 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: DefaultSyncthingHomePath:
2022-04-21 15:51:29.0622 #5752 [Debug] SyncTrayzor.Services.Ipc.IpcCommsClientFactory: Checking for other SyncTrayzor processes
2022-04-21 15:51:29.0622 #5752 [Debug] SyncTrayzor.Services.Ipc.IpcCommsClientFactory: Did not find any other processes, or they all responded with an error
2022-04-21 15:51:29.1246 #5752 [Info] SyncTrayzor.Services.Config.ConfigurationProvider: Loaded default configuration: <Configuration ShowTrayIconOnlyOnClose=False MinimizeToTray=False CloseToTray=True ShowDeviceConnectivityBalloons=False ShowDeviceOrFolderRejectedBalloons=True SyncthingAddress=localhost:8384 StartSyncthingAutomatically=True SyncthingCommandLineFlags=[] SyncthingEnvironmentalVariables=[] SyncthingDenyUpgrade=False SyncthingPriorityLevel=Normal Folders=[] NotifyOfNewVersions=True LatestNotifiedVersion= ObfuscateDeviceIDs=True UseComputerCulture=True SyncthingConsoleHeight=100 WindowPlacement= SyncthingWebBrowserZoomLevel=0 LastSeenInstallCount=0 SyncthingCustomPath= SyncthingCustomHomePath= ShowSynchronizedBalloonEvenIfNothingDownloaded=False DisableHardwareRendering=False HideIntelXeWarningMessage=False EnableFailedTransferAlerts=True EnableConflictFileMonitoring=True ConflictResolverDeletesToRecycleBin=True PauseDevicesOnMeteredNetworks=True HaveDonated=False IconAnimationMode=DataTransferring OpenFolderCommand=explorer.exe "{0}" ShowFileInFolderCommand=explorer.exe /select, "{0}"LogLevel=Info>
2022-04-21 15:51:29.1870 #5752 [Debug] SyncTrayzor.Services.Config.ConfigurationProvider: Found existing configuration at C:\Users\andy\AppData\Roaming\SyncTrayzor\config.xml
2022-04-21 15:51:29.5146 #5752 [Error] SyncTrayzor.Bootstrapper: An unhandled exception occurred System.ArgumentException 没有具有此名称的值。 Void ThrowArgumentException(System.ExceptionResource) 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) System.ArgumentException: 没有具有此名称的值。
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
2022-04-21 15:51:38.5002 #5752 [Error] SyncTrayzor.Bootstrapper: An unhandled AppDomain exception occurred. Terminating: True System.ArgumentException 没有具有此名称的值。 Void ThrowArgumentException(System.ExceptionResource) 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.DispatcherOperation.InvokeImpl()
在 MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Threading.DispatcherOperation.Invoke()
在 System.Windows.Threading.Dispatcher.ProcessQueue()
在 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
在 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
在 System.Windows.Application.RunDispatcher(Object ignore)
在 System.Windows.Application.RunInternal(Window window)
在 SyncTrayzor.App.Main() System.ArgumentException: 没有具有此名称的值。
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.DispatcherOperation.InvokeImpl()
在 MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Threading.DispatcherOperation.Invoke()
在 System.Windows.Threading.Dispatcher.ProcessQueue()
在 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
在 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
在 System.Windows.Application.RunDispatcher(Object ignore)
在 System.Windows.Application.RunInternal(Window window)
在 SyncTrayzor.App.Main()
2022-04-21 15:51:51.7290 #5072 [Info] SyncTrayzor.Bootstrapper: SyncTrazor version 1.1.29.0 (Amd64) started at C:\Program Files\SyncTrayzor\SyncTrayzor.exe (.NET version: Unknown (461814))
2022-04-21 15:51:51.8226 #5072 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: LogFilePath: C:\Users\andy\AppData\Roaming\SyncTrayzor\logs
2022-04-21 15:51:51.8226 #5072 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: SyncthingBackupPath: C:\Program Files\SyncTrayzor\syncthing.exe
2022-04-21 15:51:51.8226 #5072 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFilePath: C:\Users\andy\AppData\Roaming\SyncTrayzor\config.xml
2022-04-21 15:51:51.8226 #5072 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFileBackupPath: C:\Users\andy\AppData\Roaming\SyncTrayzor\config-backups
2022-04-21 15:51:51.8226 #5072 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: CefCachePath: C:\Users\andy\AppData\Local\SyncTrayzor\cef\cache
2022-04-21 15:51:51.8226 #5072 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: DefaultSyncthingPath: C:\Users\andy\AppData\Roaming\SyncTrayzor\syncthing.exe
2022-04-21 15:51:51.8226 #5072 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: DefaultSyncthingHomePath:
2022-04-21 15:51:51.8382 #5072 [Debug] SyncTrayzor.Services.Ipc.IpcCommsClientFactory: Checking for other SyncTrayzor processes
2022-04-21 15:51:51.8382 #5072 [Debug] SyncTrayzor.Services.Ipc.IpcCommsClientFactory: Did not find any other processes, or they all responded with an error
2022-04-21 15:51:51.8850 #5072 [Info] SyncTrayzor.Services.Config.ConfigurationProvider: Loaded default configuration: <Configuration ShowTrayIconOnlyOnClose=False MinimizeToTray=False CloseToTray=True ShowDeviceConnectivityBalloons=False ShowDeviceOrFolderRejectedBalloons=True SyncthingAddress=localhost:8384 StartSyncthingAutomatically=True SyncthingCommandLineFlags=[] SyncthingEnvironmentalVariables=[] SyncthingDenyUpgrade=False SyncthingPriorityLevel=Normal Folders=[] NotifyOfNewVersions=True LatestNotifiedVersion= ObfuscateDeviceIDs=True UseComputerCulture=True SyncthingConsoleHeight=100 WindowPlacement= SyncthingWebBrowserZoomLevel=0 LastSeenInstallCount=0 SyncthingCustomPath= SyncthingCustomHomePath= ShowSynchronizedBalloonEvenIfNothingDownloaded=False DisableHardwareRendering=False HideIntelXeWarningMessage=False EnableFailedTransferAlerts=True EnableConflictFileMonitoring=True ConflictResolverDeletesToRecycleBin=True PauseDevicesOnMeteredNetworks=True HaveDonated=False IconAnimationMode=DataTransferring OpenFolderCommand=explorer.exe "{0}" ShowFileInFolderCommand=explorer.exe /select, "{0}"LogLevel=Info>
2022-04-21 15:51:51.9474 #5072 [Debug] SyncTrayzor.Services.Config.ConfigurationProvider: Found existing configuration at C:\Users\andy\AppData\Roaming\SyncTrayzor\config.xml
2022-04-21 15:51:52.0878 #5072 [Error] SyncTrayzor.Bootstrapper: An unhandled exception occurred System.ArgumentException 没有具有此名称的值。 Void ThrowArgumentException(System.ExceptionResource) 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) System.ArgumentException: 没有具有此名称的值。
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
2022-04-21 15:52:20.3707 #5072 [Error] SyncTrayzor.Bootstrapper: An unhandled AppDomain exception occurred. Terminating: True System.ArgumentException 没有具有此名称的值。 Void ThrowArgumentException(System.ExceptionResource) 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.DispatcherOperation.InvokeImpl()
在 MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Threading.DispatcherOperation.Invoke()
在 System.Windows.Threading.Dispatcher.ProcessQueue()
在 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
在 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
在 System.Windows.Application.RunDispatcher(Object ignore)
在 System.Windows.Application.RunInternal(Window window)
在 SyncTrayzor.App.Main() System.ArgumentException: 没有具有此名称的值。
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.DispatcherOperation.InvokeImpl()
在 MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Threading.DispatcherOperation.Invoke()
在 System.Windows.Threading.Dispatcher.ProcessQueue()
在 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
在 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
在 System.Windows.Application.RunDispatcher(Object ignore)
在 System.Windows.Application.RunInternal(Window window)
在 SyncTrayzor.App.Main()
2022-04-21 16:35:59.6508 #1728 [Info] SyncTrayzor.Bootstrapper: SyncTrazor version 1.1.29.0 (Amd64) started at C:\Program Files\SyncTrayzor\SyncTrayzor.exe (.NET version: Unknown (461814))
2022-04-21 16:36:00.1344 #1728 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: LogFilePath: C:\Users\andy\AppData\Roaming\SyncTrayzor\logs
2022-04-21 16:36:00.1344 #1728 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: SyncthingBackupPath: C:\Program Files\SyncTrayzor\syncthing.exe
2022-04-21 16:36:00.1344 #1728 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFilePath: C:\Users\andy\AppData\Roaming\SyncTrayzor\config.xml
2022-04-21 16:36:00.1344 #1728 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFileBackupPath: C:\Users\andy\AppData\Roaming\SyncTrayzor\config-backups
2022-04-21 16:36:00.1344 #1728 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: CefCachePath: C:\Users\andy\AppData\Local\SyncTrayzor\cef\cache
2022-04-21 16:36:00.1344 #1728 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: DefaultSyncthingPath: C:\Users\andy\AppData\Roaming\SyncTrayzor\syncthing.exe
2022-04-21 16:36:00.1344 #1728 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: DefaultSyncthingHomePath:
2022-04-21 16:36:00.1500 #1728 [Debug] SyncTrayzor.Services.Ipc.IpcCommsClientFactory: Checking for other SyncTrayzor processes
2022-04-21 16:36:00.1500 #1728 [Debug] SyncTrayzor.Services.Ipc.IpcCommsClientFactory: Did not find any other processes, or they all responded with an error
2022-04-21 16:36:00.3372 #1728 [Info] SyncTrayzor.Services.Config.ConfigurationProvider: Loaded default configuration: <Configuration ShowTrayIconOnlyOnClose=False MinimizeToTray=False CloseToTray=True ShowDeviceConnectivityBalloons=False ShowDeviceOrFolderRejectedBalloons=True SyncthingAddress=localhost:8384 StartSyncthingAutomatically=True SyncthingCommandLineFlags=[] SyncthingEnvironmentalVariables=[] SyncthingDenyUpgrade=False SyncthingPriorityLevel=Normal Folders=[] NotifyOfNewVersions=True LatestNotifiedVersion= ObfuscateDeviceIDs=True UseComputerCulture=True SyncthingConsoleHeight=100 WindowPlacement= SyncthingWebBrowserZoomLevel=0 LastSeenInstallCount=0 SyncthingCustomPath= SyncthingCustomHomePath= ShowSynchronizedBalloonEvenIfNothingDownloaded=False DisableHardwareRendering=False HideIntelXeWarningMessage=False EnableFailedTransferAlerts=True EnableConflictFileMonitoring=True ConflictResolverDeletesToRecycleBin=True PauseDevicesOnMeteredNetworks=True HaveDonated=False IconAnimationMode=DataTransferring OpenFolderCommand=explorer.exe "{0}" ShowFileInFolderCommand=explorer.exe /select, "{0}"LogLevel=Info>
2022-04-21 16:36:00.4152 #1728 [Debug] SyncTrayzor.Services.Config.ConfigurationProvider: Found existing configuration at C:\Users\andy\AppData\Roaming\SyncTrayzor\config.xml
2022-04-21 16:36:01.1016 #1728 [Error] SyncTrayzor.Bootstrapper: An unhandled exception occurred System.ArgumentException 没有具有此名称的值。 Void ThrowArgumentException(System.ExceptionResource) 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) System.ArgumentException: 没有具有此名称的值。
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
2022-04-21 16:36:53.7089 #1728 [Error] SyncTrayzor.Bootstrapper: An unhandled AppDomain exception occurred. Terminating: True System.ArgumentException 没有具有此名称的值。 Void ThrowArgumentException(System.ExceptionResource) 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.DispatcherOperation.InvokeImpl()
在 MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Threading.DispatcherOperation.Invoke()
在 System.Windows.Threading.Dispatcher.ProcessQueue()
在 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
在 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
在 System.Windows.Application.RunDispatcher(Object ignore)
在 System.Windows.Application.RunInternal(Window window)
在 SyncTrayzor.App.Main() System.ArgumentException: 没有具有此名称的值。
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.DispatcherOperation.InvokeImpl()
在 MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Threading.DispatcherOperation.Invoke()
在 System.Windows.Threading.Dispatcher.ProcessQueue()
在 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
在 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
在 System.Windows.Application.RunDispatcher(Object ignore)
在 System.Windows.Application.RunInternal(Window window)
在 SyncTrayzor.App.Main()
2022-04-21 16:46:25.6010 #5680 [Info] SyncTrayzor.Bootstrapper: SyncTrazor version 1.1.29.0 (Amd64) started at C:\Program Files\SyncTrayzor\SyncTrayzor.exe (.NET version: Unknown (461814))
2022-04-21 16:46:25.7102 #5680 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: LogFilePath: C:\Users\andy\AppData\Roaming\SyncTrayzor\logs
2022-04-21 16:46:25.7102 #5680 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: SyncthingBackupPath: C:\Program Files\SyncTrayzor\syncthing.exe
2022-04-21 16:46:25.7102 #5680 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFilePath: C:\Users\andy\AppData\Roaming\SyncTrayzor\config.xml
2022-04-21 16:46:25.7102 #5680 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFileBackupPath: C:\Users\andy\AppData\Roaming\SyncTrayzor\config-backups
2022-04-21 16:46:25.7102 #5680 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: CefCachePath: C:\Users\andy\AppData\Local\SyncTrayzor\cef\cache
2022-04-21 16:46:25.7258 #5680 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: DefaultSyncthingPath: C:\Users\andy\AppData\Roaming\SyncTrayzor\syncthing.exe
2022-04-21 16:46:25.7258 #5680 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: DefaultSyncthingHomePath:
2022-04-21 16:46:25.7258 #5680 [Debug] SyncTrayzor.Services.Ipc.IpcCommsClientFactory: Checking for other SyncTrayzor processes
2022-04-21 16:46:25.7258 #5680 [Debug] SyncTrayzor.Services.Ipc.IpcCommsClientFactory: Did not find any other processes, or they all responded with an error
2022-04-21 16:46:25.7726 #5680 [Info] SyncTrayzor.Services.Config.ConfigurationProvider: Loaded default configuration: <Configuration ShowTrayIconOnlyOnClose=False MinimizeToTray=False CloseToTray=True ShowDeviceConnectivityBalloons=False ShowDeviceOrFolderRejectedBalloons=True SyncthingAddress=localhost:8384 StartSyncthingAutomatically=True SyncthingCommandLineFlags=[] SyncthingEnvironmentalVariables=[] SyncthingDenyUpgrade=False SyncthingPriorityLevel=Normal Folders=[] NotifyOfNewVersions=True LatestNotifiedVersion= ObfuscateDeviceIDs=True UseComputerCulture=True SyncthingConsoleHeight=100 WindowPlacement= SyncthingWebBrowserZoomLevel=0 LastSeenInstallCount=0 SyncthingCustomPath= SyncthingCustomHomePath= ShowSynchronizedBalloonEvenIfNothingDownloaded=False DisableHardwareRendering=False HideIntelXeWarningMessage=False EnableFailedTransferAlerts=True EnableConflictFileMonitoring=True ConflictResolverDeletesToRecycleBin=True PauseDevicesOnMeteredNetworks=True HaveDonated=False IconAnimationMode=DataTransferring OpenFolderCommand=explorer.exe "{0}" ShowFileInFolderCommand=explorer.exe /select, "{0}"LogLevel=Info>
2022-04-21 16:46:25.8350 #5680 [Debug] SyncTrayzor.Services.Config.ConfigurationProvider: Found existing configuration at C:\Users\andy\AppData\Roaming\SyncTrayzor\config.xml
2022-04-21 16:46:26.0066 #5680 [Error] SyncTrayzor.Bootstrapper: An unhandled exception occurred System.ArgumentException 没有具有此名称的值。 Void ThrowArgumentException(System.ExceptionResource) 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) System.ArgumentException: 没有具有此名称的值。
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
2022-04-21 16:47:50.1532 #5680 [Error] SyncTrayzor.Bootstrapper: An unhandled AppDomain exception occurred. Terminating: True System.ArgumentException 没有具有此名称的值。 Void ThrowArgumentException(System.ExceptionResource) 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.DispatcherOperation.InvokeImpl()
在 MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Threading.DispatcherOperation.Invoke()
在 System.Windows.Threading.Dispatcher.ProcessQueue()
在 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
在 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
在 System.Windows.Application.RunDispatcher(Object ignore)
在 System.Windows.Application.RunInternal(Window window)
在 SyncTrayzor.App.Main() System.ArgumentException: 没有具有此名称的值。
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.DispatcherOperation.InvokeImpl()
在 MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Threading.DispatcherOperation.Invoke()
在 System.Windows.Threading.Dispatcher.ProcessQueue()
在 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
在 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
在 System.Windows.Application.RunDispatcher(Object ignore)
在 System.Windows.Application.RunInternal(Window window)
在 SyncTrayzor.App.Main()
2022-04-21 20:51:12.3486 #1304 [Info] SyncTrayzor.Bootstrapper: SyncTrazor version 1.1.29.0 (Amd64) started at C:\Program Files\SyncTrayzor\SyncTrayzor.exe (.NET version: Unknown (461814))
2022-04-21 20:51:12.5358 #1304 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: LogFilePath: C:\Users\andy\AppData\Roaming\SyncTrayzor\logs
2022-04-21 20:51:12.5358 #1304 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: SyncthingBackupPath: C:\Program Files\SyncTrayzor\syncthing.exe
2022-04-21 20:51:12.5358 #1304 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFilePath: C:\Users\andy\AppData\Roaming\SyncTrayzor\config.xml
2022-04-21 20:51:12.5358 #1304 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: ConfigurationFileBackupPath: C:\Users\andy\AppData\Roaming\SyncTrayzor\config-backups
2022-04-21 20:51:12.5358 #1304 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: CefCachePath: C:\Users\andy\AppData\Local\SyncTrayzor\cef\cache
2022-04-21 20:51:12.5358 #1304 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: DefaultSyncthingPath: C:\Users\andy\AppData\Roaming\SyncTrayzor\syncthing.exe
2022-04-21 20:51:12.5514 #1304 [Debug] SyncTrayzor.Services.Config.ApplicationPathsProvider: DefaultSyncthingHomePath:
2022-04-21 20:51:12.5670 #1304 [Debug] SyncTrayzor.Services.Ipc.IpcCommsClientFactory: Checking for other SyncTrayzor processes
2022-04-21 20:51:12.5670 #1304 [Debug] SyncTrayzor.Services.Ipc.IpcCommsClientFactory: Did not find any other processes, or they all responded with an error
2022-04-21 20:51:12.6918 #1304 [Info] SyncTrayzor.Services.Config.ConfigurationProvider: Loaded default configuration: <Configuration ShowTrayIconOnlyOnClose=False MinimizeToTray=False CloseToTray=True ShowDeviceConnectivityBalloons=False ShowDeviceOrFolderRejectedBalloons=True SyncthingAddress=localhost:8384 StartSyncthingAutomatically=True SyncthingCommandLineFlags=[] SyncthingEnvironmentalVariables=[] SyncthingDenyUpgrade=False SyncthingPriorityLevel=Normal Folders=[] NotifyOfNewVersions=True LatestNotifiedVersion= ObfuscateDeviceIDs=True UseComputerCulture=True SyncthingConsoleHeight=100 WindowPlacement= SyncthingWebBrowserZoomLevel=0 LastSeenInstallCount=0 SyncthingCustomPath= SyncthingCustomHomePath= ShowSynchronizedBalloonEvenIfNothingDownloaded=False DisableHardwareRendering=False HideIntelXeWarningMessage=False EnableFailedTransferAlerts=True EnableConflictFileMonitoring=True ConflictResolverDeletesToRecycleBin=True PauseDevicesOnMeteredNetworks=True HaveDonated=False IconAnimationMode=DataTransferring OpenFolderCommand=explorer.exe "{0}" ShowFileInFolderCommand=explorer.exe /select, "{0}"LogLevel=Info>
2022-04-21 20:51:12.7698 #1304 [Debug] SyncTrayzor.Services.Config.ConfigurationProvider: Found existing configuration at C:\Users\andy\AppData\Roaming\SyncTrayzor\config.xml
2022-04-21 20:51:13.0974 #1304 [Error] SyncTrayzor.Bootstrapper: An unhandled exception occurred System.ArgumentException 没有具有此名称的值。 Void ThrowArgumentException(System.ExceptionResource) 在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) System.ArgumentException: 没有具有此名称的值。
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 Microsoft.Win32.RegistryKey.DeleteValue(String name)
在 SyncTrayzor.Services.AutostartProvider.FindKeyNameAndCheckAccess()
在 SyncTrayzor.Services.AutostartProvider..ctor(IAssemblyProvider assemblyProvider)
在 lambda_method(Closure , IRegistrationContext )
在 StyletIoC.Internal.Registrations.SingletonRegistration.GetInstanceExpression(ParameterExpression registrationContext)
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGeneratorInternal()
在 StyletIoC.Internal.Registrations.RegistrationBase.GetGenerator()
在 StyletIoC.Internal.Container.Get(RuntimeTypeHandle typeHandle, String key, Type typeIfAvailable)
在 StyletIoC.Internal.Container.Get[T](String key)
在 SyncTrayzor.Bootstrapper.Configure()
在 Stylet.BootstrapperBase.Start(String[] args)
在 System.Windows.Application.OnStartup(StartupEventArgs e)
在 System.Windows.Application.<.ctor>b__1_0(Object unused)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
2022-04-21 20:51:36.2478 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "explorer.exe" /select, C:\Users\andy\AppData\Roaming\SyncTrayzor\logs\SyncTrayzor.log
2022-04-21 20:52:17.9083 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:37.7681 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:42.2467 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:42.6055 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:42.7771 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:42.9643 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:43.1359 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:43.3231 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:43.5415 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:44.1343 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:44.3371 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:44.5187 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:44.7521 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:48.4949 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:48.6977 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:48.8849 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:49.1345 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:49.3685 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:49.5713 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:49.7741 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:50.0081 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:55.6304 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:56.0516 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:56.2544 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 20:52:56.4416 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "https://github.com/canton7/SyncTrayzor/issues"
2022-04-21 21:05:01.6558 #1304 [Debug] SyncTrayzor.Services.ProcessStartProvider: Starting C:\Program Files\SyncTrayzor\ProcessRunner.exe --shell -- "explorer.exe" /select, C:\Users\andy\AppData\Roaming\SyncTrayzor\logs\SyncTrayzor.log

@basekno basekno changed the title win 7 with .netframework 3.7.2 cannot start with error followed win 7 with .netframework 4.7.2 cannot start with error followed Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant