Criticalexception

Results 1 to 9 of 9
  1. #1
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Criticalexception

    Whenver a user tried to get on client , he get's disconnected and in the logs it shows this

    Code:
    Bug duing user login: System.FormatException: Input string was not in a correct format.
       at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
       at System.String.System.IConvertible.ToDouble(IFormatProvider provider)
       at System.Convert.ToDouble(Object value)
       at Silverwave.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow mRow, List`1 group) in e:\Documents\Emulator [L]\Emulator [L]\Plus Emulator\HabboHotel\Users\Authenticator\Authenticator.cs:line 37
       at Silverwave.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in e:\Documents\Emulator [L]\Emulator [L]\Plus Emulator\HabboHotel\Users\UserData\UserDataFactory.cs:line 437
       at Silverwave.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in e:\Documents\Emulator [L]\Emulator [L]\Plus Emulator\HabboHotel\GameClients\GameClient.cs:line 133
    Anybody know how to fix this? I'm using plusemu


  2. #2
    Proficient Member retrostudios is offline
    MemberRank
    Apr 2013 Join Date
    158Posts

    Re: Criticalexception

    Bug duing user login:


    LOL read it lol there was a bug

    BTW skype mate.

  3. #3
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: Criticalexception

    That's pre obvious , my question was , how to fix this?

  4. #4
    Banned bugme is offline
    BannedRank
    Feb 2007 Join Date
    1,380Posts

    Re: Criticalexception

    Have you deleted something that wasn't suppose to be deleted because when I'm for example adding bots on Phoenix then it does add them but disallow me to go in to my hotel.

    I think that you'll have to look through that first really thinking if you've deleted something or not.


    Thank you.


    Verstuurd van mijn GT-I9070 met Tapatalk

  5. #5
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: Criticalexception

    It's to do with the Emulator not grabbing the SSO correctly.

  6. #6
    Banned bugme is offline
    BannedRank
    Feb 2007 Join Date
    1,380Posts

    Re: Criticalexception

    Oh and how do we fix it - For whenever it happens to me

    Verstuurd van mijn GT-I9070 met Tapatalk

  7. #7
    Demi-God tweeney is offline
    MemberRank
    Aug 2008 Join Date
    888Posts

    Re: Criticalexception

    Quote Originally Posted by FatalLulz View Post
    It's to do with the Emulator not grabbing the SSO correctly.
    Wroooonnnggggg.
    One of the values in your users table (I imagine it's the last online timestsmp or the account created timestamp). Make sure they are just numbers and no letters.

  8. #8
    The Legend Returns vista4life is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    843Posts

    Re: Criticalexception

    Please check the
    at Silverwave.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow mRow, List`1 group) in e:\Documents\Emulator [L]\Emulator [L]\Plus Emulator\HabboHotel\Users\Authenticator\Authenticator.cs:line 37
    at Silverwave.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in e:\Documents\Emulator [L]\Emulator [L]\Plus Emulator\HabboHotel\Users\UserData\UserDataFactory.cs:line 437

    check those lines and you may know exacly what's wrong in atleast 10 seconds.

  9. #9
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: Criticalexception

    Quote Originally Posted by tweeney View Post
    Wroooonnnggggg.
    One of the values in your users table (I imagine it's the last online timestsmp or the account created timestamp). Make sure they are just numbers and no letters.
    Yoo , my man I can't thank you enough , I've fixed it now :) I had to change account_created to double , it was set to varchar.



Advertisement