Line 313 is a Region:
#region Dynamic game map handling
if (MaxY > (Model.MapSizeY - 1) || MaxX > (Model.MapSizeX - 1))
{
if (MaxX < Model.MapSizeX)
MaxX = Model.MapSizeX;
if (MaxY < Model.MapSizeY)...
Ok now i fixed the problem with the black screen.
But now I have another problem.
A few Websocket-Things are missing in the client. (not missing but just the text without graphics and functions)
What could be the problem ?
PS: The Websockets connect perfectly. When you look in google console...
Ok thank you - now the error with swfobject.js is fixed.
Now the only error is the notify.mp3 file:
https://prnt.sc/le5z05
But I don't think this is so important, so I will look if everything is linked correctly. Does someone have an idea what it could be why I have black screen ?
Hallo everybody
My Emulator starts without problems, but when I want to go into the client it is still blackscreen and then disconnects.
It shows a few errors in the console:
https://prnt.sc/ldw2jt
Does someone know how I can fix it that the client will work ?
No unhandled packets and no errors in the logs...
Does someone have another idea ?
Error in packet [3785] BODY: [0][0][0]?[0][0]????:
System.NullReferenceException: Object reference not set to an instance of an object.
at Plus.HabboHotel.Rooms.Gamemap.GenerateMaps(Boolean checkLines) in...
@Pinkman
Ok it doesn't solved it...
And now i got no errors in my logs - really absolutely no errors!
But when I try to shutdown the emulator with the "shutdown"-command after I can't walk then the emulator will freeze when I try to shutdown with command - it looks then like this...
Ok I did it now.
Now I will let the client a few hours on and will test if I can walk in a few hours or not.
If not, I will post every error which I get in my Logs because i cleared it now.
Error in query:
UPDATE `users` SET `online` = '0' WHERE `online` = '1'
MySql.Data.MySqlClient.MySqlException (0x80004005): Deadlock found when trying to get lock; try restarting transaction
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at...
Hey there,
I have a problem..
I use a plusemu and everything is normal but then, after a few hours, you can't walk anymore.. everything else is working normally.
I didn't get any errors. so idk whats the problem..
And when you can't walk, you can't shutdown the emulator normally.. It freezed...
Ok but i don't know how to do this.
Is there really no other website like avatar-retro.com was ?
If there isn't another website, does anyone can make avatar images for my hotel (with link it with my hotel) for money ? :P
Hey there,
The Website avatar-retro.com is down.
So now my question: Is there another website which i can use that my avatars show the correct clothing even if the clothings are customs ?
Because if i do it with habbo.com then my custom clothes aren't showing.
Thanks in advance.
Best Regards...
Hey there,
I have a little problem.
I wanna use an customized Plus Emulator. But there are the building blocks buggy. So you can change the height but when you wanna put a block (where you change the height) on another block then the block disappears.
I tried the same with another Plus Emulator...
Ok now maybe somebody can tell me now exactly what the problem is.
When i try to open my habbo.swf file directly through the browser then it shows me this: https://prnt.sc/i4oton
And in the Client still this error: https://prnt.sc/i47xt9
------------------ UPDATE ----------------------
Now it...
Every link seems to be correct.
Is it possible, that the web.config file is the problem? Or my PHP Version? I tried it with 5.3, 5.5 and 5.6.
web.config: https://pastebin.com/z2BznYWE
In external_variables & external_flash_texts is every link done with --> ${url.prefix}
And in client.php i...
Hey devbest,
My client will not work - it just show me white screen everytime.
These are the errors which i can see via chrome console:
https://prnt.sc/i47xt9
https://prnt.sc/i47xy9
Can somebody tell me exactly how i can fix these that i can go in my client without problems (whitescreen) ...