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

Metamorph Teleport Ability spamming NoSuchMethod on Server #11

Closed
mallrat208 opened this issue Apr 27, 2017 · 1 comment
Closed

Metamorph Teleport Ability spamming NoSuchMethod on Server #11

mallrat208 opened this issue Apr 27, 2017 · 1 comment

Comments

@mallrat208
Copy link
Collaborator

Pack Version 1.11

Whenever a player Teleports on the server using Enderman morph a NoSuchErrorMethod is thrown on the server.

[02:27:22] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: net.minecraft.entity.EntityLivingBase.func_174824_e(F)Lnet/minecraft/util/math/Vec3d;
    at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_60]
    at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_60]
    at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.EntityLivingBase.func_174824_e(F)Lnet/minecraft/util/math/Vec3d;
    at mchorse.vanilla_pack.actions.Teleport.execute(Teleport.java:34) ~[Teleport.class:?]
    at mchorse.metamorph.api.morphs.AbstractMorph.action(AbstractMorph.java:236) ~[AbstractMorph.class:?]
    at mchorse.metamorph.network.server.ServerHandlerAction.run(ServerHandlerAction.java:22) ~[ServerHandlerAction.class:?]
    at mchorse.metamorph.network.server.ServerHandlerAction.run(ServerHandlerAction.java:11) ~[ServerHandlerAction.class:?]
    at mchorse.metamorph.network.server.ServerMessageHandler$1.run(ServerMessageHandler.java:26) ~[ServerMessageHandler$1.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_60]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_60]
    at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
    ... 5 more

Metamorph appears to be invoking Entity getPositionEyes on the Server. This is a Client Only function.

@mallrat208
Copy link
Collaborator Author

Closing this as this issue should be fixed as of the last update of Metamorph we included in the pack

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

1 participant