FluxRP Connection error + YT TV not wokring

extra-c

New Member
Sep 3, 2011
2
0
Hello,

I now using FluxRP and have some problems. Sometimes when I connect the client is stuck at 76% and sometimes it's not stuck and I get in and can play as nothing is worng. I Don't know the problem?
Also YouTubeTV is not working for some reason?

PacketLogError: pastebin / vmQtt6Cv
It was to long to paste here.
pastebin / vmQtt6Cv

ExceptionsLog:
Bug during user login: System.NullReferenceException: Object reference not set to an instance of an object.
at Plus.HabboHotel.GameClients.GameClient.TryLogin(String authTicket) in c:\Users\JayMa_000\Desktop\FluxEMU1.77\Plus Emulator\HabboHotel\GameClients\GameClient.cs:line 186

This is on line 186:
Code:
if (userData.User != null)
                {
                    //Now let us check for a username ban record..
                    BanRecord = null;
                    if (Plus.GetGame().GetBanManager().IsBanned(userData.User.UserName, out BanRecord))
                    {
                        if (Plus.GetGame().GetBanManager().UsernameBanCheck(userData.User.UserName))
                        {
                            Disconnect("banned - login attempt");
                            return false;
                        }
                    }
                }
Thanks for help
 
Last edited:

Users who are viewing this thread

Top