MrTJP / ProjectRed

Redstone Engineering
MIT License
471 stars 182 forks source link

Inverted light microblocks crash, nei and crafting. #946

Closed TommyT88 closed 8 years ago

TommyT88 commented 9 years ago

Greetings;

Firstly my apologies if this issue is not directly caused by project red. I'm unsure where to post this. Since it involves purely projectred items I figured I'd try here first. What has me confused is the mention of several mods in the stacktrace.

The issue started a while ago on my server after I updated a few mods. I however cannot say what update caused it as I don't know. Nobody actually tried to use the project red saw in combination with inverted lights (blocks). The other lights work fine.

When viewing the recipe (right click) of inverted lights in NEI, the client crashes. When trying to combine the saw with an inverted light in a crafting area the client also crashes.

I have somewhat narrowed down the issue to the Extra utilities mod? When I remove that mod the crash stops and I can view and craft microblock inverted lights again. If I need to post this there, let me know and I will.

I'm running ProjectRed-1.7.10-4.7.0pre9.92 versions Extra utilities version 1.2.11 Forge version 10.13.4.1490 ForgeMultipart version 1.2.0.345 (just incase needed)

//// Crashlog; //// Description: Updating screen events

java.lang.ArrayIndexOutOfBoundsException: 16 at net.minecraft.block.Block.getHarvestLevel(Block.java:2211) at codechicken.microblock.BlockMicroMaterial.getCutterStrength(BlockMicroMaterial.scala:107) at codechicken.microblock.MicroRecipe$.canCut(MicroRecipe.scala:152) at codechicken.microblock.MicroRecipe$.getThinningResult(MicroRecipe.scala:169) at codechicken.microblock.MicroRecipe$.func_77572_b(MicroRecipe.scala:26) at codechicken.microblock.MicroRecipe$.func_77569_a(MicroRecipe.scala:18) at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323) at appeng.container.implementations.ContainerCraftingTerm.func_75130_a(ContainerCraftingTerm.java:83) at appeng.container.slot.SlotCraftingMatrix.func_75215_d(SlotCraftingMatrix.java:49) at net.minecraft.inventory.Container.func_75144_a(SourceFile:222) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419) at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504) at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638) at appeng.client.gui.AEBaseGui.func_146984_a(AEBaseGui.java:589) at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java) at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java) at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17) at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453) at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java) at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:607) at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306) at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java) at appeng.client.gui.AEBaseGui.func_146274_d(AEBaseGui.java:674) at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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 -- Stacktrace: at net.minecraft.block.Block.getHarvestLevel(Block.java:2211) at codechicken.microblock.BlockMicroMaterial.getCutterStrength(BlockMicroMaterial.scala:107) at codechicken.microblock.MicroRecipe$.canCut(MicroRecipe.scala:152) at codechicken.microblock.MicroRecipe$.getThinningResult(MicroRecipe.scala:169) at codechicken.microblock.MicroRecipe$.func_77572_b(MicroRecipe.scala:26) at codechicken.microblock.MicroRecipe$.func_77569_a(MicroRecipe.scala:18) at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:323) at appeng.container.implementations.ContainerCraftingTerm.func_75130_a(ContainerCraftingTerm.java:83) at appeng.container.slot.SlotCraftingMatrix.func_75215_d(SlotCraftingMatrix.java:49) at net.minecraft.inventory.Container.func_75144_a(SourceFile:222) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419) at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504) at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638) at appeng.client.gui.AEBaseGui.func_146984_a(AEBaseGui.java:589) at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java) at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java) at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17) at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453) at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java) at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:607) at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306) at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java) at appeng.client.gui.AEBaseGui.func_146274_d(AEBaseGui.java:674) at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

-- Affected screen -- Details: Screen name: appeng.client.gui.implementations.GuiCraftingTerm

Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_60, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2890096840 bytes (2756 MB) / 6061817856 bytes (5781 MB) up to 6442450944 bytes (6144 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -XX:+UseG1GC AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 96 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1490 Optifine OptiFine_1.7.10_HD_U_C1 184 mods loaded, 184 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAAA mcp{9.05} Minecraft Coder Pack UCHIJAAAA FML{7.10.99.99} Forge Mod Loader UCHIJAAAA Forge{10.13.4.1490} Minecraft Forge UCHIJAAAA AM2-Preloader{0.0.2} AMCore UCHIJAAAA appliedenergistics2-core{rv2-stable-10} AppliedEnergistics2 Core UCHIJAAAA CodeChickenCore{1.0.7.47} CodeChicken Core UCHIJAAAA Micdoodlecore{} Micdoodle8 Core UCHIJAAAA MobiusCore{1.2.5} MobiusCore UCHIJAAAA NotEnoughItems{1.0.5.118} Not Enough Items UCHIJAAAA PlayerAPI{1.3} Player API UCHIJAAAA ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core UCHIJAAAA OpenModsCore{0.7.1} OpenModsCore UCHIJAAAA {000} CoFH ASM UCHIJAAAA {0} DragonAPI ASM Data Initialization UCHIJAAAA debug{1.0} debug UCHIJAAAA AnimationAPI{1.2.4} AnimationAPI UCHIJAAAA arsmagica2{1.4.0.008} Ars Magica 2 UCHIJAAAA bspkrsCore{6.16} bspkrsCore UCHIJAAAA ArmorStatusHUD{1.28} ArmorStatusHUD UCHIJAAAA act{0.0.2a_1.7.10} AdminCommandsToolbox UCHIJAAAA AM2PlantFix{1.0} Ars Magica 2 Plant Fix UCHIJAAAA aobdbb{1.0.5} Another One Bites The Dust: Berry Bushes UCHIJAAAA appliedenergistics2{rv2-stable-10} Applied Energistics 2 UCHIJAAAA CoFHCore{1.7.10R3.0.3} CoFH Core UCHIJAAAA asielib{0.3.9} asielib UCHIJAAAA BetterTitleScreen{1.7.10-1.1} Better Title Screen UCHIJAAAA BiblioCraft{1.10.4} BiblioCraft UCHIJAAAA Baubles{1.0.1.10} Baubles UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} Thermal Foundation UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} Thermal Expansion UCHIJAAAA BigReactors{0.4.3A} Big Reactors UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins188} Mantle UCHIJAAAA Natura{2.2.0} Natura UCHIJAAAA BiomesOPlenty{2.1.0} Biomes O' Plenty UCHIJAAAA BuildCraft|Core{7.0.21} BuildCraft UCHIJAAAA Forestry{3.6.3.20} Forestry for Minecraft UCHIJAAAA BinnieCore{2.0-pre8} Binnie Core UCHIJAAAA Botany{2.0-pre8} Botany UCHIJAAAA ExtraBees{2.0-pre8} Extra Bees UCHIJAAAA ExtraTrees{2.0-pre8} Extra Trees UCHIJAAAA Genetics{2.0-pre8} Genetics UCHIJAAAA AWWayofTime{v1.3.2} Blood Magic: Alchemical Wizardry UCHIJAAAA Thaumcraft{4.2.3.5} Thaumcraft UCHIJAAAA Botania{r1.7-221} [Botania](Botania r1.7-221.jar) UCHIJAAAA BuildCraft|Silicon{7.0.21} BC Silicon UCHIJAAAA BuildCraft|Factory{7.0.21} BC Factory UCHIJAAAA BuildCraft|Builders{7.0.21} BC Builders UCHIJAAAA BuildCraft|Energy{7.0.21} BC Energy UCHIJAAAA BuildCraft|Robotics{7.0.21} BC Robotics UCHIJAAAA BuildCraft|Transport{7.0.21} BC Transport UCHIJAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks](Carpenter's Blocks v3.3.6 - MC 1.7.10.jar) UCHIJAAAA ChickenChunks{1.3.4.19} ChickenChunks UCHIJAAAA Railcraft{9.7.0.0} Railcraft UCHIJAAAA TwilightForest{2.3.5} The Twilight Forest UCHIJAAAA ForgeMultipart{1.2.0.345} Forge Multipart UCHIJAAAA chisel{2.5.1.44} Chisel 2 UCHIJAAAA ComputerCraft{1.73} ComputerCraft UCHIJAAAA dldungeonsjdg{1.8.7} Doomlike Dungeons UCHIJAAAA funkylocomotion{1.0} Funky Locomotion UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} MineFactory Reloaded UCHIJAAAA GalacticraftCore{3.0.11} Galacticraft Core UCHIJAAAA Mekanism{8.1.2} Mekanism UCHIJAAAA EnderIO{1.7.10-2.2.8.381} Ender IO UCHIJAAAA numina{0.4.0.7-QMX} Numina UCHIJAAAA powersuits{0.11.0.7-QMX} MachineMuse's Modular Powersuits UCHIJAAAA MrTJPCoreMod{1.1.0.31} MrTJPCore UCHIJAAAA ProjRed|Core{4.7.0pre9.92} ProjectRed Core UCHIJAAAA ExtraUtilities{1.2.11} Extra Utilities UCHIJAAAA Waila{1.5.10} Waila UCHIJAAAA TConstruct{1.7.10-1.8.7.build979} Tinkers' Construct UCHIJAAAA DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V8g.jar) UCHIJAAAA RotaryCraft{1.0} [RotaryCraft](RotaryCraft 1.7.10 V8g.jar) UCHIJAAAA ElectriCraft{1.0} [ElectriCraft](ElectriCraft 1.7.10 V8f.jar) UCHIJAAAA EnderStorage{1.4.7.37} EnderStorage UCHIJAAAA EnderTech{1.7.10-0.3.0.364} EnderTech UCHIJAAAA EnderZoo{1.7.10-1.0.15.32} Ender Zoo UCHIJAAAA enhancedportals{3.0.10} EnhancedPortals UCHIJAAAA extracells{2.2.68} ExtraCells UCHIJAAAA factorization.notify{1.0} Factorization Notification System UCHIJAAAA factorization.dimensionalSlice{0.8.89} Factorization Dimensional Slices UCHIJAAAA factorization{0.8.89} Factorization UCHIJAAAA factorization.misc{0.8.89} Factorization Miscellaneous Nonsense UCHIJAAAA FastCraft{1.21} FastCraft UCHIJAAAA FlatSigns{2.1.0.19} Flat Signs UCHIJAAAA Steamcraft{0.28.10} Flaxbeard's Steam Power UCHIJAAAA FloodLights{0.4.2} Flood Lights UCHIJAAAA ForgeEssentialsClient{1.4.2} Forge Essentials Client Addon UCHIJAAAA fossil{1.7.10 Build 7.2.1} Fossils and Archeology Revival UCHIJAAAA GalacticraftMars{3.0.11} Galacticraft Planets UCHIJAAAA iChunUtil{4.2.2} iChunUtil UCHIJAAAA Hats{4.0.1} Hats UCHIJAAAA HatStand{4.0.0} HatStand UCHIJAAAA HelpFixer{1.0.7} HelpFixer UCHIJAAAA InfernalMobs{1.6.2} Infernal Mobs UCHIJAAAA inpure|core{1.7.10R1.0.0B9} INpureCore UCHIJAAAA inventorytweaks{1.58-147-645ca10} Inventory Tweaks UCHIJAAAA IronChest{6.0.62.742} Iron Chest UCHIJAAAA JABBA{1.2.1} JABBA UCHIJAAAA journeymap{5.0.1} JourneyMap UCHIJAAAA lootbags{1.8.1} Loot Bags UCHIJAAAA MekanismGenerators{8.1.2} MekanismGenerators UCHIJAAAA MekanismTools{8.1.2} MekanismTools UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} MFR Compat: Applied Energistics UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} MFR Compat: Atum UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} MFR Compat: BackTools UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} MFR Compat: BuildCraft UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} MFR Compat: Chococraft UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} MFR Compat: ExtraBiomes UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} MFR Compat: Forestry UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} MFR Compat: ForgeMicroblock UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} MFR Compat: IC2 UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} MFR Compat: Mystcraft UCHIJAAAA ProjRed|Exploration{4.7.0pre9.92} ProjectRed Exploration UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} MFR Compat ProjectRed UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} MFR Compat: Railcraft UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} MFR Compat: Sufficient Biomes UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} MFR Compat: Thaumcraft UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} MFR Compat: Thermal Expansion UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} MFR Compat: Tinkers' Construct UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} MFR Compat: TwilightForest UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} MFR Compat: Vanilla UCHIJAAAA MineMenu{1.2.0} MineMenu UCHIJAAAA MineTweaker3{3.0.9B} MineTweaker 3 UCHIJAAAA modtweaker2{0.8} [Mod Tweaker 2](ModTweaker 2-0.8.0.jar) UCHIJAAAA powersuitaddons{0.11.0.7-QMX} Modular Powersuit Addons UCHIJAAAA Morph{0.9.2} Morph UCHIJAAAA Morpheus{1.7.10-1.6.4} Morpheus UCHIJAAAA NEIAddons{1.12.11.36} NEI Addons UCHIJAAAA NEIAddons|Developer{1.12.11.36} NEI Addons: Developer Tools UCHIJAAAA NEIAddons|AppEng{1.12.11.36} NEI Addons: Applied Energistics 2 UCHIJAAAA NEIAddons|Botany{1.12.11.36} NEI Addons: Botany UCHIJAAAA NEIAddons|Forestry{1.12.11.36} NEI Addons: Forestry UCHIJAAAA NEIAddons|CraftingTables{1.12.11.36} NEI Addons: Crafting Tables UCHIJAAAA NEIAddons|ExNihilo{1.12.11.36} NEI Addons: Ex Nihilo UCHIJAAAA neiintegration{1.0.12} NEI Integration UCHIJAAAA NetherOres{1.7.10R2.3.0} Nether Ores UCHIJAAAA recipemod{0.2} NoMoreRecipeConflict UCHIJAAAA notenoughkeys{@MOD_VERSION@} NotEnoughKEys UCHIJAAAA ObsidiPlates{3.0.0.18} ObsidiPlates UCHIJAAAA OmnisCore{0.1.0} [Omnis Core](OmnisCore-1.7.10 - 0.0.6-universal.jar) UCHIJAAAA OpenMods{0.7.1} OpenMods UCHIJAAAA OpenBlocks{1.4.1} OpenBlocks UCHIJAAAA OpenPeripheralCore{1.1} OpenPeripheralCore UCHIJAAAA OpenPeripheral{0.3.1} OpenPeripheralAddons UCHIJAAAA OpenPeripheralIntegration{0.2.1} OpenPeripheralIntegration UCHIJAAAA PortalGun{4.0.0-beta-5} PortalGun UCHIJAAAA ProjRed|Transmission{4.7.0pre9.92} ProjectRed Transmission UCHIJAAAA ProjRed|Transportation{4.7.0pre9.92} ProjectRed Transportation UCHIJAAAA ProjRed|Compatibility{4.7.0pre9.92} ProjectRed Compatibility UCHIJAAAA ProjRed|Integration{4.7.0pre9.92} ProjectRed Integration UCHIJAAAA ProjRed|Fabrication{4.7.0pre9.92} ProjectRed Fabrication UCHIJAAAA ProjRed|Illumination{4.7.0pre9.92} ProjectRed Illumination UCHIJAAAA ProjRed|Expansion{4.7.0pre9.92} ProjectRed Expansion UCHIJAAAA RandomThings{2.2.4} Random Things UCHIJAAAA ReactorCraft{1.0} [ReactorCraft](ReactorCraft 1.7.10 V8f.jar) UCHIJAAAA RedstoneArsenal{1.7.10R1.1.1} Redstone Arsenal UCHIJAAAA RefinedRelocation{1.0.8b} Refined Relocation UCHIJAAAA Roguelike{1.3.6.3} Roguelike Dungeons UCHIJAAAA simplyjetpacks{1.3.2} Simply Jetpacks UCHIJAAAA statues{2.1.4} Statues UCHIJAAAA Sync{4.0.0} Sync UCHIJAAAA thaumicenergistics{0.8.9.3a-rv2} Thaumic Energistics UCHIJAAAA ThaumicTinkerer{unspecified} Thaumic Tinkerer UCHIJAAAA ThaumicExploration{0.6.0} Thaumic Exploration UCHIJAAAA ThaumicPipes{1.2.00} [Thaumic Pipes](ThaumicPipes-1.7.10 - 1.2.1b-universal.jar) UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} Thermal Dynamics UCHIJAAAA TiCTooltips{1.2.5} TiC Tooltips UCHIJAAAA TMechworks{0.2.14.100} Tinkers' Mechworks UCHIJAAAA tradeboothmod{1.7.10.2} tradeboothmod UCHIJAAAA Translocator{1.1.2.15} Translocator UCHIJAAAA AS_UpdateCheck{1.1.6} AtomicStryker Update Check Mod UCHIJAAAA WailaHarvestability{1.1.2} Waila Harvestability UCHIJAAAA witchery{0.24.1} Witchery UCHIJAAAA WR-CBE|Core{1.4.1.9} WR-CBE Core UCHIJAAAA WR-CBE|Addons{1.4.1.9} WR-CBE Addons UCHIJAAAA WR-CBE|Logic{1.4.1.9} WR-CBE Logic UCHIJAAAA McMultipart{1.2.0.345} Minecraft Multipart Plugin UCHIJAAAA ForgeRelocation{0.0.1.4} ForgeRelocation UCHIJAAAA MCFrames{1.0} MCFrames UCHIJAAAA RelocationFMP{0.0.1.2} RelocationFMP UCHIJAAAA aobd{2.8.1} Another One Bites The Dust UCHIJAAAA denseores{1.0} Dense Ores UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} Iguana Tinker Tweaks UCHIJAAAA ForgeMicroblock{1.2.0.345} Forge Microblocks GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.30' Renderer: 'GeForce GTX 780 Ti/PCIe/SSE2' OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED] AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291 CoFHCore: -[1.7.10]3.0.3-303 ThermalFoundation: -[1.7.10]1.2.0-102 ThermalExpansion: -[1.7.10]4.0.3B1-218 Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine MineFactoryReloaded: -[1.7.10]2.8.0-104 TConstruct Environment: Environment healthy. NetherOres: -[1.7.10]2.3.0-12 RedstoneArsenal: -[1.7.10]1.1.1-89 ThermalDynamics: -[1.7.10]1.1.0-161 Stencil buffer state: Function set: GL30, pool: forge, bits: 8 Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client: Optifine These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then. AE2 Integration: IC2:OFF, RotaryCraft:ON, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF Launched Version: 1.7.10-Forge10.13.4.1490-1.7.10 LWJGL: 2.9.1 OpenGL: GeForce GTX 780 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.30, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
huntera3 commented 8 years ago

I can reproduce this crash as well. Doesn't appear to matter if done in a crafting bench or shapeless crafting grid. Placing either the saw, or inverted light block, in the grid with the other causes the client to crash.

GrumpyChunks commented 8 years ago

FYI Seeing this exact same crash in FTB Infinty Evolved 2.0.2, when placing a saw and inverted lamp in a crafting grid

MrTJP commented 8 years ago

Fixed via 4eab74c8c207e135fb864756df2deb02df473d42