Ulogin Pro

General support.
Post Reply
User avatar
N3LP
New Member
New Member
Posts: 7
Joined: Fri Nov 19, 2021 9:29 am

upon loading login scene when it gets to "checking client status with server it comes back with two errors one highlighting signin in the hierarchy

CryptographicException: Bad PKCS7 padding. Invalid length 0.
Mono.Security.Cryptography.SymmetricTransform.ThrowBadPaddingException (System.Security.Cryptography.PaddingMode padding, System.Int32 length, System.Int32 position) (at <c183552e59b24622ab6b4273bc2ea328>:0)
Mono.Security.Cryptography.SymmetricTransform.FinalDecrypt (System.Byte[] inputBuffer, System.Int32 inputOffset, System.Int32 inputCount) (at <c183552e59b24622ab6b4273bc2ea328>:0)
Mono.Security.Cryptography.SymmetricTransform.TransformFinalBlock (System.Byte[] inputBuffer, System.Int32 inputOffset, System.Int32 inputCount) (at <c183552e59b24622ab6b4273bc2ea328>:0)
System.Security.Cryptography.CryptoStream.FlushFinalBlock () (at <c183552e59b24622ab6b4273bc2ea328>:0)
System.Security.Cryptography.CryptoStream.Dispose (System.Boolean disposing) (at <c183552e59b24622ab6b4273bc2ea328>:0)
System.IO.Stream.Close () (at <c183552e59b24622ab6b4273bc2ea328>:0)
bl_DataBaseUtils.Decrypt (System.String cipherText) (at Assets/Addons/ULoginSystemPro/Content/Scripts/Internal/Utils/bl_DataBaseUtils.cs:177)
bl_LoginProDataBase.get_RememberCredentials () (at Assets/Addons/ULoginSystemPro/Content/Scripts/Runtime/Main/bl_LoginProDataBase.cs:202)
MFPS.ULogin.bl_SignIn.Awake () (at Assets/Addons/ULoginSystemPro/Content/Scripts/Runtime/UI/Windows/bl_SignIn.cs:27)
UnityEngine.GameObject:SetActive(GameObject, Boolean)
MFPS.ULogin.bl_ULoginUI:SetActiveAuthUI(Boolean) (at Assets/Addons/ULoginSystemPro/Content/Scripts/Runtime/UI/bl_ULoginUI.cs:42)
bl_LoginPro:OnFinishInitialConnection() (at Assets/Addons/ULoginSystemPro/Content/Scripts/Runtime/Main/bl_LoginPro.cs:840)
MFPS.ULogin.<>c__DisplayClass5_0:<VerifyIP>b__0(ULoginResult) (at Assets/Addons/ULoginSystemPro/Content/Scripts/Runtime/Ban/bl_BanSystem.cs:72)
<DoPost>d__4:MoveNext() (at Assets/Addons/ULoginSystemPro/Content/Scripts/Internal/Utils/bl_ULoginWebRequest.cs:43)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)



and for the next error which highlight the ban in the hierarchy is

CryptographicException: Bad PKCS7 padding. Invalid length 0.
Mono.Security.Cryptography.SymmetricTransform.ThrowBadPaddingException (System.Security.Cryptography.PaddingMode padding, System.Int32 length, System.Int32 position) (at <c183552e59b24622ab6b4273bc2ea328>:0)
Mono.Security.Cryptography.SymmetricTransform.FinalDecrypt (System.Byte[] inputBuffer, System.Int32 inputOffset, System.Int32 inputCount) (at <c183552e59b24622ab6b4273bc2ea328>:0)
Mono.Security.Cryptography.SymmetricTransform.TransformFinalBlock (System.Byte[] inputBuffer, System.Int32 inputOffset, System.Int32 inputCount) (at <c183552e59b24622ab6b4273bc2ea328>:0)
System.Security.Cryptography.CryptoStream.FlushFinalBlock () (at <c183552e59b24622ab6b4273bc2ea328>:0)
System.Security.Cryptography.CryptoStream.Dispose (System.Boolean disposing) (at <c183552e59b24622ab6b4273bc2ea328>:0)
System.IO.Stream.Close () (at <c183552e59b24622ab6b4273bc2ea328>:0)
bl_DataBaseUtils.Decrypt (System.String cipherText) (at Assets/Addons/ULoginSystemPro/Content/Scripts/Internal/Utils/bl_DataBaseUtils.cs:177)
bl_LoginProDataBase.get_RememberCredentials () (at Assets/Addons/ULoginSystemPro/Content/Scripts/Runtime/Main/bl_LoginProDataBase.cs:202)
bl_LoginPro.CheckSessionCredentials () (at Assets/Addons/ULoginSystemPro/Content/Scripts/Runtime/Main/bl_LoginPro.cs:870)
bl_LoginPro.OnFinishInitialConnection () (at Assets/Addons/ULoginSystemPro/Content/Scripts/Runtime/Main/bl_LoginPro.cs:841)
MFPS.ULogin.bl_BanSystem+<>c__DisplayClass5_0.<VerifyIP>b__0 (ULoginResult result) (at Assets/Addons/ULoginSystemPro/Content/Scripts/Runtime/Ban/bl_BanSystem.cs:72)
bl_ULoginWebRequest+<DoPost>d__4.MoveNext () (at Assets/Addons/ULoginSystemPro/Content/Scripts/Internal/Utils/bl_ULoginWebRequest.cs:43)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <809a92a718b54e21a55192c70e75634b>:0)




and i have done the steps provided in documentation and comes back with same error everytime even creating new host sql and ftp
I hate being alive :)
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Hi,

To receive support for MFPS or the addons, please verify your purchase first by providing me in a private message your purchase invoice or order number.

Regards.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
N3LP
New Member
New Member
Posts: 7
Joined: Fri Nov 19, 2021 9:29 am

I figured it out and now having a shop problem in other post i made
I hate being alive :)
Post Reply