ErrorReporter
1792636138 opened this issue ยท 0 comments
- This issue is not solved in a development build
[16:49:43] [Netty Server IO #4/WARN] [Minecraft/]: [ProtocolLib] [DetailedErrorReporter] Internal exception count: 8192!
[16:49:43] [Netty Server IO #4/INFO] [/]: Error Unable to intercept a read client packet. (java.lang.RuntimeException: Error occured while instancing generated class.) occured in com.comphenix.protocol.injector.netty.ChannelInjector@4cd5418e.
[16:49:43] [Netty Server IO #4/ERROR] [Minecraft/]: [ProtocolLib] INTERNAL ERROR: Unable to intercept a read client packet.
If this problem hasn't already been reported, please open a ticket
at https://github.com/dmulloy2/ProtocolLib/issues with the following data:
Stack Trace:
java.lang.RuntimeException: Error occured while instancing generated class.
at com.comphenix.protocol.reflect.compiler.StructureCompiler.compile(StructureCompiler.java:237)
at com.comphenix.protocol.reflect.compiler.CompiledStructureModifier.withTarget(CompiledStructureModifier.java:132)
at com.comphenix.protocol.events.PacketContainer.(PacketContainer.java:128)
at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:312)
at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:594)
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
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:310)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
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 com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:290)
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:310)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
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.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
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:1434)
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:965)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:647)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:582)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:499)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:461)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedConstructorAccessor150.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.comphenix.protocol.reflect.compiler.StructureCompiler.compile(StructureCompiler.java:221)
... 39 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_16_R3/PacketPlayInCustomPayload
at com.comphenix.protocol.reflect.compiler.CompiledStructure$net_minecraft_network_play_client_CCustomPayloadPacket$java_lang_Object.(Unknown Source)
... 43 more
Dump:
Parameters:
io.netty.buffer.PooledUnsafeDirectByteBuf@7ca75c7[
memoryAddress=1311016160
recyclerHandle=io.netty.util.Recycler$DefaultHandle@7bdae000
chunk=Chunk(63b56773: 2%, 311296/16777216)
handle=4611686336254969858
memory=java.nio.DirectByteBuffer[pos=0 lim=16777216 cap=16777216]
offset=17568
length=11
maxLength=16
cache=io.netty.buffer.PoolThreadCache@b3ee8be
tmpNioBuf=
allocator=PooledByteBufAllocator(directByDefault: true)
refCnt=1
readerIndex=11
writerIndex=11
markedReaderIndex=0
markedWriterIndex=0
maxCapacity=2147483647
]
manager:
com.comphenix.protocol.injector.PacketFilterManager@54262bcd[
unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@4a18e99b
packetListeners=[PacketAdapter[plugin=GodsEye, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=MONITOR, packets=[CHAT[class=PacketPlayInChat, id=3]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=GodsEye, sending=ListeningWhitelist[priority=HIGHEST, packets=[CLOSE_WINDOW[class=PacketPlayOutCloseWindow, id=18], CLIENT_COMMAND[class=PacketPlayInClientCommand, id=4]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=HIGHEST, packets=[CLOSE_WINDOW[class=PacketPlayOutCloseWindow, id=18], CLIENT_COMMAND[class=PacketPlayInClientCommand, id=4]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=GodsEye, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayInPosition, id=18], LOOK[class=PacketPlayInLook, id=20]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=Citizens, sending=ListeningWhitelist[priority=MONITOR, packets=[ENTITY_HEAD_ROTATION[class=PacketPlayOutEntityHeadRotation, id=58], ENTITY_LOOK[class=PacketPlayOutEntityLook, id=41]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=AuthMe, sending=ListeningWhitelist[priority=NORMAL, packets=[WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=19], SET_SLOT[class=PacketPlayOutSetSlot, id=21]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=GodsEye, sending=ListeningWhitelist[priority=HIGHEST, packets=[CUSTOM_PAYLOAD[class=PacketPlayInCustomPayload, id=11], BLOCK_PLACE[class=PacketPlayInBlockPlace, id=47], KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31], USE_ENTITY[class=PacketPlayInUseEntity, id=14], ARM_ANIMATION[class=PacketPlayInArmAnimation, id=44], POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayInPosition, id=18], KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16], ENTITY_VELOCITY[class=PacketPlayOutEntityVelocity, id=70], FLYING[class=PacketPlayInFlying, id=21], LOOK[class=PacketPlayInLook, id=20], BLOCK_DIG[class=PacketPlayInBlockDig, id=27], ABILITIES[class=PacketPlayInAbilities, id=26], TRANSACTION[class=PacketPlayOutTransaction, id=17], ENTITY_ACTION[class=PacketPlayInEntityAction, id=28], TRANSACTION[class=PacketPlayInTransaction, id=7], SETTINGS[class=PacketPlayInSettings, id=5], POSITION[class=PacketPlayOutPosition, id=52]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=HIGHEST, packets=[CUSTOM_PAYLOAD[class=PacketPlayInCustomPayload, id=11], BLOCK_PLACE[class=PacketPlayInBlockPlace, id=47], KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31], USE_ENTITY[class=PacketPlayInUseEntity, id=14], ARM_ANIMATION[class=PacketPlayInArmAnimation, id=44], POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayInPosition, id=18], KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16], ENTITY_VELOCITY[class=PacketPlayOutEntityVelocity, id=70], FLYING[class=PacketPlayInFlying, id=21], LOOK[class=PacketPlayInLook, id=20], BLOCK_DIG[class=PacketPlayInBlockDig, id=27], ABILITIES[class=PacketPlayInAbilities, id=26], TRANSACTION[class=PacketPlayOutTransaction, id=17], ENTITY_ACTION[class=PacketPlayInEntityAction, id=28], TRANSACTION[class=PacketPlayInTransaction, id=7], SETTINGS[class=PacketPlayInSettings, id=5], POSITION[class=PacketPlayOutPosition, id=52]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=Citizens, sending=ListeningWhitelist[priority=HIGHEST, packets=[PLAYER_INFO[class=PacketPlayOutPlayerInfo, id=50]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST]]
packetInjector=com.comphenix.protocol.injector.netty.ProtocolInjector$5@7234c98c
playerInjection=com.comphenix.protocol.injector.netty.ProtocolInjector$4@7ef0bca2
inputBufferedPackets=[]
recievedListeners=com.comphenix.protocol.injector.SortedPacketListenerList@1b6d98f2
sendingListeners=com.comphenix.protocol.injector.SortedPacketListenerList@1634fe35
hasClosed=false
classLoader=org.bukkit.plugin.java.PluginClassLoader@6f1f8459
reporter=com.comphenix.protocol.ProtocolLib$1@42182dd6
server=CraftServer{serverName=Mohist,serverVersion=1.16.5-1172,minecraftVersion=1.16.5}
library=ProtocolLib v4.6.0
asyncFilterManager=com.comphenix.protocol.async.AsyncFilterManager@4eab394f
knowsServerPackets=true
knowsClientPackets=true
phaseLoginCount=0
phasePlayingCount=9
packetCreation=false
nettyInjector=com.comphenix.protocol.injector.netty.ProtocolInjector@6643b03b
pluginVerifier=com.comphenix.protocol.injector.PluginVerifier@64810761
hasRecycleDistance=true
minecraftVersion=(MC: 1.16.5)
debug=false
]
Sender:
com.comphenix.protocol.injector.netty.ChannelInjector@4cd5418e[
decodeBuffer=protected void net.minecraft.network.NettyPacketDecoder.decode(io.netty.channel.ChannelHandlerContext,io.netty.buffer.ByteBuf,java.util.List) throws java.lang.Exception
encodeBuffer=protected void net.minecraft.network.NettyPacketEncoder.encode(io.netty.channel.ChannelHandlerContext,java.lang.Object,io.netty.buffer.ByteBuf) throws java.lang.Exception
factory=com.comphenix.protocol.injector.netty.InjectionFactory@1727dee5
player=CraftPlayer{name=woshixiaotimo}
updated=CraftPlayer{name=woshixiaotimo}
playerName=woshixiaotimo
playerConnection=
networkManager=net.minecraft.network.NetworkManager@167afcb2
originalChannel=[id: 0xfbe770c6, L:/10.0.8.10:25565 - R:/220.115.183.141:26114]
channelField=VolatileField [accessor=DefaultFieldAccessor [field=public io.netty.channel.Channel net.minecraft.network.NetworkManager.field_150746_k], container=net.minecraft.network.NetworkManager@167afcb2, previous=[id: 0xfbe770c6, L:/10.0.8.10:25565 - R:/220.115.183.141:26114], current=com.comphenix.protocol.injector.netty.ChannelInjector$3@223bf790, previousLoaded=true, currentSet=true, forceAccess=true]
packetMarker={}
currentEvent=
finalEvent=
unfilteredProcessedPackets=com.comphenix.protocol.injector.netty.PacketFilterQueue@44841b68
vanillaDecoder=net.minecraft.network.NettyPacketDecoder@55ae026
vanillaEncoder=net.minecraft.network.NettyPacketEncoder@3f23346b
finishQueue=[]
channelListener=com.comphenix.protocol.injector.netty.ProtocolInjector@6643b03b
processor=com.comphenix.protocol.injector.NetworkProcessor@2662df10
injected=true
closed=false
cumulation=PooledUnsafeDirectByteBuf(ridx: 11, widx: 11, cap: 11)
cumulator=io.netty.handler.codec.ByteToMessageDecoder$1@46f6c2e6
singleDecode=false
decodeWasNull=false
first=true
decodeState=1
discardAfterReads=16
numReads=0
added=true
]
Version:
ProtocolLib v4.6.0
Java Version:
1.8.0_111
Server:
1.16.5-1172 (MC: 1.16.5)
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Version Info
Provide your ProtocolLib install info with /protocol dump
through pastebin.
Additional context
Add any other context about the problem here.