Pb when launching game with new beta

Issue #6382 invalid
Laurent DUVAL created an issue

Hi,

Version of Launchbox : 12.0 beta 1

Version of Windows : W10 Professionnel (10.0.19042)

How often : almost every time

Steps to reproduce the issue : simply double clic on game using Launchbox (not bigbox)

Could not load file or assembly 'HwndExtensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Le fichier spécifié est introuvable.

App: LaunchBox
Version: 12.0-beta-1
Type: System.IO.FileNotFoundException
Site: Void .ctor(IntPtr, Int32)
Source: Ao.Bigbox.Dropins

at Ao.Bigbox.Controls.AdornedWindow..ctor(IntPtr hwnd, Int32 pid)
at Ao.Bigbox.Controls.AdornedWindow..ctor()
at Ao.Bigbox.Dropins.WootLauncher.<>c__DisplayClass14_1.<OnBeforeGameLaunching>b__0(Object o, EventArgs e)
at Ao.Bigbox.Dropins.WL.ProcessSnatcher.<>c__DisplayClass6_2.<StartMonitoring>b__2()
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 Ao.Bigbox.Dropins.WL.ProcessSnatcher.<>c__DisplayClass6_0.<StartMonitoring>b__0()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

Recent Log:

10:58:06 Exception

Comments (5)

  1. Christian

    Hmm looks to me like you have a Big Box theme plugin being called for some reason from LaunchBox. Sounds like either you have a plugin in Plugins folder that doesn’t belong or theme located in the wrong location.

  2. Laurent DUVAL reporter

    i reinstall the new version of unified refried theme and i got the same issue.

    i saw a screen with “Wootlauncher vx.xx” (can”t remember the version) and then the error appears.

    don’t know if it helps but i use 7z and chd for isos (the pb seems to appears on chd isos but can’t test anymore)

  3. Laurent DUVAL reporter

    i can add that bigbox/launchbox doesn’t crash until i clic the close button on the error

  4. Christian

    Unified Refried is a Big Box theme, not a LaunchBox theme. Your issue is that you have a Big Box theme in the LaunchBox theme folder. Big Box themes go in \LaunchBox\Themes, and LaunchBox themes go in \LaunchBox\LBThemes

  5. Log in to comment