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

I can`t create portals #311

Closed
horatyu opened this issue Apr 13, 2014 · 10 comments
Closed

I can`t create portals #311

horatyu opened this issue Apr 13, 2014 · 10 comments
Labels

Comments

@horatyu
Copy link

horatyu commented Apr 13, 2014

I want to create a portal but I have this error:

[16:58:43] [Server thread/INFO]: Gamer027 issued server command: /mvp create test
[16:58:43] [Server thread/INFO]: WEAPI
[16:58:43] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'mvp' in plugin Multiverse-Portals v2.5-b710
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at org.bukkit.craftbukkit.v1_7_R2.CraftServer.dispatchCommand(CraftServer.java:696) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.PlayerConnection.handleCommand(PlayerConnection.java:952) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.PlayerConnection.a(PlayerConnection.java:814) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.PacketPlayInChat.a(PacketPlayInChat.java:28) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.PacketPlayInChat.handle(PacketPlayInChat.java:47) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.NetworkManager.a(NetworkManager.java:147) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.ServerConnection.c(SourceFile:134) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.MinecraftServer.v(MinecraftServer.java:657) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.DedicatedServer.v(DedicatedServer.java:250) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.MinecraftServer.u(MinecraftServer.java:548) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:459) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
Caused by: java.lang.NoSuchMethodError: com.sk89q.worldedit.LocalSession.getSelectionWorld()Lcom/sk89q/worldedit/LocalWorld;
    at com.onarandombox.MultiversePortals.PortalPlayerSession.getSelectedRegion(PortalPlayerSession.java:168) ~[?:?]
    at com.onarandombox.MultiversePortals.commands.CreateCommand.runCommand(CreateCommand.java:56) ~[?:?]
    at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279) ~[?:?]
    at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:143) ~[?:?]
    at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93) ~[?:?]
    at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:71) ~[?:?]
    at com.onarandombox.MultiversePortals.MultiversePortals.onCommand(MultiversePortals.java:336) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
    ... 13 more
@darrenstraight
Copy link

Same problem here since updating WorldEdit.

@J-SHarper
Copy link

Experiencing this issue as well.

@J-SHarper
Copy link

The solution appears to be downgrading to WorldEdit 5. Unfortunately, that means that plugins which depend on WorldEdit 6 won't work. I hope Multiverse-Portals updates soon!

@Jhpirate
Copy link

Jhpirate commented May 3, 2014

Did you guys try upgrading world edit to the latest dev build? If not here's to link http://builds.enginehub.org/job/worldedit/ it says unstable but they work fine.

@J-SHarper
Copy link

Upgrading caused the issue. Downgrading fixed it.

However, I just tried upgrading again. Instead of merely being unable to create portals, it totally crashed my server upon attempted portal creation. http://pastebin.com/vth6qJmE

@Jhpirate
Copy link

Jhpirate commented May 3, 2014

Strange. It works perfect for me. Are you sure multiverse portals is up today's with the latest dev build?

@J-SHarper
Copy link

Yes. MV Portals b710.

@jomo
Copy link

jomo commented Jun 15, 2014

WorldEdit 6.x has breaking changes. A lot of methods have been changed to return World instead of LocalWorld. I think recompiling MVP against WorldEdit 6 would fix fixes the problem.

@admalledd
Copy link

User/server admin here:
Any news on fixing this? PR #336 looks like it should fix it, what does the time table look like? Currently MVP is the only thing holding back some major rework on my server config. If it looks like it will be more than a few days I can go ahead without and come back later but would much rather not if possible.

@fernferret
Copy link
Member

I bet this got resolved with a6694b9, but if not, read below.

Hi there. We're cleaning out the issue tracker since we (mostly me) have mistreated it.

This issue does not have enough information to warrant keeping it open, so I'm going to close it. If you're no longer interested in getting it solved or you already found a solution, great!

If you're still experiencing a problem, please have a look at Reporting a Bug and reopen this ticket! Thanks!

You should also make sure you're running the latest spigot code as well as the latest Multiverse-Core and Multiverse Plugins.

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

No branches or pull requests

7 participants