ram overloading 1.5mb usage for bcstorm??
ram overloading 1.5mb usage for bcstorm??
» Pet system -> READY! (0 s, 2 ms)
Unable to load furniture item 44557: ads_waterfall
Unable to load furniture item 44560: anc_jngl_patch
Unable to load furniture item 44559: anc_talltree
Unable to load furniture item 44558: anc_mossyrock
Unable to load furniture item 65535: anc_sunset_wall
Unable to load furniture item 54000: matic_wirerig
Unable to load furniture item 46770: matic_walkway_red
» Catalogue manager -> READY! (0 s, 41 ms)
Last edited by prodigy007; 17-02-13 at 08:22 PM.
Hey all, i need working cms for BCstorm can someone drop link for me?
Anyone know the fix?
So far my problems have been circling not being able to log into my hoime room and sitting outside the hotel. Now I see why.. Error in packet [1650] BODY: [0][0][0][0][0][0]????:
TokenID: 0System.NullReferenceException: Object reference not set to an instance of an object.
at Butterfly.Messages.GameClientMessageHandler.PrepareRoomForUser(UInt32 Id, String Password) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\Messages\GameClientMessageHandler.cs:line 4818
at Butterfly.Messages.GameClientMessageHandler.enterOnRoom() in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\Messages\GameClientMessageHandler.cs:line 1535
at Butterfly.Messages.StaticMessageHandlers.SharedPacketLib.enterOnRoom(GameClientMessageHandler handler) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\Messages\StaticMessageHandlers\SharedPacketLib.cs:line 205
at Butterfly.Messages.StaticMessageHandlers.StaticClientMessageHandler.HandlePacket(GameClientMessageHandler handler, ClientMessage message) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\Messages\StaticMessageHandlers\StaticClientMessageHandler.cs:line 29
at Butterfly.Messages.GameClientMessageHandler.HandleRequest(ClientMessage request) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\Messages\GameClientMessageHandler.cs:line 2814
at Butterfly.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientMessage Message) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\GameClients\GameClient.cs:line 136
I'm blocked on home view. Emulateur write : Received message 2996
Anyone knows how to fix this bug:
If you're in a room for like two minutes and you want to move to hotel view you crash out. All rooms stay black except the hotel view (which shows as regular)
Other people see you in the room like you're still there. Anyone knows how to fix?
I've been all through my bug and have figured bcstorm as it sits is not capable of taking people to a room without the user clicking on one. So no auto lobby using this emulator. Correct me if im wrong and your capable of showing how. I have been all throughout the code and cant get it to load me fully into any room manually either. Surely I must be missing something, but standing on a landing.view sucks and I would much rather have people moved to a lobby to interact with each other like some other emus do.
I know this has probably been posted throughout rz, but I couldnt find my error. My error is that i place a saddle thing in the room, place a horse in the room, hit the 'use' button, and absolutely nothing happens. Hope someone can help
I use revcms 1.9.9.9, works just fine :P. like if i helped. :)
HELP PLEASE! MY CLIENT JUST STAYS BLACK AND I FOUN THIS ERROR IN THE ERROR LOG!
Error in packet [1930] BODY: [0][0][0][0]:
TokenID: 0System.ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValue.
Parameter name: minValue
at System.Random.Next(Int32 minValue, Int32 maxValue)
at Butterfly.HabboHotel.Navigators.Navigator.SerializePublicRooms() in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Navigators\Navigator.cs:line 325
at Butterfly.Messages.GameClientMessageHandler.GetPubs() in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\Messages\GameClientMessageHandler.cs:line 2178
at Butterfly.Messages.StaticMessageHandlers.SharedPacketLib.GetPubs(GameClientMessageHandler handler) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\Messages\StaticMessageHandlers\SharedPacketLib.cs:line 350
at Butterfly.Messages.StaticMessageHandlers.StaticClientMessageHandler.HandlePacket(GameClientMessageHandler handler, ClientMessage message) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\Messages\StaticMessageHandlers\StaticClientMessageHandler.cs:line 29
at Butterfly.Messages.GameClientMessageHandler.HandleRequest(ClientMessage request) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\Messages\GameClientMessageHandler.cs:line 2814
at Butterfly.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientMessage Message) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\GameClients\GameClient.cs:line 136
PLEASE PM ME IF YOU CAN HELP!!junglejane:
How to fix this?
Screenshot by Lightshot
And this.. ?
Screenshot by Lightshot
Thx
So when I boot my Bcstorm emulator, it goes all good..
Then I load the client and it loads 100% then it goes black and just sits there, but meanwhile the emulator shows NO connections but in the title of the program it says there is 1 user online, and when I close the client page it goes back to 0.
??
Did you have Ad-blocker? Disable it, and try to Join your Client. Why your Emulator didn't write in the console i don't know, but when it show the Users count, it must be work ;)
Sorry for my Englisch, i'm Still from Germany :D and learning it ;P
Perhaps you didn't have the correct Habbo.swf?
Try this one out: habbo.swf
When its not work, then i didn't have more ideas for you. Sorry, but good luck :).
It Is probably your swfs, I'll edit this when I find the ones I use. OTHERWISE, It could be your EMU, I have a technical producer that fixed up BcStorm, exceptions with a few things my user confronted to me that I didn't know, He's going to try to fix everything, We may release. :P
Anyone know how to fix this? I just have no idea what this error in query caught means in the emulator or how to fix it.
Here are some screenies:
That's the emulator error. Error caught in query just continues to repeat itself.
That's the error I get when I try to access my hotel.
Oh and I'm using Hamachi not localhost and I'm using RevCMS as I was following KyleVonnie's TUT.
Thanks!
How to fix this ...... ?
Screenshot by Lightshot
My issue?
Help please :)
That is not an issue it's just letting you know that the server has gotten a connect and telling you what build of the swf.
In RoomUser.cs find this
Replace with thisPHP Code:if (TextColor == 0 && Session.GetHabbo().Rank >= 6)
{
TextColor = 1;
}
}
PHP Code:if (TextColor == 0 && Session.GetHabbo().Rank >= 6)
{
TextColor = 0;
}
}
Thanks Glee!
I also get this error (twice) when I enter any room
Error in thread RoomManager.OnCycle Exception --> Not inclusive:
TokenID: 0System.NullReferenceException: Object reference not set to an instance of an object.
at Butterfly.HabboHotel.Rooms.RoomManager.WorkGuildRoomsAddQueue() in C:\Users\BR\Desktop\BcStorm\BcStorm Emu\Butterfly\HabboHotel\Rooms\RoomManager.cs:line 633
at Butterfly.HabboHotel.Rooms.RoomManager.OnCycle() in C:\Users\BR\Desktop\BcStorm\BcStorm Emu\Butterfly\HabboHotel\Rooms\RoomManager.cs:line 340
How do I fix wired in my room? Is there a way or no?
Last edited by prodigy007; 27-02-13 at 07:23 PM.