PlusEMU Help & Support

Status
Not open for further replies.

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Hi,

Feel free to post your PlusEMU issues here, and myself or a member of the community may try to help you out.

Issues that are posted at this are given the most attention, by me at-least.

 
Last edited:

Crumpets

Member
Dec 19, 2013
86
5
Do you have any logs... This usually helps.

Is there any columns in your rooms table set without a default value? I.E. allow_pets is equal to nothing? Try fill those in with a 0 or 1.
There was columns with no values. Adding the values in does fix the problem. But howcome every couple of days that happens and i have to keep adding values. Is there a permanwnt fix to make it so the rooms table doesnt lose values in some columns?
 

Jozh

New Project Coming Soon!
Oct 8, 2016
122
21
[REQUEST] Do anyone know how I can add :poll to my hotel? and be willing to help me achieve this? please drop me a PM
 

GetOwna

New Member
Dec 20, 2016
1
0
Code:
Date/Time: 2017-04-23 22:19:36,307
Thread: 6
Exception:
System.FormatException: Formato della stringa di input non corretto.
   in System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
   in System.String.System.IConvertible.ToDouble(IFormatProvider provider)
   in Plus.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow Row, DataRow UserInfo) in C:\Users\Administrator\Desktop\Emulator\HabboHotel\Users\Authenticator\Authenticator.cs:riga 10
   in Plus.HabboHotel.Users.UserData.UserDataFactory.GetUserData(String SessionTicket, Byte& errorCode) in C:\Users\Administrator\Desktop\Emulator\HabboHotel\Users\UserData\UserDataFactory.cs:riga 179
   in Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in C:\Users\Administrator\Desktop\Emulator\HabboHotel\GameClients\GameClient.cs:riga 100

I have this error... i use Release 2 @Sledmore
 

OMRetros

Member
Sep 25, 2014
86
5
Getting an error when trying to enter client please help :(
Code:
System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.Convert.ToInt32(String value)
   at Plus.HabboHotel.Rooms.RoomData.Fill(DataRow Row) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\RoomData.cs:line 87
   at Plus.HabboHotel.Rooms.RoomManager.FetchRoomData(Int32 RoomId, DataRow dRow) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\RoomManager.cs:line 400
   at Plus.HabboHotel.Users.UserData.UserDataFactory.GetUserData(String SessionTicket, Byte& errorCode) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Users\UserData\UserDataFactory.cs:line 158
   at Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 100
 

Simba2002

Member
Dec 8, 2015
38
2
How can i fix this?
YXkzheF.png
 

LelouchHABBO

New Member
May 2, 2016
2
0
Code:
Date/Time: 2017-04-23 22:19:36,307
Thread: 6
Exception:
System.FormatException: Formato della stringa di input non corretto.
   in System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
   in System.String.System.IConvertible.ToDouble(IFormatProvider provider)
   in Plus.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow Row, DataRow UserInfo) in C:\Users\Administrator\Desktop\Emulator\HabboHotel\Users\Authenticator\Authenticator.cs:riga 10
   in Plus.HabboHotel.Users.UserData.UserDataFactory.GetUserData(String SessionTicket, Byte& errorCode) in C:\Users\Administrator\Desktop\Emulator\HabboHotel\Users\UserData\UserDataFactory.cs:riga 179
   in Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in C:\Users\Administrator\Desktop\Emulator\HabboHotel\GameClients\GameClient.cs:riga 100

I have this error... i use Release 2 @Sledmore

Help me please
 

Simba2002

Member
Dec 8, 2015
38
2
What emu are you using build 1 or build 2.
Build 2
And my wired is not opening. How can i fix that?

My room where wired is standing is black i can't go to the room. How can i fix that?

This error i am getting into the EMU:

Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Plus.HabboHotel.Rooms.Instance.WiredComponent.LoadWiredBox(Item Item) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\Instance\WiredComponent.cs:line 77
at Plus.HabboHotel.Rooms.RoomItemHandling.LoadFurniture() in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\RoomItemHandling.cs:line 233
at Plus.HabboHotel.Rooms.Room..ctor(RoomData Data) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\Room.cs:line 161
at Plus.HabboHotel.Rooms.RoomManager.LoadRoom(Int32 Id) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\RoomManager.cs:line 419
at Plus.HabboHotel.Users.Habbo.PrepareRoom(Int32 Id, String Password) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Users\Habbo.cs:line 1175
at Plus.Communication.Packets.Incoming.Rooms.Connection.OpenFlatConnectionEvent.Parse(GameClient Session, ClientPacket Packet) in C:\Users\Sledmore\Desktop\PlusEMU\Communication\Packets\Incoming\Rooms\Connection\OpenFlatConnectionEvent.cs:line 18
at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) in C:\Users\Sledmore\Desktop\PlusEMU\Communication\Packets\PacketManager.cs:line 154
at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 65
 
Last edited:

CosimoLelouch

New Member
Apr 24, 2017
12
0
Maybe i can help you. What is the error ?
Code:
Exception:
System.FormatException: Formato della stringa di input non corretto.
   in System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
   in System.String.System.IConvertible.ToDouble(IFormatProvider provider)
   in Plus.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow Row, DataRow UserInfo) in C:\Users\Administrator\Desktop\Emulator Source\HabboHotel\Users\Authenticator\Authenticator.cs:riga 10
   in Plus.HabboHotel.Users.UserData.UserDataFactory.GetUserData(String SessionTicket, Byte& errorCode) in C:\Users\Administrator\Desktop\Emulator Source\HabboHotel\Users\UserData\UserDataFactory.cs:riga 179
   in Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in C:\Users\Administrator\Desktop\Emulator Source\HabboHotel\GameClients\GameClient.cs:riga 100
This error. I use Release 2 of Plus Emulator 2017. Then it stops charging hangs to 76% after the error despite the emulator bringing the user online. @Simba2002 @Sledmore
 
Last edited:

Kak

Posting Freak
Apr 21, 2017
951
165
@CosimoLelouch @LelouchHABBO @GetOwna @OMRetros @DarkFire @Habzobelgie @emiel

this is the fix so follow my steps carefully

1. open up your computer or vps start menu

2. control panel

3. clock, language and region

4. "change the date, time, or number format"

5. additional settings

6. where it says decimal symbol you want to change it from a comma to a dot symbol then save

restart emu and it should work. like this if it did so it will help people with this issue.
 
Last edited:

Simba2002

Member
Dec 8, 2015
38
2
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Plus.HabboHotel.Rooms.Instance.WiredComponent.LoadWiredBox(Item Item) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\Instance\WiredComponent.cs:line 77
at Plus.HabboHotel.Rooms.RoomItemHandling.LoadFurniture() in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\RoomItemHandling.cs:line 233
at Plus.HabboHotel.Rooms.Room..ctor(RoomData Data) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\Room.cs:line 161
at Plus.HabboHotel.Rooms.RoomManager.LoadRoom(Int32 Id) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\RoomManager.cs:line 419
at Plus.HabboHotel.Users.Habbo.PrepareRoom(Int32 Id, String Password) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Users\Habbo.cs:line 1175
at Plus.Communication.Packets.Incoming.Rooms.Connection.OpenFlatConnectionEvent.Parse(GameClient Session, ClientPacket Packet) in C:\Users\Sledmore\Desktop\PlusEMU\Communication\Packets\Incoming\Rooms\Connection\OpenFlatConnectionEvent.cs:line 18
at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) in C:\Users\Sledmore\Desktop\PlusEMU\Communication\Packets\PacketManager.cs:line 154
at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 65


Do you now hoc i can fix this?
 

Kak

Posting Freak
Apr 21, 2017
951
165
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Plus.HabboHotel.Rooms.Instance.WiredComponent.LoadWiredBox(Item Item) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\Instance\WiredComponent.cs:line 77
at Plus.HabboHotel.Rooms.RoomItemHandling.LoadFurniture() in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\RoomItemHandling.cs:line 233
at Plus.HabboHotel.Rooms.Room..ctor(RoomData Data) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\Room.cs:line 161
at Plus.HabboHotel.Rooms.RoomManager.LoadRoom(Int32 Id) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Rooms\RoomManager.cs:line 419
at Plus.HabboHotel.Users.Habbo.PrepareRoom(Int32 Id, String Password) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Users\Habbo.cs:line 1175
at Plus.Communication.Packets.Incoming.Rooms.Connection.OpenFlatConnectionEvent.Parse(GameClient Session, ClientPacket Packet) in C:\Users\Sledmore\Desktop\PlusEMU\Communication\Packets\Incoming\Rooms\Connection\OpenFlatConnectionEvent.cs:line 18
at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) in C:\Users\Sledmore\Desktop\PlusEMU\Communication\Packets\PacketManager.cs:line 154
at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\GameClients\GameClient.cs:line 65


Do you now hoc i can fix this?

first try running this in your database
Code:
SET@@global.sql_mode='';

then
Code:
UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0;
UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');

and restart emu
 
Nothing... no results... @gesus
the error you posted im pretty sure is a format string error. what i said should have fixed it. did you do exactly what i said and saved?

try this, run it in your db
Code:
SET@@global.sql_mode='';
 

CosimoLelouch

New Member
Apr 24, 2017
12
0
first try running this in your database
Code:
SET@@global.sql_mode='';

then
Code:
UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0;
UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');

and restart emu
 

the error you posted im pretty sure is a format string error. what i said should have fixed it. did you do exactly what i said and saved?

try this, run it in your db
Code:
SET@@global.sql_mode='';
Yes, I did everything you said in the smallest steps @gesus
 
Nothing, even with the code you sent it works @gesus
 
Status
Not open for further replies.

Users who are viewing this thread

Top