Zrips / CMI

111 stars 98 forks source link

There are still errors and abnormal y-coordinates when using warp transmission, and the default particle GlyphHead reports an error and cannot be used #8855

Closed polang233 closed 2 weeks ago

polang233 commented 2 weeks ago

Description of Issue

  1. In the case of 1.12.2 paper and Java8, there are still background errors and y-coordinate exceptions when using the/warp command for transfer. After trying Java11, there are no errors, but it is not a long-term solution

  2. Under the WarmUps option, when setting delayed transmission, using the default configured particle GlyphHead cannot take effect properly and generates a large number of errors. For example:

    • cmi warp :3:false:GlyphHead

Version Information

[00:19:57 INFO]: --------------------------------------------------
[00:19:57 INFO]: CMI版本:9.7.4.0 MySQL
[00:19:57 INFO]: CMILib版本:1.5.0.1
[00:19:57 INFO]: 服务器版本:Paper(1620) 1.12.2-R0.1-SNAPSHOT-
[00:19:57 INFO]: CMI经济系统:已启用Vault版本:1.7.3-b131(CMIEInjector)CMI聊天系统:已禁用
[00:19:57 INFO]: 模块 -> 51 已启用 15 已禁用:spawnerProximity, signEdit, mirror, tablist, elytraExploit, skin, eventCommands, playerChatTag, schedule, chatBubble, ranks, votifier, spawnerCharge, homeInteractions, totemBehavior
[00:19:57 INFO]: --------------------------------------------------

Errors

1.
[00:09:51 WARN]: java.lang.NoSuchMethodError: java.util.concurrent.CompletableFuture.orTimeout(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/CompletableFuture;
[00:09:51 WARN]:        at com.Zrips.CMI.Modules.Teleportations.TeleportHandler.lambda$5(TeleportHandler.java:137)
[00:09:51 WARN]:        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
[00:09:51 WARN]:        at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596)
[00:09:51 WARN]:        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[00:09:51 WARN]:        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1067)
[00:09:51 WARN]:        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1703)
[00:09:51 WARN]:        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

2.
[00:09:50 WARN]: [CMILib] Plugin CMILib v1.5.0.1 generated an exception while executing task 2768
java.lang.NullPointerException: null
        at com.Zrips.CMI.NBT.v1_12_R1.playEffect(v1_12_R1.java:1094) ~[?:?]
        at com.Zrips.CMI.Modules.Particl.CMIPECircle.render(CMIPECircle.java:144) ~[?:?]
        at com.Zrips.CMI.Modules.Particl.CMIVisualEffect.lambda$2(CMIVisualEffect.java:120) ~[?:?]
        at net.Zrips.CMILib.Version.Schedulers.CMIBukkitImpl.lambda$1(CMIBukkitImpl.java:38) ~[?:?]
        at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:64) ~[patched_1.12.2.jar:git-Paper-1620]
        at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.12.2.jar:git-Paper-1620]
        at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.12.2.jar:git-Paper-1620]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_401]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_401]
        at java.lang.Thread.run(Thread.java:750) [?:1.8.0_401]

Relevant Config Sections

List:
  - cmi tp :5:false
  - cmi spawn :5:false:GlyphHead
  - cmi back:3:true
  - cmi warp :3:false:GlyphHead
  - cmi home :3:false

Relevant Plugins

No response

Agreements

polang233 commented 2 weeks ago

Browser and network bugs