I got the same error, many times, Me and my friend are working on a fix for this, but as of now, we just delete the user in the users table and they have to re-register, then it all works. Hope this helped :)
Printable View
http://www.youtube.com/watch?v=Od-eA...ature=youtu.be
My problem :(
I need with fixing the habbo group badges...
We all do.^^ Badges are fucked.
How I fixed the button "ban user from room"?
And, how to fix this?
Error in query:
UPDATE user_pets SET room_id = 0, name = @103name, race = @103race, color = @103color, type = 15, expirience = 0, energy = 100, nutrition = 100, respect = 0, createstamp = '1362079211', x = 0, Y = 0, Z = 0 WHERE id = 103
MySql.Data.MySqlClient.MySqlException (0x80004005): Fatal error encountered during command execution. ---> MySql.Data.MySqlClient.MySqlException (0x80004005): Parameter '@103name' must be defined.
em MySql.Data.MySqlClient.Statement.SerializeParameter(MySqlParameterCollection parameters, MySqlPacket packet, String parmName)
em MySql.Data.MySqlClient.Statement.InternalBindParameters(String sql, MySqlParameterCollection parameters, MySqlPacket packet)
em MySql.Data.MySqlClient.Statement.BindParameters()
em MySql.Data.MySqlClient.PreparableStatement.Execute()
em MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
em MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
em MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
em Database_Manager.Database.Session_Details.QueryAdapter.runQuery()
I dont know why, but every tutorial i follow: groupbadges wont work but on habteen.com they work...
Does anyone have a working Profiles code? for me, nothing loads. :/ Also, need help with horses and fix for wall furni placing.
Wired aren't 100% coded yet hopefully they will be soon.
Do you have a semi public hotel that I can visit?
Okay well what's wrong with the horses? Profile I have nothing wrong with them. Wall Furni placing never even noticed :P
Something wrong with your external_vars or habbo-imaging is screwed up
Okay what is wrong with ban users in room? and you might want to empty the users_pet table and them optimize that table to check for errors
Glee want to see if you can help with my issue?
http://www.youtube.com/watch?v=Od-eAGnasaU&list=HL1362149994&feature=mh_lolz
It would be nice to have a fresh setup with a good working compatible cms and db that has cms and emu tables working properly. Also it would be nice to have some sort of good working public rooms without the need for halfarse ads background workarounds that never seem to work for me. (Must be some incompatibility with my db and whatever) I like bcstorm, but until its complete and has an attractive working package, Im sticking back with my older r63 retro works and emu. Noone ever seems to be able to get a working package out without a ton of workarounds and fixes. Its like years later and only the ancient retro combos work well together without much to do with setup. Fixing this emu and tweaking (you would think) should have been one thread. (I'm talking about all the millions of bcstorm threads)
How to get rid of the crap highlighted in red?
http://s23.postimage.org/w6kt59pnv/image.png
Problem in emulator:
Quote:
Exception on publicitems composing: System.NullReferenceException: Object refere
nce not set to an instance of an object.
at Butterfly.HabboHotel.Navigators.PublicItem.Serialize(ServerMessage Message
) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Navigator
s\PublicItem.cs:line 84
Exception on publicitems composing: System.NullReferenceException: Object refere
nce not set to an instance of an object.
at Butterfly.HabboHotel.Navigators.PublicItem.Serialize(ServerMessage Message
) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Navigator
s\PublicItem.cs:line 84
Recieved message 3870
How to fix?
Error in packet [1930] BODY: [0][0][0][0]:
TokenID: 0System.ArgumentOutOfRangeException: 'minValue' n?o pode ser maior que maxValue.
Nome do par?metro: minValue
em System.Random.Next(Int32 minValue, Int32 maxValue)
em MyHobba.HabboHotel.Navigators.Navigator.SerializePublicRooms() na C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\HabboHotel\Navigators\Navigator.cs:linha 325
em MyHobba.Messages.GameClientMessageHandler.GetPubs() na C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\Messages\GameClientMessageHandler.cs:linha 2342
em MyHobba.Messages.StaticMessageHandlers.SharedPacketLib.GetPubs(GameClientMessageHandler handler) na C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\Messages\StaticMessageHandlers\SharedPacketLib.cs:linha 360
em MyHobba.Messages.StaticMessageHandlers.StaticClientMessageHandler.HandlePacket(GameClientMessageHandler handler, ClientMessage message) na C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\Messages\StaticMessageHandlers\StaticClientMessageHandler.cs:linha 27
em MyHobba.Messages.GameClientMessageHandler.HandleRequest(ClientMessage request) na C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\Messages\GameClientMessageHandler.cs:linha 2978
em MyHobba.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientMessage Message) na C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\HabboHotel\GameClients\GameClient.cs:linha 137
Honestly I recommended Leenster Edit has I have no problem with my Emulator what so ever so just give it a try it's not worth a shot!! :P
p.s I'm high I don't know why I'm writing this.
It may be by the external_vars or text if not it's coded into the SWF sending it by the server
How to fix?
Error in thread Room cycle task for room 12:
TokenID: 0System.NullReferenceException: Object reference not set to an instance of an object.
at MyHobba.HabboHotel.Rooms.RoomUser.Chat(GameClient Session, String Message, Boolean Shout, Int32 TextColor) in C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\HabboHotel\Rooms\RoomUser.cs:line 279
at MyHobba.HabboHotel.RoomBots.PetBot.OnUserSay(RoomUser User, String Message) in C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\HabboHotel\RoomBots\PetBot.cs:line 326
at MyHobba.HabboHotel.Rooms.Room.OnUserSay(RoomUser User, String Message, Boolean Shout) in C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\HabboHotel\Rooms\Room.cs:line 742
at MyHobba.HabboHotel.Rooms.RoomUser.OnChat(InvokedChatMessage message) in C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\HabboHotel\Rooms\RoomUser.cs:line 442
at MyHobba.HabboHotel.Rooms.Room.WorkChatQueue() in C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\HabboHotel\Rooms\Room.cs:line 1144
at MyHobba.HabboHotel.Rooms.Room.ProcessRoom() in C:\Users\NETO\Downloads\MyHobba\MyHobba\MyHobba\HabboHotel\Rooms\Room.cs:line 809
Im getting disconnected when i created a group...
I search the ballon code:
Attachment 125288
Thank you for the help
habbo.com xD
The horsesaren't working, people tell me you ride them like on habbo... and when you click a saddle and hit 'use' it should let you ride it, it doesn't work for me, and the profiles, when I load them it didn't work. At the moment im using leenster's edit of bcstorm, need to find the right swfs and see if it works.
I need urgent help!!!
I'm having this error constantly in my hotel, what do I do to resolve?
ERROR:
Quote:
Error in query:
UPDATE user_pets SET room_id = 0, name = @name, race = @race, color = @color, type = 15, expirience = 0, energy = 100, nutrition = 100, respect = 0, createstamp = '1362875547', x = 0, Y = 0, Z = 0 WHERE id = 786
MySql.Data.MySqlClient.MySqlException (0x80004005): Fatal error encountered during command execution. ---> MySql.Data.MySqlClient.MySqlException (0x80004005): Parameter '@name' must be defined.
em MySql.Data.MySqlClient.Statement.SerializeParameter(MySqlParameterCollection parameters, MySqlPacket packet, String parmName)
em MySql.Data.MySqlClient.Statement.InternalBindParameters(String sql, MySqlParameterCollection parameters, MySqlPacket packet)
em MySql.Data.MySqlClient.Statement.BindParameters()
em MySql.Data.MySqlClient.PreparableStatement.Execute()
em MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
em MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
em MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
em Database_Manager.Database.Session_Details.QueryAdapter.runQuery()
Hello,
I'm using the latest edition from leenster, NovaCMS and BrickSWF or something...
It loads, but then gets stuck on a black screen!
Can anyone please help me?
Thanks
if that error too so I think I have a room with shotdown restart emu and emu wala is descnegta greetings Hinge hope the solutions