crash report
Pro2laredstone opened this issue ยท 3 comments
---- Minecraft Crash Report ----
WARNING: coremods are present:
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-209-universal.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
LogisticsPipesCoreLoader (logisticspipes-0.10.2.218.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.20-release.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
LittlePatchingLoader (LittleTiles_v1.5.0-pre199_19_mc1.12.2.jar)
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.10-1.12.2.jar)
CreativePatchingLoader (CreativeCore_v1.10.10_mc1.12.2.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn't have this problem.
Time: 2/15/21 7:14 AM
Description: Ticking block entity
java.lang.ArrayIndexOutOfBoundsException: 10
at gregtech.api.capability.impl.AbstractRecipeLogic.calculateOverclock(AbstractRecipeLogic.java:241)
at gregtech.api.capability.impl.AbstractRecipeLogic.setupAndConsumeRecipeInputs(AbstractRecipeLogic.java:221)
at gregtech.api.capability.impl.MultiblockRecipeLogic.setupAndConsumeRecipeInputs(MultiblockRecipeLogic.java:57)
at gregtech.api.capability.impl.AbstractRecipeLogic.trySearchNewRecipe(AbstractRecipeLogic.java:159)
at gregtech.api.capability.impl.AbstractRecipeLogic.update(AbstractRecipeLogic.java:109)
at gregtech.api.capability.impl.MultiblockRecipeLogic.updateWorkable(MultiblockRecipeLogic.java:21)
at gregtech.api.metatileentity.multiblock.RecipeMapMultiblockController.updateFormedValid(RecipeMapMultiblockController.java:92)
at gregtech.api.metatileentity.multiblock.MultiblockControllerBase.update(MultiblockControllerBase.java:54)
at gregtech.api.metatileentity.MetaTileEntityHolder.func_73660_a(MetaTileEntityHolder.java:152)
at net.minecraft.world.World.func_72939_s(World.java:1838)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at gregtech.api.capability.impl.AbstractRecipeLogic.calculateOverclock(AbstractRecipeLogic.java:241)
at gregtech.api.capability.impl.AbstractRecipeLogic.setupAndConsumeRecipeInputs(AbstractRecipeLogic.java:221)
at gregtech.api.capability.impl.MultiblockRecipeLogic.setupAndConsumeRecipeInputs(MultiblockRecipeLogic.java:57)
at gregtech.api.capability.impl.AbstractRecipeLogic.trySearchNewRecipe(AbstractRecipeLogic.java:159)
at gregtech.api.capability.impl.AbstractRecipeLogic.update(AbstractRecipeLogic.java:109)
at gregtech.api.capability.impl.MultiblockRecipeLogic.updateWorkable(MultiblockRecipeLogic.java:21)
at gregtech.api.metatileentity.multiblock.RecipeMapMultiblockController.updateFormedValid(RecipeMapMultiblockController.java:92)
at gregtech.api.metatileentity.multiblock.MultiblockControllerBase.update(MultiblockControllerBase.java:54)
at gregtech.api.metatileentity.MetaTileEntityHolder.func_73660_a(MetaTileEntityHolder.java:152)
-- Block entity being ticked --
Details:
Name: gregtech:machine // gregtech.api.metatileentity.MetaTileEntityHolder
Block type: ID #1044 (tile.unnamed // gregtech.api.block.machines.BlockMachine // gregtech:machine)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (1446,96,-941), Chunk: (at 6,6,3 in 90,-59; contains blocks 1440,0,-944 to 1455,255,-929), Region: (2,-2; contains chunks 64,-64 to 95,-33, blocks 1024,0,-1024 to 1535,255,-513)
Actual block type: ID #1044 (tile.unnamed // gregtech.api.block.machines.BlockMachine // gregtech:machine)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1838)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
-- Affected level --
Details:
Level name: SOLO
All players: 1 total; [EntityPlayerMP['pro2laredstone'/44130, l='SOLO', x=1443.89, y=95.00, z=-945.10]]
Chunk stats: ServerChunkCache: 386 Drop: 0
Level seed: 771615012613352499
Level generator: ID 06 - lostcities, ver 0. Features enabled: true
Level generator options: {"Topography-Preset":"Omnifactory"}
Level spawn location: World: (3,64,-306), Chunk: (at 3,4,14 in 0,-20; contains blocks 0,0,-320 to 15,255,-305), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 1168035 game time, 1262066 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 437 (now: true), thunder time: 22293 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_281, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3089054912 bytes (2945 MB) / 4831838208 bytes (4608 MB) up to 4831838208 bytes (4608 MB)
JVM Flags: 8 total; -Xmn128M -Xmx4604M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2847 169 mods loaded, 169 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:------ |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
| LCHIJA | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
| LCHIJA | advancedrocketrycore | 1 | minecraft.jar | None |
| LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
| LCHIJA | littletilescore | 1.0.0 | minecraft.jar | None |
| LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCHIJA | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
| LCHIJA | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151.jar | None |
| LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LCHIJA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| LCHIJA | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
| LCHIJA | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
| LCHIJA | libvulpes | 0.4.2.-74 | LibVulpes-1.12.2-0.4.2-74-universal.jar | None |
| LCHIJA | advancedrocketry | 1.7.0.-209 | AdvancedRocketry-1.12.2-1.7.0-209-universal.jar | None |
| LCHIJA | advsolars | 1.0 | advsolars-1.0.jar | None |
| LCHIJA | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
| LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| LCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| LCHIJA | endercore | 1.12.2-0.5.73 | EnderCore-1.12.2-0.5.73.jar | None |
| LCHIJA | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.562.jar | None |
| LCHIJA | endertweaker | 1.2.0 | EnderTweaker-1.12.2-1.2.0.jar | None |
| LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
| LCHIJA | modtweaker | 4.0.18 | modtweaker-4.0.18.jar | None |
| LCHIJA | jei | 4.15.0.293 | jei_1.12.2-4.15.0.293.jar | None |
| LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | brandonscore | 2.4.18 | BrandonsCore-1.12.2-2.4.18.210-universal.jar | None |
| LCHIJA | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |
| LCHIJA | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
| LCHIJA | draconicevolution | 2.3.25 | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | None |
| LCHIJA | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None |
| LCHIJA | enderio | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| LCHIJA | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LCHIJA | ae2wtlib | 1.0.34 | AE2WTLib-1.12.2-1.0.34.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| LCHIJA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
| LCHIJA | thedragonlib | 1.12.2-5.3.0 | thedragonlib-1.12.2-5.3.0.jar | None |
| LCHIJA | armorplus | 1.12.2-11.24.0.60 | armorplus-1.12.2-11.24.0.60.jar | None |
| LCHIJA | attributefix | 1.0.10 | AttributeFix-1.12.2-1.0.10.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None |
| LCHIJA | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
| LCHIJA | base | 3.13.0 | base-1.12.2-3.13.0.jar | None |
| LCHIJA | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
| LCHIJA | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
| LCHIJA | betterquesting | 3.5.323 | BetterQuesting-3.5.323.jar | None |
| LCHIJA | bloodylib | 1.12.2 | bloodylib-1.0.1-beta.jar | None |
| LCHIJA | bnbgaminglib | 2.17.6 | BNBGamingLib-1.12.2-2.17.6.jar | None |
| LCHIJA | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LCHIJA | bountiful | 2.2.1 | Bountiful-2.2.1.jar | None |
| LCHIJA | buildinggadgets | 2.8.2 | BuildingGadgets-2.8.2.jar | None |
| LCHIJA | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None |
| LCHIJA | forestry | 5.8.2.422 | forestry_1.12.2-5.8.2.422.jar | None |
| LCHIJA | gregtech | 1.8.4.419 | gregtech-1.12.2-1.8.4.419.jar | None |
| LCHIJA | ceu | 1.0.4.0 | CEU-1.12.2-1.0.4.0.jar | None |
| LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCHIJA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| LCHIJA | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
| LCHIJA | clearwater | 1.2 | clearwater-1.2.jar | None |
| LCHIJA | clienttweaks | 3.1.11 | ClientTweaks_1.12.2-3.1.11.jar | None |
| LCHIJA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| LCHIJA | clipboard | @VERSION@ | Clipboard-1.12-1.3.0.jar | None |
| LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCHIJA | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None |
| LCHIJA | controlling | 3.0.8 | Controlling-3.0.8.jar | None |
| LCHIJA | craftelytra | 1.2 | CraftableElytra-1.1.jar | None |
| LCHIJA | cns | 1.0 | CraftingNetherStar 1.12.1 -1.1.jar | None |
| LCHIJA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
| LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.562.jar | None |
| LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.562.jar | None |
| LCHIJA | creativecore | 1.10.0 | CreativeCore_v1.10.10_mc1.12.2.jar | None |
| LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
| LCHIJA | custommainmenu | 2.0.9.1 | CustomMainMenu-MC1.12.2-2.0.9.1.jar | None |
| LCHIJA | customstartinggear | 1.2.0 | CustomStartingGear-1.12-1.2.0.9-universal.jar | None |
| LCHIJA | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
| LCHIJA | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
| LCHIJA | deepmoblearning | 1.12.2-2.5.2 | deepmoblearning-1.12.2-2.5.2-universal.jar | None |
| LCHIJA | diethopper | 1.1 | diethopper-1.1.jar | None |
| LCHIJA | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
| LCHIJA | dimensionaledibles | 1.3.1 | DimensionalEdibles-1.12.2-1.3.1.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCHIJA | effortlessbuilding | 1.12.2-2.16 | effortlessbuilding-1.12.2-2.16.jar | None |
| LCHIJA | elevatorid | 1.3.14 | ElevatorMod-1.12.2-1.3.14.jar | None |
| LCHIJA | enderiointegrationtic | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderiobase | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderioconduits | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderioconduitsappliedenergistics | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderioconduitsopencomputers | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderioconduitsrefinedstorage | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderiointegrationforestry | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderiointegrationticlate | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | ftblib | 5.4.7.0 | FTBLib-5.4.7.0.jar | None |
| LCHIJA | enderiomachines | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderiopowertools | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderioendergy | 5.1.55 | EnderIO-endergy-1.12.2-5.1.55.jar | None |
| LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | extendedcrafting | 1.5.6 | ExtendedCrafting-1.12.2-1.5.6.jar | None |
| LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| LCHIJA | fasterladderclimbing | 0.1-146 | FasterLadderClimbing-1.12-0.1-146.jar | None |
| LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| LCHIJA | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None |
| LCHIJA | forgivingvoid | 1.1.0 | ForgivingVoid_1.12.2-1.1.0.jar | None |
| LCHIJA | storagedrawers | 1.12.2-5.4.1 | StorageDrawers-1.12.2-5.4.1.jar | None |
| LCHIJA | framedcompactdrawers | 1.2.4 | framedcompactdrawers-1.2.4.jar | None |
| LCHIJA | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None |
| LCHIJA | ftbutilities | 5.4.0.124 | FTBUtilities-5.4.0.124.jar | None |
| LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
| LCHIJA | librarianlib | 4.20 | librarianlib-1.12.2-4.20-release.jar | None |
| LCHIJA | hooked | %VERSION% | hooked-1.0.3.jar | None |
| LCHIJA | ikwid | 1.0.2 | ikwid-1.0.2.jar | None |
| LCHIJA | inspirations | 1.12.2-0.2.9 | Inspirations-1.12.2-0.2.9.jar | None |
| LCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
| LCHIJA | jecalculation | 1.12.2-3.2.3 | JustEnoughCalculation-1.12.2-3.2.3.jar | None |
| LCHIJA | jee | 1.0.8 | JustEnoughEnergistics-1.12.2-1.0.8.jar | None |
| LCHIJA | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre199_19_mc1.12.2.jar | None |
| LCHIJA | logisticspipes | 0.10.2.218 | logisticspipes-0.10.2.218.jar | e0c86912b2f7cc0cc646ad57799574aea43dbd45 |
| LCHIJA | loottweaker | 0.1.6 | LootTweaker-0.1.6+MC1.12.2.jar | None |
| LCHIJA | lostcities | 2.0.22 | lostcities-1.12-2.0.22.jar | None |
| LCHIJA | lumberjack | 1.4.1 | lumberjack-1.4.1.jar | None |
| LCHIJA | modnametooltip | 1.10.1 | modnametooltip_1.12.2-1.10.1.jar | None |
| LCHIJA | modularmachinery | 1.10.0 | modularmachinery-1.12.2-1.10.0.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCHIJA | modulardiversity | 1.5 | Modular Diversity-1.5.jar | None |
| LCHIJA | morecauldrons | 1.4.6 | More-Cauldrons-1.4.6.jar | None |
| LCHIJA | morefurnaces | 1.10.5 | MoreFurnaces-1.12.2-1.10.6.jar | None |
| LCHIJA | morelibs | 1.2.2 | morelibs-1.12.2-1.2.2.jar | None |
| LCHIJA | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
| LCHIJA | moreplates | 5.5.2 | moreplates-1.12.2-5.5.2.jar | None |
| LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
| LCHIJA | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
| LCHIJA | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
| LCHIJA | nuclearcraft | 2.18r | NuclearCraft-2.18r-1.12.2.jar | None |
| LCHIJA | openglider | @VERSION@ | OpenGlider-1.12.1-1.1.0.jar | None |
| LCHIJA | orespawn | 3.3.1 | OreSpawn-1.12-3.3.1.179.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | packagedauto | 1.12.2-1.0.2.9 | PackagedAuto-1.12.2-1.0.2.9.jar | None |
| LCHIJA | packagedexcrafting | 1.12.2-1.0.1.1 | PackagedExCrafting-1.12.2-1.0.1.2.jar | None |
| LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| LCHIJA | projectintelligence | 1.0.9 | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar | None |
| LCHIJA | questbook | 3.1.1-1.12 | questbook-3.1.1-1.12.jar | None |
| LCHIJA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
| LCHIJA | redstonearsenal | 2.6.4 | RedstoneArsenal-1.12.2-2.6.4.1-universal.jar | None |
| LCHIJA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LCHIJA | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None |
| LCHIJA | gtadditions | 1.12.2-2.8.0 | Shadows_of_Greg-1.12.2-2.8.0.jar | None |
| LCHIJA | simplefluidtanks | 1.12.2-1.7.1.3 | simplefluidtanks-1.12.2-1.7.1.3.jar | None |
| LCHIJA | simplyjetpacks | 2.2.14.67 | SimplyJetpacks2-1.12.2-2.2.14.67.jar | None |
| LCHIJA | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
| LCHIJA | solarflux | 4.35r | SolarFluxReborn_1.12.2-4.35r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LCHIJA | bq_standard | 3.4.173 | StandardExpansion-3.4.173.jar | None |
| LCHIJA | supersoundmuffler | 1.0.2.10 | supersoundmuffler-revived_1.12.2_1.0.2.10.jar | None |
| LCHIJA | thermalcultivation | 0.3.6 | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None |
| LCHIJA | thermalinnovation | 0.3.6 | ThermalInnovation-1.12.2-0.3.6.1-universal.jar | None |
| LCHIJA | tipthescales | 1.0.4 | TipTheScales-1.12.2-1.0.4.jar | None |
| LCHIJA | toastcontrol | 1.8.1 | Toast Control-1.12.2-1.8.1.jar | None |
| LCHIJA | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None |
| LCHIJA | topaddons | 1.12.2-1.13.0 | topaddons-1.12.2-1.13.0.jar | None |
| LCHIJA | topography | 1.10.1 | Topography-1.12.2-1.10.1.jar | None |
| LCHIJA | torchmaster | 1.8.1.81 | torchmaster_1.12.2-1.8.1.81.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| LCHIJA | trashslot | 8.4.10 | TrashSlot_1.12.2-8.4.10.jar | None |
| LCHIJA | veinminer | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
| LCHIJA | veinminermodsupport | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
| LCHIJA | wct | 3.12.97 | WirelessCraftingTerminal-1.12.2-3.12.97.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LCHIJA | worleycaves | 1.5.1 | worleycaves-1.5.1.jar | None |
| LCHIJA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
| LCHIJA | densemetals | 2.0.0 | DenseMetals-1.12.2-2.0.0.30.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | librarianliblate | 4.20 | librarianlib-1.12.2-4.20-release.jar | None |
Loaded coremods (and transformers):
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
pw.prok.realbench.asm.RBTransformer
BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
ForgelinPlugin (Forgelin-1.8.4.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-209-universal.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
cubex2.cxlibrary.CoreModTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
LogisticsPipesCoreLoader (logisticspipes-0.10.2.218.jar)
logisticspipes.asm.LogisticsClassTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.20-release.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
LittlePatchingLoader (LittleTiles_v1.5.0-pre199_19_mc1.12.2.jar)
com.creativemd.littletiles.LittleTilesTransformer
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.10-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CreativePatchingLoader (CreativeCore_v1.10.10_mc1.12.2.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
Pulsar/inspirations loaded Pulses:
- InspirationsShared (Enabled/Forced)
- InspirationsBuilding (Enabled/Not Forced)
- InspirationsUtility (Enabled/Not Forced)
- InspirationsTools (Enabled/Not Forced)
- InspirationsRecipes (Enabled/Not Forced)
- InspirationsTweaks (Enabled/Not Forced)
- InspirationsShared (Enabled/Forced)
- TheOneProbePlugin (Enabled/Not Forced)
List of loaded APIs:
* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r151.jar
* ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
* ArmorPlusApi (2.1) from armorplus-1.12.2-11.24.0.60.jar
* Base|API (1.0.0) from base-1.12.2-3.13.0.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
* BetterQuesting|API (3.2) from BetterQuesting-3.5.323.jar
* BetterQuesting|API2 (3.1) from BetterQuesting-3.5.323.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
* chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar
* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
* ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.25.351-universal.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.422.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.1.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.293.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
* Open Glider|API (0.1) from OpenGlider-1.12.1-1.1.0.jar
* PatchouliAPI (6) from Patchouli-1.0-20.jar
* redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
* veinminerApi (0.3) from VeinMiner-1.12-0.38.2.647+b31535a.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar
Ender IO: No known problems detected.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
forestry : Modules have been disabled in the config: BuildCraft 6 Recipes, Greenhouse, Arboriculture, Mystical Agriculture, BuildCraft 6 Fuels, TechReborn, BiomesOPlenty, Mail, Sorting, Food, Database, Actually Additions, Better With Mods, HarvestCraft, Charcoal, ImmersiveEngineering, IndustrialCraft2, EnderIO, Cultivation, Roots, Apiculture, BuildCraft 6 Transport, Factory, Backpack, Extra Utilities, Farming, rustic, Natura, BuildCraft 6 Statements, Book, Crate, Lepidopterology, Energy
AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['pro2laredstone'/44130, l='SOLO', x=1443.89, y=95.00, z=-945.10]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
You appear to have used a MAX energy input bus on a multiblock. In the old version you appear to be playing on (you gave no details and did not use our bug submission form), there was a known crash when you do this. The only way to fix it is to restore from your latest backup, or use a world editor to delete the MAX energy input bus from your save file.
This stems from having a multiblock formed using a MAX energy hatch.
This has been "fixed" nearly a year ago in 1.2.2 by making them uncraftable (and consequentially by updating GTCE in dev). Please update your instance and, on a side note, buy the game.