Received Error On Initial Launch, Cannot Run App (LaunchBox 13.2)

Issue #7616 new
Former user created an issue

Description of text as follows:

“Common Language Runtime detected an invalid program.

App: LaunchBox
Version: 13.2
Type: System.InvalidProgramException
Site: Void InterruptRemotePage[T](System.Collections.Generic.IEnumerable1[System.Reflection.Assembly], System.Collections.Concurrent.ConcurrentDictionary2[System.String,T] ByRef)
Source: Unbroken.LaunchBox.Windows

at Unbroken.LaunchBox.Windows.Root.InterruptRemotePage[T](IEnumerable1 task, ConcurrentDictionary2& attr)
at Unbroken.LaunchBox.Windows.Root.LoadPlugins(String folderPath)
at Unbroken.LaunchBox.Windows.Desktop.App.ViewIterableTest(Object )
at Unbroken.LaunchBox.Windows.Desktop.App..ctor()
at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)

Recent Log:

10:55:53 AM Exception”

Comments (9)

  1. Christian

    Are you running any plugins? The stack trace makes it look like you are and it’s throwing that error trying to load it.

  2. Former user Account Deleted reporter

    Unless it comes out of the box with plugins, then no. This was a fresh install, first error message I received when I opened it up for the first time.

  3. Christian

    Hmm, then I’m a tad confused because this stack trace says it’s failing to load something from that folder. Can you navigate to \\LaunchBox\Plugins and confirm that folder is there, and if so that nothing is in it?

  4. Former user Account Deleted reporter

    No problem. Here you go. There has been an update. I did try and just run the application again. It bounced a few more errors (same as above) and then finally let me in. However, the

    program continues to throw errors intermittently.

  5. Christian

    Appears like you have LaunchBox on a cloud drive. I wonder if that is causing the issue as I’ve not seen this error reported before.

  6. Former user Account Deleted reporter

    I do! I think it was recommended to install in a cloud location during installation (or maybe I just did that because it’s easier to transfer it around places/not have to keep redownloading assets and such). I have the folder set to “Always Keep on This Computer” though just to avoid random, unused files being offloaded back to the cloud.

  7. Christian

    Just so we can rule it out as a possible cause for what you’re seeing can you try to install at a local location and running it and see if you get the same error or not?

  8. Ryan Bedoya

    I am having the same issue. I recently downloaded the update and it crashed. My version of launchbox is on a USB flash drive. I really want to play Tetris on launchbox but I can’t. Is there any way to fix this issue?

  9. Former user Account Deleted reporter

    @Christian, I did move it out of a cloud drive and so far, no issues related to that, but I am getting memory issues. The platform randomly crashed, and when I tried to reopen it, I got this:

    Not enough memory resources are available to process this command.

    App: LaunchBox
    Version: 13.2
    Type: System.ComponentModel.Win32Exception
    Site: UInt16 RegisterClassEx(WNDCLASSEX_D)
    Source: WindowsBase

    at MS.Win32.UnsafeNativeMethods.RegisterClassEx(WNDCLASSEX_D wc_d)
    at MS.Win32.HwndWrapper..ctor(Int32 classStyle, Int32 style, Int32 exStyle, Int32 x, Int32 y, Int32 width, Int32 height, String name, IntPtr parent, HwndWrapperHook[] hooks)
    at System.Windows.Interop.HwndTarget.NotificationWindowHelper..ctor()
    at System.Windows.Interop.HwndTarget.EnsureNotificationWindow()
    at System.Windows.Interop.HwndTarget.AttachToHwnd(IntPtr hwnd)
    at System.Windows.Interop.HwndTarget..ctor(IntPtr hwnd)
    at System.Windows.Interop.HwndSource.Initialize(HwndSourceParameters parameters)
    at System.Windows.Interop.HwndSource..ctor(HwndSourceParameters parameters)
    at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
    at System.Windows.Window.CreateSourceWindowDuringShow()
    at System.Windows.Window.SafeCreateWindowDuringShow()
    at System.Windows.Window.ShowHelper(Object booleanBox)
    at System.Windows.Window.Show()
    at Caliburn.Micro.WindowManager.ShowWindow(Object rootModel, Object context, IDictionary2 settings) at Caliburn.Micro.BootstrapperBase.DisplayRootViewFor(Type viewModelType, IDictionary2 settings)
    at Unbroken.LaunchBox.Windows.Desktop.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:

    10:02:38 AM Exception

  10. Log in to comment