Skip to content

1.12.2 doesnt work #4

@Fjox

Description

@Fjox
[10:59:33] [Server thread/INFO]: [LPX] Enabling LPX v3.7.6
[10:59:33] [Server thread/INFO]: [LPX] LPX v3.7.6 was cracked by commandf1
[10:59:33] [Server thread/INFO]: [LPX] ENJOY!
[10:59:33] [Server thread/ERROR]: Error occurred while enabling LPX v3.7.6 (Is it up to date?)
java.lang.RuntimeException: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at space.commandf1.cracker.lpx.LPXCrackerPlugin.onEnable(LPXCrackerPlugin.java:35) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.12.2.jar:git-Paper-1620]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[patched_1.12.2.jar:git-Paper-1620]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.12.2.jar:git-Paper-1620]
	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[patched_1.12.2.jar:git-Paper-1620]
	at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[patched_1.12.2.jar:git-Paper-1620]
	at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[patched_1.12.2.jar:git-Paper-1620]
	at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[patched_1.12.2.jar:git-Paper-1620]
	at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[patched_1.12.2.jar:git-Paper-1620]
	at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[patched_1.12.2.jar:git-Paper-1620]
	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1620]
	at java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.objectweb.asm.ClassReader.<init>(ClassReader.java:166) ~[patched_1.12.2.jar:git-Paper-1620]
	at org.objectweb.asm.ClassReader.<init>(ClassReader.java:148) ~[patched_1.12.2.jar:git-Paper-1620]
	at org.objectweb.asm.ClassReader.<init>(ClassReader.java:136) ~[patched_1.12.2.jar:git-Paper-1620]
	at space.commandf1.cracker.lpx.util.ClassUtil.modifyClass(ClassUtil.java:31) ~[?:?]
	at space.commandf1.cracker.lpx.LPXCrackerPlugin.modify(LPXCrackerPlugin.java:75) ~[?:?]
	at space.commandf1.cracker.lpx.LPXCrackerPlugin.onEnable(LPXCrackerPlugin.java:33) ~[?:?]
	... 11 more
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.IllegalStateException: zip file closed
	at java.util.zip.ZipFile.ensureOpen(ZipFile.java:846) ~[?:?]
	at java.util.zip.ZipFile.getEntry(ZipFile.java:338) ~[?:?]
	at java.util.jar.JarFile.getEntry(JarFile.java:517) ~[?:?]
	at java.util.jar.JarFile.getJarEntry(JarFile.java:472) ~[?:?]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:120) ~[patched_1.12.2.jar:git-Paper-1620]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[patched_1.12.2.jar:git-Paper-1620]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
	at it.ytnoos.lpx.lib.io.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerJoinGame.read(WrapperPlayServerJoinGame.java) ~[?:?]
	at it.ytnoos.lpx.lib.io.github.retrooper.packetevents.wrapper.PacketWrapper.readEvent(PacketWrapper.java) ~[?:?]
	at it.ytnoos.lpx.lib.io.github.retrooper.packetevents.wrapper.PacketWrapper.<init>(PacketWrapper.java) ~[?:?]
	at it.ytnoos.lpx.lib.io.github.retrooper.packetevents.wrapper.PacketWrapper.<init>(PacketWrapper.java) ~[?:?]
	at it.ytnoos.lpx.lib.io.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerJoinGame.<init>(WrapperPlayServerJoinGame.java) ~[?:?]
	at it.ytnoos.lpx.lib.io.github.retrooper.packetevents.manager.InternalPacketListener.onPacketSend(InternalPacketListener.java) ~[?:?]
	at it.ytnoos.lpx.lib.com.github.retrooper.packetevents.manager.InternalBukkitPacketListener.onPacketSend(InternalBukkitPacketListener.java) ~[?:?]
	at it.ytnoos.lpx.lib.io.github.retrooper.packetevents.event.PacketSendEvent.call(PacketSendEvent.java) ~[?:?]
	at it.ytnoos.lpx.lib.io.github.retrooper.packetevents.event.EventManager.callEvent(EventManager.java) ~[?:?]
	at it.ytnoos.lpx.lib.io.github.retrooper.packetevents.util.PacketEventsImplHelper.handleClientBoundPacket(PacketEventsImplHelper.java) ~[?:?]
	at it.ytnoos.lpx.lib.com.github.retrooper.packetevents.injector.handlers.PacketEventsEncoder.handleClientBoundPacket(PacketEventsEncoder.java) ~[?:?]
	at it.ytnoos.lpx.lib.com.github.retrooper.packetevents.injector.handlers.PacketEventsEncoder.write(PacketEventsEncoder.java) ~[?:?]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:738) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:730) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:816) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:723) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:113) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:738) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:730) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:816) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:723) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:120) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:738) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:801) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:814) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:794) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1066) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:305) ~[patched_1.12.2.jar:git-Paper-1620]
	at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:227) ~[?:?]
	at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:233) ~[?:?]
	at net.minecraft.server.v1_12_R1.NetworkManager$4.run(NetworkManager.java:215) ~[patched_1.12.2.jar:git-Paper-1620]
	at com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.lambda$proxyRunnable$2(NettyEventLoopProxy.java:49) ~[?:?]
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:309) ~[patched_1.12.2.jar:git-Paper-1620]
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) ~[patched_1.12.2.jar:git-Paper-1620]
	at java.lang.Thread.run(Thread.java:1583) [?:?]
[10:59:49] [Netty Epoll Server IO #3/WARN]: [ViaVersion] (1.12.2->1.13) Ignoring plugin channel in clientbound REGISTER: WECUI
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [io.netty.channel.AbstractChannelHandlerContext] An exception 'java.lang.IllegalStateException: zip file closed' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
com.viaversion.viaversion.exception.CancelEncoderException$1: This packet is supposed to be cancelled; If you have debug enabled, you can ignore these
[10:59:49] [Netty Epoll Server IO #3/WARN]: [ViaVersion] ERROR IN Protocol1_17_1To1_18 IN REMAP OF LEVEL_CHUNK (0x22)
[10:59:49] [Netty Epoll Server IO #3/WARN]: [ViaVersion] ERROR IN Protocol1_12_2To1_13 IN REMAP OF LEVEL_CHUNK (0x20)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions