Minestuck

Minestuck

101k Downloads

Crash on loading help menu

Futurama39 opened this issue ยท 3 comments

commented

reliably just using /help 5 in my case, there is a bugged command in that page (probably /landDebug) that causes the game to crash

image

commented

Weird. I'm not getting that error myself, so you'll have to send the crashlog and/or the list of mods with versions (including forge and minestuck version).

commented

Okay so i was not able to reproduce on singleplayer, but on multiplayer i can consistently reproduce it.

Mods running on client:
Baubles-Mod-1.12.2.jar
jei_1.12.2.-4.15.0.287.jar
Minestuck-1.12.2-1.4.292.jar
minestuckarsenal-1.12-1.8.0.jar
through forge 1.12.2-14.23.5.2838

Server:
DO server through gamocosm
Baubles-Mod-1.12.2.jar
jei_1.12.2-4.13.1.222
Minestuck-1.12.2-1.4.292.jar
minestuckarsenal-1.12-1.8.0.jar
through forge 1.12.2-14.23.4.2705

Now doing this on the clientside did not get a crash report since the game simply disconnected, but while running help 5 on serverside, it gave me more things

> /help 5 [21:19:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: --- Showing help page 5 of 11 (/help <page>) --- [21:19:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: /kill [player|entity] [21:19:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: An unknown error occurred while attem pting to perform this command [21:19:08] [Server thread/WARN] [net.minecraft.command.CommandHandler]: Couldn't process command: help 5 java.lang.NullPointerException: null at java.util.regex.Matcher.getTextLength(Matcher.java:1283) ~[?:1.8.0_191] at java.util.regex.Matcher.reset(Matcher.java:309) ~[?:1.8.0_191] at java.util.regex.Matcher.<init>(Matcher.java:229) ~[?:1.8.0_191] at java.util.regex.Pattern.matcher(Pattern.java:1093) ~[?:1.8.0_191] at net.minecraft.util.text.TextComponentTranslation.func_150269_b(SourceFile:64) ~[hp.class:?] at net.minecraft.util.text.TextComponentTranslation.func_150270_g(SourceFile:51) ~[hp.class:?] at net.minecraft.util.text.TextComponentTranslation.iterator(SourceFile:152) ~[hp.class:?] at net.minecraft.util.text.TextComponentBase.func_150254_d(TextComponentBase.java:82) ~[he.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_145747_a(DedicatedServer.java:595) ~[nz.class:?] at net.minecraft.command.CommandHelp.func_184881_a(SourceFile:104) ~[cn.class:?] at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:119) [bj.class:?] at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:91) [bj.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:432) [nz.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]

commented

Alright, it seems to me that it doesn't crash if it tries to send it over "the network" first, or if it's sent directly to the server.
But anyways I know what's wrong and I'll go to fix it straight away now.