Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table 'habbo.navigator_styles' doesn't exist #58

Open
SrEstarqui opened this issue Feb 22, 2025 · 3 comments
Open

Table 'habbo.navigator_styles' doesn't exist #58

SrEstarqui opened this issue Feb 22, 2025 · 3 comments

Comments

@SrEstarqui
Copy link

SrEstarqui commented Feb 22, 2025

Hi @Quackster,

Table 'habbo.navigator_styles' doesn't exist

Caused by: java.sql.SQLException: Table 'habbo.navigator_styles' doesn't exist
Query is: SELECT * FROM navigator_styles

Installed from 0 step by step, how to fix it?

Image

Image

Thanks.

@vitorvasc
Copy link

Did you run the scripts for the latest versions? Here they are: https://github.com/Quackster/Havana/tree/master/tools/migrations

The navigator_styles is on 1.2, specifically. But running all of them must avoid further issues.

@SrEstarqui
Copy link
Author

Hi vitor,
Thanks for your time.
I used Havana 1.2 and the dcr files from mediafire, yes.
Must I run the 1.3 update sql?

A proper tutorial will makes sense at least to me.

Missing the habbo-imaging images
Missing the navigator styles

D:

@tobichenx3
Copy link

Since the latest update there are also problems with the UTF8 encoding and “umlauts”:

2025-02-28T13:58:21.916 INFO [Player Tobichenx3] - Received (UPDATEFLAT): 24 / @XyAd@FTestö@dope
org.alexdev.havana.server.util.MalformedPacketException: The packet sent to the server was malformed.
at org.alexdev.havana.server.netty.streams.NettyRequest.readString(NettyRequest.java:71)
at org.alexdev.havana.messages.incoming.rooms.settings.UPDATEFLAT.handle(UPDATEFLAT.java:28)
at org.alexdev.havana.messages.MessageHandler.invoke(MessageHandler.java:636)
at org.alexdev.havana.messages.MessageHandler.handleRequest(MessageHandler.java:615)
at org.alexdev.havana.server.netty.connections.ConnectionHandler.channelRead0(ConnectionHandler.java:106)
at org.alexdev.havana.server.netty.connections.ConnectionHandler.channelRead0(ConnectionHandler.java:21)
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:426)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:799)
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@vitorvasc @tobichenx3 @SrEstarqui and others