Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help with v14 Habbo

Newbie Spellweaver
Joined
Nov 20, 2018
Messages
42
Reaction score
1
I'm trying to make an old school Habbo hotel, but i have one problem. When im entering the client (i have configured the dcr etc.) this error pops up:

"This schockwave movie has errors that have caused playback problems. Please contact the author of this content regarding this problem. Shockwave is unable to continue."

I can't fix it.
 
Newbie Spellweaver
Joined
Mar 3, 2011
Messages
30
Reaction score
5
Not sure what kind of web browser you are using but...

Try using "Pale Moon" 32bit. Shockwave works on that like a sharm.
Search on Google and you will find it from the official page.

If you already have that web browser then try taking a reinstall of it.

If you continue to have problems, it might be because of the v14 DCR pack you have downloaded or maybe something wrong with the loader configurations you have done. Maybe a typo who knows. :)
 
Upvote 0
Newbie Spellweaver
Joined
Nov 20, 2018
Messages
42
Reaction score
1
I'm already using Pale Moon, and Shockwave worked like a charm when i made a v5 hotel. I'm using Woodpecker for my hotel, but that doesn't work either.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 3, 2011
Messages
30
Reaction score
5
Woodpecker is the emulator? Ok..

Do you mind posting your loader file or a snippet of it. You are sure there is no typo?

Here is mine, you can try using that instead if you want..
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<title>CHANGEME Hotel</title>
</head>

<body bgcolor='black'<!-- leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'-->>
<div align='center'>
<object classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,8,5,1,0' id='habbo' width='720' height='540'>
<param name='src' value='http://DOMAIN/v14/client/habbo.dcr'>
<param name='swRemote' value='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true' '>
<param name='swStretchStyle' value='none'>
<param name='swText' value=''>

<param name='bgColor' value='#000000'>
<?php if (isset($_GET['sso'])) { ?>
<param name='sw6' value='use.sso.ticket=1;sso.ticket=<?php echo $_GET['sso']; ?>'>
<?php } ?>
<param name='sw2' value='connection.info.host=CHANGEME;connection.info.port=12321'>
<param name='sw4' value='connection.mus.host=CHANGEME;connection.mus.port=12322'>
<param name='sw3' value='client.reload.url=http://DOMAIN/CHANGEME/v14/client/'>
<param name='sw1' value='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.ch'>
<param name='sw5' value='external.variables.txt=http://DOMAIN/v14/client/external_vars.txt;external.texts.txt=http://DOMAIN/v14/client/external_texts.txt'>
<embed src='http://DOMAIN/v14/client/habbo.dcr' bgColor='#000000' width='720' height='540' swRemote='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true'' swStretchStyle='none' swText='' type='application/x-director' pluginspage='http://www.macromedia.com/shockwave/download/'
<?php if (isset($_GET['sso'])) { ?>
sw6='use.sso.ticket=1;sso.ticket=<?php echo $_GET['sso']; ?>'
<?php } ?>
sw2='connection.info.host=CHANGEME;connection.info.port=12321'
sw4='connection.mus.host=CHANGEME;connection.mus.port=12322'
sw3='client.reload.url=http://DOMAIN/v14/client/'
sw1='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.co.uk'
sw5='external.variables.txt=http://DOMAIN/v14/client/external_vars.txt;external.texts.txt=http://DOMAIN/v14/client/external_texts.txt'></embed>
</object>
</div>
</body>

</html>

I'm using Kepler by Quackster, so this loader might not work. I dont know. :/

You can also try using my DCR pack i found somewhere on Ragezone. Not sure where.
Here they are. 30 days before it expires. The link.

v14 DCR pack.


Make sure to change external_variables if you download the pack.
If you still have problems make sure you have 32 bit installed and not 64 bit of Pale Moon.
 
Upvote 0
Newbie Spellweaver
Joined
Nov 20, 2018
Messages
42
Reaction score
1
I deleted everything, i'm trying to use your loader + dcr and Kepler.



Woodpecker is the emulator? Ok..

Do you mind posting your loader file or a snippet of it. You are sure there is no typo?

Here is mine, you can try using that instead if you want..


I'm using Kepler by Quackster, so this loader might not work. I dont know. :/

You can also try using my DCR pack i found somewhere on Ragezone. Not sure where.
Here they are. 30 days before it expires. The link.

v14 DCR pack.


Make sure to change external_variables if you download the pack.
If you still have problems make sure you have 32 bit installed and not 64 bit of Pale Moon.

The client is working with your loader + DCR :) But I can't find a good emulator and i don't know how Kepler works, maybe you can help me with Kepler?
 
Upvote 0
Newbie Spellweaver
Joined
Mar 3, 2011
Messages
30
Reaction score
5
Yes sure.
Sorry for late reply.

Official thread about Kepler by Quackster.
http://forum.ragezone.com/f353/kepler-habbo-hotel-v14-server-1155773/

Compiled jar:
Download Kepler.v1.14.zip

Extract the content inside the file too where ever you choose.
Upload the kepler.sql too your database.
Click and run the "run.bat" file.

Console will show up and errors will rain, close the window after that.
Then you will see in the folder that you have a few more files that you didnt have before.
Open up the server.cfg file and configure the MySQL Connection, IP and so on. If you have done everything correct
try run "run.bat" again. and see if everything is loading fine.

If you're console can't find Java then you will need too edit the Environment Variables and make sure you have set the PATH.

If you have trouble or whatever, let me know.
Send me a PM and I'll even help you out trough better ways if your on the tip to giving up. But if you know what Im talking about then you should be fine.

Good luck. :)
 
Upvote 0
Newbie Spellweaver
Joined
Nov 20, 2018
Messages
42
Reaction score
1
Yes sure.
Sorry for late reply.

Official thread about Kepler by Quackster.
http://forum.ragezone.com/f353/kepler-habbo-hotel-v14-server-1155773/

Compiled jar:
Download Kepler.v1.14.zip

Extract the content inside the file too where ever you choose.
Upload the kepler.sql too your database.
Click and run the "run.bat" file.

Console will show up and errors will rain, close the window after that.
Then you will see in the folder that you have a few more files that you didnt have before.
Open up the server.cfg file and configure the MySQL Connection, IP and so on. If you have done everything correct
try run "run.bat" again. and see if everything is loading fine.

If you're console can't find Java then you will need too edit the Environment Variables and make sure you have set the PATH.

If you have trouble or whatever, let me know.
Send me a PM and I'll even help you out trough better ways if your on the tip to giving up. But if you know what Im talking about then you should be fine.

Good luck. :)
Hey, thank you for your help. When I upload my kepler.sql to my database (PhpMyAdmin) it wil give the following error:

SQL-query:
/*!40101 SET NAMES utf8mb4 */;


MySQL retourneerde:
#1115 - Unknown character set: 'utf8mb4'
 
Upvote 0
Newbie Spellweaver
Joined
Mar 3, 2011
Messages
30
Reaction score
5
Sorry to hear that.

You are running the MySQL server on your local pc or remotely?

If it's on your PC.
Try install MariaDB


Just installed it on my PC. Made a new database, uploaded the .sql file with Navicat. No errors. Just perfect.

If you already have MySQL running. Go and terminate mysqld.exe in task manager.
Go to your selected installation folder.
Mine is; C:\Program Files\MariaDB 10.3\bin and then run mysqld.exe

Because as default when you install MariaDB, it's using the same port as MySQL 3306. So they are not colliding together.
 
Upvote 0
Experienced Elementalist
Joined
May 30, 2013
Messages
288
Reaction score
242
how about updating mysql/mariadb to a newer version that actually supports utf8mb4??????????? wow never thought of that, critical thinking is such a new concept to me. wow
 
Upvote 0
Newbie Spellweaver
Joined
Nov 20, 2018
Messages
42
Reaction score
1
What ancient version of MySQL are you using that doesn't support utf8mb4?

I’m using the most recent version of Xampp right know, with the most recent MySQL (the one that supports utf8mb4), so i uploaded the kepler.sql but there is one tab that doesn’t work and if i run run.bat it wil give an error.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 3, 2011
Messages
30
Reaction score
5
Same error as before?

Run.bat gives you an error most likely because you db is not uploaded correctly or that the server.cfg file is not configured correctly.
 
Upvote 0
Newbie Spellweaver
Joined
Nov 20, 2018
Messages
42
Reaction score
1
Same error as before?

Run.bat gives you an error most likely because you db is not uploaded correctly or that the server.cfg file is not configured correctly.
The run.bat will not run at all, it wil give one error and then it closes. I’m uploaded the kepler.sql to my database with PhpMyAdmin, but thats not working and i still dont know how to work with MariaDB.
 
Upvote 0
Back
Top