Blitz_9100

Untitled

Aug 12th, 2025 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.30 KB | None | 0 0
  1. [20:31:04] [Server thread/ERROR] [groovyscript]: Throwing
  2. java.lang.NullPointerException: Cannot read the array length because "<local4>" is null
  3.     at gregtech.api.recipes.Recipe.hashInputs(Recipe.java:384)
  4.     at gregtech.api.recipes.Recipe.makeHashCode(Recipe.java:370)
  5.     at gregtech.api.recipes.Recipe.<init>(Recipe.java:139)
  6.     at gregtech.api.recipes.RecipeBuilder.build(RecipeBuilder.java:821)
  7.     at gregtech.api.recipes.RecipeBuilder.buildAndRegister(RecipeBuilder.java:916)
  8.     at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:321)
  9.     at postInit.monazite.run(monazite.groovy:6)
  10.     at com.cleanroommc.groovyscript.sandbox.GroovyScriptSandbox.runScript(GroovyScriptSandbox.java:140)
  11.     at com.cleanroommc.groovyscript.sandbox.GroovyScriptSandbox.loadScripts(GroovyScriptSandbox.java:261)
  12.     at com.cleanroommc.groovyscript.sandbox.GroovyScriptSandbox.load(GroovyScriptSandbox.java:233)
  13.     at com.cleanroommc.groovyscript.sandbox.GroovyScriptSandbox.load(GroovyScriptSandbox.java:221)
  14.     at com.cleanroommc.groovyscript.sandbox.GroovyScriptSandbox.run(GroovyScriptSandbox.java:122)
  15.     at com.cleanroommc.groovyscript.GroovyScript.runGroovyScriptsInLoader(GroovyScript.java:173)
  16.     at com.cleanroommc.groovyscript.command.GSCommand.runReload(GSCommand.java:137)
  17.     at com.cleanroommc.groovyscript.command.GSCommand.lambda$new$1(GSCommand.java:41)
  18.     at com.cleanroommc.groovyscript.command.SimpleCommand.execute(SimpleCommand.java:43)
  19.     at com.feed_the_beast.ftbutilities.ranks.CommandOverride.execute(CommandOverride.java:83)
  20.     at net.minecraftforge.server.command.CommandTreeBase.execute(CommandTreeBase.java:164)
  21.     at com.feed_the_beast.ftbutilities.ranks.CommandTreeOverride.execute(CommandTreeOverride.java:60)
  22.     at net.minecraft.command.CommandHandler.tryExecute(CommandHandler.java:119)
  23.     at net.minecraft.command.CommandHandler.executeCommand(CommandHandler.java:91)
  24.     at net.minecraft.network.NetHandlerPlayServer.handleSlashCommand(NetHandlerPlayServer.java:962)
  25.     at net.minecraft.network.NetHandlerPlayServer.processChatMessage(NetHandlerPlayServer.java:941)
  26.     at net.minecraft.network.play.client.CPacketChatMessage.processPacket(SourceFile:37)
  27.     at net.minecraft.network.play.client.CPacketChatMessage.processPacket(SourceFile:9)
  28.     at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
  29.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:545)
  30.     at java.util.concurrent.FutureTask.run(FutureTask.java:328)
  31.     at net.minecraft.util.Util.runTask(SourceFile:529)
  32.     at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:723)
  33.     at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
  34.     at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:185)
  35.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  36.     at java.lang.Thread.run(Thread.java:1447)
  37. [20:31:04] [Server thread/INFO] [GroovyLog]: Groovy scripts took 9ms to compile and 0ms to run in postInit.
  38. [20:31:04] [Server thread/INFO] [groovyscript]: Running Groovy scripts during postInit took 14060 ms
  39. [20:31:04] [Client thread/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Found 1 errors while running scripts
  40. [20:31:04] [Client thread/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] java.lang.NullPointerException: Cannot read the array length because "<local4>" is null
Advertisement
Add Comment
Please, Sign In to add comment