Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Ipoker Hand History Errors

  • 30-05-2007 11:39am
    #1
    Registered Users, Registered Users 2 Posts: 2,953 ✭✭✭


    I cant seem to find the original threa don this so i started a new one. Ive been getting occassional errors lately so i said ill post the error:
    Server Error in '/' Application.

    Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Web.HttpException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.

    Source Error:

    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

    1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

    <%@ Page Language="C#" Debug="true" %>

    or:

    2) Add the following section to the configuration file of your application:

    <configuration>
    <system.web>
    <compilation debug="true"/>
    </system.web>
    </configuration>

    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

    Stack Trace:


    [CryptographicException: Padding is invalid and cannot be removed.]
    System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) +1490044
    System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) +306
    System.Security.Cryptography.CryptoStream.FlushFinalBlock() +30
    System.Web.Configuration.MachineKeySection.EncryptOrDecryptData(Boolean fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean useValidationSymAlgo) +154
    System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +152

    [ViewStateException: Invalid viewstate.
    Client IP: 194.125.54.82
    Port: 13608
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; Creative ZENcast v1.01.06)
    ViewState: Sa2koYU7ihP6oBr/l8g08InASPa835fOtEyjBtKfsouwbQgpz68iTfipmq8G54noJX/06WwW0PFJPOchYTzBeolFHNM5R+BW3R2cCTPLvoldZCQPKLczAFrMV2AZiweu8GZTlhz2jGaBLqZiFOdcEvHsit0RV8h4Jc4jUzKp0TQe/cxThOms41JJkzjrZEf61TA79U6l2WB0Yl8Lbr7iPFeyP4di5MxXerfyRizKlCClklRUgvwT4uQlCSELPkB1iuxdwYSkYJ0mpk3rDnsvbzIgYQnGERcDZPVU/JK/zIzCPqKsXj0dgTvPoZMQJ03ZCbrpLrRmIxRhpa51VacXlMBNxhWtEadEq3u72SC6/GFEmYftIkKaM17fPpIfDQKjWGsYrROu262t2kY5J5vPq0Xw3FtbQOZRl7/C3JGJ1KnykZaEEUWxCtF6KjCvRgkLZMboxzSZ5TI6CCDIhHT9nT2F0DLA+eSM7IB1QWCM6MRRrOdgync+RgUN3SAQSOBpEhGv8C+xAOZqo9K4N2LKprohQVht+4UFGM8GaT1MJ3y5MFumTy/7E6OJVt+zLPAS9wAfnzQrWhtaNsqLurjKHaI0RBrAahnp7svcvVJloYfKjX3N5bXSPY0r3LKaOHGnzzO4um0KqFc8OaZ7MfawzznsEq/iqvGxeNgYF4SiQIEREWYF2YuUbm5LmGOGP0n5Yk9HExq0i1y2hV7SJzhY8wKj0ha7InH6M96j/4U8/s9w/bPBWuFhpSsB+7G2LE5TZkJVQvD6dbQnXUCP0PlZj/BCgBUrpxP7BNdSi1lhN9IqCTEimGmfu5p0NR5c4GHZ/hnG+0ophproktAv+sEMMwI...]

    [HttpException (0x80004005): Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.]
    System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) +116
    System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +251
    System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState) +4
    System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) +37
    System.Web.UI.HiddenFieldPageStatePersister.Load() +220
    System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +83
    System.Web.UI.Page.LoadAllState() +35
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6953
    System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +154
    System.Web.UI.Page.ProcessRequest() +86
    System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
    System.Web.UI.Page.ProcessRequest(HttpContext context) +49
    ASP.hands_converter_aspx.ProcessRequest(HttpContext context) +29
    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +154
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64




    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

    Any Ideas?


Comments

  • Moderators, Science, Health & Environment Moderators Posts: 9,035 Mod ✭✭✭✭mewso


    This thread had slipped off page one so I didn't see it (no longer have free reign to browse here at work).
    Anyway I have made some changes that should erradicate this problem. p.m. if it continues.


  • Registered Users, Registered Users 2 Posts: 2,953 ✭✭✭dvdfan


    Thanks Muso Great Job


Advertisement