Requested value 'BigBoxRotateModelDown' was not found.

Issue #8150 resolved
Everardo Moreira Barreto created an issue

Requested value 'BigBoxRotateModelDown' was not found.

App: LaunchBox
Version: 12.11
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.CustomizeDrivenCandidate(Type , Object )
at Unbroken.LaunchBox.Data.DataItem.LoadFromReader(XmlReader reader)
at Unbroken.LaunchBox.Windows.Data.DataManager.ConcatFocusCallback(Object , Object )
at Unbroken.LaunchBox.Windows.Data.DataManager.InstantiateInvalidProperty()
at ComposerReg.ConnectFocusConfiguration(Object , ComposerReg )
at Unbroken.LaunchBox.Windows.Data.DataManager.PatchInvalidProperty(Boolean issetup, Boolean breguired)
at TestsReg.ConnectFocusConfiguration(Object , Boolean issetup, Boolean breguired, TestsReg )
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:

16:04:45 Exception

Comments (1)

  1. brian

    Looks like you were on a newer build of LaunchBox, and then downgraded to 12.11, which is missing a bunch of features that your settings files still think it should have, causing a settings mismatch.

    You'll need to delete the following file: LaunchBox\Data\InputBindings.xml

  2. Log in to comment