canton7 / SyncTrayzor

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

Will not run on Windows #803

Closed pianoman723 closed 3 months ago

pianoman723 commented 5 months ago

I just have no idea what's going on. Any help?

Version: 1.1.28.0; Variant: Installed; Arch: Amd64 Path: C:\Program Files\SyncTrayzor\SyncTrayzor.exe System.IO.FileNotFoundException: CefSettings.BrowserSubprocessPath not found. File name: 'C:\Program Files\SyncTrayzor\CefSharp.BrowserSubprocess.exe' at CefSharp.Cef.Initialize(CefSettingsBase cefSettings, Boolean performDependencyCheck, IApp cefApp) at SyncTrayzor.Pages.ViewerViewModel.OnInitialActivate() at Stylet.Screen.b35_0(ScreenState oldState, ScreenState newState) at Stylet.Screen.SetState(ScreenState newState, Action`2 changedHandler) at Stylet.ScreenExtensions.<>c__DisplayClass4_0.b0(Object o, ActivationEventArgs e) at System.EventHandler1.Invoke(Object sender, TEventArgs e) at Stylet.Screen.<Stylet.IScreenState.Activate>b__35_0(ScreenState oldState, ScreenState newState) at Stylet.Screen.SetState(ScreenState newState, Action2 changedHandler) at Stylet.ScreenExtensions.TryActivate(Object screen) at Stylet.WindowManager.WindowConductor..ctor(Window window, Object viewModel) at Stylet.WindowManager.CreateWindow(Object viewModel, Boolean isDialog, IViewAware ownerViewModel) at Stylet.WindowManager.ShowWindow(Object viewModel) at Stylet.BootstrapperBase.Start(String[] args) at System.Windows.Application.OnStartup(StartupEventArgs e) at System.Windows.Application.<.ctor>b__1_0(Object unused) 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)

dacagi commented 3 months ago

Can you check and confirm if the file does exist in the mentioned path?

System.IO.FileNotFoundException: CefSettings.BrowserSubprocessPath not found. File name: 'C:\Program Files\SyncTrayzor\CefSharp.BrowserSubprocess.exe'

Open your file explorer, go to "C:\Program Files\SyncTrayzor\" and look for a file called "CefSharp.BrowserSubprocess.exe".

When you get those type of errors, we call them error stacks, you are supposed to start reading either the first or the last lines, don't need to go further.

In any case, I'd suggest you reinstall the app to ensure that the paths do exist and match expectations.

pianoman723 commented 3 months ago

Yes it's there now. When I didn't hear anything back in June I did reinstall. Thanks for your help.