Hi Launchbox folk,
I am first time user of eXoDOS and Launchbox, so please bear with me.
I have a clean installed Win 10 Pro 22H2 x64, and have been on a journey to try and get the eXoDOS project to work.
At the moment I am stuck at installing Launchbox that is part of eXoDOS v6, which seems to be v13.8.
I found from the event viewer that it is due to the Launchbox.exe is not able to find a dll file. I tracked it down, so I know the file exists in this location.
Application: LaunchBox.exe
CoreCLR Version: 6.0.1623.17311
.NET Version: 6.0.16
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException: Could not load file or assembly 'CefSharp.Core, Version=83.4.20.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138'. The specified module could not be found.
File name: 'CefSharp.Core, Version=83.4.20.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138'
---> System.IO.FileNotFoundException: Could not load file or assembly 'M:\eXoDOS\ThirdParty\Chromium\CefSharp.Core.dll'. The specified module could not be found.
File name: 'M:\eXoDOS\ThirdParty\Chromium\CefSharp.Core.dll'
at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
at System.Reflection.Assembly.LoadFile(String path)
at Unbroken.LaunchBox.Windows.Desktop.Program.<>c.ManageFocusParser(Object )
at Unbroken.LaunchBox.Windows.Desktop.Program.<>c.CustomizeDistributedParam(Object sender, ResolveEventArgs e)
at System.Runtime.Loader.AssemblyLoadContext.InvokeResolveEvent(ResolveEventHandler eventHandler, RuntimeAssembly assembly, String name)
at System.Runtime.Loader.AssemblyLoadContext.OnAssemblyResolve(RuntimeAssembly assembly, String assemblyFullName)
at Unbroken.LaunchBox.Windows.Desktop.App..ctor()
at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)
First I disabled windows defender and any firewall, and ran the executable as administrator. No cigar...
Second I assumed a .NET issue and had the windows fully updated. This did not fix the issue either.
My skill-set seems to end here on troubleshooting this issue, and I am hoping a kind soul in here can point me in the right direction.
Any help will be appreciated