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

Crash serwera przy /reload


malpii

Rekomendowane odpowiedzi

Opublikowano

Jak w tytule, gdy wpisuje komende /reload wywala serwer. 

 

 

Spoiler

at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:374) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:418) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [mc.jar:git-Spigot-21fe707-e1ebe52]

Caused by: java.lang.IllegalArgumentException: 'PROTOCOL' is already in use

at io.netty.util.UniqueName.<init>(UniqueName.java:53) ~[mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.util.AttributeKey.<init>(AttributeKey.java:47) ~[mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.util.AttributeKey.valueOf(AttributeKey.java:39) ~[mc.jar:git-Spigot-21fe707-e1ebe52]

at com.comphenix.protocol.injector.netty.ChannelInjector.<clinit>(ChannelInjector.java:95) ~[?:?]

>[00:35:27 WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:

at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[mc.jar:git-Spigot-21fe707-e1ebe52]

at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [mc.jar:git-Spigot-21fe707-e1ebe52]

>[00:35:27 WARN]: Failed to initialize a channel. Closing: [id: 0x63e8f9bc, /188.146.185.5:61857 => /51.38.142.253:25565]

java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.injector.netty.ChannelInjector

at com.comphenix.protocol.injector.netty.InjectionFactory.findNetworkManager(InjectionFactory.java:205) ~[?:?]

at com.comphenix.protocol.injector.netty.InjectionFactory.fromChannel(InjectionFactory.java:142) ~[?:?]

at com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:157) ~[?:?]

at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:412) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:60) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:48) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:64) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:251) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [mc.jar:git-Spigot-21fe707-e1ebe52]

at com.comphenix.protocol.injector.netty.ProtocolInjector$3.channelRead(ProtocolInjector.java:183) [ProtocolLib.jar:4.3.0]

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.epoll.EpollServerSocketChannel$EpollServerSocketUnsafe.epollInReady(EpollServerSocketChannel.java:109) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [mc.jar:git-Spigot-21fe707-e1ebe52]

at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [mc.jar:git-Spigot-21fe707-e1ebe52]

 

Opublikowano
8 godzin temu, Zbucki napisał:

Posiadasz wersje ProtocolLiba, która się właśnie crashuje przy reloadzie. Nie polecam robić reloady(Masz nawet komunikat, że pluginy mogą się posypać), warto robić tylko restarty

Rozumiem 😞 

A jest jakas inna wersja protocola taka pod 1.8-1.12.2 zeby obejsc crashow przy /reload?

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...