Download platform/playlist theme videos causes Launchbox crash

Issue #6474 resolved
slurpee created an issue

Download platform/playlist theme videos

Gives this error when it crashes Launchbox, app closes


last block incomplete in decryption

App: LaunchBox
Version: 12.3
Type: Org.BouncyCastle.Crypto.DataLengthException
Site: Int32 DoFinal(Byte[], Int32)
Source: BouncyCastle.Crypto

at Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher.DoFinal(Byte[] output, Int32 outOff)
at Unbroken.LaunchBox.Rijndael.CollectTransformerTests(Object , Object , Int32 )
at Unbroken.LaunchBox.Rijndael.Decrypt(Byte[] value, Byte[] key, Byte[] seed)
at InstanceCode.InitTransformerCustomer(Byte[] value, Byte[] key, Byte[] seed, InstanceCode )
at Unbroken.LaunchBox.Rijndael.Decrypt(String value, String key, String seed)
at StrategyCode.InitTransformerCustomer(String value, String key, String seed, StrategyCode )
at Unbroken.LaunchBox.Rijndael.Decrypt(String value, Guid key, Guid seed)
at Unbroken.LaunchBox.Windows.Desktop.Forms.DownloadPlatformVideosForm.DeleteSupportedListener(Object , Guid , Guid )
at Unbroken.LaunchBox.Windows.Desktop.Forms.DownloadPlatformVideosForm.PrintAwareFilter()
at ProcAdapter.RunScopePublisher(Object , ProcAdapter )
at Unbroken.LaunchBox.Windows.Desktop.Forms.DownloadPlatformVideosForm.ViewAwareFilter()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

Recent Log:

7:27:03 AM Exception

Comments (2)

  1. camilo ortiz arenas

    same

    Value cannot be null. (Parameter 's')

    App: LaunchBox
    Version: 12.3
    Type: System.ArgumentNullException
    Site: Byte[] FromBase64String(System.String)
    Source: System.Private.CoreLib

    at System.Convert.FromBase64String(String s)
    at Unbroken.LaunchBox.Rijndael.QueryTransformerTests(Object )
    at Unbroken.LaunchBox.Rijndael.Decrypt(String value, String key, String seed)
    at StrategyCode.InitTransformerCustomer(String value, String key, String seed, StrategyCode )
    at Unbroken.LaunchBox.Rijndael.Decrypt(String value, Guid key, Guid seed)
    at Unbroken.LaunchBox.Windows.Desktop.Forms.DownloadPlatformVideosForm.DeleteSupportedListener(Object , Guid , Guid )
    at Unbroken.LaunchBox.Windows.Desktop.Forms.DownloadPlatformVideosForm.PrintAwareFilter()
    at ProcAdapter.RunScopePublisher(Object , ProcAdapter )
    at Unbroken.LaunchBox.Windows.Desktop.Forms.DownloadPlatformVideosForm.ViewAwareFilter()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    --- End of stack trace from previous location where exception was thrown ---
    at System.Threading.ThreadHelper.ThreadStart()

    Recent Log:

    16:11:27 Exception

  2. Christian

    There is a bug in current version that will be resolved in next beta. For now to get around this issue open LaunchBox and go to Tools > Options > Integrations > EmuMovies and put random string in the username and password box and hit OK. The form should then work correctly.

  3. Log in to comment