• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Cryptography/Padding Error

    Discussion in 'Archives' started by Earthful, Dec 4, 2010.

    1. Earthful

      Earthful New Member

      Joined:
      Apr 17, 2010
      Messages:
      45
      Likes Received:
      1
      Trophy Points:
      0
      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:
      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()
       

      Attached Files:

      Last edited: Dec 5, 2010
    2. DissBeeChris

      DissBeeChris New Member

      Joined:
      Jan 15, 2010
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      want to know the solution? wait for them to update HB.
       
    3. DissBeeChris

      DissBeeChris New Member

      Joined:
      Jan 15, 2010
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      solution:

       
    4. Bloodgod

      Bloodgod New Member

      Joined:
      Nov 7, 2010
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      nice. totally explains why one folder would work and another wouldnt, i thought i was going crazy.
       
    5. Earthful

      Earthful New Member

      Joined:
      Apr 17, 2010
      Messages:
      45
      Likes Received:
      1
      Trophy Points:
      0
      Updated
       
    6. wrath

      wrath New Member

      Joined:
      Nov 18, 2010
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      0
      THHNNNX :D wheehuu! tyvm
       

    Share This Page