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 6.0 breaks LogBlock #541

Closed
mibby opened this issue Apr 3, 2014 · 9 comments · Fixed by #579
Closed

WorldEdit 6.0 breaks LogBlock #541

mibby opened this issue Apr 3, 2014 · 9 comments · Fixed by #579

Comments

@mibby
Copy link

mibby commented Apr 3, 2014

Branch: https://github.com/sk89q/worldedit/commits/visitor
Version bump: EngineHub/WorldEdit@6c460f0
Breaking commit? EngineHub/WorldEdit@469cb8c

[22:07:15] [Server thread/ERROR]: Error occurred while enabling LogBlock v1.81 (Is it up to date?)
java.lang.VerifyError: Cannot inherit from final class
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_20-ea]
    at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_20-ea]
    at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_20-ea]
    at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_20-ea]
    at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_20-ea]
    at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_20-ea]
    at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_20-ea]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_20-ea]
    at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_20-ea]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[spigot.jar:git-Spigot-1368]
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:191) ~[spigot.jar:git-Spigot-1368]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:73) ~[spigot.jar:git-Spigot-1368]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[spigot.jar:git-Spigot-1368]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_20-ea]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_20-ea]
    at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:113) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[spigot.jar:git-Spigot-1368]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [spigot.jar:git-Spigot-1368]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-1368]
    at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugin(CraftServer.java:462) [spigot.jar:git-Spigot-1368]
    at org.bukkit.craftbukkit.v1_7_R2.CraftServer.enablePlugins(CraftServer.java:380) [spigot.jar:git-Spigot-1368]
    at net.minecraft.server.v1_7_R2.MinecraftServer.n(MinecraftServer.java:351) [spigot.jar:git-Spigot-1368]
    at net.minecraft.server.v1_7_R2.MinecraftServer.g(MinecraftServer.java:326) [spigot.jar:git-Spigot-1368]
    at net.minecraft.server.v1_7_R2.MinecraftServer.a(MinecraftServer.java:282) [spigot.jar:git-Spigot-1368]
    at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.java:186) [spigot.jar:git-Spigot-1368]
    at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:440) [spigot.jar:git-Spigot-1368]
    at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [spigot.jar:git-Spigot-1368]
@DarkArc
Copy link

DarkArc commented Apr 3, 2014

Details can be found here: EngineHub/WorldEdit#293.

I should be able to handle this within the next couple of days if no one else gets around to it.

@mibby mibby changed the title [Future] - WorldEdit 6.0 breaks LogBlock WorldEdit 6.0 breaks LogBlock Apr 4, 2014
@mibby
Copy link
Author

mibby commented Apr 4, 2014

Breaking changes have now been merged into master branch of WorldEdit. Hopefully something will appear soon for Logblock to prevent it from breaking, as it breaks even with worldedit logging disabled.

@DarkArc
Copy link

DarkArc commented Apr 4, 2014

Working on it :)

@mibby
Copy link
Author

mibby commented Apr 4, 2014

Great! I'll be here to test a dev build. Hopefully something tonight perhaps? ;)

@DarkArc
Copy link

DarkArc commented Apr 4, 2014

Should be, I can't put it into master (for md-5's build server), someone will have to merge it. It should be done fairly soon though...

@mibby
Copy link
Author

mibby commented Apr 4, 2014

I'll keep an eye on your repo and compile locally then. Just, perhaps you might want to update your fork to the latest commits in the main branch.

@DarkArc
Copy link

DarkArc commented Apr 4, 2014

See #542, it's very pre alpha software, that's the first compiling build.

@mibby
Copy link
Author

mibby commented Apr 4, 2014

I don't actually use worldedit logging, so as long as I can get logblock to load with WorldEdit 6.0, I'll be a happy camper. :P

@DarkArc
Copy link

DarkArc commented Apr 4, 2014

That should work for you then :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants