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

Will not run on Windows #803

Closed
pianoman723 opened this issue Jun 4, 2024 · 2 comments
Closed

Will not run on Windows #803

pianoman723 opened this issue Jun 4, 2024 · 2 comments

Comments

@pianoman723
Copy link

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.<Stylet.IScreenState.Activate>b__35_0(ScreenState oldState, ScreenState newState)
at Stylet.Screen.SetState(ScreenState newState, Action2 changedHandler) at Stylet.ScreenExtensions.<>c__DisplayClass4_0.<ActivateWith>b__0(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, Action`2 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
Copy link

dacagi commented Aug 22, 2024

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
Copy link
Author

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

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

2 participants