paper fork: Can't run `runDev` task
s-yh-china opened this issue · 6 comments
s-yh-china commented
updating paperweight.patcher
to 1.5.7-SNAPSHOT
and running runDev
, it will throw
java.lang.NoSuchMethodError: 'void net.minecraft.server.Main.main(joptsimple.OptionSet)'
at org.bukkit.craftbukkit.Main.main(Main.java:332)
but it actually can running in createReobfPaperclipJar
's jar
granny commented
s-yh-china commented
i will check it later XD
…---Original---
From: ***@***.***>
Date: Sun, Sep 24, 2023 18:42 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [PaperMC/paperweight] paper fork: Can't run `runDev` task (Issue #211)
No issues for me. I'm assuming you're talking about your Leaves fork - I've gone ahead and cloned it, ran ./gradlew applyPatches, then ./gradlew runDev and it also worked fine. More info is needed.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
LemonCaramel commented
I have the same issue (in Paper original repository)
but the runReobf
task runs without this issue.
and this issue only occurred on Windows. (not on macOS)
s-yh-china commented
is a bug with Paper, not paperweight
notTamion commented
is a bug with Paper, not paperweight
Were you able to fix this? If yes how? I am having the same issue
MiniDigger commented