imsoinzane Posted September 21, 2020 Share Posted September 21, 2020 (edited) Hello Everyone, I just got my arcade up and running and everything has been running great. I updated to 11.6 the other day and have opened BigBox quite a few times since then and everything was still good up until today. Now, every time that I try to open BigBox, it throws this error. When I press close and try to reopen BigBox, it says that the program is still running so I kill it in task manager and the same problem happens. I am not sure what to do. Any suggestions on how to fix or troubleshoot? Is this a known issue? Thanks (Inner Exception) 模块文件不存在:E:\Launchbox No Intro\LaunchBox\ThirdParty\VLC\x64\libvlccore.dll App: Big Box Version: 11.6 Type: System.Exception Site: IntPtr LoadLibrary(System.String) Source: Meta.Vlc at Meta.Vlc.Win32Api.LoadLibrary(String lpFileName) at Meta.Vlc.LibVlcManager.LoadLibVlc(String libVlcDirectory) at Meta.Vlc.Wpf.ApiManager.Initialize() at Meta.Vlc.Wpf.ApiManager.Initialize(String libVlcPath, String[] vlcOption) at Meta.Vlc.Wpf.VlcPlayer.Initialize(String libVlcPath, String[] libVlcOption) at Meta.Vlc.Wpf.VlcPlayer.OnInitialized(EventArgs e) at System.Windows.FrameworkElement.TryFireInitialized() at System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent) at System.Windows.FrameworkElement.AddLogicalChild(Object child) at System.Windows.Controls.UIElementCollection.AddInternal(UIElement element) at System.Windows.Controls.UIElementCollection.Add(UIElement element) at Unbroken.LaunchBox.Windows.Views.ImageVideoView.LjnJKNgtdA() at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() at System.Windows.Threading.DispatcherOperation.InvokeImpl() --- End of stack trace from previous location where exception was thrown --- at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority) at Unbroken.LaunchBox.Windows.Views.ImageVideoView..ctor() at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel..ctor() (Outer Exception) Exception has been thrown by the target of an invocation. App: Big Box Version: 11.6 Type: System.Reflection.TargetInvocationException Site: System.Object CreateInstance(System.RuntimeType, Boolean, Boolean, Boolean ByRef, System.RuntimeMethodHandleInternal ByRef, Boolean ByRef) Source: System.Private.CoreLib at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean wrapExceptions, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& hasNoDefaultCtor) at System.RuntimeType.CreateInstanceDefaultCtorSlow(Boolean publicOnly, Boolean wrapExceptions, Boolean fillCache) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, Boolean wrapExceptions) at System.Activator.CreateInstance(Type type, Boolean nonPublic, Boolean wrapExceptions) at System.Activator.CreateInstance(Type type) at Caliburn.Micro.BootstrapperBase.GetInstance(Type service, String key) at Caliburn.Micro.BootstrapperBase.DisplayRootViewFor(Type viewModelType, IDictionary`2 settings) at Unbroken.LaunchBox.Windows.BigBox.Bootstrapper.OnStartup(Object sender, StartupEventArgs e) 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) Recent Log: 8:59:24 PM Exception Edited September 21, 2020 by imsoinzane Included tags and error message text Quote Link to comment Share on other sites More sharing options...
neil9000 Posted September 21, 2020 Share Posted September 21, 2020 7 hours ago, imsoinzane said: Hello Everyone, I just got my arcade up and running and everything has been running great. I updated to 11.6 the other day and have opened BigBox quite a few times since then and everything was still good up until today. Now, every time that I try to open BigBox, it throws this error. When I press close and try to reopen BigBox, it says that the program is still running so I kill it in task manager and the same problem happens. I am not sure what to do. Any suggestions on how to fix or troubleshoot? Is this a known issue? Thanks (Inner Exception) 模块文件不存在:E:\Launchbox No Intro\LaunchBox\ThirdParty\VLC\x64\libvlccore.dll App: Big Box Version: 11.6 Type: System.Exception Site: IntPtr LoadLibrary(System.String) Source: Meta.Vlc at Meta.Vlc.Win32Api.LoadLibrary(String lpFileName) at Meta.Vlc.LibVlcManager.LoadLibVlc(String libVlcDirectory) at Meta.Vlc.Wpf.ApiManager.Initialize() at Meta.Vlc.Wpf.ApiManager.Initialize(String libVlcPath, String[] vlcOption) at Meta.Vlc.Wpf.VlcPlayer.Initialize(String libVlcPath, String[] libVlcOption) at Meta.Vlc.Wpf.VlcPlayer.OnInitialized(EventArgs e) at System.Windows.FrameworkElement.TryFireInitialized() at System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent) at System.Windows.FrameworkElement.AddLogicalChild(Object child) at System.Windows.Controls.UIElementCollection.AddInternal(UIElement element) at System.Windows.Controls.UIElementCollection.Add(UIElement element) at Unbroken.LaunchBox.Windows.Views.ImageVideoView.LjnJKNgtdA() at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() at System.Windows.Threading.DispatcherOperation.InvokeImpl() --- End of stack trace from previous location where exception was thrown --- at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority) at Unbroken.LaunchBox.Windows.Views.ImageVideoView..ctor() at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel..ctor() (Outer Exception) Exception has been thrown by the target of an invocation. App: Big Box Version: 11.6 Type: System.Reflection.TargetInvocationException Site: System.Object CreateInstance(System.RuntimeType, Boolean, Boolean, Boolean ByRef, System.RuntimeMethodHandleInternal ByRef, Boolean ByRef) Source: System.Private.CoreLib at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean wrapExceptions, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& hasNoDefaultCtor) at System.RuntimeType.CreateInstanceDefaultCtorSlow(Boolean publicOnly, Boolean wrapExceptions, Boolean fillCache) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, Boolean wrapExceptions) at System.Activator.CreateInstance(Type type, Boolean nonPublic, Boolean wrapExceptions) at System.Activator.CreateInstance(Type type) at Caliburn.Micro.BootstrapperBase.GetInstance(Type service, String key) at Caliburn.Micro.BootstrapperBase.DisplayRootViewFor(Type viewModelType, IDictionary`2 settings) at Unbroken.LaunchBox.Windows.BigBox.Bootstrapper.OnStartup(Object sender, StartupEventArgs e) 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) Recent Log: 8:59:24 PM Exception We dont offer support for downloaded builds of Launchbox, but thats clearly a VLC issue. With Launchbox closed delete the Launchbox/Third Party/VLC folder and restart Launchbox. Quote Link to comment Share on other sites More sharing options...
imsoinzane Posted September 21, 2020 Author Share Posted September 21, 2020 1 hour ago, neil9000 said: We dont offer support for downloaded builds of Launchbox, but thats clearly a VLC issue. With Launchbox closed delete the Launchbox/Third Party/VLC folder and restart Launchbox. Ahh ok I understand. I tried to delete the VLC folder but when I reopen LaunchBox and go back to the files and check, that folder does not replenish itself with new files and continues with the same error. Is there a way where I can instead install a fresh stock LaunchBox installation while keeping my mappings of roms and emulators and which emulator and core is set to open for each platform as well as playlists to transfer it to a stock build and receive support? Quote Link to comment Share on other sites More sharing options...
neil9000 Posted September 21, 2020 Share Posted September 21, 2020 17 minutes ago, imsoinzane said: Ahh ok I understand. I tried to delete the VLC folder but when I reopen LaunchBox and go back to the files and check, that folder does not replenish itself with new files and continues with the same error. Is there a way where I can instead install a fresh stock LaunchBox installation while keeping my mappings of roms and emulators and which emulator and core is set to open for each platform as well as playlists to transfer it to a stock build and receive support? Strange, Launchbox should recreate that folder when you launch it as its a required folder/files, ill mention this to the devs to check. If you go to the Launchbox/Updates folder you can manually install the latest version again from there, you wont lose anything it just replaces the actual Launchbox files/folders, it doesnt touch any of your data/images/videos etc. Quote Link to comment Share on other sites More sharing options...
neil9000 Posted September 21, 2020 Share Posted September 21, 2020 24 minutes ago, imsoinzane said: I tried to delete the VLC folder but when I reopen LaunchBox and go back to the files and check, that folder does not replenish itself with new files and continues with the same error. I have just tested this and i see the same behaviour. I have reported it to the devs. Thanks for the report. Quote Link to comment Share on other sites More sharing options...
imsoinzane Posted September 21, 2020 Author Share Posted September 21, 2020 UPDATE: Deleting the VLC folder in the ThirdParty folder, running the 11.6 installer found in the Updates folder and installing to my current LaunchBox install folder solved my issue! Thank you for the help @neil9000! 1 1 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.