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

NumberFormatException: For input string: "R" #752

Closed
random1167 opened this issue Jun 21, 2016 · 2 comments
Closed

NumberFormatException: For input string: "R" #752

random1167 opened this issue Jun 21, 2016 · 2 comments

Comments

@random1167
Copy link

just reporting

Argument could not be passed.
java.lang.NumberFormatException: For input string: "R"
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_91]
        at java.lang.Integer.parseInt(Integer.java:580) ~[?:1.8.0_91]
        at java.lang.Integer.parseInt(Integer.java:615) ~[?:1.8.0_91]
        at com.massivecraft.factions.shade.mkremins.fanciful.FancyMessage.createChatPacket(FancyMessage.java:644) ~[Factions.jar:?]
        at com.massivecraft.factions.shade.mkremins.fanciful.FancyMessage.send(FancyMessage.java:617) [Factions.jar:?]
        at com.massivecraft.factions.shade.mkremins.fanciful.FancyMessage.send(FancyMessage.java:605) [Factions.jar:?]
        at com.massivecraft.factions.cmd.CmdInvite.perform(CmdInvite.java:55) [Factions.jar:?]
        at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:130) [Factions.jar:?]
        at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:53) [Factions.jar:?]
        at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:116) [Factions.jar:?]
        at com.massivecraft.factions.cmd.FCommand.execute(FCommand.java:53) [Factions.jar:?]
        at com.massivecraft.factions.zcore.MCommand.execute(MCommand.java:134) [Factions.jar:?]
        at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:299) [Factions.jar:?]
        at com.massivecraft.factions.zcore.MPlugin.handleCommand(MPlugin.java:262) [Factions.jar:?]
        at com.massivecraft.factions.P.handleCommand(P.java:189) [Factions.jar:?]
        at com.massivecraft.factions.P.onCommand(P.java:200) [Factions.jar:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:646) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1351) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1186) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_91]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_91]
        at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:733) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571) [spigot-1.10.jar:git-Spigot-c55900f-9af379f]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
@Kakifrucht
Copy link

Kakifrucht commented Jun 29, 2016

I can confirm this issue.

It's an issue with fanciful dependency that apparently was fixed already. It just needs to be compiled with latest version.

Commit: mkremins/fanciful@39beb57

@drtshock just update fanciful dependency to 0.3.5-SNAPSHOT and recompile.

@drtshock
Copy link
Owner

Thanks. Pushed.

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

3 participants