Imperative Problem With Mercury Emulator !
Good evening, I post a topic here because I need help.
I have a problem that prevents users from entering an room with Furni inside.
Here is the error that appears on the emulator:
Error in thread Room cycle task for room 6:
System.InvalidOperationException: Collection WAS modified; enumeration operation May not execute.
Did System.Collections.Generic.HashSet`1.Enumerator.MoveNext ()
Did Mercury.HabboHotel.Rooms.RoomManager.UnloadRoom (Room Room) in c: \ Users \ Jake \ Downloads \ MercuryNew \ HabboHotel \ Rooms \ RoomManager.cs: line 629
Did Mercury.HabboHotel.Rooms.Room.ProcessRoom () in c: \ Users \ Jake \ Downloads \ MercuryNew \ HabboHotel \ Rooms \ Room.cs: line 771
Here is a screenshot:
http://zupimages.net/viewer.php?id=14/39/9z7z.png
How can I fix this? Thank you in advance.
Re: Imperative Problem With Mercury Emulator !
I have the same problem and i don't know how to solve this :S
Re: Imperative Problem With Mercury Emulator !
Go to emu/Messages/Requests/Rooms.cs on line 357 and find this:
Code:
Response.AppendBoolean(CurrentLoadingRoom.Group != null);
Replace it with:
Code:
change to Response.AppendBoolean(true);
This should now fix the Room: '...', Remember to Debug/Build it after you've done this process.
Re: Imperative Problem With Mercury Emulator !
Quote:
Originally Posted by
Cankiee
Go to emu/Messages/Requests/Rooms.cs on line 357 and find this:
Code:
Response.AppendBoolean(CurrentLoadingRoom.Group != null);
Replace it with:
Code:
change to Response.AppendBoolean(true);
This should now fix the Room: '...', Remember to Debug/Build it after you've done this process.
What the heck does that have something to do with a furni error? He's not even using the old Plus emu.
Re: Imperative Problem With Mercury Emulator !
Quote:
Originally Posted by
David Torralbo
I have the same problem and i don't know how to solve this :S
I don't find emu/Messages/Requests/Rooms.cs in Mercury...
Re: Imperative Problem With Mercury Emulator !
Quote:
Originally Posted by
David Torralbo
I don't find emu/Messages/Requests/Rooms.cs in Mercury...
You are looking in the Source files, right? (Using Visual C#/C++)
Re: Imperative Problem With Mercury Emulator !
Quote:
Originally Posted by
David Torralbo
I don't find emu/Messages/Requests/Rooms.cs in Mercury...
Me too.