issue

Issue #7388 resolved
stephen parker created an issue

Requested value 'BigBoxRotateModelDown' was not found.

App: LaunchBox
Version: 12.16
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.PublishAdvisableTest(Type , Object )
at Unbroken.LaunchBox.Data.DataItem.LoadFromReader(XmlReader reader)
at Unbroken.LaunchBox.Windows.Data.DataManager.LogoutConcreteFactory()
at ParamsGetter.ValidateAdvisableTests(Object , ParamsGetter )
at Unbroken.LaunchBox.Windows.Data.DataManager.OrderConcreteFactory(Boolean initreguired, Boolean isord)
at RegistryGetter.ValidateAdvisableTests(Object , Boolean initreguired, Boolean isord, RegistryGetter )
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:

12:38:38 Exception

Comments (2)

  1. Christian

    This occurs because you downgraded after being on 13.0 (or one of it's beta's). To correct navigate to \LaunchBox\Data\InputBindings.xml. Open that file and you should see InputBinding tags. You want to remove the ones where the input action starts with "BigBoxRotateModel". If you're ok with reverting all controller input back to default you can also simply delete that file

  2. Log in to comment