ProtocolLib

3M Downloads

A BUG while starting server

koishio opened this issue ยท 2 comments

commented
  • This issue is not solved in a development build

Describe the bug
A bug while starting server

To Reproduce
Steps to reproduce the behavior:

  1. Start Server
  2. See error
    Console Output
    [ProtocolLib] INTERNAL ERROR: Cannot load ProtocolLib.
    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.ExceptionInInitializerError
    at com.comphenix.protocol.injector.netty.ProtocolInjector.(ProtocolInjector.java:69)
    at com.comphenix.protocol.injector.PacketFilterManager.(PacketFilterManager.java:202)
    at com.comphenix.protocol.injector.PacketFilterBuilder.buildInternal(PacketFilterBuilder.java:185)
    at com.comphenix.protocol.injector.PacketFilterBuilder.build(PacketFilterBuilder.java:177)
    at com.comphenix.protocol.ProtocolLib.onLoad(ProtocolLib.java:203)
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.loadPlugins(CraftServer.java:433)
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:219)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:973)
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301)
    at java.base/java.lang.Thread.run(Thread.java:1589)
    Caused by: java.lang.UnsupportedOperationException: Cannot define class using reflection: Unable to make protected java.lang.Package java.lang.ClassLoader.getPackage(java.lang.String) accessible: module java.base does not "opens java.lang" to unnamed module @3a5c625c
    at com.comphenix.net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Initializable$Unavailable.defineClass(ClassInjector.java:471)
    at com.comphenix.net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.injectRaw(ClassInjector.java:283)
    at com.comphenix.net.bytebuddy.dynamic.loading.ClassInjector$AbstractBase.inject(ClassInjector.java:117)
    at com.comphenix.net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:243)
    at com.comphenix.net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default.load(ClassLoadingStrategy.java:150)
    at com.comphenix.net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:101)
    at com.comphenix.net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:6161)
    at com.comphenix.protocol.injector.server.TemporaryPlayerFactory.setupProxyPlayerConstructor(TemporaryPlayerFactory.java:187)
    at com.comphenix.protocol.injector.server.TemporaryPlayerFactory.(TemporaryPlayerFactory.java:51)
    ... 10 more
    Dump:
    Parameters:
    [NULL]
    Sender:
    com.comphenix.protocol.ProtocolLib@40aed478[
    statistics=
    backgroundCompiler=
    packetTask=-1
    tickCounter=0
    unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@1bacf0ef
    configExpectedMod=-1
    updater=com.comphenix.protocol.updater.SpigotUpdater@2d97eaf6
    redirectHandler=
    commandProtocol=
    commandPacket=
    commandFilter=
    packetLogging=
    skipDisable=false
    isEnabled=false
    loader=org.bukkit.plugin.java.JavaPluginLoader@7731516
    server=CraftServer{serverName=CraftBukkit,serverVersion=3653-Spigot-19641c7-6aeb5e4,minecraftVersion=1.19.3}
    file=plugins/ProtocolLib.jar
    description=org.bukkit.plugin.PluginDescriptionFile@467b8647
    dataFolder=plugins/ProtocolLib
    classLoader=org.bukkit.plugin.java.PluginClassLoader@13401f87
    naggable=true
    newConfig=YamlConfiguration[path='', root='YamlConfiguration']
    configFile=plugins/ProtocolLib/config.yml
    logger=org.bukkit.plugin.PluginLogger@50af5ad0
    ]
    Version:
    ProtocolLib v4.8.0
    Java Version:
    19.0.1
    Server:
    3653-Spigot-19641c7-6aeb5e4 (MC: 1.19.3)
    Version Info
    this is the output when i execute "protocol dump" in console
    [Server thread/WARN]: Unexpected exception while parsing console command "protocol dump"
    org.bukkit.command.CommandException: Cannot execute command 'protocol' in plugin ProtocolLib v4.8.0 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.dispatchCommand(CraftServer.java:847) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3653-Spigot-19641c7-6aeb5e4]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.dispatchServerCommand(CraftServer.java:832) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3653-Spigot-19641c7-6aeb5e4]
    at net.minecraft.server.dedicated.DedicatedServer.bg(DedicatedServer.java:413) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3653-Spigot-19641c7-6aeb5e4]
    at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:389) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3653-Spigot-19641c7-6aeb5e4]
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1201) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3653-Spigot-19641c7-6aeb5e4]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1017) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3653-Spigot-19641c7-6aeb5e4]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3653-Spigot-19641c7-6aeb5e4]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
commented

Thanks!