launchbox not starting.

Issue #8268 open
João Souza created an issue

CefSettings.BrowserSubprocessPath not found.

App:
Version: 13.8
Theme: NOT SET
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 Unbroken.LaunchBox.Windows.Desktop.App..ctor()
at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)

Recent Log:

20:17:21 Exception

Comments (2)

  1. brian

    This usually happens when you have a third party security program that is blocking or actively deleting some of the third party utilities that are required for LaunchBox to function. In your case, it’s blocking the chromium browser dll that we need to use. Make sure you stop any third party software that could be blocking the dll, and run the LaunchBox setup file overtop your current installation, so it can repopulate the necessary files. During the setup process, make sure to double check that your install directory is pointing right to your current LaunchBox folder, and that it’s not trying to create a new LaunchBox folder inside of your current one.

  2. Log in to comment