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

Diamond Pickaxe Bug w/ ancient warfare #158

Open
ReRay opened this issue Mar 7, 2020 · 0 comments
Open

Diamond Pickaxe Bug w/ ancient warfare #158

ReRay opened this issue Mar 7, 2020 · 0 comments
Labels

Comments

@ReRay
Copy link

ReRay commented Mar 7, 2020

When you're using the warehouse crafting station and it's connected to a warehouse control block, which is also connected to storage, in my case a large warehouse. If you press r to look at the recipe for a diamond pickaxe, to fast craft it. for me at least my game crashes. It's the only item I have gotten it with so far. Thank you for taking the time to look at my report. <3 Idk if youll need all of this

---- Minecraft Crash Report ----

WARNING: coremods are present:
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.8-1.12.2.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
AstralCore (astralsorcery-1.12.2-1.10.22.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
McLib core mod (mclib-1.0.4-1.12.2.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b166.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
ratscore (rats-3.2.5.jar)
BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
LogisticsPipesCoreLoader (logisticspipes-0.10.2.212.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.6-core.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.238.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?

Time: 3/6/20 9:28 PM
Description: Updating screen events

java.lang.NullPointerException: Updating screen events
at net.shadowmage.ancientwarfare.core.crafting.AWCraftingManager.matchIngredientsToStack(AWCraftingManager.java:374)
at net.shadowmage.ancientwarfare.core.crafting.AWCraftingManager.matchUsingRecipeIngredients(AWCraftingManager.java:359)
at net.shadowmage.ancientwarfare.core.crafting.AWCraftingManager.getRecipeInventoryMatch(AWCraftingManager.java:346)
at net.shadowmage.ancientwarfare.core.crafting.AWCraftingManager.getRecipeInventoryMatch(AWCraftingManager.java:319)
at net.shadowmage.ancientwarfare.core.compat.jei.MultiRecipeTransferHandler.getMissingItems(MultiRecipeTransferHandler.java:112)
at net.shadowmage.ancientwarfare.core.compat.jei.MultiRecipeTransferHandler.transferRecipe(MultiRecipeTransferHandler.java:97)
at mezz.jei.transfer.RecipeTransferUtil.transferRecipe(RecipeTransferUtil.java:47)
at mezz.jei.transfer.RecipeTransferUtil.getTransferRecipeError(RecipeTransferUtil.java:22)
at mezz.jei.gui.recipes.RecipeTransferButton.init(RecipeTransferButton.java:29)
at mezz.jei.gui.recipes.RecipesGui.addRecipeTransferButtons(RecipesGui.java:516)
at mezz.jei.gui.recipes.RecipesGui.updateLayout(RecipesGui.java:493)
at mezz.jei.gui.recipes.RecipesGui.func_73866_w_(RecipesGui.java:173)
at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:478)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:1018)
at mezz.jei.gui.recipes.RecipesGui.open(RecipesGui.java:382)
at mezz.jei.gui.recipes.RecipesGui.show(RecipesGui.java:408)
at mezz.jei.input.InputHandler.handleFocusKeybinds(InputHandler.java:277)
at mezz.jei.input.InputHandler.handleKeyDown(InputHandler.java:235)
at mezz.jei.input.InputHandler.handleKeyEvent(InputHandler.java:217)
at mezz.jei.input.InputHandler.onGuiKeyboardEvent(InputHandler.java:78)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2847_InputHandler_onGuiKeyboardEvent_Post.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:513)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1759)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at net.shadowmage.ancientwarfare.core.crafting.AWCraftingManager.matchIngredientsToStack(AWCraftingManager.java:374)
at net.shadowmage.ancientwarfare.core.crafting.AWCraftingManager.matchUsingRecipeIngredients(AWCraftingManager.java:359)
at net.shadowmage.ancientwarfare.core.crafting.AWCraftingManager.getRecipeInventoryMatch(AWCraftingManager.java:346)
at net.shadowmage.ancientwarfare.core.crafting.AWCraftingManager.getRecipeInventoryMatch(AWCraftingManager.java:319)
at net.shadowmage.ancientwarfare.core.compat.jei.MultiRecipeTransferHandler.getMissingItems(MultiRecipeTransferHandler.java:112)
at net.shadowmage.ancientwarfare.core.compat.jei.MultiRecipeTransferHandler.transferRecipe(MultiRecipeTransferHandler.java:97)
at mezz.jei.transfer.RecipeTransferUtil.transferRecipe(RecipeTransferUtil.java:47)
at mezz.jei.transfer.RecipeTransferUtil.getTransferRecipeError(RecipeTransferUtil.java:22)
at mezz.jei.gui.recipes.RecipeTransferButton.init(RecipeTransferButton.java:29)
at mezz.jei.gui.recipes.RecipesGui.addRecipeTransferButtons(RecipesGui.java:516)
at mezz.jei.gui.recipes.RecipesGui.updateLayout(RecipesGui.java:493)
at mezz.jei.gui.recipes.RecipesGui.func_73866_w_(RecipesGui.java:173)
at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:478)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:1018)
at mezz.jei.gui.recipes.RecipesGui.open(RecipesGui.java:382)
at mezz.jei.gui.recipes.RecipesGui.show(RecipesGui.java:408)
at mezz.jei.input.InputHandler.handleFocusKeybinds(InputHandler.java:277)
at mezz.jei.input.InputHandler.handleKeyDown(InputHandler.java:235)
at mezz.jei.input.InputHandler.handleKeyEvent(InputHandler.java:217)
at mezz.jei.input.InputHandler.onGuiKeyboardEvent(InputHandler.java:78)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2847_InputHandler_onGuiKeyboardEvent_Post.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:513)

-- Affected screen --
Details:
Screen name: mezz.jei.gui.recipes.RecipesGui

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [GCEntityClientPlayerMP['DakotaLove'/808, l='MpServer', x=-268.89, y=65.00, z=-883.48]]
Chunk stats: MultiplayerChunkCache: 225, 225
Level seed: 0
Level generator: ID 07 - RTG, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-48,89,-64), Chunk: (at 0,5,0 in -3,-4; contains blocks -48,0,-64 to -33,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 1260367 game time, 2101089 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 37 total; [EntityZombie['Zombie'/896, l='MpServer', x=-221.50, y=16.00, z=-922.50], EntityCreeper['Creeper'/897, l='MpServer', x=-301.50, y=20.00, z=-819.50], EntityPig['Pig'/898, l='MpServer', x=-303.55, y=64.00, z=-820.84], EntityZombie['Zombie'/835, l='MpServer', x=-284.22, y=15.00, z=-959.55], EntityCreeper['Creeper'/900, l='MpServer', x=-281.50, y=24.00, z=-826.50], EntityMinecartChest['Minecart with Chest'/838, l='MpServer', x=-315.50, y=43.06, z=-915.50], EntityHorse['Horse'/902, l='MpServer', x=-213.17, y=70.00, z=-882.06], EntityPig['Pig'/839, l='MpServer', x=-343.22, y=63.00, z=-914.49], EntityHorse['Horse'/903, l='MpServer', x=-264.85, y=65.00, z=-840.15], EntityHorse['Horse'/909, l='MpServer', x=-243.87, y=66.00, z=-835.03], EntityButterfly['Spicebush Swallowtail'/910, l='MpServer', x=-257.07, y=65.00, z=-851.02], EntityPig['Pig'/912, l='MpServer', x=-212.26, y=69.00, z=-889.50], EntityPig['Pig'/914, l='MpServer', x=-218.55, y=69.00, z=-871.69], EntityMinecartChest['Minecart with Chest'/851, l='MpServer', x=-297.50, y=42.00, z=-914.85], EntityPig['Pig'/916, l='MpServer', x=-235.81, y=67.00, z=-848.56], EntityHorse['Horse'/927, l='MpServer', x=-228.10, y=69.00, z=-816.06], EntityMinecartChest['Minecart with Chest'/997, l='MpServer', x=-296.50, y=40.06, z=-948.50], EntitySkeleton['Skeleton'/1000, l='MpServer', x=-307.50, y=12.00, z=-930.50], GCEntityClientPlayerMP['DakotaLove'/808, l='MpServer', x=-268.89, y=65.00, z=-883.48], EntityMinecartChest['Minecart with Chest'/873, l='MpServer', x=-347.50, y=41.06, z=-859.49], EntityLatchedRenderer['unknown'/810, l='MpServer', x=8.50, y=65.00, z=8.50], EntityHorse['Horse'/874, l='MpServer', x=-342.88, y=63.00, z=-851.12], EntityPig['Pig'/941, l='MpServer', x=-216.78, y=70.00, z=-826.49], EntityHorse['Horse'/879, l='MpServer', x=-323.39, y=63.00, z=-858.97], EntityHorse['Horse'/945, l='MpServer', x=-237.33, y=67.00, z=-812.08], EntityMinecartChest['Minecart with Chest'/885, l='MpServer', x=-317.50, y=43.06, z=-856.50], EntityPig['Pig'/886, l='MpServer', x=-309.67, y=64.00, z=-852.74], EntityPig['Pig'/887, l='MpServer', x=-308.64, y=64.00, z=-850.20], EntityHorse['Horse'/888, l='MpServer', x=-333.83, y=65.00, z=-833.09], EntityHorse['Horse'/952, l='MpServer', x=-215.05, y=71.00, z=-806.00], EntityMinecartChest['Minecart with Chest'/889, l='MpServer', x=-336.50, y=45.06, z=-823.50], EntityZombie['Zombie'/891, l='MpServer', x=-281.73, y=38.00, z=-888.55], EntityHorse['Horse'/892, l='MpServer', x=-279.29, y=64.00, z=-886.25], EntityHorse['Horse'/893, l='MpServer', x=-333.24, y=64.00, z=-817.87], EntityHorse['Horse'/894, l='MpServer', x=-333.90, y=65.00, z=-821.88], EntityLeashKnot['entity.LeashKnot.name'/1022, l='MpServer', x=-280.50, y=64.50, z=-888.50], EntitySheep['Sheep'/895, l='MpServer', x=-332.73, y=64.00, z=-813.61]]
Retry entities: 1 total; [EntityLatchedRenderer['unknown'/810, l='MpServer', x=8.50, y=65.00, z=8.50]]
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant