What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Cryptography/Padding Error

Earthful

New Member
Joined
Apr 17, 2010
Messages
45
Reaction score
1
I am aware that there is many posts and replies regarding to this problem, but I only could find two things that could be a solution to this problem:
-NET Framework
-Disable Antivirus/Firewall

However, updating to latest NET 4.0 and disabling antivirus/firewall seems to not be helping at all. I don't know what to do from this point, and I'm pretty sure everyone is experiencing same problems.

Code:
[11:15:46 PM:658] System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed.
   at System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
   at System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)
   at System.Security.Cryptography.CryptoStream.FlushFinalBlock()
   at System.Security.Cryptography.CryptoStream.Dispose(Boolean disposing)
   at System.IO.Stream.Close()
   at System.IO.Stream.Dispose()
   at a6.a(Byte[] A_0, Byte[] A_1, Byte[] A_2)
   at ce.a(TileIdentifier A_0)
   at Tripper.Navigation.WowNavigator.LoadTile(TileIdentifier wowTile)
   at Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end)
   at Styx.Logic.Pathing.MeshNavigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops)
   at Styx.Logic.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops)
   at Styx.Logic.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to)
   at Styx.Logic.AreaManagement.GrindArea.a()
   at Styx.Logic.AreaManagement.GrindArea.b()
   at Styx.Logic.AreaManagement.GrindArea.get_CurrentHotSpot()
[11:15:46 PM:658] Activity: Moving to hotspot
[11:15:46 PM:674] System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed.
   at System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
   at System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)
   at System.Security.Cryptography.CryptoStream.FlushFinalBlock()
   at System.Security.Cryptography.CryptoStream.Dispose(Boolean disposing)
   at System.IO.Stream.Close()
   at System.IO.Stream.Dispose()
   at a6.a(Byte[] A_0, Byte[] A_1, Byte[] A_2)
   at ce.a(TileIdentifier A_0)
   at Tripper.Navigation.WowNavigator.LoadTile(TileIdentifier wowTile)
   at Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end)
   at Styx.Logic.Pathing.MeshNavigator.MoveTo(WoWPoint location)
   at Styx.Logic.Pathing.Navigator.MoveTo(WoWPoint location)
   at Bots.Grind.LevelBot.df(Object A_0)
   at TreeSharp.Action.RunAction(Object context)
   at TreeSharp.Action.a.a()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.a.a()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.a.a()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.a.b()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.a.b()
   at TreeSharp.Composite.Tick(Object context)
   at Styx.Logic.BehaviorTree.TreeRoot.b()
[11:15:46 PM:674] Cleared POI
UPDATE:
As a temporary fix to the Cryptography issue, log in with your username in all lowercase. (This is fixed for the next release)

I'm tracking down the OutOfMemoryException now.
This seems to be working, but now I'm facing OutOfMemoryException :( hopefully I'll be able to find next step to solve this.

Code:
[12:53:43 AM:949] Cleared POI
[12:53:44 AM:35] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at SevenZip.Compression.LZ.OutWindow.Create(UInt32 windowSize)
   at SevenZip.Compression.LZMA.Decoder.a(UInt32 A_0)
   at SevenZip.Compression.LZMA.Decoder.SetDecoderProperties(Byte[] properties)
   at Tripper.LZMACompression.Lzma.Decompress(Byte[] inputBytes)
   at ce.a(TileIdentifier A_0)
   at Tripper.Navigation.WowNavigator.LoadTile(TileIdentifier wowTile)
   at Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end)
   at Styx.Logic.Pathing.MeshNavigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops)
   at Styx.Logic.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops)
   at Styx.Logic.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to)
   at Styx.Logic.AreaManagement.GrindArea.a()
   at Styx.Logic.AreaManagement.GrindArea.b()
   at Styx.Logic.AreaManagement.GrindArea.get_CurrentHotSpot()
[12:53:44 AM:35] Activity: Moving to hotspot
[12:53:44 AM:53] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at SevenZip.Compression.LZ.OutWindow.Create(UInt32 windowSize)
   at SevenZip.Compression.LZMA.Decoder.a(UInt32 A_0)
   at SevenZip.Compression.LZMA.Decoder.SetDecoderProperties(Byte[] properties)
   at Tripper.LZMACompression.Lzma.Decompress(Byte[] inputBytes)
   at ce.a(TileIdentifier A_0)
   at Tripper.Navigation.WowNavigator.LoadTile(TileIdentifier wowTile)
   at Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end)
   at Styx.Logic.Pathing.MeshNavigator.MoveTo(WoWPoint location)
   at Styx.Logic.Pathing.Navigator.MoveTo(WoWPoint location)
   at Bots.Grind.LevelBot.df(Object A_0)
   at TreeSharp.Action.RunAction(Object context)
   at TreeSharp.Action.a.a()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.a.a()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.a.a()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.a.b()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.a.b()
   at TreeSharp.Composite.Tick(Object context)
   at Styx.Logic.BehaviorTree.TreeRoot.b()
 

Attachments

Last edited:
Back
Top