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:

Steve123

Member
Feb 25, 2017
75
9
What's in your rooms table?
You must be registered for see images attach
You must be registered for see images attach
Example of one tuple:
Code:
(28, 'private', 'HC Lounge', '21', 'Voel je speciaal in de HC Lounge!', 3, 'open', 0, 50, 'model_bc_28', 0, '', '', '0.0', '205', '0.0', '0', '0', '0', '1', -1, -2, 0, '0', '1', '1', 0, 0, 0, 0, 0, 0, '1', '1', '1', '1', '1', '1', '1');
If I make new rooms I cannot enter them either.
 
Hi guys!
I'm getting PlusEMU errors: [ERROR] Couldn't load catalogue item (item number) no furniture record found.
Does anyone has a solution to this?
This means that you have some values supplied in your catalog_items table but they do not refer to a furni in the furniture table.
 

Attachments

  • upload_2017-4-8_9-23-48.png
    upload_2017-4-8_9-23-48.png
    105.8 KB · Views: 7
Last edited:

Berk

berkibap#4233
Developer
Oct 17, 2015
863
190
Hey, for release 1 i need a working php mus command and how my mus settings should be? I'm trying to send hotel alerts from housekeeping, revcms.
 

Menkz

Member
Jul 9, 2010
374
167
yo, trying release 2 and coming across these errors:
I havent tried on localhost as I cba setting up swfs
edit: ive input the sqls supplied also.
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
yo, trying release 2 and coming across these errors:
I havent tried on localhost as I cba setting up swfs
edit: ive input the sqls supplied also.
Wasn't the fix posted here?
 

Menkz

Member
Jul 9, 2010
374
167
Calling upon the main devs (@Damien - @Sledmore )
Currently using the dev build, but running into this error
PHP:
Date/Time: 2017-04-08 06:44:29,036
Thread: 5
Exception:
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.String.System.IConvertible.ToInt32(IFormatProvider provider)
   at Plus.HabboHotel.Rooms.RoomFactory.TryGetData(Int32 roomId, RoomData& data) in C:\Users\menkz\Desktop\PlusEMU-development-cde973e92922935c46d109c7ec11d6ddca8564fa\HabboHotel\Rooms\RoomFactory.cs:line 98
   at Plus.HabboHotel.Rooms.RoomManager.TryLoadRoom(Int32 roomId, Room& instance) in C:\Users\menkz\Desktop\PlusEMU-development-cde973e92922935c46d109c7ec11d6ddca8564fa\HabboHotel\Rooms\RoomManager.cs:line 112
   at Plus.HabboHotel.Users.Habbo.PrepareRoom(Int32 Id, String Password) in C:\Users\menkz\Desktop\PlusEMU-development-cde973e92922935c46d109c7ec11d6ddca8564fa\HabboHotel\Users\Habbo.cs:line 1171
   at Plus.Communication.Packets.Incoming.Rooms.Connection.OpenFlatConnectionEvent.Parse(GameClient Session, ClientPacket Packet) in C:\Users\menkz\Desktop\PlusEMU-development-cde973e92922935c46d109c7ec11d6ddca8564fa\Communication\Packets\Incoming\Rooms\Connection\OpenFlatConnectionEvent.cs:line 18
   at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Session, ClientPacket Packet) in C:\Users\menkz\Desktop\PlusEMU-development-cde973e92922935c46d109c7ec11d6ddca8564fa\Communication\Packets\PacketManager.cs:line 158
   at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Message) in C:\Users\menkz\Desktop\PlusEMU-development-cde973e92922935c46d109c7ec11d6ddca8564fa\HabboHotel\GameClients\GameClient.cs:line 65

and would like help with debugging this.
 

KylePr0zZ

Member
Jul 22, 2016
51
14
You must be registered for see images attach
You must be registered for see images attach
Example of one tuple:
Code:
(28, 'private', 'HC Lounge', '21', 'Voel je speciaal in de HC Lounge!', 3, 'open', 0, 50, 'model_bc_28', 0, '', '', '0.0', '205', '0.0', '0', '0', '0', '1', -1, -2, 0, '0', '1', '1', 0, 0, 0, 0, 0, 0, '1', '1', '1', '1', '1', '1', '1');
If I make new rooms I cannot enter them either.
 

This means that you have some values supplied in your catalog_items table but they do not refer to a furni in the furniture table.
Hmmm, no idea. I use a Release 3 Dev build from the 9th of March and it works, I can create rooms and everything perfectly.
I can't seem figure out what your problem is though.
 
Last edited:

Steve123

Member
Feb 25, 2017
75
9
If I buy a room bundle (and start walking) I get the following error:
Code:
ERROR - Critical >> Critical Exception:
System.NullReferenceException: De objectverwijzing is niet op een exemplaar van een object ingesteld.
   bij Plus.HabboHotel.Items.Item.UserWalksOffFurni(RoomUser user) in C:\Users\Plus\Desktop\PlusEMU Development R3\HabboHotel\Items\Item.cs:regel 671
   bij Plus.HabboHotel.Rooms.RoomUserManager.OnCycle() in C:\Users\Plus\Desktop\PlusEMU Development R3\HabboHotel\Rooms\RoomUserManager.cs:regel 726
PlusEMU R2 (although it isn't fixed yet in dev R3)
 
Anyone who knows the problem?
 

MirkoSS

New Member
Mar 2, 2017
5
0
Hello,
i have error on plus by sledmore rev 2.
Code:
2017-04-09 11:52:31,840 ERROR - Exception >> Exception:
System.InvalidCastException: Unable to cast to type 'System.Int32 objects' on the type 'System.String'.
   in Plus.HabboHotel.Users.UserData.UserDataFactory.GetUserData(String SessionTicket, Byte& errorCode) in C:\Users\Administrator\Desktop\HappyEMU - Marzo\HabboHotel\Users\UserData\UserDataFactory.cs:riga 190
   in Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in C:\Users\Administrator\Desktop\HappyEMU - Marzo\HabboHotel\GameClients\GameClient.cs:riga 99
The code on C#
Code:
            Dictionary<string, Subscription> subscriptions = new Dictionary<string, Subscription>();
            foreach (DataRow dataRow in Subscriptions.Rows)
            {
                string str = (string)dataRow["subscription_id"];
                int TimeExpire = (int)dataRow["timestamp_expire"];
                subscriptions.Add(str, new Subscription(str, TimeExpire));
@Sledmore
 

Steve123

Member
Feb 25, 2017
75
9
I got an issue where all rooms are open for everyone, even though the state is invisible/locked in the database.
You must be registered for see images attach
 

Crumpets

Member
Dec 19, 2013
86
5
I downloaded this about a week ago. I had about 10 users online and then all of a sudden people cant logon. It loads up to 76% and stops. I know usually people initially have this problem in the beginning and it turns out to be somethings didn't match up.. But my hotel was working completely fine and now out of nowhere we all cant get on. Anyone else have this issue?
 

TheNotorious

Im dying slowly.
Oct 4, 2014
228
41
I downloaded this about a week ago. I had about 10 users online and then all of a sudden people cant logon. It loads up to 76% and stops. I know usually people initially have this problem in the beginning and it turns out to be somethings didn't match up.. But my hotel was working completely fine and now out of nowhere we all cant get on. Anyone else have this issue?
Yeah. Check your database!
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
I downloaded this about a week ago. I had about 10 users online and then all of a sudden people cant logon. It loads up to 76% and stops. I know usually people initially have this problem in the beginning and it turns out to be somethings didn't match up.. But my hotel was working completely fine and now out of nowhere we all cant get on. Anyone else have this issue?
Most likely the rooms table.
 
May 1, 2015
467
152
I downloaded this about a week ago. I had about 10 users online and then all of a sudden people cant logon. It loads up to 76% and stops. I know usually people initially have this problem in the beginning and it turns out to be somethings didn't match up.. But my hotel was working completely fine and now out of nowhere we all cant get on. Anyone else have this issue?
Giving us hardly any information, check your error logs.
 

Crumpets

Member
Dec 19, 2013
86
5
Most likely the rooms table.

Where in the rooms table should I be looking?
 
I'm also having issues like:

Navigator doesn't load when I search a username
When a user changes their clothing and the speaks, their chat bubble head is blank with a black background
Sometimes when i try to message someone I click the ( ! ) and the message box doesnt pop up
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
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.
 
Status
Not open for further replies.

Users who are viewing this thread

Top