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

[1.10] Nullpointer when warping to not existent location #116

Open
maxanier opened this issue Jul 8, 2016 · 0 comments
Open

[1.10] Nullpointer when warping to not existent location #116

maxanier opened this issue Jul 8, 2016 · 0 comments
Assignees

Comments

@maxanier
Copy link

maxanier commented Jul 8, 2016

It's not a big deal since it is just a internal command error, but just wanted to notify you, if you haven't already noticed yourself:

[11:36:07] [Server thread/INFO] [io.github.hsyyid.essentialcmds/]: [Georgedamil] executed command warp here
[11:36:07] [Server thread/ERROR] [Sponge/]: Error occurred while executing command 'warp here' for source EntityPlayerMP['Georgedamil'/223142, l='world', x=-1092.30, y=79.00, z=754.30]: null
java.lang.NullPointerException
    at io.github.hsyyid.essentialcmds.cmdexecutors.WarpExecutor.execute(WarpExecutor.java:98) ~[WarpExecutor.class:?]
    at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:332) ~[CommandSpec.class:1.10.2-2002-5.0.0-BETA-0]
    at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:333) ~[SimpleDispatcher.class:1.10.2-2002-5.0.0-BETA-0]
    at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:264) [SpongeCommandManager.class:1.10.2-2002-5.0.0-BETA-0]
    at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:82) [bd.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:913) [me.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:892) [me.class:?]
    at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [im.class:?]
    at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [im.class:?]
    at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:119) [PacketUtil.class:1.10.2-2002-5.0.0-BETA-0]

EssentialCmds-1.10.2-8.1.12-universal.jar
Minecraft 1.10.2
SpongeForge 5.0.0-BETA-1539

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

No branches or pull requests

2 participants