[REL/DEV] Havana - A Habbo Hotel server for v31+ [Java]

Page 2 of 7 FirstFirst 1234567 LastLast
Results 26 to 50 of 154
  1. #26
    Member miggo is offline
    MemberRank
    Oct 2021 Join Date
    48Posts
    If I already did it, it is that there are missing furnis, I would like to know how I place them or how I get them, they are the mountain dew poster and mountain dew club sofa

    - - - Updated - - -

    I also have the doubt if the client flash player of the beta version of classichabbo can be placed?

  2. #27
    Member DarkMage is offline
    MemberRank
    Aug 2022 Join Date
    ItalyLocation
    30Posts
    May I ask if where I should change the database connection on both server and web side?

    - - - Updated - - -

    Got it working but when I click register, it shows the error below

    Page not found!














    Sorry, but the page you were looking for was not found.
    Please use the 'Back' button to get back to where you started.


    - - - Updated - - -
    This will show on cmd:

    Spoiler:

    2022-09-06T08:05:21.598 INFO [org.alexdev.havana.dao.Storage] - Connecting to MySQL server2022-09-06T08:05:21.671 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Starting...2022-09-06T08:05:21.822 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Start completed.2022-09-06T08:05:21.823 INFO [org.alexdev.havana.dao.Storage] - Connection to MySQL was a successException in thread "main" java.lang.ExceptionInInitializerError at org.alexdev.havana.Havana.main(Havana.java:101)Caused by: java.nio.file.FileSystemNotFoundException at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getFileSystem(ZipFileSystemProvider.java:169) at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getPath(ZipFileSystemProvider.java:155) at java.base/java.nio.file.Path.of(Path.java:208) at java.base/java.nio.file.Paths.get(Paths.java:97) at com.goterl.resourceloader.ResourceLoader.getFileFromFileSystem(ResourceLoader.java:237) at com.goterl.resourceloader.ResourceLoader.copyToTempDirectory(ResourceLoader.java:88) at com.goterl.resourceloader.SharedLibraryLoader.load(SharedLibraryLoader.java:53) at com.goterl.lazysodium.utils.LibraryLoader.loadBundledLibrary(LibraryLoader.java:134) at com.goterl.lazysodium.utils.LibraryLoader.loadLibrary(LibraryLoader.java:95) at com.goterl.lazysodium.SodiumJava.<init>(SodiumJava.java:34) at com.goterl.lazysodium.SodiumJava.<init>(SodiumJava.java:23) at org.alexdev.havana.dao.mysql.PlayerDao.<clinit>(PlayerDao.java:18) ... 1 more


    - - - Updated - - -

    After few minutes Web shows an error on cmd
    Spoiler:

    Microsoft Windows [Version 10.0.19044.1889](c) Microsoft Corporation. All rights reserved.D:\Habbo Quackster\Havana-latest>java -jar Havana-Server-aeb7909.jar2022-09-06T08:23:13.883 INFO [org.alexdev.havana.Havana] - Havana - Habbo Hotel V31 Emulation2022-09-06T08:23:13.886 INFO [org.alexdev.havana.dao.Storage] - Connecting to MySQL server2022-09-06T08:23:13.948 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Starting...2022-09-06T08:23:14.131 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Start completed.2022-09-06T08:23:14.132 INFO [org.alexdev.havana.dao.Storage] - Connection to MySQL was a successException in thread "main" java.lang.ExceptionInInitializerError at org.alexdev.havana.Havana.main(Havana.java:101)Caused by: java.nio.file.FileSystemNotFoundException at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getFileSystem(ZipFileSystemProvider.java:169) at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getPath(ZipFileSystemProvider.java:155) at java.base/java.nio.file.Path.of(Path.java:208) at java.base/java.nio.file.Paths.get(Paths.java:97) at com.goterl.resourceloader.ResourceLoader.getFileFromFileSystem(ResourceLoader.java:237) at com.goterl.resourceloader.ResourceLoader.copyToTempDirectory(ResourceLoader.java:88) at com.goterl.resourceloader.SharedLibraryLoader.load(SharedLibraryLoader.java:53) at com.goterl.lazysodium.utils.LibraryLoader.loadBundledLibrary(LibraryLoader.java:134) at com.goterl.lazysodium.utils.LibraryLoader.loadLibrary(LibraryLoader.java:95) at com.goterl.lazysodium.SodiumJava.<init>(SodiumJava.java:34) at com.goterl.lazysodium.SodiumJava.<init>(SodiumJava.java:23) at org.alexdev.havana.dao.mysql.PlayerDao.<clinit>(PlayerDao.java:18) ... 1 moreD:\Habbo Quackster\Havana-latest>java -jar Havana-Web-aeb7909.jar2022-09-06T08:23:25.531 INFO [org.alexdev.http.HavanaWeb] - HavanaWeb by Quackster2022-09-06T08:23:25.532 INFO [org.alexdev.http.HavanaWeb] - Loading configuration..2022-09-06T08:23:25.550 INFO [org.alexdev.havana.dao.Storage] - Connecting to MySQL server2022-09-06T08:23:25.619 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Starting...2022-09-06T08:23:25.770 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Start completed.2022-09-06T08:23:26.050 INFO [org.alexdev.http.HavanaWeb] - Registering web routes..2022-09-06T08:23:26.247 INFO [org.alexdev.http.HavanaWeb] - Registered 250 route(s)!2022-09-06T08:23:26.251 INFO [org.alexdev.http.HavanaWeb] - Starting http service on port 802022-09-06T08:25:54.436 ERROR [ErrorLogger] - Error occurred:java.lang.NoClassDefFoundError: Could not initialize class org.alexdev.havana.dao.mysql.PlayerDao at org.alexdev.http.controllers.site.RegisterController.register(RegisterController.java:32) at org.alexdev.duckhttpd.server.WebChannelHandler.channelRead0(WebChannelHandler.java:96) at org.alexdev.duckhttpd.server.WebChannelHandler.channelRead0(WebChannelHandler.java:22) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:438) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:321) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:295) at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:253) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:834)


    This is what web logs shows
    Spoiler:

    2022-09-06T08:25:54.436 - [ErrorLogger] - Error occurred: java.lang.NoClassDefFoundError: Could not initialize class org.alexdev.havana.dao.mysql.PlayerDao at org.alexdev.http.controllers.site.RegisterController.register(RegisterController.java:32) at org.alexdev.duckhttpd.server.WebChannelHandler.channelRead0(WebChannelHandler.java:96) at org.alexdev.duckhttpd.server.WebChannelHandler.channelRead0(WebChannelHandler.java:22) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:438) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:321) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:295) at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:253) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:834)


    - - - Updated - - -

    Btw I am using this guide from @deemster.

  3. #28
    Elite Member Liper is offline
    Member +Rank
    Aug 2010 Join Date
    143Posts
    Quote Originally Posted by deemster View Post
    You should make an empty folder called “www” inside the tools folder and extract the havana_www zip to that empty folder.
    Thank you so much for the help, I finally got it, now it's just joy and fun. =D remembering the old days of habbo
    https://uploaddeimagens.com.br/imagens/401DtA4

    Edit: Teleports don't really work, I get the same errors quoted by @miggo
    Last edited by Liper; 06-09-22 at 06:12 AM.

  4. #29
    Newbie RandomMan1 is offline
    MemberRank
    Sep 2022 Join Date
    13Posts
    My hotel statistics dashboard does not present any information, nor can I edit a user within the housekeeping panel. When I click on a username to open the following URL http://localhost/allseeingeye/hk/users/edit?id=2 nothing happens and the dashboard simply refreshes.

    Any ideas?

    Also, how do I enable the flash client?

    Thank you

  5. #30
    Elite Member gda123123 is offline
    Member +Rank
    May 2011 Join Date
    150Posts

    same here

    Quote Originally Posted by DarkMage View Post
    May I ask if where I should change the database connection on both server and web side?

    - - - Updated - - -

    Got it working but when I click register, it shows the error below

    Page not found!















    Sorry, but the page you were looking for was not found.
    Please use the 'Back' button to get back to where you started.


    - - - Updated - - -
    This will show on cmd:

    Spoiler:

    2022-09-06T08:05:21.598 INFO [org.alexdev.havana.dao.Storage] - Connecting to MySQL server2022-09-06T08:05:21.671 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Starting...2022-09-06T08:05:21.822 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Start completed.2022-09-06T08:05:21.823 INFO [org.alexdev.havana.dao.Storage] - Connection to MySQL was a successException in thread "main" java.lang.ExceptionInInitializerError at org.alexdev.havana.Havana.main(Havana.java:101)Caused by: java.nio.file.FileSystemNotFoundException at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getFileSystem(ZipFileSystemProvider.java:169) at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getPath(ZipFileSystemProvider.java:155) at java.base/java.nio.file.Path.of(Path.java:208) at java.base/java.nio.file.Paths.get(Paths.java:97) at com.goterl.resourceloader.ResourceLoader.getFileFromFileSystem(ResourceLoader.java:237) at com.goterl.resourceloader.ResourceLoader.copyToTempDirectory(ResourceLoader.java:88) at com.goterl.resourceloader.SharedLibraryLoader.load(SharedLibraryLoader.java:53) at com.goterl.lazysodium.utils.LibraryLoader.loadBundledLibrary(LibraryLoader.java:134) at com.goterl.lazysodium.utils.LibraryLoader.loadLibrary(LibraryLoader.java:95) at com.goterl.lazysodium.SodiumJava.<init>(SodiumJava.java:34) at com.goterl.lazysodium.SodiumJava.<init>(SodiumJava.java:23) at org.alexdev.havana.dao.mysql.PlayerDao.<clinit>(PlayerDao.java:18) ... 1 more


    - - - Updated - - -

    After few minutes Web shows an error on cmd
    Spoiler:

    Microsoft Windows [Version 10.0.19044.1889](c) Microsoft Corporation. All rights reserved.D:\Habbo Quackster\Havana-latest>java -jar Havana-Server-aeb7909.jar2022-09-06T08:23:13.883 INFO [org.alexdev.havana.Havana] - Havana - Habbo Hotel V31 Emulation2022-09-06T08:23:13.886 INFO [org.alexdev.havana.dao.Storage] - Connecting to MySQL server2022-09-06T08:23:13.948 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Starting...2022-09-06T08:23:14.131 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Start completed.2022-09-06T08:23:14.132 INFO [org.alexdev.havana.dao.Storage] - Connection to MySQL was a successException in thread "main" java.lang.ExceptionInInitializerError at org.alexdev.havana.Havana.main(Havana.java:101)Caused by: java.nio.file.FileSystemNotFoundException at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getFileSystem(ZipFileSystemProvider.java:169) at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getPath(ZipFileSystemProvider.java:155) at java.base/java.nio.file.Path.of(Path.java:208) at java.base/java.nio.file.Paths.get(Paths.java:97) at com.goterl.resourceloader.ResourceLoader.getFileFromFileSystem(ResourceLoader.java:237) at com.goterl.resourceloader.ResourceLoader.copyToTempDirectory(ResourceLoader.java:88) at com.goterl.resourceloader.SharedLibraryLoader.load(SharedLibraryLoader.java:53) at com.goterl.lazysodium.utils.LibraryLoader.loadBundledLibrary(LibraryLoader.java:134) at com.goterl.lazysodium.utils.LibraryLoader.loadLibrary(LibraryLoader.java:95) at com.goterl.lazysodium.SodiumJava.<init>(SodiumJava.java:34) at com.goterl.lazysodium.SodiumJava.<init>(SodiumJava.java:23) at org.alexdev.havana.dao.mysql.PlayerDao.<clinit>(PlayerDao.java:18) ... 1 moreD:\Habbo Quackster\Havana-latest>java -jar Havana-Web-aeb7909.jar2022-09-06T08:23:25.531 INFO [org.alexdev.http.HavanaWeb] - HavanaWeb by Quackster2022-09-06T08:23:25.532 INFO [org.alexdev.http.HavanaWeb] - Loading configuration..2022-09-06T08:23:25.550 INFO [org.alexdev.havana.dao.Storage] - Connecting to MySQL server2022-09-06T08:23:25.619 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Starting...2022-09-06T08:23:25.770 INFO [com.zaxxer.hikari.HikariDataSource] - processing - Start completed.2022-09-06T08:23:26.050 INFO [org.alexdev.http.HavanaWeb] - Registering web routes..2022-09-06T08:23:26.247 INFO [org.alexdev.http.HavanaWeb] - Registered 250 route(s)!2022-09-06T08:23:26.251 INFO [org.alexdev.http.HavanaWeb] - Starting http service on port 802022-09-06T08:25:54.436 ERROR [ErrorLogger] - Error occurred:java.lang.NoClassDefFoundError: Could not initialize class org.alexdev.havana.dao.mysql.PlayerDao at org.alexdev.http.controllers.site.RegisterController.register(RegisterController.java:32) at org.alexdev.duckhttpd.server.WebChannelHandler.channelRead0(WebChannelHandler.java:96) at org.alexdev.duckhttpd.server.WebChannelHandler.channelRead0(WebChannelHandler.java:22) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:438) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:321) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:295) at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:253) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:834)


    This is what web logs shows
    Spoiler:

    2022-09-06T08:25:54.436 - [ErrorLogger] - Error occurred: java.lang.NoClassDefFoundError: Could not initialize class org.alexdev.havana.dao.mysql.PlayerDao at org.alexdev.http.controllers.site.RegisterController.register(RegisterController.java:32) at org.alexdev.duckhttpd.server.WebChannelHandler.channelRead0(WebChannelHandler.java:96) at org.alexdev.duckhttpd.server.WebChannelHandler.channelRead0(WebChannelHandler.java:22) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:438) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:321) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:295) at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:253) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:834)


    - - - Updated - - -

    Btw I am using this guide from @deemster.
    Same here, waiting for someone to save my day.

  6. #31
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,486Posts
    Please see this comment for your libsodium problems: https://forum.ragezone.com/f353/kepl...2/#post9140802

    As for the flash client, there is no flash client support, this is a v31 server - not a flash server.

  7. #32
    Member DarkMage is offline
    MemberRank
    Aug 2022 Join Date
    ItalyLocation
    30Posts
    Do you have any way it can run via xampp Apache instead of web server itself?

  8. #33
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,486Posts
    Quote Originally Posted by DarkMage View Post
    Do you have any way it can run via xampp Apache instead of web server itself?
    Running Havana-Web is compulsory, but you can simultaneously use both XAMPP/Apache/Ngnix etc with it by creating a reverse proxy.

    See this comment. https://forum.ragezone.com/f353/rel-...3/#post9141173

  9. #34
    Newbie RandomMan1 is offline
    MemberRank
    Sep 2022 Join Date
    13Posts
    Quote Originally Posted by Quackster View Post
    Please see this comment for your libsodium problems: https://forum.ragezone.com/f353/kepl...2/#post9140802

    As for the flash client, there is no flash client support, this is a v31 server - not a flash server.
    Thank you for your reply RE libsodium error; I have followed the instructions in comment you tagged and have tried to regsvr32 the .dll but the error persists with not being able to use the housekeeping edit function.

    Thanks for clarification RE the flash client.

    Best wishes.

  10. #35
    Member MadeMe is offline
    MemberRank
    Sep 2022 Join Date
    ItaliaLocation
    41Posts
    Quote Originally Posted by RandomMan1 View Post
    Thank you for your reply RE libsodium error; I have followed the instructions in comment you tagged and have tried to regsvr32 the .dll but the error persists with not being able to use the housekeeping edit function.

    Thanks for clarification RE the flash client.

    Best wishes.
    Try to use Baslisk browser as Quackster recommended, it runs smoothly, and I can even teleport to everything without any errors.

  11. #36
    Newbie RandomMan1 is offline
    MemberRank
    Sep 2022 Join Date
    13Posts
    Quote Originally Posted by MadeMe View Post
    Try to use Baslisk browser as Quackster recommended, it runs smoothly, and I can even teleport to everything without any errors.
    Yep - using Baslisk browser. Really odd, the .dll is definitely present now.

    Many thanks

  12. #37
    Member miggo is offline
    MemberRank
    Oct 2021 Join Date
    48Posts
    So what emulator does classichabbo use that allows you to use the flash and shockwave client? this procedure is interesting

  13. #38
    Elite Member gda123123 is offline
    Member +Rank
    May 2011 Join Date
    150Posts
    https://drive.google.com/file/d/1iBF...ew?usp=sharing

    It's a fully portable Repack for some people who don't know how to make it work.
    All dependencies, JDK, MySQL, libsodium and whatever you need to run this sever has been well included and preconfigured, all you have to do is uncompress the file and double-click the batch to run.

    Steps would be like.
    1 - Setup Xampp(first time only).bat
    2 - Start MySQL.bat
    3 - Start WebServer.bat
    4 - Start Server.bat
    Last edited by gda123123; 07-09-22 at 04:36 PM.

  14. #39
    Elite Member Liper is offline
    Member +Rank
    Aug 2010 Join Date
    143Posts
    Quote Originally Posted by MadeMe View Post
    Try to use Baslisk browser as Quackster recommended, it runs smoothly, and I can even teleport to everything without any errors.
    I managed to run the server it is working fine, I use the Baslisk browser but the teleports do not work and when I try to use it I get errors in the logs

  15. #40
    Grand Master James is offline
    LegendRank
    Jan 2007 Join Date
    DenverLocation
    2,286Posts
    This is super cool. Projects like these will always have a special place in my heart, they help to preserve that tiny bit of our childhood.

  16. #41
    Newbie Marcio is offline
    MemberRank
    Sep 2022 Join Date
    BrazilLocation
    3Posts
    Wow! This project is amazing. It's really cool to revisit the 2009 era, one of the best.

    only teleports don't work, vw_items table doesn't exist

    2022-09-07T20:50:12.562 ERROR [ErrorLogger] - Error when executing MySQL query:
    java.sql.SQLSyntaxErrorException: (conn=63) Table 'havana.vw_items' doesn't exist

  17. #42
    Member miggo is offline
    MemberRank
    Oct 2021 Join Date
    48Posts
    I think the top 1 habbo emulators are havana and kepler honestly they are perfect and organized emulators I hope that at some point the teleports of the havana emulator are solved and that they make a tutorial on how to create furnis cct and how to upload furnis

  18. #43
    Grand Master Emily is offline
    Grand MasterRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts
    Great release! I love seeing stuff like this, brings me back... well done! And I assume it won't be terribly hard to port it to later versions and include flash if somebody would pick up on it

  19. #44
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,486Posts
    Quote Originally Posted by Marcio View Post
    Wow! This project is amazing. It's really cool to revisit the 2009 era, one of the best.

    only teleports don't work, vw_items table doesn't exist

    2022-09-07T20:50:12.562 ERROR [ErrorLogger] - Error when executing MySQL query:
    java.sql.SQLSyntaxErrorException: (conn=63) Table 'havana.vw_items' doesn't exist
    Hopefully this fixes your teleporter issue.

    https://github.com/Quackster/Havana/releases/tag/latest

  20. #45
    Newbie Ernstz0r is offline
    MemberRank
    Jan 2021 Join Date
    23Posts
    Awesome relase! I upgraded from Kepler to Havana. Thank you so much for this!

    I have only one small question:
    How do I open the infobus? It doesn't open when I click on open doors in the Housekeeping. Also, it look's like the waiting line doesn't work.

  21. #46
    Member miggo is offline
    MemberRank
    Oct 2021 Join Date
    48Posts
    :D teleports finally working, thanks quackster.

  22. #47
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,486Posts
    The development right now is currently a re-implementation of the joystick feature used in later shockwave Habbo revisions.

    More will come later.



    Quote Originally Posted by Ernstz0r View Post
    Awesome relase! I upgraded from Kepler to Havana. Thank you so much for this!

    I have only one small question:
    How do I open the infobus? It doesn't open when I click on open doors in the Housekeeping. Also, it look's like the waiting line doesn't work.
    You need to make sure the rcon port aligns up with both the Havana-Web and Havana-Server, and that the IP matches and you aren't blocking the connection etc etc standard stuff.
    Last edited by Quackster; 09-09-22 at 10:41 AM.

  23. #48
    Grand Master Emily is offline
    Grand MasterRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts
    Looking good! Been a while since I've seen that joystick, brings back memories for sure even though I don't think I used it much in official Habbo haha!

  24. #49
    Elite Member Liper is offline
    Member +Rank
    Aug 2010 Join Date
    143Posts
    Quote Originally Posted by Quackster View Post
    The development right now is currently a re-implementation of the joystick feature used in later shockwave Habbo revisions.

    More will come later.





    You need to make sure the rcon port aligns up with both the Havana-Web and Havana-Server, and that the IP matches and you aren't blocking the connection etc etc standard stuff.
    Thanks for the teleport fix!
    Answer me a question, I was looking and wanting to put new furniture, I saw that it is necessary to add it also in funidata.txt and I saw that it exists in 2 places inside the folder www/dcr/v31/gamedata and inside the tools/gamedata in which I need to add?

  25. #50
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,486Posts
    Quote Originally Posted by Liper View Post
    Thanks for the teleport fix!
    Answer me a question, I was looking and wanting to put new furniture, I saw that it is necessary to add it also in funidata.txt and I saw that it exists in 2 places inside the folder www/dcr/v31/gamedata and inside the tools/gamedata in which I need to add?
    The ones in the tools/gamedata is just a backup for me instead of updating a massive zip file all the time.



Page 2 of 7 FirstFirst 1234567 LastLast

Advertisement