AE Autocrafter crash

JarinArenos

New Member
Jul 29, 2019
67
0
0
So, I was just trying to autocraft MFR ballistic rockets. It... looks like it's tripping over the fireworks recipe for some reason? I am marginally obsessed with autocrafting everything with AE, and I've never had any problem like this with any recipe in the past, and was hoping someone could give me a clue what might have caused it.


(this is from the server logs. The client doesn't crash, the server just stops responding.)
Code:
22:44:35  [SEVERE] Encountered an unexpected exception ReportedException
22:44:35 net.minecraft.util.ReportedException: Ticking tile entity
22:44:35 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
22:44:35 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
22:44:35 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
22:44:35 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
22:44:35 at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
22:44:35 Caused by: java.lang.RuntimeException: java.lang.NullPointerException
22:44:35 at appeng.common.base.AppEngTile.func_70316_g(AppEngTile.java:720)
22:44:35 at net.minecraft.world.World.func_72939_s(World.java:2209)
22:44:35 at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
22:44:35 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
22:44:35 ... 4 more
22:44:35 Caused by: java.lang.NullPointerException
22:44:35 at net.minecraft.item.crafting.RecipeFireworks.func_77572_b(RecipeFireworks.java:240)
22:44:35 at appeng.me.AssemblerPatternData.getRecipeOutput(AssemblerPatternData.java:305)
22:44:35 at appeng.me.crafting.Crafting.craftItem(Crafting.java:31)
22:44:35 at appeng.me.crafting.CraftRequest.Craft(CraftRequest.java:228)
22:44:35 at appeng.me.tile.TileController.advanceCraftingCursor(TileController.java:834)
22:44:35 at appeng.me.tile.TileController.updateTileEntity(TileController.java:1436)
22:44:35 at appeng.common.base.AppEngTile.func_70316_g(AppEngTile.java:713)
22:44:35 ... 7 more
22:44:35  [SEVERE] This crash report has been saved to: /home/minecraft/./crash-reports/crash-2014-02-25_22.44.35-server.txt

Full crashlog (crash-2014-02-25_22.44.35-server.txt) pastebinned here.

Edit: Modpack is Direwolf20 1.0.14.
 

JarinArenos

New Member
Jul 29, 2019
67
0
0
That block... would be my AE controller, so I don't think that narrows it down any. I removed it and put it back just for testing. Same deal.

15:44:17 [SEVERE] Encountered an unexpected exception ReportedException
15:44:17 net.minecraft.util.ReportedException: Ticking tile entity
15:44:17 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
15:44:17 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
15:44:17 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
15:44:17 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
15:44:17 at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
15:44:17 Caused by: java.lang.RuntimeException: java.lang.NullPointerException
15:44:17 at appeng.common.base.AppEngTile.func_70316_g(AppEngTile.java:720)
15:44:17 at net.minecraft.world.World.func_72939_s(World.java:2209)
15:44:17 at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
15:44:17 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
15:44:17 ... 4 more
15:44:17 Caused by: java.lang.NullPointerException
15:44:17 at net.minecraft.item.crafting.RecipeFireworks.func_77572_b(RecipeFireworks.java:240)
15:44:17 at appeng.me.AssemblerPatternData.getRecipeOutput(AssemblerPatternData.java:305)
15:44:17 at appeng.me.crafting.Crafting.craftItem(Crafting.java:31)
15:44:17 at appeng.me.crafting.CraftRequest.Craft(CraftRequest.java:228)
15:44:17 at appeng.me.tile.TileController.advanceCraftingCursor(TileController.java:834)
15:44:17 at appeng.me.tile.TileController.updateTileEntity(TileController.java:1436)
15:44:17 at appeng.common.base.AppEngTile.func_70316_g(AppEngTile.java:713)
15:44:17 ... 7 more
15:44:17 [SEVERE] This crash report has been saved to: /home/minecraft/./crash-reports/crash-2014-02-26_15.44.17-server.txt
 

JarinArenos

New Member
Jul 29, 2019
67
0
0
So, there's something wrong with the vanilla firework rocket recipe? Attempting to autocraft that alone crashes the server too. But it's just gunpowder and paper! What gives?

Edit: Re-created the pattern for the crafter, using the exact layout on the minecraft wiki, just in case (though it should be shapeless). It works for the first crafting attempt, then crashes every time thereafter.

Edit2: Looks like I'm not the only one.
 
Last edited: