55551115646
25.07 11:00:43 [Server] ERROR Could not pass event ShowInventoryItemEvent to MzLib v10.0.1-pre48-test925.07 11:00:43 [Server] INFO java.lang.reflect.InvocationTargetException: null25.07 11:00:43 [Server] INFO at jdk.internal.reflect.GeneratedMethodAccessor242.invoke(Unknown Source) ~[?:?]25.07 11:00:43 [Server] INFO at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]25.07 11:00:43 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]25.07 11:00:43 [Server] INFO at mz.lib.minecraft.bukkit.ListenerRegistrar.lambda$register$0(ListenerRegistrar.java:56) ~[?:?]25.07 11:00:43 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.5.jar:git-Paper-792]25.07 11:00:43 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.16.5.jar:git-Paper-792]25.07 11:00:43 [Server] INFO at mz.lib.minecraft.bukkit.event.ShowInventoryItemEvent$Module.lambda$onEnable$0(ShowInventoryItemEvent.java:68) ~[?:?]25.07 11:00:43 [Server] INFO at mz.lib.minecraft.bukkit.ProtocolUtil.lambda$onPacketSend$1(ProtocolUtil.java:150) ~[?:?]25.07 11:00:43 [Server] INFO at java.util.HashMap.forEach(HashMap.java:1337) ~[?:?]25.07 11:00:43 [Server] INFO at mz.lib.minecraft.bukkit.ProtocolUtil.onPacketSend(ProtocolUtil.java:145) ~[?:?]25.07 11:00:43 [Server] INFO at mz.lib.minecraft.bukkit.wrappednms.NmsNetworkManager.sendPacketBefore(NmsNetworkManager.java:56) ~[?:?]25.07 11:00:43 [Server] INFO at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) ~[?:?]25.07 11:00:43 [Server] INFO at mz.lib.nothing.NothingInjectInvoker.apply(NothingInjectInvoker.java:33) ~[?:?]25.07 11:00:43 [Server] INFO at mz.lib.nothing.NothingInjectInvoker.apply(NothingInjectInvoker.java:10) ~[?:?]25.07 11:00:43 [Server] INFO at net.minecraft.server.v1_16_R3.NetworkManager.sendPacket(NetworkManager.java) ~[patched_1.16.5.jar:git-Paper-792]25.07 11:00:43 [Server] INFO at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1903) ~[patched_1.16.5.jar:git-Paper-792]25.07 11:00:43 [Server] INFO at net.minecraft.server.v1_16_R3.PlayerConnection.sendPacket(PlayerConnection.java:1876) ~[patched_1.16.5.jar:git-Paper-792]25.07 11:00:43 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.inventory.CraftInventoryPlayer.setItem(CraftInventoryPlayer.java:113) ~[patched_1.16.5.jar:git-Paper-792]25.07 11:00:43 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.inventory.CraftInventoryPlayer.setSlots(CraftInventoryPlayer.java:258) ~[patched_1.16.5.jar:git-Paper-792]25.07 11:00:43 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.inventory.CraftInventoryPlayer.setArmorContents(CraftInventoryPlayer.java:270) ~[patched_1.16.5.jar:git-Paper-792]25.07 11:00:43 [Server] INFO at me.mcdcs.dreambind.Runnable.onInventory.run(onInventory.java:58) ~[?:?]25.07 11:00:43 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:101) ~[patched_1.16.5.jar:git-Paper-792]25.07 11:00:43 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.16.5.jar:git-Paper-792]25.07 11:00:43 [Server] INFO at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.16.5.jar:git-Paper-792]25.07 11:00:43 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]25.07 11:00:43 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]25.07 11:00:43 [Server] INFO at java.lang.Thread.run(Thread.java:829) [?:?]25.07 11:00:43 [Server] INFO Caused by: java.lang.RuntimeException: Failed to read BlockState at: world: plotme location: (166, 50, -116)这是一个Minecraft服务器的错误日志,出现了一个问题导致无法将ShowInventoryItemEvent事件传递给MzLib v10.0.1-pre48-test9插件。错误的根本原因是在特定位置(world: plotme location: (166, 50, -116))读取方块状态时失败了。服务器版本1.16.5,这个该如何解决?我之前测试了pre48的test12版本,也是这种情况。使用pre47版本的不会生效。

名副其实
花花绿绿的,报错文本能不能重新发一遍。
可读性太差了

不惹男男气
本帖最后由 不惹男男气 于 2023-7-25 11:37 编辑


test版本相当于测试版本 不保证兼容稳定尝试更新或者降级
原贴的更新记录目前只写到了pre47


55551115646
名副其实 发表于 2023-7-25 11:23
花花绿绿的,报错文本能不能重新发一遍。
可读性太差了

25.07 11:00:43 [Server] ERROR Could not pass event ShowInventoryItemEvent to MzLib v10.0.1-pre48-test9
25.07 11:00:43 [Server] INFO java.lang.reflect.InvocationTargetException: null
25.07 11:00:43 [Server] INFO at jdk.internal.reflect.GeneratedMethodAccessor242.invoke(Unknown Source) ~[?:?]
25.07 11:00:43 [Server] INFO at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
25.07 11:00:43 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
25.07 11:00:43 [Server] INFO at mz.lib.minecraft.bukkit.ListenerRegistrar.lambda$register$0(ListenerRegistrar.java:56) ~[?:?]
25.07 11:00:43 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.5.jar:git-Paper-792]
25.07 11:00:43 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.16.5.jar:git-Paper-792]
25.07 11:00:43 [Server] INFO at mz.lib.minecraft.bukkit.event.ShowInventoryItemEvent$Module.lambda$onEnable$0(ShowInventoryItemEvent.java:68) ~[?:?]
25.07 11:00:43 [Server] INFO at mz.lib.minecraft.bukkit.ProtocolUtil.lambda$onPacketSend$1(ProtocolUtil.java:150) ~[?:?]
25.07 11:00:43 [Server] INFO at java.util.HashMap.forEach(HashMap.java:1337) ~[?:?]
25.07 11:00:43 [Server] INFO at mz.lib.minecraft.bukkit.ProtocolUtil.onPacketSend(ProtocolUtil.java:145) ~[?:?]
25.07 11:00:43 [Server] INFO at mz.lib.minecraft.bukkit.wrappednms.NmsNetworkManager.sendPacketBefore(NmsNetworkManager.java:56) ~[?:?]
25.07 11:00:43 [Server] INFO at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) ~[?:?]
25.07 11:00:43 [Server] INFO at mz.lib.nothing.NothingInjectInvoker.apply(NothingInjectInvoker.java:33) ~[?:?]
25.07 11:00:43 [Server] INFO at mz.lib.nothing.NothingInjectInvoker.apply(NothingInjectInvoker.java:10) ~[?:?]
25.07 11:00:43 [Server] INFO at net.minecraft.server.v1_16_R3.NetworkManager.sendPacket(NetworkManager.java) ~[patched_1.16.5.jar:git-Paper-792]
25.07 11:00:43 [Server] INFO at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1903) ~[patched_1.16.5.jar:git-Paper-792]
25.07 11:00:43 [Server] INFO at net.minecraft.server.v1_16_R3.PlayerConnection.sendPacket(PlayerConnection.java:1876) ~[patched_1.16.5.jar:git-Paper-792]
25.07 11:00:43 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.inventory.CraftInventoryPlayer.setItem(CraftInventoryPlayer.java:113) ~[patched_1.16.5.jar:git-Paper-792]
25.07 11:00:43 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.inventory.CraftInventoryPlayer.setSlots(CraftInventoryPlayer.java:258) ~[patched_1.16.5.jar:git-Paper-792]
25.07 11:00:43 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.inventory.CraftInventoryPlayer.setArmorContents(CraftInventoryPlayer.java:270) ~[patched_1.16.5.jar:git-Paper-792]
25.07 11:00:43 [Server] INFO at me.mcdcs.dreambind.Runnable.onInventory.run(onInventory.java:58) ~[?:?]
25.07 11:00:43 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:101) ~[patched_1.16.5.jar:git-Paper-792]
25.07 11:00:43 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.16.5.jar:git-Paper-792]
25.07 11:00:43 [Server] INFO at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.16.5.jar:git-Paper-792]
25.07 11:00:43 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
25.07 11:00:43 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
25.07 11:00:43 [Server] INFO at java.lang.Thread.run(Thread.java:829) [?:?]
25.07 11:00:43 [Server] INFO Caused by: java.lang.RuntimeException: Failed to read BlockState at: world: plotme location: (166, 50, -116)

下一页 最后一页