crash report

Issue #5428 invalid
Hek Won created an issue

Windows 10

version 1909 (OS Build 18363.900

The crash only happens when installing theme Nostalgia-1.9, I have not had any other issues with any other theme so far.

(Inner Exception)

cannot find local VLC libs

App: Big Box
Version: 11.1
Type: System.DllNotFoundException
Site: Void SetupLibVlcPath()
Source: Ao.Bigbox.Themer.v3_9_6

at Ao.Bigbox.Utils.Media.MediaPlayer_VLC.SetupLibVlcPath()
at Ao.Bigbox.Utils.Media.MediaPlayer_VLC..cctor()

(Outer Exception)

The type initializer for 'Ao.Bigbox.Utils.Media.MediaPlayer_VLC' threw an exception.

App: Big Box
Version: 11.1
Type: System.TypeInitializationException
Site: Void .ctor(Boolean)
Source: Ao.Bigbox.Themer.v3_9_6

at Ao.Bigbox.Utils.Media.MediaPlayer_VLC..ctor(Boolean hwDecodingEnabled)
at Ao.Bigbox.Utils.Media.MediaPlayerFactory.CreateMediaPlayer(MediaPlayerImpl impl)
at Ao.Bigbox.Controls.MediaTrack.ConfigMediaPlayer(Boolean loaded)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
at MS.Internal.LoadedOrUnloadedOperation.DoWork()
at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
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)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
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)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at ()
at Unbroken.LaunchBox.Windows.BigBox.BigBoxProgram.Main()

Recent Log:

5:51:59 PM Exception

Comments (4)

  1. Retro808

    Looks like an issue with the Ao.BigBox.Themer plugin used in that theme. You might need to uopdate your downloaded version. Nostalgia current version is 2.1 so you may be using an outdated version of the plug-in inside the version 1.9 you have.

  2. Christian

    This is a theme plugin issue. That version is looking in the wrong directory for the embedded VLC library. I believe as Retro said, there is a newer version on the forum that fixes that issue.

  3. Log in to comment