Error when trying to re-install old version

Issue #7394 resolved
Daniel Marshall (MarshallBrosProduction) created an issue
  • The version of LaunchBox you are using: Launchbox 13 but trying to reinstall version 12.16 due to the rotating boxes
  • The version of Windows you are using: Windows 11
  • How often the issue occurs: Every time I try and re-install and then if i close and re-open
  • Steps to reproduce the issue if you are able to reproduce it. Try re-install Version 12.16 over 13

  • The complete error that shows up in LaunchBox, if there is one (with all error text):

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:

18:25:47 Exception

Comments (2)

  1. brian

    This error is caused by new Big Box settings in your data files from 13.0 that did not appear in version 12.16.

    Easing way to solve this: Check your folder: LaunchBox\Data

    And delete: InputBindings.xml

  2. Log in to comment