1.0.2: /help server command, null pointer exception

wissenforscher

New Member
Jul 29, 2019
6
0
0
Version:
1.0.2

What is the bug:
When I enter '/help' on the server (or '/?', or '/help 1') I get the following java.lang.NullPointerException:
/?
[12:35:26] [Server thread/INFO]: --- Showing help page 1 of 15 (/help <page>) ---
[12:35:26] [Server thread/INFO]: /AlterRate <essentia rate> <vis rate>
[12:35:26] [Server thread/INFO]: An unknown error occurred while attempting to perform this command
[12:35:26] [Server thread/ERROR]: Couldn't process command: '?'
java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1283) ~[?:1.8.0_25]
at java.util.regex.Matcher.reset(Matcher.java:309) ~[?:1.8.0_25]
at java.util.regex.Matcher.<init>(Matcher.java:229) ~[?:1.8.0_25]
at java.util.regex.Pattern.matcher(Pattern.java:1093) ~[?:1.8.0_25]
at net.minecraft.util.ChatComponentTranslation.func_150269_b(SourceFile:61) ~[fr.class:?]
at net.minecraft.util.ChatComponentTranslation.func_150270_g(SourceFile:48) ~[fr.class:?]
at net.minecraft.util.ChatComponentTranslation.iterator(SourceFile:147) ~[fr.class:?]
at net.minecraft.util.ChatComponentStyle.func_150260_c(SourceFile:63) ~[fe.class:?]
at net.minecraft.server.MinecraftServer.func_145747_a(MinecraftServer.java:849) ~[MinecraftServer.class:?]
at net.minecraft.command.CommandHelp.func_71515_b(SourceFile:72) ~[au.class:?]
at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:94) [z.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:370) [lt.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:335) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]

Mod & Version:
Direwolf20 1.0.2 for Minecraft 1.7.10

Paste.feed-the-beast.com log:


Can it be repeated:
Yes.

Known Fix: