Help with an error

Results 1 to 5 of 5
  1. #1
    Newbie Stevenx is offline
    MemberRank
    Aug 2012 Join Date
    12Posts

    Help with an error

    Hello, I'm in need of help fixing this error, I'm using bcStorm (edited) and I'm using revCMS as my CMS..


    I keep getting this error when entering the client..


    this is the "critical error" I get when I debug it/run it..


    TokenID: 0Invalid Dario bug duing user login: System.InvalidCastException: Specified cast is not valid.
    at Butterfly.HabboHotel.Rooms.RoomData.Fill(DataRow Row) in c:\Users\Administrator\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Rooms\RoomData.cs:line 238
    at Butterfly.HabboHotel.Rooms.RoomManager.FetchRoomData(UInt32 RoomId, DataRow dRow) in c:\Users\Administrator\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Rooms\RoomManager.cs:line 103
    at Butterfly.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in c:\Users\Administrator\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:line 279
    at Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in c:\Users\Administrator\Desktop\Emulator\BcStorm\Butterfly\HabboHotel\GameClients\GameClient.cs:line 241



    Any idea how to fix it? Thanks,

    Steve.


  2. #2
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,613Posts

    Re: Help with an error

    You tried reading the error?

  3. #3
    Newbie Stevenx is offline
    MemberRank
    Aug 2012 Join Date
    12Posts

    Re: Help with an error

    Quote Originally Posted by HillBilly View Post
    You tried reading the error?
    Yeah, I did read it. I just wasn't sure how exactly I could fix this problem.


    This is the client error it's self:

    Screenshot by Lightshot

  4. #4
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,613Posts

    Re: Help with an error

    Then you know where to fix this problem. If not you did not read properly.

    Line 238 in RoomData.cs

  5. #5
    Newbie Stevenx is offline
    MemberRank
    Aug 2012 Join Date
    12Posts

    Re: Help with an error

    Quote Originally Posted by HillBilly View Post
    Then you know where to fix this problem. If not you did not read properly.

    Line 238 in RoomData.cs
    Yeah, I understand that. It says line 238 in Roomdata.cs (Which that should be an interger instead of a varchar) But when I change it to an integer in my navicat database it won't let me save it, that's why I was asking for help



Advertisement