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!

Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble)

ThuGie.NL - Webmaster
Joined
Apr 16, 2006
Messages
607
Reaction score
55
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Help Me Please...
pKRHEFU - Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble) - RaGEZONE Forums

I actually encountered that error before, it might be your webserver.
make sure gzip is disabled for files such as .cct and .dcr.
And make sure the file is send as application/octet-stream if i recall.
And make sure the file is send as a whole and not chunked.

Edit:
You should be able to do things like this with .htaccess
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 1, 2012
Messages
20
Reaction score
2
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

I actually encountered that error before, it might be your webserver.
make sure gzip is disabled for files such as .cct and .dcr.
And make sure the file is send as application/octet-stream if i recall.
And make sure the file is send as a whole and not chunked.

Edit:
You should be able to do things like this with .htaccess

I had this error with the IIS server, then I started the website via Xampp and the error was gone.
 
Newbie Spellweaver
Joined
Dec 25, 2015
Messages
66
Reaction score
9
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

I had this error with the IIS server, then I started the website via Xampp and the error was gone.
No work :( see
ZrLAF - Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble) - RaGEZONE Forums


KStTMsk - Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
ThuGie.NL - Webmaster
Joined
Apr 16, 2006
Messages
607
Reaction score
55
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Well this is a different error then before it is missing the font xtra,
That would mostly be your shockwave install on your browser, try installing the full version,
Also check your webserver's log to see if it requested the file there by any chance

If it does download the font xtra and put it in the folder that the logs says it was requested from,
Though normally if the .dcr hasn't been modified improperly it should be included already.

Other then that i never really received that msg.
 
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,685
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Next update is looking like it will just be a small one to fix some minor issues, this will be a prior to a bigger patch that will add more features.

Next release patch notes:

- Some public room furniture is glitched (Pizzaria, Picnic Fields, Oasis Bar etc)
- Swim status not applying after going back into water on Wobble Squabble if you don't have tickets
- Lido and Rooftop Rumble ladders
- Space Cafe lights and flipboard
- Reset clothes user on HC expiry
 
Initiate Mage
Joined
Feb 18, 2019
Messages
1
Reaction score
0
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]

Got Kepler working with Docker from the GitHub repo.
Only having lot's of bug's (like; Cata doensn't work, can't subscribe to Habbo Club, randomly-freezing clients, and stuff like that).

Besides that, the "Matcha" CMS also doesn't work right now.

Also doens't understand to change habbo server version in with Docker.
Only seeing some MySQL error's in the Console:
Code:
kepler_1      | 2019-02-18T13:23:23.411 INFO  [com.zaxxer.hikari.HikariDataSource] - processing - Start completed.
kepler_1      | 2019-02-18T13:23:23.411 INFO  [org.alexdev.kepler.dao.Storage] - Connection to MySQL was a success
kepler_1      | 2019-02-18T13:23:23.411 INFO  [org.alexdev.kepler.Kepler] - Setting up game
kepler_1      | 2019-02-18T13:23:23.533 ERROR [ErrorLogger] - Error when executing MySQL query: 
kepler_1      | java.lang.IllegalArgumentException: No enum constant org.alexdev.kepler.game.item.base.ItemBehaviour.REDIRECT_ROTATION_0
kepler_1      |     at java.base/java.lang.Enum.valueOf(Enum.java:240)
kepler_1      |     at org.alexdev.kepler.game.item.base.ItemBehaviour.valueOf(ItemBehaviour.java:7)
kepler_1      |     at org.alexdev.kepler.game.item.base.ItemDefinition.parseBehaviour(ItemDefinition.java:65)
kepler_1      |     at org.alexdev.kepler.game.item.base.ItemDefinition.<init>(ItemDefinition.java:38)
kepler_1      |     at org.alexdev.kepler.dao.mysql.ItemDao.getItemDefinitions(ItemDao.java:37)
kepler_1      |     at org.alexdev.kepler.game.item.ItemManager.<init>(ItemManager.java:16)kepler_1      |     at org.alexdev.kepler.game.item.ItemManager.getInstance(ItemManager.java:57)
kepler_1      |     at org.alexdev.kepler.Kepler.main(Kepler.java:89)
kepler_1      | Item (camera) has an invalid definition id: 421
kepler_1      | Item (rubberchair*1) has an invalid definition id: 708
kepler_1      | Item (rubberchair*2) has an invalid definition id: 709
....
....
....
Anyone can help me to make my Retro running smooth without error's and with the CMS and stuff working? Finished to come far today, but I am stuck in the points above.
Btw. Also constantly seeing this error:
Code:
kepler_1      | 2019-02-18T20:16:48.329 ERROR [ErrorLogger] - GameScheduler crashed: 
kepler_1      | java.lang.NullPointerException
kepler_1      |     at 
org.alexdev.kepler.game.catalogue.RareManager.selectNewRare(RareManager.java:124)
kepler_1      |     at org.alexdev.kepler.game.catalogue.RareManager.performRareManagerJob(RareManager.java:191)
kepler_1      |     at org.alexdev.kepler.game.GameScheduler.run(GameScheduler.java:102)

Last thing I can't find out:

Where is the settings.ini in the Docker version?
 
Last edited:
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,685
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]

Got Kepler working with Docker from the GitHub repo.
Only having lot's of bug's (like; Cata doensn't work, can't subscribe to Habbo Club, randomly-freezing clients, and stuff like that).

Besides that, the "Matcha" CMS also doesn't work right now.

Also doens't understand to change habbo server version in with Docker.
Only seeing some MySQL error's in the Console:
Code:
kepler_1      | 2019-02-18T13:23:23.411 INFO  [com.zaxxer.hikari.HikariDataSource] - processing - Start completed.
kepler_1      | 2019-02-18T13:23:23.411 INFO  [org.alexdev.kepler.dao.Storage] - Connection to MySQL was a success
kepler_1      | 2019-02-18T13:23:23.411 INFO  [org.alexdev.kepler.Kepler] - Setting up game
kepler_1      | 2019-02-18T13:23:23.533 ERROR [ErrorLogger] - Error when executing MySQL query: 
kepler_1      | java.lang.IllegalArgumentException: No enum constant org.alexdev.kepler.game.item.base.ItemBehaviour.REDIRECT_ROTATION_0
kepler_1      |     at java.base/java.lang.Enum.valueOf(Enum.java:240)
kepler_1      |     at org.alexdev.kepler.game.item.base.ItemBehaviour.valueOf(ItemBehaviour.java:7)
kepler_1      |     at org.alexdev.kepler.game.item.base.ItemDefinition.parseBehaviour(ItemDefinition.java:65)
kepler_1      |     at org.alexdev.kepler.game.item.base.ItemDefinition.<init>(ItemDefinition.java:38)
kepler_1      |     at org.alexdev.kepler.dao.mysql.ItemDao.getItemDefinitions(ItemDao.java:37)
kepler_1      |     at org.alexdev.kepler.game.item.ItemManager.<init>(ItemManager.java:16)kepler_1      |     at org.alexdev.kepler.game.item.ItemManager.getInstance(ItemManager.java:57)
kepler_1      |     at org.alexdev.kepler.Kepler.main(Kepler.java:89)
kepler_1      | Item (camera) has an invalid definition id: 421
kepler_1      | Item (rubberchair*1) has an invalid definition id: 708
kepler_1      | Item (rubberchair*2) has an invalid definition id: 709
....
....
....
Anyone can help me to make my Retro running smooth without error's and with the CMS and stuff working? Finished to come far today, but I am stuck in the points above.
Btw. Also constantly seeing this error:
Code:
kepler_1      | 2019-02-18T20:16:48.329 ERROR [ErrorLogger] - GameScheduler crashed: 
kepler_1      | java.lang.NullPointerException
kepler_1      |     at 
org.alexdev.kepler.game.catalogue.RareManager.selectNewRare(RareManager.java:124)
kepler_1      |     at org.alexdev.kepler.game.catalogue.RareManager.performRareManagerJob(RareManager.java:191)
kepler_1      |     at org.alexdev.kepler.game.GameScheduler.run(GameScheduler.java:102)

Last thing I can't find out:

Where is the settings.ini in the Docker version?

The docker setup is super outdated. I'm really sorry, I'm not the who even started the docker stuff. Also it appears you imported the database incorrectly.
 
Junior Spellweaver
Joined
Oct 30, 2010
Messages
148
Reaction score
8
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

There seems to be an issue with the character encoding somewhere in the emulator, special characters such as è, ä and ü all show up as ï¿≥.

Lq5D9wS - Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 25, 2008
Messages
34
Reaction score
0
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

I have this problem

"tile" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/alexdev/kepler/Kepler has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)

I have the latest java version
 
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,685
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

I have this problem

"tile" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/alexdev/kepler/Kepler has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)

I have the latest java version

Not according to the exception you posted, you're out of date.

There seems to be an issue with the character encoding somewhere in the emulator, special characters such as è, ä and ü all show up as ï¿≥.

Lq5D9wS - Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble) - RaGEZONE Forums

Hmm, not sure what the issue is but I think I'm not using ISO8859-1
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 25, 2008
Messages
34
Reaction score
0
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Not according to the exception you posted, you're out of date.



Hmm, not sure what the issue is but I think I'm not using ISO8859-1

I fixed that problem, now i give me badges and not appear here

tO1Ba6a - Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Aug 30, 2010
Messages
172
Reaction score
35
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

So, by far, this one is probably the most completed oldskool server of all time?
 
Initiate Mage
Joined
Dec 27, 2016
Messages
4
Reaction score
0
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

     
 
Last edited:
Back
Top