Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Problem z serwerem po aktualizacji do 1.9.4


Rekomendowane odpowiedzi

Opublikowano

­Witajcie, mam bungeecord i zaaktualizowałem wszystko do 1.9.4. Problem polega na tym że gdy chce się połączyć wywala mnie a w konsoli jest:

[15:45:39] [Netty Epoll Server IO #1/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.NullPointerException
at net.minecraft.server.v1_9_R2.NetworkManager.close(NetworkManager.java:247) ~[spigot.jar:git-Spigot-4af49dc-23da8b0]
at net.minecraft.server.v1_9_R2.NetworkManager.channelInactive(NetworkManager.java:106) ~[spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-4af49dc-23da8b0]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]

hex.svg

 PLAYBASE - Nowoczesna lista serwerów gier

Gość Dawid545
Opublikowano


Hi Everyone,

 

All of our software is now upgraded to the latest release of Minecraft 1.9.4. This release is slightly larger than the last couple of point releases, so it is important that you read and understand this post before upgrading.

 

Like Minecraft 1.9, this release is not protocol compatible with previous versions, however BungeeCord and/or plugins can be used to create networks which support multiple concurrent versions (details in the previously linked thread).

 

We have also used this release to deobfuscate a number of additional NMS elements used from within CraftBukkit, and as such the NMS revision is now 1_9_R2, meaning some plugins will need to be updated. This is also a good time to remind developers that code should be written against the Bukkit API as we cannot make any guarantees regarding code which doesn't.

 

In order to get these releases, you will need to manually select 1.9.4 as follows:

 

Code (Text):

java -jar BuildTools.jar --rev 1.9.4

 

Later on, probably end of this weekend, 1.9.4 will become the default version for all users.

 

If you haven't used BuildTools to create a server jar yet, it is suggested you first read the 1.8 announcement and the additional BuildTools info thread.

 

If you have any issues, please don't hesitate to ask for support on either the IRC channel (chat tab above), or the forums. The bug tracker (on hub.spigotmc.org) is also available, however please keep entries there limited to actual, verified bugs.

 

Hope you enjoy,

~Spigot Team

Continue...

 

 

Opublikowano

­

 

Silnik?

Spigot najnowszy 1.9.4 pobrany z https://tcpr.ca/downloads/spigot (latest)

 

Myślę że jest to bug spigota bo patrząc w ich insuses natknąłem się na podobny błąd. Niestety u mnie nie można wejść na serwer.

Log który podałem sypie przy każdej próbie połączenia do serwera i nie jest to wina bungee (z moich obserwacji)

 

@GotoFinal

hex.svg

 PLAYBASE - Nowoczesna lista serwerów gier

Opublikowano

­

 

Co powiesz na reinstalacja ? :)

Nic nie będę reinstalował -,-, nie zamierzam tracić plików. Insuse utworzony powinni naprawić w ciągu tygodnia ;*

hex.svg

 PLAYBASE - Nowoczesna lista serwerów gier

Opublikowano

@close

Rozwiązałem problem, error pochodził z protocolib który nie był kompatybilny z 1.9.4. Proszę moderatora o zamknięcie tematu

hex.svg

 PLAYBASE - Nowoczesna lista serwerów gier

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...