Hello!
I have a big problem.
I can in my Client.
But if I want to change my clothes, it kicks me in the Emu. Please help me: (
MfG David
Hello!
I have a big problem.
I can in my Client.
But if I want to change my clothes, it kicks me in the Emu. Please help me: (
MfG David
Please help me :(!
ALLRIGHT The source kind of worked, it registered the connection but i just get a black screen :/
How can i fix this?
![]()
I've used leenster's swfs, configured my ports correctly, but I load client, and it goes to a black screen.
How do i fix manequins? i d/c placing 1 down and when there is 2 i can't enter room
I have accidentally destroyed the 'rooms' in the left grey bar.
When you click on it you'll get dc, how to solve this?
I don't know anymore what i have did.
Same problems iv had other Swfs working correctly however when i switched to leenster's swf it just goes to black screen any help anyone?
On bcstorm all my users get disconnected when they click the "saddle" page on catalogue. Any ideas?
FIX/REASON FOR COMMON ERRORS
---------------------
NOTES BEFORE YOU START
A reasonable understanding of SQL databases and queries will help you greatly when fixing errors, if you have NO coding experience, you will struggle to setup this emulator. Also last time I checked the SQL provided with the emulator uploads with one or two small bugs which have a 'domino effect' on all the other tables.
ERROR LOG
Your emulator has log files used for logging SQL, packet and other errors. This can be found in \Butterfly Emulator\bin\Debug\Logs. Adding an image of your emulator showing a few lines of errors does not usually provide enough information to fix the problem so make sure you show the text from the log files.
BASIC SQL QUERY ERRORS
If the error you get looks something like this:
"Error in query:
SELECT * FROM room_links
MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'bfly.room_links' doesn't exist" you can easily fix it yourself. This error is caused because the table 'room_links' which is in the 'bfly' database does not exist, hopefully that explains what'bfly.room_links' is. To fix this you would need to either manually create the table room_links with all the columns set to the correct datatype (varchar, int, text, enum and others) or find the SQL file for the table and run the query.
The same applies to all 'doesn't exist' errors like this.
SIMILAR ERRORS
I saw a similar error:
"TokenID: 0System.ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValue.
Parameter name: minValue
at System.Random.Next(Int32 minValue, Int32 maxValue)"
This is caused because the 'minValue' column for a table (not sure which table) was greater than the 'maxValue'.
-----
An error I once found when setting up the emulator was something about "items cannot be null", I can't see anybody with this error so I can't copy and paste the error code but I know it happens. This error is caused because (in simple terms) 'null' and 'empty' and 'empty string' are totally different things, your emulator will have a fit if something is set to 'null' or a default value of 'null' when it is expecting an 'empty string' and the other way round.
MY CLIENT DOES NOT LOAD/SHOWS ERRORS
If you see something like this5e418838aaa24f448dfc9f8abc7bfb9c.png check your error log, you probably have an error in the database somewhere.
Any questions in relation to the above please ask.
anyone pls help?
Warning: mysql_num_rows() expects parameter 1 to be resource, string given in C:\xampp\xampp\htdocs\team.php on line 80
ATTENTION:
Hello, can people or anyone help me fix a couple of issues i have with my "BcStorm Emulator". If you can then please contact me and tell me your Skype ?
What is the command :nuevavotacion and :votar used for?
Hmm... Recently setted up a new entire BETA Project.
However... Got some strange errors.. That when i click at the big "H" button. It crashes!
Now i checked my 2 functions and packets.. Sometimes it works.. Sometimes it does not...
Last package id's;
Code:Incoming.GoToHotelView = 2718; UNKNOWN PACKET;; 2888
Here is my GoToHotelView;
RemoveUserFromRoom();Code:internal void GoToHotelView() { if (Session.GetHabbo().InRoom) { Room currentRoom = ButterflyEnvironment.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId); if (currentRoom != null) { Console.WriteLine("Starting removing user from room..."); currentRoom.GetRoomUserManager().RemoveUserFromRoom(Session, true, false); Console.WriteLine("Success! Thread didnt crash?"); } Session.CurrentRoomUserID = -1; } }
Help help guys! Gives me a DC often.Code:internal void RemoveUserFromRoom(GameClient Session, bool NotifyClient, bool NotifyKick) { try { if ((Session != null) && (Session.GetHabbo() != null)) { Session.GetHabbo().GetAvatarEffectsInventoryComponent().CurrentEffect = 0; if (NotifyClient) { if (NotifyKick) { Session.GetMessageHandler().GetResponse().Init(Outgoing.RoomError); Session.GetMessageHandler().GetResponse().AppendInt32(0xfa8); Session.GetMessageHandler().SendResponse(); } Session.GetMessageHandler().GetResponse().Init(Outgoing.OutOfRoom); Session.GetMessageHandler().SendResponse(); } RoomUser roomUserByHabbo = this.GetRoomUserByHabbo(Session.GetHabbo().Id); if (roomUserByHabbo != null) { if (roomUserByHabbo.team != Team.none) { this.room.GetTeamManagerForBanzai().OnUserLeave(roomUserByHabbo); this.room.GetTeamManagerForFreeze().OnUserLeave(roomUserByHabbo); } if (roomUserByHabbo.montandoBol) { roomUserByHabbo.montandoBol = false; RoomUser roomUserByVirtualId = this.GetRoomUserByVirtualId((int) roomUserByHabbo.montandoID); if (roomUserByVirtualId != null) { roomUserByVirtualId.montandoBol = false; roomUserByVirtualId.montandoID = 0; } } if (roomUserByHabbo.sentadoBol || roomUserByHabbo.acostadoBol) { roomUserByHabbo.sentadoBol = false; roomUserByHabbo.acostadoBol = false; } this.RemoveRoomUser(roomUserByHabbo); if ((Session.GetHabbo() != null) && !roomUserByHabbo.IsSpectator) { if (roomUserByHabbo.CurrentItemEffect != ItemEffectType.None) { roomUserByHabbo.GetClient().GetHabbo().GetAvatarEffectsInventoryComponent().CurrentEffect = -1; } if (Session.GetHabbo() != null) { if (this.room.HasActiveTrade(Session.GetHabbo().Id)) { this.room.TryStopTrade(Session.GetHabbo().Id); } Session.GetHabbo().CurrentRoomId = 0; if (Session.GetHabbo().GetMessenger() != null) { Session.GetHabbo().GetMessenger().OnStatusChanged(true); } } } this.usersByUserID.Remove(roomUserByHabbo.userID); if (Session.GetHabbo() != null) { this.usersByUsername.Remove(Session.GetHabbo().Username.ToLower()); } roomUserByHabbo.Dispose(); } } } catch (Exception exception) { Logging.LogCriticalException("Error during removing user from room:" + exception.ToString()); } }
Sincerely yours,
Mikey
My version of BcStorm disconnects me right after I left click on "rooms" in client. Any help?
Only certain users are unable to get on to the client? Why is this happening?
Here is the Exception given in the EMU:
TokenID: 0Invalid Dario bug duing user login: System.NullReferenceException: Object reference not set to an instance of an object.
at Butterfly.HabboHotel.Items.UserItem..ctor(UInt32 Id, UInt32 BaseItem, String ExtraData, UInt32 rareid, String groupstring, UInt32 placedBy) in c:\Users\Administrator\Desktop\Bfly\BcStorm\Butterfly\HabboHotel\Items\UserItem.cs:line 32
at Butterfly.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in c:\Users\Administrator\Desktop\Bfly\BcStorm\Butterfly\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:line 248
at Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in c:\Users\Administrator\Desktop\Bfly\BcStorm\Butterfly\HabboHotel\GameClients\GameClient.cs:line 242
Hey, It dosen't say
Connection Recieved... Lets do this!
Since this is a new vps, I don't know whats happening.
I used normal DB I used YESTERDAY. On old VPS.
Same EMU Aswell.