error on launch

Issue #9036 resolved
Scott Lopez created an issue

Requested value 'BigBoxRotateModelDown' was not found.

App: LaunchBox
Version: 12.14
Type: System.ArgumentException
Site: Boolean TryParseByName(System.RuntimeType, System.String, System.ReadOnlySpan`1[System.Char], Boolean, Boolean, UInt64 ByRef)
Source: System.Private.CoreLib

at System.Enum.TryParseByName(RuntimeType enumType, String originalValueString, ReadOnlySpan1 value, Boolean ignoreCase, Boolean throwOnFailure, UInt64& result) at System.Enum.TryParseInt32Enum(RuntimeType enumType, String originalValueString, ReadOnlySpan1 value, Int32 minInclusive, Int32 maxInclusive, Boolean ignoreCase, Boolean throwOnFailure, TypeCode type, Int32& result)
at System.Enum.TryParse(Type enumType, String value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
at System.Enum.Parse(Type enumType, String value)
at Unbroken.LaunchBox.Data.DataItem.PrintAdvisableAccount(Type , Object )
at Unbroken.LaunchBox.Data.DataItem.LoadFromReader(XmlReader reader)
at Unbroken.LaunchBox.Windows.Data.DataManager.IncludeConcreteIndexer(Object , Object )
at Unbroken.LaunchBox.Windows.Data.DataManager.VerifyTransformerBridge()
at GlobalDescriptor.InterruptAdvisableAnnotation(Object , GlobalDescriptor )
at Unbroken.LaunchBox.Windows.Data.DataManager.PrepareTransformerBridge(Boolean isi, Boolean isord)
at ExceptionDescriptor.InterruptAdvisableAnnotation(Object , Boolean isi, Boolean isord, ExceptionDescriptor )
at Unbroken.LaunchBox.Windows.Data.DataManager..ctor(Boolean bare, Boolean settingsOnly)
at Unbroken.LaunchBox.Windows.Desktop.App..ctor()
at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)

Recent Log:

6:33:34 PM Exception

Comments (1)

  1. brian

    This issue happens when a user downgrades to an older version of LaunchBox.

    The easiest way to solve this is to delete any settings files that contain the new settings that the old version of LaunchBox does not know about.

    While LaunchBox/Big Box is closed, you'll need to delete the InputBindings.xml file from the LaunchBox\Data folder.

    You may also need to delete the BigBoxSettings.xml file.

  2. Log in to comment