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

java.lang.IllegalArgumentException: No suitable constructor could be found #10

Closed
mibby opened this issue Nov 23, 2013 · 1 comment
Closed

Comments

@mibby
Copy link

mibby commented Nov 23, 2013

Occurs when trying to undisguise. Jenkins build 87.

2013-11-22 18:53:32 [SEVERE] java.lang.IllegalArgumentException: No suitable constructor could be found.
2013-11-22 18:53:32 [SEVERE]    at com.comphenix.protocol.injector.PacketConstructor.withPacket(PacketConstructor.java:150)
2013-11-22 18:53:32 [SEVERE]    at com.comphenix.protocol.injector.PacketFilterManager.createPacketConstructor(PacketFilterManager.java:829)
2013-11-22 18:53:32 [SEVERE]    at me.libraryaddict.disguise.utilities.DisguiseUtilities.removeSelfDisguise(DisguiseUtilities.java:108)
2013-11-22 18:53:32 [SEVERE]    at me.libraryaddict.disguise.disguisetypes.Disguise.removeDisguise(Disguise.java:377)
2013-11-22 18:53:32 [SEVERE]    at me.libraryaddict.disguise.DisguiseAPI.undisguiseToAll(DisguiseAPI.java:216)
2013-11-22 18:53:32 [SEVERE]    at me.libraryaddict.disguise.commands.UndisguiseCommand.onCommand(UndisguiseCommand.java:24)
2013-11-22 18:53:32 [SEVERE]    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
2013-11-22 18:53:32 [SEVERE]    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
2013-11-22 18:53:32 [SEVERE]    at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:532)
2013-11-22 18:53:32 [SEVERE]    at net.minecraft.server.v1_6_R3.PlayerConnection.handleCommand(PlayerConnection.java:986)
2013-11-22 18:53:32 [SEVERE]    at net.minecraft.server.v1_6_R3.PlayerConnection.chat(PlayerConnection.java:897)
2013-11-22 18:53:32 [SEVERE]    at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:838)
2013-11-22 18:53:32 [SEVERE]    at net.minecraft.server.v1_6_R3.Packet3Chat.handle(Packet3Chat.java:47)
2013-11-22 18:53:32 [SEVERE]    at org.spigotmc.netty.NettyNetworkManager.b(NettyNetworkManager.java:237)
2013-11-22 18:53:32 [SEVERE]    at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:117)
2013-11-22 18:53:32 [SEVERE]    at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37)
2013-11-22 18:53:32 [SEVERE]    at org.spigotmc.netty.NettyServerConnection.b(NettyServerConnection.java:131)
2013-11-22 18:53:32 [SEVERE]    at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:604)
2013-11-22 18:53:32 [SEVERE]    at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:240)
2013-11-22 18:53:32 [SEVERE]    at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:493)
2013-11-22 18:53:32 [SEVERE]    at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:425)
2013-11-22 18:53:32 [SEVERE]    at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
@libraryaddict
Copy link
Owner

This has been fixed in one of the latest commits.

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