Crash on loading

Issue #5680 invalid
Brian Dumlao created an issue

Tried to load up Launchbox using a remote connection (Windows Remote) and I got the error listed below. It isn’t 100% but it is certainly more than a one-timer.

(Inner Exception)

Exception of type 'System.Exception' was thrown.

App: LaunchBox
Version: 11.7-beta-10
Type: System.Exception
Site: Void Init(System.String, Boolean)
Source: SteamVent

at SteamVent.SteamContext.Init(String ProxyServerPath, Boolean SearchSubfolders) in F:\Programming\SteamVent\SteamVent\SteamContext.cs:line 493
at SteamVent.SteamContext..ctor() in F:\Programming\SteamVent\SteamVent\SteamContext.cs:line 45
at SteamVent.SteamContext.GetInstance() in F:\Programming\SteamVent\SteamVent\SteamContext.cs:line 52
at SteamTools.SteamToolsGetSteamBannerGameMenuItemPlugin..ctor() in F:\Programming\LaunchBoxSteamToolsPlugin\SteamTools.Core\SteamToolsGetSteamBannerGameMenuItemPlugin.cs:line 75

(Outer Exception)

Exception has been thrown by the target of an invocation.

App: LaunchBox
Version: 11.7-beta-10
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 Unbroken.LaunchBox.Windows.Root.<>c__731.MDfpDj1jU8(Type type) at System.Linq.Enumerable.SelectListIterator2.MoveNext()
at Unbroken.LaunchBox.Windows.Root.egyLawqIyw[U0LHlgPDgBSaNWKd9F](IEnumerable1 , ConcurrentDictionary2& )
at Unbroken.LaunchBox.Windows.Root.LoadPlugins(String folderPath)
at Unbroken.LaunchBox.Windows.Desktop.App..ctor()
at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)

Recent Log:

1:46:02 PM Exception

Comments (1)

  1. Jason Carr repo owner

    Hi Brian, this error comes from a Steam-related plugin that you have installed. I'm not sure what exact plugin it is, but removing the plugin should resolve the error.

  2. Log in to comment