error msg

Issue #7290 resolved
Gary Stockton created an issue

Windows 10

1 time

CefSettings.BrowserSubprocessPath not found.

App:
Version: 12.14
Type: System.IO.FileNotFoundException
Site: Boolean Initialize(CefSharp.CefSettingsBase, Boolean, CefSharp.IApp)
Source: CefSharp.Core

at CefSharp.Cef.Initialize(CefSettingsBase cefSettings, Boolean performDependencyCheck, IApp cefApp)
at CefSharp.Cef.Initialize(CefSettingsBase cefSettings, Boolean performDependencyCheck, IBrowserProcessHandler browserProcessHandler)
at Unbroken.LaunchBox.Windows.Desktop.App.DestroyFailureRegistry(Object , Boolean , Object )
at Unbroken.LaunchBox.Windows.Desktop.App..ctor()
at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)

Recent Log:

12:19:29 PM Exception

Comments (1)

  1. brian

    Looks like this is happening due to a third party security program you most likely have installed on your computer. It looks to be deleting a necessary chrome browser dll required for certain functionality.

    You will need to whitelist LaunchBox in your security program, so that it doesn’t mess with its files, then reinstall LaunchBox overtop your current install.

    Although, we recommend that you remove that program, as it will more often than not cause these false positives and provide you with suboptimal experiences like this one. Windows Defender comes bundled with Windows and provides a more optimal and accurate protection service than most third party programs these days.

  2. Log in to comment