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

Pferd Dublicating bug #925

Closed
enterih opened this issue Nov 25, 2016 · 11 comments
Closed

Pferd Dublicating bug #925

enterih opened this issue Nov 25, 2016 · 11 comments

Comments

@enterih
Copy link

enterih commented Nov 25, 2016

Einige Spieler berichten mir, dass wenn sie /petrelease Name ein Pferd freigeben wollen, dass es nicht freigegeben wird, sondern ein Pferdexemplar spawnt. Somit glitchen die Spieler aktuell massenweise Pferde bei sich.

@enterih
Copy link
Author

enterih commented Nov 25, 2016

[20:40:31] [Server thread/INFO]: easyzocker533 issued server command: /petrelease Skelett
[20:40:31] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'petrelease' in plugin MyPet v2.3.2
	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot1110.jar:git-Spigot-31fef09-78c7614]
	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot1110.jar:git-Spigot-31fef09-78c7614]
	at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:649) ~[spigot1110.jar:git-Spigot-31fef09-78c7614]
	at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1335) [spigot1110.jar:git-Spigot-31fef09-78c7614]
	at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1170) [spigot1110.jar:git-Spigot-31fef09-78c7614]
	at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot1110.jar:git-Spigot-31fef09-78c7614]
	at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot1110.jar:git-Spigot-31fef09-78c7614]
	at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot1110.jar:git-Spigot-31fef09-78c7614]
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111]
	at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111]
	at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [spigot1110.jar:git-Spigot-31fef09-78c7614]
	at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot1110.jar:git-Spigot-31fef09-78c7614]
	at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot1110.jar:git-Spigot-31fef09-78c7614]
	at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [spigot1110.jar:git-Spigot-31fef09-78c7614]
	at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [spigot1110.jar:git-Spigot-31fef09-78c7614]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
Caused by: java.lang.UnsupportedOperationException: Not supported.
	at org.bukkit.craftbukkit.v1_11_R1.entity.CraftSkeleton.setSkeletonType(CraftSkeleton.java:36) ~[spigot1110.jar:git-Spigot-31fef09-78c7614]
	at de.Keyle.MyPet.commands.CommandRelease.onCommand(CommandRelease.java:194) ~[?:?]
	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot1110.jar:git-Spigot-31fef09-78c7614]
	... 15 more

@scomans
Copy link
Member

scomans commented Nov 25, 2016

https://mypet-plugin.de/download
I fixed it with a temporary solution

@enterih
Copy link
Author

enterih commented Nov 25, 2016

auch für die Premium-Version?

@scomans
Copy link
Member

scomans commented Nov 25, 2016

Du musst eingeloggt sein und den Premium key aktiviert haben

@enterih
Copy link
Author

enterih commented Nov 26, 2016

Hab auf die neuste Devbuildversion gewechselt. Auch bei Lamas Skelettpferde etc. gibt es das Problem weiterhin

[13:52:02] [Server thread/INFO]: IchLixbeMichelle issued server command: /petrelease . [13:52:02] [Server thread/ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'petrelease' in plugin MyPet v2.3.2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot1110.jar:git-Spigot-31fef09-78c7614] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot1110.jar:git-Spigot-31fef09-78c7614] at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:649) ~[spigot1110.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1335) [spigot1110.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1170) [spigot1110.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot1110.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot1110.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot1110.jar:git-Spigot-31fef09-78c7614] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111] at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [spigot1110.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot1110.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot1110.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [spigot1110.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [spigot1110.jar:git-Spigot-31fef09-78c7614] at java.lang.Thread.run(Unknown Source) [?:1.8.0_111] Caused by: java.lang.ArrayIndexOutOfBoundsException: 5 at de.Keyle.MyPet.commands.CommandRelease.onCommand(CommandRelease.java:227) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot1110.jar:git-Spigot-31fef09-78c7614] ... 15 more

Dabei ist es egal ob das Pet mit /psa da ist oder nicht

@scomans
Copy link
Member

scomans commented Nov 26, 2016

Bin grad schon dabei das zu fixen

@scomans scomans closed this as completed Nov 26, 2016
@enterih
Copy link
Author

enterih commented Nov 26, 2016

Hab gerade gesehen, dass es einen neuen Devbuild gegeben hat und gleich ma getestet ob es gefixt wäre (Mypet Premium Buid 428). War ich zu früh? Da sonst der fix fehlgeschlagen wäre (Habe Lamas getestet)

@scomans
Copy link
Member

scomans commented Nov 26, 2016

ne 428 müsste der richtige sein. Ist die gleiche Fehlermeldung zu sehen?

@enterih
Copy link
Author

enterih commented Nov 26, 2016

Gut. Das Problem tritt immer noch auf:

26.11 16:33:47 [Server] INFO Wildestier issued server command: /petrelease Lama 26.11 16:33:47 [Server] ERROR null 26.11 16:33:47 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'petrelease' in plugin MyPet v2.3.2 26.11 16:33:47 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:649) ~[spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1335) [spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1170) [spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111] 26.11 16:33:47 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111] 26.11 16:33:47 [Server] INFO at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_111] 26.11 16:33:47 [Server] INFO Caused by: java.lang.ArrayIndexOutOfBoundsException: 5 26.11 16:33:47 [Server] INFO at de.Keyle.MyPet.compat.v1_11_R1.services.EntityConverterService.convertEntity(EntityConverterService.java:217) ~[?:?] 26.11 16:33:47 [Server] INFO at de.Keyle.MyPet.commands.CommandRelease.onCommand(CommandRelease.java:95) ~[?:?] 26.11 16:33:47 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot1110.jar:git-Spigot-f950f8e-2b7808f] 26.11 16:33:47 [Server] INFO ... 15 more

@scomans
Copy link
Member

scomans commented Nov 26, 2016

Wie bistn du an nen Lama mit Variant 5 gekommen? Normal ist ein Wert zwischen 0 und 3.
Im aktuellen Build wird das ganze limiteirt. es sollte also wieder klappen

@enterih
Copy link
Author

enterih commented Nov 26, 2016

habs mittels /spawnmob llama
bekommen ^^

Kann es bestätigen: Fehler behoben. Hattest sicher nen anstrengenden Tag, gönn dir ne Pause :) Vielen Dank für die ganze Arbeit und Fixes

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

No branches or pull requests

2 participants