本帖最后由 WarmRhombus 于 2021-9-30 15:23 编辑 
有时候会刷2个出来,不知道什么意思,有没有影响性
这是debug里的报告
有时候会刷2个出来,不知道什么意思,有没有影响性
这是debug里的报告
| [02:26:05] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Cherry issued server command: /home 3 [02:26:10] [Server thread/WARN] [Minecraft.WorldEdit]: [WorldEdit] No compatible nms block class found. [02:26:13] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Xiao_lianxi issued server command: /spawn [02:26:14] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Xiao_lianxi issued server command: /gm 1 [02:26:16] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Xiao_lianxi issued server command: /gc [02:26:19] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: wwmm issued server command: /home p [02:26:19] [pool-48-thread-1/WARN] [CatServer]: A Mod/Plugin try to async open gui, it will be executed safely on the main server thread until return! [02:26:19] [pool-48-thread-1/WARN] [CatServer]: Please check the stacktrace in debug.log and report the author. [02:26:19] [pool-48-thread-1/DEBUG] [CatServer]: Try to async open gui java.lang.Throwable: null at catserver.server.AsyncCatcher.checkAsync(AsyncCatcher.java:24) ~[AsyncCatcher.class:git-CatServer-1.12.2-777622d] at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:92) ~[FMLNetworkHandler.class:git-CatServer-1.12.2-777622d] at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2735) ~[aed.class:?] at noppes.npcs.NoppesUtilServer.lambda$sendOpenGui$0(NoppesUtilServer.java:247) ~[NoppesUtilServer.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:?] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?] at java.lang.Thread.run(Thread.java:748) [?:?] [02:26:19] [pool-48-thread-1/WARN] [CatServer]: A Mod/Plugin try to async open gui, it will be executed safely on the main server thread until return! [02:26:19] [pool-48-thread-1/WARN] [CatServer]: Please check the stacktrace in debug.log and report the author. [02:26:19] [pool-48-thread-1/DEBUG] [CatServer]: Try to async open gui java.lang.Throwable: null at catserver.server.AsyncCatcher.checkAsync(AsyncCatcher.java:24) ~[AsyncCatcher.class:git-CatServer-1.12.2-777622d] at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:92) ~[FMLNetworkHandler.class:git-CatServer-1.12.2-777622d] at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2735) ~[aed.class:?] at noppes.npcs.NoppesUtilServer.lambda$sendOpenGui$0(NoppesUtilServer.java:247) ~[NoppesUtilServer.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:?] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?] at java.lang.Thread.run(Thread.java:748) [?:?] | 
包名为 noppes.npcs 的模组尝试异步打开 GUI,这是一个不安全的操作,建议联系 Mod 作者