[19:35:09 INFO]: Error Cannot compile structure. Disabing compiler.
SrRapero720 opened this issue ยท 3 comments
Describe the bug
I don't know what happend.
To Reproduce
Steps to reproduce the behavior:
- Use spigot 1.16.5 (i test on spigot and purpur).
- Use AntiCheatReloaded
Screenshots
If applicable, add screenshots to help explain your problem.
Version Info
Provide your ProtocolLib install info with /protocol dump
through pastebin.
dump-2021-05-14_19.55.56.txt
Additional context
[19:35:09 INFO]: Error Cannot compile structure. Disabing compiler. (java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @44e827e) occured in com.comphenix.protocol.reflect.compiler.BackgroundCompiler@17a32b19.
.... [19:35:09 ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot compile structure. Disabing compiler.
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.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @44e827e
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
at com.comphenix.protocol.reflect.compiler.StructureCompiler.generateClass(StructureCompiler.java:299)
at com.comphenix.protocol.reflect.compiler.StructureCompiler.compile(StructureCompiler.java:213)
at com.comphenix.protocol.reflect.compiler.BackgroundCompiler$2.call(BackgroundCompiler.java:204)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:831)
Dump:
Parameters:
com.comphenix.protocol.reflect.StructureModifier@6111b1a8[
targetType=class net.minecraft.server.v1_16_R3.PacketPlayInFlying$PacketPlayInPositionLook
target=
converter=
fieldType=class java.lang.Object
data=[public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.x, public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.y, public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.z, public float net.minecraft.server.v1_16_R3.PacketPlayInFlying.yaw, public float net.minecraft.server.v1_16_R3.PacketPlayInFlying.pitch, protected boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.f, public boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.hasPos, public boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.hasLook]
defaultFields={}
subtypeCache={double=StructureModifier[fieldType=double, data=[public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.x, public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.y, public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.z]], boolean=StructureModifier[fieldType=boolean, data=[protected boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.f, public boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.hasPos, public boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.hasLook]], float=StructureModifier[fieldType=float, data=[public float net.minecraft.server.v1_16_R3.PacketPlayInFlying.yaw, public float net.minecraft.server.v1_16_R3.PacketPlayInFlying.pitch]]}
customConvertHandling=false
useStructureCompiler=true
manager:
com.comphenix.protocol.injector.PacketFilterManager@484c1913[
unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@52e5af34
packetListeners=[PacketAdapter[plugin=AntiCheatReloaded, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=LOWEST, packets=[BLOCK_DIG[class=PacketPlayInBlockDig, id=27]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=AntiCheatReloaded, sending=ListeningWhitelist[priority=LOWEST, packets=[POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayInPosition, id=18], POSITION[class=PacketPlayOutPosition, id=52]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=LOWEST, packets=[POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayInPosition, id=18], POSITION[class=PacketPlayOutPosition, id=52]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=AntiCheatReloaded, sending=ListeningWhitelist[priority=LOWEST, packets=[KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31], KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=LOWEST, packets=[KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31], KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16]], gamephase=PLAYING, options=[]]]]
packetInjector=com.comphenix.protocol.injector.netty.ProtocolInjector$5@1a821ee6
playerInjection=com.comphenix.protocol.injector.netty.ProtocolInjector$4@5dffbf63
inputBufferedPackets=[]
recievedListeners=com.comphenix.protocol.injector.SortedPacketListenerList@75d3a14e
sendingListeners=com.comphenix.protocol.injector.SortedPacketListenerList@ab03ccf
hasClosed=false
classLoader=PluginClassLoader{plugin=ProtocolLib v4.6.0, pluginEnabled=true, url=plugins/ProtocolLib.jar}
reporter=com.comphenix.protocol.ProtocolLib$1@cf7651
server=CraftServer{serverName=Purpur,serverVersion=git-Purpur-1109,minecraftVersion=1.16.5}
library=ProtocolLib v4.6.0
asyncFilterManager=com.comphenix.protocol.async.AsyncFilterManager@48dad90e
knowsServerPackets=true
knowsClientPackets=true
phaseLoginCount=0
phasePlayingCount=5
packetCreation=false
nettyInjector=com.comphenix.protocol.injector.netty.ProtocolInjector@58b48f08
pluginVerifier=com.comphenix.protocol.injector.PluginVerifier@255a35b2
hasRecycleDistance=true
minecraftVersion=(MC: 1.16.5)
debug=false
Sender:
com.comphenix.protocol.reflect.compiler.BackgroundCompiler@17a32b19[
listeners={com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@7c9d70f8=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@10ff8ef9], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@9872aff5=[com.comphenix.protocol.injector.StructureCache$1@6c4f9f21], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@4fa7672e=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@18ccd0bf], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@65b85d02=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@1639db5c]}
listenerLock=java.lang.Object@7add0724
compiler=com.comphenix.protocol.reflect.compiler.StructureCompiler@6afb39c9
enabled=false
shuttingDown=false
executor=java.util.concurrent.Executors$FinalizableDelegatedExecutorService@144c5501
reporter=com.comphenix.protocol.ProtocolLib$1@cf7651
unknownPermGenBean=java.lang.Object@4cf79fef
permGenBean=
disablePermGenFraction=0.65
Version:
ProtocolLib v4.6.0
Java Version:
16.0.1
Server:
git-Purpur-1109 (MC: 1.16.5)
.... [19:35:09 INFO]: Error Cannot compile structure. Disabing compiler. (java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @44e827e) occured in com.comphenix.protocol.reflect.compiler.BackgroundCompiler@17a32b19.
.... [19:35:09 ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot compile structure. Disabing compiler.
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.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @44e827e
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
at com.comphenix.protocol.reflect.compiler.StructureCompiler.generateClass(StructureCompiler.java:299)
at com.comphenix.protocol.reflect.compiler.StructureCompiler.compile(StructureCompiler.java:213)
at com.comphenix.protocol.reflect.compiler.BackgroundCompiler$2.call(BackgroundCompiler.java:204)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:831)
Dump:
Parameters:
com.comphenix.protocol.reflect.StructureModifier@243c70cd[
targetType=class net.minecraft.server.v1_16_R3.PacketPlayInFlying$PacketPlayInPositionLook
target=
converter=
fieldType=float
data=[public float net.minecraft.server.v1_16_R3.PacketPlayInFlying.yaw, public float net.minecraft.server.v1_16_R3.PacketPlayInFlying.pitch]
defaultFields={}
subtypeCache={}
customConvertHandling=false
useStructureCompiler=true
manager:
com.comphenix.protocol.injector.PacketFilterManager@484c1913[
unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@52e5af34
packetListeners=[PacketAdapter[plugin=AntiCheatReloaded, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=LOWEST, packets=[BLOCK_DIG[class=PacketPlayInBlockDig, id=27]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=AntiCheatReloaded, sending=ListeningWhitelist[priority=LOWEST, packets=[POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayInPosition, id=18], POSITION[class=PacketPlayOutPosition, id=52]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=LOWEST, packets=[POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayInPosition, id=18], POSITION[class=PacketPlayOutPosition, id=52]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=AntiCheatReloaded, sending=ListeningWhitelist[priority=LOWEST, packets=[KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31], KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=LOWEST, packets=[KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31], KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16]], gamephase=PLAYING, options=[]]]]
packetInjector=com.comphenix.protocol.injector.netty.ProtocolInjector$5@1a821ee6
playerInjection=com.comphenix.protocol.injector.netty.ProtocolInjector$4@5dffbf63
inputBufferedPackets=[]
recievedListeners=com.comphenix.protocol.injector.SortedPacketListenerList@75d3a14e
sendingListeners=com.comphenix.protocol.injector.SortedPacketListenerList@ab03ccf
hasClosed=false
classLoader=PluginClassLoader{plugin=ProtocolLib v4.6.0, pluginEnabled=true, url=plugins/ProtocolLib.jar}
reporter=com.comphenix.protocol.ProtocolLib$1@cf7651
server=CraftServer{serverName=Purpur,serverVersion=git-Purpur-1109,minecraftVersion=1.16.5}
library=ProtocolLib v4.6.0
asyncFilterManager=com.comphenix.protocol.async.AsyncFilterManager@48dad90e
knowsServerPackets=true
knowsClientPackets=true
phaseLoginCount=0
phasePlayingCount=5
packetCreation=false
nettyInjector=com.comphenix.protocol.injector.netty.ProtocolInjector@58b48f08
pluginVerifier=com.comphenix.protocol.injector.PluginVerifier@255a35b2
hasRecycleDistance=true
minecraftVersion=(MC: 1.16.5)
debug=false
Sender:
com.comphenix.protocol.reflect.compiler.BackgroundCompiler@17a32b19[
listeners={com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@7c9d70f8=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@10ff8ef9], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@9872aff5=[com.comphenix.protocol.injector.StructureCache$1@6c4f9f21], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@4fa7672e=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@18ccd0bf], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@65b85d02=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@1639db5c]}
listenerLock=java.lang.Object@7add0724
compiler=com.comphenix.protocol.reflect.compiler.StructureCompiler@6afb39c9
enabled=false
shuttingDown=false
executor=java.util.concurrent.Executors$FinalizableDelegatedExecutorService@144c5501
reporter=com.comphenix.protocol.ProtocolLib$1@cf7651
unknownPermGenBean=java.lang.Object@4cf79fef
permGenBean=
disablePermGenFraction=0.65
Version:
ProtocolLib v4.6.0
Java Version:
16.0.1
Server:
git-Purpur-1109 (MC: 1.16.5)
.... [19:35:09 INFO]: Error Cannot compile structure. Disabing compiler. (java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @44e827e) occured in com.comphenix.protocol.reflect.compiler.BackgroundCompiler@17a32b19.
.... [19:35:09 ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot compile structure. Disabing compiler.
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.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @44e827e
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
at com.comphenix.protocol.reflect.compiler.StructureCompiler.generateClass(StructureCompiler.java:299)
at com.comphenix.protocol.reflect.compiler.StructureCompiler.compile(StructureCompiler.java:213)
at com.comphenix.protocol.reflect.compiler.BackgroundCompiler$2.call(BackgroundCompiler.java:204)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:831)
Dump:
Parameters:
com.comphenix.protocol.reflect.StructureModifier@ed28c32[
targetType=class net.minecraft.server.v1_16_R3.PacketPlayInFlying$PacketPlayInPositionLook
target=
converter=
fieldType=double
data=[public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.x, public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.y, public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.z]
defaultFields={}
subtypeCache={}
customConvertHandling=false
useStructureCompiler=true
manager:
com.comphenix.protocol.injector.PacketFilterManager@484c1913[
unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@52e5af34
packetListeners=[PacketAdapter[plugin=AntiCheatReloaded, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=LOWEST, packets=[BLOCK_DIG[class=PacketPlayInBlockDig, id=27]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=AntiCheatReloaded, sending=ListeningWhitelist[priority=LOWEST, packets=[POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayInPosition, id=18], POSITION[class=PacketPlayOutPosition, id=52]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=LOWEST, packets=[POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayInPosition, id=18], POSITION[class=PacketPlayOutPosition, id=52]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=AntiCheatReloaded, sending=ListeningWhitelist[priority=LOWEST, packets=[KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31], KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=LOWEST, packets=[KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31], KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16]], gamephase=PLAYING, options=[]]]]
packetInjector=com.comphenix.protocol.injector.netty.ProtocolInjector$5@1a821ee6
playerInjection=com.comphenix.protocol.injector.netty.ProtocolInjector$4@5dffbf63
inputBufferedPackets=[]
recievedListeners=com.comphenix.protocol.injector.SortedPacketListenerList@75d3a14e
sendingListeners=com.comphenix.protocol.injector.SortedPacketListenerList@ab03ccf
hasClosed=false
classLoader=PluginClassLoader{plugin=ProtocolLib v4.6.0, pluginEnabled=true, url=plugins/ProtocolLib.jar}
reporter=com.comphenix.protocol.ProtocolLib$1@cf7651
server=CraftServer{serverName=Purpur,serverVersion=git-Purpur-1109,minecraftVersion=1.16.5}
library=ProtocolLib v4.6.0
asyncFilterManager=com.comphenix.protocol.async.AsyncFilterManager@48dad90e
knowsServerPackets=true
knowsClientPackets=true
phaseLoginCount=0
phasePlayingCount=5
packetCreation=false
nettyInjector=com.comphenix.protocol.injector.netty.ProtocolInjector@58b48f08
pluginVerifier=com.comphenix.protocol.injector.PluginVerifier@255a35b2
hasRecycleDistance=true
minecraftVersion=(MC: 1.16.5)
debug=false
Sender:
com.comphenix.protocol.reflect.compiler.BackgroundCompiler@17a32b19[
listeners={com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@7c9d70f8=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@10ff8ef9], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@9872aff5=[com.comphenix.protocol.injector.StructureCache$1@6c4f9f21], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@4fa7672e=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@18ccd0bf], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@65b85d02=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@1639db5c]}
listenerLock=java.lang.Object@7add0724
compiler=com.comphenix.protocol.reflect.compiler.StructureCompiler@6afb39c9
enabled=false
shuttingDown=false
executor=java.util.concurrent.Executors$FinalizableDelegatedExecutorService@144c5501
reporter=com.comphenix.protocol.ProtocolLib$1@cf7651
unknownPermGenBean=java.lang.Object@4cf79fef
permGenBean=
disablePermGenFraction=0.65
Version:
ProtocolLib v4.6.0
Java Version:
16.0.1
Server:
git-Purpur-1109 (MC: 1.16.5)
.... [19:35:09 INFO]: Error Cannot compile structure. Disabing compiler. (java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @44e827e) occured in com.comphenix.protocol.reflect.compiler.BackgroundCompiler@17a32b19.
.... [19:35:09 ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot compile structure. Disabing compiler.
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.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @44e827e
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
at com.comphenix.protocol.reflect.compiler.StructureCompiler.generateClass(StructureCompiler.java:299)
at com.comphenix.protocol.reflect.compiler.StructureCompiler.compile(StructureCompiler.java:213)
at com.comphenix.protocol.reflect.compiler.BackgroundCompiler$2.call(BackgroundCompiler.java:204)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:831)
Dump:
Parameters:
com.comphenix.protocol.reflect.StructureModifier@120b548a[
targetType=class net.minecraft.server.v1_16_R3.PacketPlayInFlying$PacketPlayInPositionLook
target=
converter=
fieldType=boolean
data=[protected boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.f, public boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.hasPos, public boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.hasLook]
defaultFields={}
subtypeCache={}
customConvertHandling=false
useStructureCompiler=true
manager:
com.comphenix.protocol.injector.PacketFilterManager@484c1913[
unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@52e5af34
packetListeners=[PacketAdapter[plugin=AntiCheatReloaded, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=LOWEST, packets=[BLOCK_DIG[class=PacketPlayInBlockDig, id=27]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=AntiCheatReloaded, sending=ListeningWhitelist[priority=LOWEST, packets=[POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayInPosition, id=18], POSITION[class=PacketPlayOutPosition, id=52]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=LOWEST, packets=[POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayInPosition, id=18], POSITION[class=PacketPlayOutPosition, id=52]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=AntiCheatReloaded, sending=ListeningWhitelist[priority=LOWEST, packets=[KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31], KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=LOWEST, packets=[KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31], KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16]], gamephase=PLAYING, options=[]]]]
packetInjector=com.comphenix.protocol.injector.netty.ProtocolInjector$5@1a821ee6
playerInjection=com.comphenix.protocol.injector.netty.ProtocolInjector$4@5dffbf63
inputBufferedPackets=[]
recievedListeners=com.comphenix.protocol.injector.SortedPacketListenerList@75d3a14e
sendingListeners=com.comphenix.protocol.injector.SortedPacketListenerList@ab03ccf
hasClosed=false
classLoader=PluginClassLoader{plugin=ProtocolLib v4.6.0, pluginEnabled=true, url=plugins/ProtocolLib.jar}
reporter=com.comphenix.protocol.ProtocolLib$1@cf7651
server=CraftServer{serverName=Purpur,serverVersion=git-Purpur-1109,minecraftVersion=1.16.5}
library=ProtocolLib v4.6.0
asyncFilterManager=com.comphenix.protocol.async.AsyncFilterManager@48dad90e
knowsServerPackets=true
knowsClientPackets=true
phaseLoginCount=0
phasePlayingCount=5
packetCreation=false
nettyInjector=com.comphenix.protocol.injector.netty.ProtocolInjector@58b48f08
pluginVerifier=com.comphenix.protocol.injector.PluginVerifier@255a35b2
hasRecycleDistance=true
minecraftVersion=(MC: 1.16.5)
debug=false
Sender:
com.comphenix.protocol.reflect.compiler.BackgroundCompiler@17a32b19[
listeners={com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@7c9d70f8=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@10ff8ef9], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@9872aff5=[com.comphenix.protocol.injector.StructureCache$1@6c4f9f21], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@4fa7672e=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@18ccd0bf], com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@65b85d02=[com.comphenix.protocol.reflect.compiler.BackgroundCompiler$1@1639db5c]}
listenerLock=java.lang.Object@7add0724
compiler=com.comphenix.protocol.reflect.compiler.StructureCompiler@6afb39c9
enabled=false
shuttingDown=false
executor=java.util.concurrent.Executors$FinalizableDelegatedExecutorService@144c5501
reporter=com.comphenix.protocol.ProtocolLib$1@cf7651
unknownPermGenBean=java.lang.Object@4cf79fef
permGenBean=
disablePermGenFraction=0.65
Version:
ProtocolLib v4.6.0
Java Version:
16.0.1
Server:
git-Purpur-1109 (MC: 1.16.5)
I'm having the same kind of issue but for me is with the nLOGIN:
[ProtocolLib-StructureCompiler 0/ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot compile structure. Disabing compiler.
129 | If this problem hasn't already been reported, please open a ticket
130 | at https://github.com/dmulloy2/ProtocolLib/issues with the following data:
131 | Stack Trace:
132 | java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @1c3eba30
133 | at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
134 | at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
135 | at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
136 | at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
137 | at com.comphenix.protocol.reflect.compiler.StructureCompiler.generateClass(StructureCompiler.java:299)
138 | at com.comphenix.protocol.reflect.compiler.StructureCompiler.compile(StructureCompiler.java:213)
139 | at com.comphenix.protocol.reflect.compiler.BackgroundCompiler$2.call(BackgroundCompiler.java:204)
140 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
141 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
142 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
143 | at java.base/java.lang.Thread.run(Thread.java:831)
144 | Dump:
145 | Parameters:
146 | com.comphenix.protocol.reflect.StructureModifier@78b6af24[
147 | targetType=class net.minecraft.server.v1_16_R3.PacketPlayInFlying$PacketPlayInPositionLook
148 | target=
149 | converter=
150 | fieldType=class java.lang.Object
151 | data=[public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.x, public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.y, public double net.minecraft.server.v1_16_R3.PacketPlayInFlying.z, public float net.minecraft.server.v1_16_R3.PacketPlayInFlying.yaw, public float net.minecraft.server.v1_16_R3.PacketPlayInFlying.pitch, protected boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.f, public boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.hasPos, public boolean net.minecraft.server.v1_16_R3.PacketPlayInFlying.hasLook]
152 | defaultFields={}
153 | subtypeCache={}
154 | customConvertHandling=false
155 | useStructureCompiler=true
156 | ]
157 | manager:
158 | com.comphenix.protocol.injector.PacketFilterManager@38e3791f[
159 | unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@f0e6930
160 | packetListeners=[PacketAdapter[plugin=AntiCheatReloaded, sending=ListeningWhitelist[priority=LOWEST, packets=[POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayOutPosition, id=52], POSITION[class=PacketPlayInPosition, id=18]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=LOWEST, packets=[POSITION_LOOK[class=PacketPlayInPositionLook, id=19], POSITION[class=PacketPlayOutPosition, id=52], POSITION[class=PacketPlayInPosition, id=18]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=AntiCheatReloaded, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=LOWEST, packets=[BLOCK_DIG[class=PacketPlayInBlockDig, id=27]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=AntiCheatReloaded, sending=ListeningWhitelist[priority=LOWEST, packets=[KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16], KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=LOWEST, packets=[KEEP_ALIVE[class=PacketPlayInKeepAlive, id=16], KEEP_ALIVE[class=PacketPlayOutKeepAlive, id=31]], gamephase=PLAYING, options=[]]]]
161 | packetInjector=com.comphenix.protocol.injector.netty.ProtocolInjector$5@14962da5
162 | playerInjection=com.comphenix.protocol.injector.netty.ProtocolInjector$4@59147f9c
163 | inputBufferedPackets=[]
164 | recievedListeners=com.comphenix.protocol.injector.SortedPacketListenerList@7a9cce20
165 | sendingListeners=com.comphenix.protocol.injector.SortedPacketListenerList@6276faa
166 | hasClosed=false
167 | classLoader=PluginClassLoader{plugin=ProtocolLib v4.6.0, pluginEnabled=true, url=plugins/ProtocolLib.jar}
168 | reporter=com.comphenix.protocol.ProtocolLib$1@596be2b2
169 | server=CraftServer{serverName=Paper,serverVersion=git-Paper-675,minecraftVersion=1.16.5}
170 | library=ProtocolLib v4.6.0
171 | asyncFilterManager=com.comphenix.protocol.async.AsyncFilterManager@78fdb747
172 | knowsServerPackets=true
173 | knowsClientPackets=true
174 | phaseLoginCount=0
175 | phasePlayingCount=5
176 | packetCreation=false
177 | nettyInjector=com.comphenix.protocol.injector.netty.ProtocolInjector@1795f1cb
178 | pluginVerifier=com.comphenix.protocol.injector.PluginVerifier@2d3963c8
179 | hasRecycleDistance=true
180 | minecraftVersion=(MC: 1.16.5)
181 | debug=false
182 | ]
183 | Sender:
184 | com.comphenix.protocol.reflect.compiler.BackgroundCompiler@51da91cc[
185 | listeners={com.comphenix.protocol.reflect.compiler.StructureCompiler$StructureKey@52132c9e=[com.comphenix.protocol.injector.StructureCache$1@6aecf75d]}
186 | listenerLock=java.lang.Object@52cf4862
187 | compiler=com.comphenix.protocol.reflect.compiler.StructureCompiler@340e46d0
188 | enabled=false
189 | shuttingDown=false
190 | executor=java.util.concurrent.Executors$FinalizableDelegatedExecutorService@315ff56c
191 | reporter=com.comphenix.protocol.ProtocolLib$1@596be2b2
192 | unknownPermGenBean=java.lang.Object@3c04aa05
193 | permGenBean=
194 | disablePermGenFraction=0.65
195 | ]
196 | Version:
197 | ProtocolLib v4.6.0
198 | Java Version:
199 | 16.0.1
200 | Server:
201 | git-Paper-675 (MC: 1.16.5)
This issue was resolved in build 499+.
oh tks i wil update it
This issue was resolved in build 499+.