Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
FluxRP Emu - User connected in other place ERROR
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="uttmmmm5" data-source="post: 415406" data-attributes="member: 68424"><p>Hey,</p><p>I have a big problem with the FluxRP Emulator.</p><p>Some of my users have many disconnects in a row and sometimes they lose there money after...</p><p>Now i would like to ask if someone knows this issue and can tell me how to fix that.</p><p></p><p>Emulator:</p><p><a href="http://imgur.com/a/RHdf2" target="_blank">http://imgur.com/a/RHdf2</a></p><p></p><p>Exceptionslog: </p><p>[CODE]Bug during user login: System.NullReferenceException: Object reference not set to an instance of an object.</p><p> at Plus.HabboHotel.GameClients.GameClient.TryLogin(String authTicket) in C:\Users\Hender\Documents\FluxEMU1.79\Plus Emulator\HabboHotel\GameClients\GameClient.cs:line 186</p><p></p><p></p><p>Bug during user login: System.NullReferenceException: Object reference not set to an instance of an object.</p><p> at Plus.HabboHotel.Roleplay.Instance.CreateRoleplayInstance.GenerateInstance(DataRow RPStats) in C:\Users\Hender\Documents\FluxEMU1.79\Plus Emulator\HabboHotel\Roleplay\Instance\GenerateRoleplayInstance.cs:line 35</p><p> at Plus.HabboHotel.GameClients.GameClient.TryLogin(String authTicket) in C:\Users\Hender\Documents\FluxEMU1.79\Plus Emulator\HabboHotel\GameClients\GameClient.cs:line 213</p><p>[/CODE]</p><p></p><p>GameClients.cs (Line 186 - 198)</p><p>[CODE]if (userData.User != null)</p><p> {</p><p> //Now let us check for a username ban record..</p><p> BanRecord = null;</p><p> if (Plus.GetGame().GetBanManager().IsBanned(userData.User.UserName, out BanRecord))</p><p> {</p><p> if (Plus.GetGame().GetBanManager().UsernameBanCheck(userData.User.UserName))</p><p> {</p><p> Disconnect("banned - login attempt");</p><p> return false;</p><p> }</p><p> }</p><p> }[/CODE]</p><p></p><p>GameClients.cs (Line 213 - 214)</p><p>[CODE]RoleplayInstance RPData = CreateRoleplayInstance.GenerateInstance(Row);</p><p> _roleplay = RPData;[/CODE]</p></blockquote><p></p>
[QUOTE="uttmmmm5, post: 415406, member: 68424"] Hey, I have a big problem with the FluxRP Emulator. Some of my users have many disconnects in a row and sometimes they lose there money after... Now i would like to ask if someone knows this issue and can tell me how to fix that. Emulator: [URL]http://imgur.com/a/RHdf2[/URL] Exceptionslog: [CODE]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\Hender\Documents\FluxEMU1.79\Plus Emulator\HabboHotel\GameClients\GameClient.cs:line 186 Bug during user login: System.NullReferenceException: Object reference not set to an instance of an object. at Plus.HabboHotel.Roleplay.Instance.CreateRoleplayInstance.GenerateInstance(DataRow RPStats) in C:\Users\Hender\Documents\FluxEMU1.79\Plus Emulator\HabboHotel\Roleplay\Instance\GenerateRoleplayInstance.cs:line 35 at Plus.HabboHotel.GameClients.GameClient.TryLogin(String authTicket) in C:\Users\Hender\Documents\FluxEMU1.79\Plus Emulator\HabboHotel\GameClients\GameClient.cs:line 213 [/CODE] GameClients.cs (Line 186 - 198) [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; } } }[/CODE] GameClients.cs (Line 213 - 214) [CODE]RoleplayInstance RPData = CreateRoleplayInstance.GenerateInstance(Row); _roleplay = RPData;[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
FluxRP Emu - User connected in other place ERROR
Top