Chuzume / Chuzume-s-Items

凝った武器は!アイテムは!全部ここにぶち込んでやる
Creative Commons Attribution Share Alike 4.0 International
15 stars 3 forks source link

Failed to load function chuzitems:entity/effect/lockon_marker/summon #1

Open KisaragiEffective opened 9 months ago

KisaragiEffective commented 9 months ago

いつもお世話になっています。1.2.0を1.20.2のサーバーでロードしようとすると以下のようなエラーが発生してしまいます:

[16:42:35] [ServerMain/ERROR]: Failed to load function chuzitems:entity/effect/lockon_marker/summon
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 7: Expected double at position 20: ...m_display <--[HERE]
        at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
        at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
        at java.lang.Thread.run(Thread.java:840) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 7: Expected double at position 20: ...m_display <--[HERE]
        at net.minecraft.commands.CommandFunction.fromLines(CommandFunction.java:119) ~[?:?]
        at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:80) ~[?:?]
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
        ... 3 more

ご確認をお願いします:

https://github.com/Chuzume/Chuzume-s-Items/blob/1f832a369a3e01dbe10fc881622f33be7a12e0f4/data/chuzitems/functions/entity/effect/magic/summon.mcfunction#L8

Chuzume commented 9 months ago

バニラサーバー以外での動作は保証できず、またこのエラーもバニラのサーバーでは起きないと思うので、サーバーの環境を教えて頂けますか?

2023年12月22日(金) 16:49 Kisaragi @.***>:

いつもお世話になっています。1.2.0を1.20.2のサーバーでロードしようとすると以下のようなエラーが発生してしまいます:

[16:42:35] [ServerMain/ERROR]: Failed to load function chuzitems:entity/effect/lockon_marker/summon java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 7: Expected double at position 20: ...m_display <--[HERE] at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?] at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:840) ~[?:?] Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 7: Expected double at position 20: ...m_display <--[HERE] at net.minecraft.commands.CommandFunction.fromLines(CommandFunction.java:119) ~[?:?] at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:80) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] ... 3 more

ご確認をお願いします:

https://github.com/Chuzume/Chuzume-s-Items/blob/1f832a369a3e01dbe10fc881622f33be7a12e0f4/data/chuzitems/functions/entity/effect/magic/summon.mcfunction#L8

— Reply to this email directly, view it on GitHub https://github.com/Chuzume/Chuzume-s-Items/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALFY3KFTMPDLTB6HOK6QOFLYKU3RRAVCNFSM6AAAAABA7PDDY6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2TGNJSGU3TIMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>