Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WorldEdit not loading #2577

Closed
5 tasks done
maxtimbo opened this issue Jul 9, 2024 · 3 comments
Closed
5 tasks done

WorldEdit not loading #2577

maxtimbo opened this issue Jul 9, 2024 · 3 comments
Labels
status:invalid This does not describe a request or bug with WorldEdit type:bug Incorrect behavior, not working as intended

Comments

@maxtimbo
Copy link

maxtimbo commented Jul 9, 2024

WorldEdit Version

worldedit-bukkit-7.3.4

Platform Version

paper-1.21-48

Confirmations

  • I am using the most recent Minecraft release.
  • I am using a version of WorldEdit compatible with my Minecraft version.
  • I am using the latest or recommended version of my platform software.
  • I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
  • I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)

Bug Description

I'm getting the following error:

[10:04:06 ERROR]: [EntrypointUtil] Failed to open plugin jar plugins/worldedit-bukkit-7.3.4.jar
java.lang.RuntimeException: Failed to open plugin jar plugins/worldedit-bukkit-7.3.4.jar
        at io.papermc.paper.pluginremap.PluginRemapper.remap(PluginRemapper.java:339) ~[paper-1.21.jar:1.21-48-70b0e84]
        at io.papermc.paper.pluginremap.PluginRemapper.remapPlugin(PluginRemapper.java:266) ~[paper-1.21.jar:1.21-48-70b0e84]
        at io.papermc.paper.pluginremap.PluginRemapper.rewritePluginDirectory(PluginRemapper.java:204) ~[paper-1.21.jar:1.21-48-70b0e84]
        at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.prepareContext(DirectoryProviderSource.java:42) ~[paper-1.21.jar:1.21-48-70b0e84]
        at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.prepareContext(DirectoryProviderSource.java:17) ~[paper-1.21.jar:1.21-48-70b0e84]
        at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.21.jar:1.21-48-70b0e84]
        at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:109) ~[paper-1.21.jar:1.21-48-70b0e84]
        at net.minecraft.server.Main.main(Main.java:122) ~[paper-1.21.jar:1.21-48-70b0e84]
        at org.bukkit.craftbukkit.Main.main(Main.java:298) ~[paper-1.21.jar:1.21-48-70b0e84]
        at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
        at java.base/java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.util.zip.ZipException: zip END header not found
        at jdk.zipfs@21.0.3/jdk.nio.zipfs.ZipFileSystem.findEND(Unknown Source) ~[jdk.zipfs:?]
        at jdk.zipfs@21.0.3/jdk.nio.zipfs.ZipFileSystem.initCEN(Unknown Source) ~[jdk.zipfs:?]
        at jdk.zipfs@21.0.3/jdk.nio.zipfs.ZipFileSystem.<init>(Unknown Source) ~[jdk.zipfs:?]
        at jdk.zipfs@21.0.3/jdk.nio.zipfs.ZipFileSystemProvider.getZipFileSystem(Unknown Source) ~[jdk.zipfs:?]
        at jdk.zipfs@21.0.3/jdk.nio.zipfs.ZipFileSystemProvider.newFileSystem(Unknown Source) ~[jdk.zipfs:?]
        at java.base/java.nio.file.FileSystems.newFileSystem(Unknown Source) ~[?:?]
        at java.base/java.nio.file.FileSystems.newFileSystem(Unknown Source) ~[?:?]
        at io.papermc.paper.pluginremap.PluginRemapper.remap(PluginRemapper.java:290) ~[paper-1.21.jar:1.21-48-70b0e84]
        ... 10 more

Expected Behavior

the plugin to load

Reproduction Steps

The server is a docker compose. If it makes sense to post the yml file, I'll do so in the comments.

Anything Else?

No response

@maxtimbo maxtimbo added status:pending Pending acceptance or closure. type:bug Incorrect behavior, not working as intended labels Jul 9, 2024
@wizjany wizjany added status:invalid This does not describe a request or bug with WorldEdit and removed status:pending Pending acceptance or closure. labels Jul 9, 2024
@wizjany wizjany closed this as not planned Won't fix, can't repro, duplicate, stale Jul 9, 2024
@wizjany
Copy link
Collaborator

wizjany commented Jul 9, 2024

you have a broken jar file, not a worldedit bug

@maxtimbo
Copy link
Author

maxtimbo commented Jul 9, 2024

you have a broken jar file, not a worldedit bug

Do you mean the worledit jar is broken, or the papermc jar? I'm downloading from:
https://cdn.modrinth.com/data/1u6JkXh5/versions/vMrPkmgF/worldedit-bukkit-7.3.4.jar

PaperMC is downloading via the docker

@wizjany
Copy link
Collaborator

wizjany commented Jul 9, 2024

the one it specifically points out in the stacktrace you gave. either way this is not a support forum and as mentioned, not a worldedit bug.

@EngineHub EngineHub locked as resolved and limited conversation to collaborators Jul 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:invalid This does not describe a request or bug with WorldEdit type:bug Incorrect behavior, not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants