Jump to content

Mods not showing up


agwebberley

Recommended Posts

Can you please show screenshots of your launcher and your mods folder, as well as pastebin your debug.log

  • Thanks 1

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  IC2core (industrialcraft-2-2.6.252-ex110.jar)
  AstralCore (astralsorcery-1.4.5.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.3-anarchy.jar)
  TransformerLoader (OpenComputers-MC1.10.2-1.7.1.150.jar)
  ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
Contact their authors BEFORE contacting forge

// I blame Dinnerbone.

Time: 2/28/19 1:42 PM
Description: Initializing game

java.lang.NoSuchFieldError: firstLoad
    at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:61)
    at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
    at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:122)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:499)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:61)
    at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
    at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:122)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:499)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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)

-- System Details --
Details:
    Minecraft Version: 1.10.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 702936792 bytes (670 MB) / 1308622848 bytes (1248 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.32 Powered by Forge 12.18.3.2185 140 mods loaded, 140 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    U    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    U    FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar) 
    U    Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar) 
    U    Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar) 
    U    OpenComputers|Core{1.7.1.150} [OpenComputers (Core)] (minecraft.jar) 
    U    <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
    U    foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) 
    U    mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar) 
    U    actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar) 
    U    actuallybaubles{1.1.1} [Actually Baubles] (ActuallyBaubles-1.10.2-1.1.1.jar) 
    U    advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar) 
    U    agricraft{2.0.0-0.11.0-a21} [AgriCraft] (agricraft-2.0.0-0.11.0-a21.jar) 
    U    appleskin{1.0.9} [AppleSkin] (AppleSkin-mc1.10.2-1.0.9.jar) 
    U    Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar) 
    U    Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.7.jar) 
    U    arsmagica2{1.5.018} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-18.jar) 
    U    AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-18.jar) 
    U    astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar) 
    U    AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
    U    avaritia{${mod_version}} [Avaritia] (Avaritia-1.10.2-2.2.7-universal.jar) 
    U    Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar) 
    U    BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar) 
    U    bdlib{1.12.4.25} [BD Lib] (bdlib-1.12.4.25-mc1.10.2.jar) 
    U    bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar) 
    U    betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar) 
    U    betterquesting{2.3.231} [Better Questing] (BetterQuesting-2.3.231.jar) 
    U    BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar) 
    U    bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar) 
    U    Botania{r1.9-341} [Botania] (Botania r1.9-341.jar) 
    U    brandonscore{2.1.14} [Brandon's Core] (BrandonsCore-1.10.2-2.1.14.137-universal.jar) 
    U    calculator{3.2.2} [Calculator] (Calculator-1.10.2-3.2.5.jar) 
    U    Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar) 
    U    charcoal_pit{1.4} [Charcoal Pit] (CharcoalPit-[1.10.2]-1.4.jar) 
    U    ChestTransporter{2.5.18} [Chest Transporter] (ChestTransporter-1.10.2-2.5.18.jar) 
    U    chisel{MC1.10.2-0.1.1.39} [Chisel] (Chisel-MC1.10.2-0.1.1.39.jar) 
    U    chiselsandbits{12.16} [Chisels & Bits] (chiselsandbits-12.16.jar) 
    U    CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar) 
    U    CodeChickenLib{2.5.9.320} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar) 
    U    ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar) 
    U    cofhcore{4.1.12} [CoFH Core] (CoFHCore-1.10.2-4.1.12.17-universal.jar) 
    U    compactsolars{1.10.2-5.0.12.336} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.12.336-universal.jar) 
    U    ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar) 
    U    MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar) 
    U    crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar) 
    U    ctm{MC1.10.2-0.2.3.26} [CTM] (CTM-MC1.10.2-0.2.3.26.jar) 
    U    D3Core{1.3.1} [D³Core] (D3Core-1.9.4-1.3.1.jar) 
    U    darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar) 
    U    denseores{1.0} [denseores] (denseores-1.11-1.0.2.jar) 
    U    draconicevolution{2.1.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.8.273-universal.jar) 
    U    eleccore{1.7.431} [ElecCore] (ElecCore-1.10.2-1.7.431.jar) 
    U    elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar) 
    U    endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar) 
    U    EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar) 
    U    EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar) 
    U    environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar) 
    U    extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.6.8.jar) 
    U    bigreactors{1.10.2-0.4.5.44} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.44.jar) 
    U    uraniumbigreactor{uraniumbigreactor} [Uranium Big Reactor] (ExtremeUraniumReactor-1.0.jar) 
    U    FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar) 
    U    fcl{X.12} [Fexcraft Common Library] (Fexcraft Common Library-X.12-1.10.2.jar) 
    U    flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar) 
    U    foamfix{@VERSION@} [FoamFix] (foamfix-0.7.3-anarchy.jar) 
    U    forestry{5.2.17.388} [Forestry] (forestry_1.10.2-5.2.17.388.jar) 
    U    fsmm{1.4.6} [Fex's Small Money Mod] (FSMM-1.4.6-1.10.2.jar) 
    U    ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.5.4.jar) 
    U    ftbtweaks{2.0.0} [FTB Tweaks] (FTBTweaks-2.0.0.jar) 
    U    ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.5.4.jar) 
    U    gendustry{1.6.5.32} [GenDustry] (gendustry-1.6.5.32-mc1.10.2.jar) 
    U    advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar) 
    U    gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar) 
    U    gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar) 
    U    guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) 
    U    hammercore{1.9.4.3} [Hammer Core] (HammerCore-1.10.2-1.9.4.3.jar) 
    U    hardcorequesting{1.10.2-5.1.0alpha4} [Hardcore Questing Mode] (HQM-New Heights-1.10.2-5.1.0alpha4.jar) 
    U    immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar) 
    U    immersivepetroleum{1.1.3} [Immersive Petroleum] (immersivepetroleum-1.10.2-1.1.3.jar) 
    U    IC2{2.6.252-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.252-ex110.jar) 
    U    infinitylib{1.10.2-0.11.0} [InfinityLib] (infinitylib-0.11.0.jar) 
    U    inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar) 
    U    ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar) 
    U    jaopca{1.10.2-2.0.5.61} [JAOPCA] (JAOPCA-1.10.2-2.0.5.61.jar) 
    U    oredictinit{1.10.2-2.0.1.65} [OreDictInit] (JAOPCA-1.10.2-2.0.5.61.jar) 
    U    jaopcaadditions{1.10.2-2.0.0.3} [JAOPCAAdditions] (JAOPCAAdditions-1.10.2-2.0.0.3.jar) 
    U    JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar) 
    U    jeiintegration{1.2.0.19} [JEI Integration] (jeiintegration_1.10.2-1.2.0.19.jar) 
    U    journeymap{1.10.2-5.5.2} [JourneyMap] (journeymap-1.10.2-5.5.2.jar) 
    U    JsonLootBags{1.0.0.12} [JsonLootBags] (JsonLootBags-1.9.4-1.0.0.12.jar) 
    U    jeresources{0.5.9.3} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.9.3.jar) 
    U    magicbees{1.0} [MagicBees] (MagicBees-Beta-3.0.4.jar) 
    U    malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar) 
    U    malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar) 
    U    mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) 
    U    mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar) 
    U    Mekanism{9.2.4} [Mekanism] (Mekanism-1.10.2-9.2.4.103.jar) 
    U    MekanismGenerators{9.2.4} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.4.103.jar) 
    U    MekanismTools{9.2.4} [MekanismTools] (MekanismTools-1.10.2-9.2.4.103.jar) 
    U    minefactoryreloaded{2.9.0B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.10.2]2.9.0B1-230.jar) 
    U    MineFactoryReloaded|CompatVanilla{2.9.0B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.10.2]2.9.0B1-230.jar) 
    U    moartinkers{0.4.1} [Moar Tinkers] (moartinkers-0.4.1.jar) 
    U    modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar) 
    U    moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar) 
    U    Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar) 
    U    mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar) 
    U    mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar) 
    U    multifarmcrops{1.1.2} [Multifarm Crops] (MultifarmCrops-1.1.2.jar) 
    U    netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.10.2-3.3.7.jar) 
    U    recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar) 
    U    notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar) 
    U    nuclearcraft{2.7a} [NuclearCraft] (NuclearCraft-2.7a--1.10.2.jar) 
    U    OpenComputers{1.7.1.150} [OpenComputers] (OpenComputers-MC1.10.2-1.7.1.150.jar) 
    U    oreexcavation{1.2.107} [OreExcavation] (OreExcavation-1.2.107.jar) 
    U    harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar) 
    U    pressure{1.3.1.27} [Pressure Pipes] (pressure-1.3.1.27-mc1.10.2.jar) 
    U    ProjectE{1.10.2-PE1.3.1} [ProjectE] (ProjectE-1.10.2-PE1.3.1.jar) 
    U    Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar) 
    U    quadrum{0.6.0} [Quadrum] (Quadrum-0.7.2-MC1.10.2.jar) 
    U    reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
    U    reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
    U    refined_avaritia{1.0} [Avaritita and Refined Storage] (refined_avaritia-1.10.2-1.0.jar) 
    U    refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar) 
    U    ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) 
    U    rftools{7.14} [RFTools] (rftools-1.1x-7.14.jar) 
    U    rftoolscontrol{1.7.0} [RFTools Control] (rftoolsctrl-1.1x-1.7.0.jar) 
    U    simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar) 
    U    solarfluxreborn{2.17r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.17r.jar) 
    U    sonarcore{3.3.0} [SonarCore] (SonarCore-1.10.2-3.3.0.jar) 
    U    bq_standard{2.3.131} [Standard Expansion] (StandardExpansion-2.3.131.jar) 
    U    StevesFactoryManager{1.0.13} [Steve's Factory Manager] (StevesFactoryManager-1.10.2-1.0.12.jar) 
    U    StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar) 
    U    rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar) 
    U    tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar) 
    U    theoneprobe{1.4.19} [The One Probe] (theoneprobe-1.1x-1.4.19.jar) 
    U    thermaldynamics{2.0.11} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.11.19-universal.jar) 
    U    thermalexpansion{5.1.10} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.10.28-universal.jar) 
    U    thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar) 
    U    TinkersAddons{1.0.6} [Tinkers' Addons] (Tinkers' Addons-1.10.2-1.0.6.jar) 
    U    valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar) 
    U    wrapup{1.10.2-1.0.2} [WrapUp] (WrapUp-1.10.2-1.0.2.jar) 
    U    xnet{1.4.1} [XNet] (xnet-1.4.1.jar) 
    U    zerocore{1.10.2-0.1.1.1} [Zero CORE] (zerocore-1.10.2-0.1.1.1.jar) 
    Loaded coremods (and transformers): 
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  cofh.asm.CoFHClassTransformer
  cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  invtweaks.forge.asm.ContainerTransformer
SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  net.malisis.core.util.chunkblock.ChunkBlockTransformer
  net.malisis.core.renderer.transformer.MalisisRendererTransformer
  net.malisis.core.renderer.icon.asm.TextureMapTransformer
  net.malisis.core.util.clientnotif.ClientNotifTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  lumien.resourceloader.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  com.brandon3055.brandonscore.asm.ClassTransformer
IC2core (industrialcraft-2-2.6.252-ex110.jar)
  
AstralCore (astralsorcery-1.4.5.jar)
  
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.CCL_ASMTransformer
HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  com.pengu.hammercore.asm.HammerCoreTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  reborncore.mixin.transformer.MixinTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.3-anarchy.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
TransformerLoader (OpenComputers-MC1.10.2-1.7.1.150.jar)
  li.cil.oc.common.asm.ClassTransformer
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  am2.asm.Transformer
CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13417 Compatibility Profile Context 15.301.1901.0' Renderer: 'ATI Radeon HD 5400 Series'
    Launched Version: 1.10.2-forge1.10.2-12.18.3.2185
    LWJGL: 2.9.4
    OpenGL: ATI Radeon HD 5400 Series GL version 4.5.13417 Compatibility Profile Context 15.301.1901.0, ATI Technologies Inc.
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    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)
    CPU: 4x Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz

Here is the log!

Link to comment
Share on other sites

Wait that is the crash report here is latest.log  It may be the same thing i don't know.

 

Spoiler

[13:41:36] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:41:36] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:41:36] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[13:41:36] [main/INFO]: Forge Mod Loader version 12.18.3.2185 for Minecraft 1.10.2 loading
[13:41:36] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 7:amd64:6.1, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64
[13:41:37] [main/WARN]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:37] [main/WARN]: The coremod am2.asm.Preloader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:37] [main/INFO]: [AstralCore] Initialized.
[13:41:37] [main/INFO]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.5-1.10.jar
[13:41:37] [main/WARN]: The coremod codechicken.lib.asm.CCLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:37] [main/WARN]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:37] [main/WARN]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:37] [main/WARN]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:37] [main/WARN]: The coremod com.pengu.hammercore.asm.HammerCoreCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:37] [main/WARN]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:37] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:37] [main/WARN]: The coremod net.malisis.core.asm.MalisisCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:37] [main/WARN]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:37] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:41:37] [main/INFO]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
[13:41:37] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[13:41:37] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:41:37] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:41:37] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:41] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[13:41:41] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[13:41:41] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:41] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:41] [main/INFO]: Finished data injection.
[13:41:41] [main/INFO]: Finished data injection.
[13:41:41] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:41] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:42] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:42] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:42] [main/INFO]: Loaded library EJML-core-0.26.jar.
[13:41:42] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:42] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:42] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:43] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:43] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:43] [main/INFO]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
[13:41:43] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[13:41:43] [main/INFO]: [AstralTransformer] Loading patches...
[13:41:44] [main/INFO]: [AstralTransformer] Initialized! Loaded 6 class patches!
[13:41:45] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:45] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:45] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:46] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:46] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:46] [main/INFO]: [ChunkCollisionTransformer] Hook registered for net.minecraft.world.World
[13:41:46] [main/INFO]: [ChunkCollisionTransformer] Hook registered for net.minecraft.world.World
[13:41:46] [main/INFO]: [ChunkCollisionTransformer] Hook registered for net.minecraft.item.ItemBlock
[13:41:46] [main/INFO]: [ChunkCollisionTransformer] Hook registered for net.minecraft.network.NetHandlerPlayServer
[13:41:46] [main/INFO]: [ChunkBlockTransformer] Hook registered for net.minecraft.world.chunk.Chunk
[13:41:46] [main/INFO]: [MalisisRendererTransformer] Hook registered for net.minecraft.client.renderer.BlockRendererDispatcher
[13:41:46] [main/INFO]: [MalisisRendererTransformer] Hook registered for net.minecraft.client.renderer.RenderItem
[13:41:46] [main/INFO]: [MalisisRendererTransformer] Hook registered for net.minecraft.client.renderer.BlockModelShapes
[13:41:46] [main/INFO]: [TextureMapTransformer] Hook registered for net.minecraft.client.renderer.texture.TextureMap
[13:41:46] [main/INFO]: [ClientNotifTransformer] Hook registered for net.minecraft.world.World
[13:41:46] [main/INFO]: [ClientNotifTransformer] Hook registered for net.minecraft.world.WorldServer
[13:41:46] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:46] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:46] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:46] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[13:41:46] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[13:41:46] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[13:41:46] [main/INFO]: Patching net.minecraft.client.Minecraft... (bcx)
[13:41:46] [main/INFO]: [AstralTransformer] Transforming bcx : net.minecraft.client.Minecraft with 1 patches!
[13:41:46] [main/INFO]: [AstralTransformer] Applied patch PATCHKEYBOARDEVENT
[13:41:47] [main/INFO]: Patching net.minecraft.client.entity.EntityPlayerSP... (bnn)
[13:41:47] [main/INFO]: [AstralTransformer] Transforming sf : net.minecraft.entity.EntityLivingBase with 1 patches!
[13:41:47] [main/INFO]: [AstralTransformer] Applied patch PATCHKNOCKBACKEVENT
[13:41:47] [main/INFO]: Core: Located target method func_70047_e()F
[13:41:47] [main/INFO]: Core: Located target ARETURN insn node
[13:41:47] [main/INFO]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase
[13:41:47] [main/INFO]: Core: Located target method func_70636_d()V
[13:41:47] [main/INFO]: Core: Located target method insn node: func_78898_a()V
[13:41:47] [main/INFO]: Core: Success!  Inserted operations!
[13:41:48] [main/INFO]: [pl.asie.foamfix.coremod.patches.ClassGetSimpleNamePatch$FFMethodVisitor:visitMethodInsn:49]: Replaced getSimpleName with getName
[13:41:48] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:113]: Added METHOD: net.minecraft.world.World.func_191504_a
[13:41:48] [main/INFO]: Found hooks for net.minecraft.world.World (aid)
[13:41:48] [main/INFO]: Found hooks for net.minecraft.world.World (aid)
[13:41:48] [Client thread/INFO]: Transforming net.minecraft.util.HttpUtil (rb)...
[13:41:49] [Client thread/INFO]: Found hooks for net.minecraft.world.WorldServer (ls)
[13:41:49] [Client thread/INFO]: Setting user: Ydgrad
[13:41:50] [Client thread/INFO]: Patching net.minecraft.block.Block... (akf)
[13:41:50] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:43]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
[13:41:50] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:98]: Transforming net.minecraft.block.Block Finished.
[13:41:50] [Client thread/INFO]: Found hooks for net.minecraft.item.ItemBlock (acl)
[13:41:51] [Client thread/INFO]: Patching net.minecraft.block.BlockHopper... (ams)
[13:41:51] [Client thread/INFO]: Patching math utils with "RIVENS_HALF" algorithm
[13:41:51] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:103]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
[13:41:51] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:103]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
[13:41:51] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:136]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
[13:41:51] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:136]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
[13:41:51] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:103]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
[13:41:51] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:103]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
[13:41:52] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:103]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
[13:41:52] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:136]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
[13:41:52] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:136]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
[13:41:52] [Client thread/INFO]: [AstralTransformer] Transforming akz : net.minecraft.block.BlockWorkbench with 1 patches!
[13:41:52] [Client thread/INFO]: [AstralTransformer] Applied patch CRAFTINGTABLEFIX
[13:41:53] [Client thread/INFO]: Successfully patched sg.recreateLeash.
[13:41:53] [Client thread/INFO]: Patching net.minecraft.tileentity.TileEntityBeacon... (aqj)
[13:41:54] [Client thread/INFO]: Patching net.minecraft.tileentity.TileEntityHopper... (aqx)
[13:41:55] [Client thread/INFO]: Located OBJBakedModel
[13:41:55] [Client thread/INFO]: Core: Located target method func_82722_b(Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraft/potion/PotionEffect;
[13:41:55] [Client thread/INFO]: [AstralTransformer] Transforming adz : net.minecraft.item.ItemStack with 1 patches!
[13:41:55] [Client thread/INFO]: [AstralTransformer] Applied patch PATCHMODIFYATTRIBUTES
[13:41:58] [Client thread/INFO]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d]
[13:41:58] [Client thread/INFO]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished.
[13:41:58] [Client thread/INFO]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
[13:41:58] [Client thread/INFO]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
[13:41:59] [Client thread/INFO]: LWJGL Version: 2.9.4
[13:42:00] [BetterFps Update Checker/WARN]: Could not check for updates: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
[13:42:00] [Client thread/INFO]: [net.minecraftforge.fml.client.SplashProgress:start:219]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  IC2core (industrialcraft-2-2.6.252-ex110.jar)
  AstralCore (astralsorcery-1.4.5.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.3-anarchy.jar)
  TransformerLoader (OpenComputers-MC1.10.2-1.7.1.150.jar)
  ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 2/28/19 1:42 PM
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR


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

-- System Details --
Details:
    Minecraft Version: 1.10.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 943312040 bytes (899 MB) / 1308622848 bytes (1248 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: 
    Loaded coremods (and transformers): 
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  cofh.asm.CoFHClassTransformer
  cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  invtweaks.forge.asm.ContainerTransformer
SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  net.malisis.core.util.chunkblock.ChunkBlockTransformer
  net.malisis.core.renderer.transformer.MalisisRendererTransformer
  net.malisis.core.renderer.icon.asm.TextureMapTransformer
  net.malisis.core.util.clientnotif.ClientNotifTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  lumien.resourceloader.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  com.brandon3055.brandonscore.asm.ClassTransformer
IC2core (industrialcraft-2-2.6.252-ex110.jar)
  
AstralCore (astralsorcery-1.4.5.jar)
  
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.CCL_ASMTransformer
HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  com.pengu.hammercore.asm.HammerCoreTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  reborncore.mixin.transformer.MixinTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.3-anarchy.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
TransformerLoader (OpenComputers-MC1.10.2-1.7.1.150.jar)
  li.cil.oc.common.asm.ClassTransformer
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  am2.asm.Transformer
CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13417 Compatibility Profile Context 15.301.1901.0' Renderer: 'ATI Radeon HD 5400 Series'
[13:42:01] [Client thread/INFO]: MinecraftForge v12.18.3.2185 Initialized
[13:42:01] [Client thread/INFO]: Replaced 231 ore recipes
[13:42:02] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[13:42:02] [Client thread/INFO]: Searching C:\Users\Andrew\AppData\Roaming\.minecraft\mods for mods
[13:42:03] [Client thread/INFO]: Mod mercurius_updater is missing the required element 'name'. Substituting mercurius_updater
[13:42:05] [Client thread/WARN]: ****************************************
[13:42:05] [Client thread/WARN]: * The modid Aroma1997CoreHelper is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:05] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:05] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:05] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:42:05] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[13:42:05] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:05] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
[13:42:05] [Client thread/WARN]: ****************************************
[13:42:05] [Client thread/WARN]: Mod Aroma1997CoreHelper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.1.2
[13:42:05] [Client thread/WARN]: ****************************************
[13:42:05] [Client thread/WARN]: * The modid Aroma1997sDimension is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:05] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:05] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:05] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:42:05] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[13:42:05] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:05] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
[13:42:05] [Client thread/WARN]: ****************************************
[13:42:05] [Client thread/WARN]: Mod Aroma1997sDimension is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[13:42:06] [Client thread/WARN]: ****************************************
[13:42:06] [Client thread/WARN]: * The modid AnimationAPI is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:06] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:06] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:06] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:42:06] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[13:42:06] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:06] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
[13:42:06] [Client thread/WARN]: ****************************************
[13:42:06] [Client thread/WARN]: ****************************************
[13:42:06] [Client thread/WARN]: * The modid AutoRegLib is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:06] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:06] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:06] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:42:06] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[13:42:06] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:06] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
[13:42:06] [Client thread/WARN]: ****************************************
[13:42:06] [Client thread/WARN]: ****************************************
[13:42:06] [Client thread/WARN]: * The modid Baubles is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:06] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:06] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:06] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:42:06] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[13:42:06] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:06] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
[13:42:06] [Client thread/WARN]: ****************************************
[13:42:07] [Client thread/WARN]: ****************************************
[13:42:07] [Client thread/WARN]: * The modid BBG is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:07] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:07] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:07] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:42:07] [Client thread/WARN]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[13:42:07] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:07] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
[13:42:07] [Client thread/WARN]: ****************************************
[13:42:07] [Client thread/WARN]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.11.1
[13:42:07] [Client thread/WARN]: ****************************************
[13:42:07] [Client thread/WARN]: * The modid BloodMagic is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:07] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:07] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:07] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:07] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:07] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:07] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:07] [Client thread/WARN]: ****************************************
[13:42:08] [Client thread/WARN]: ****************************************
[13:42:08] [Client thread/WARN]: * The modid Botania is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:08] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:08] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:08] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:08] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:08] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:08] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:08] [Client thread/WARN]: ****************************************
[13:42:08] [Client thread/WARN]: ****************************************
[13:42:08] [Client thread/WARN]: * The modid Chameleon is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:08] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:08] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:08] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:08] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:08] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:08] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:08] [Client thread/WARN]: ****************************************
[13:42:08] [Client thread/WARN]: ****************************************
[13:42:08] [Client thread/WARN]: * The modid ChestTransporter is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:08] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:08] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:08] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:08] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:08] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:08] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:08] [Client thread/WARN]: ****************************************
[13:42:09] [Client thread/WARN]: ****************************************
[13:42:09] [Client thread/WARN]: * The modid CodeChickenCore is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:09] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:09] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:09] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:09] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:09] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:09] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:09] [Client thread/WARN]: ****************************************
[13:42:09] [Client thread/WARN]: Mod CodeChickenCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.1.102
[13:42:09] [Client thread/WARN]: ****************************************
[13:42:09] [Client thread/WARN]: * The modid CodeChickenLib is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:09] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:09] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:09] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:09] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:09] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:09] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:09] [Client thread/WARN]: ****************************************
[13:42:09] [Client thread/WARN]: Mod CodeChickenLib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5.9.320
[13:42:09] [Client thread/INFO]: Mod ccl-entityhook is missing the required element 'name'. Substituting ccl-entityhook
[13:42:09] [Client thread/WARN]: Mod ccl-entityhook is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[13:42:09] [Client thread/WARN]: Mod compactsolars is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-5.0.12.336
[13:42:10] [Client thread/WARN]: ****************************************
[13:42:10] [Client thread/WARN]: * The modid MineTweaker3 is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:10] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:10] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:10] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:10] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:10] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:10] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:10] [Client thread/WARN]: ****************************************
[13:42:10] [Client thread/WARN]: ****************************************
[13:42:10] [Client thread/WARN]: * The modid D3Core is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:10] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:10] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:10] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:10] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:10] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:10] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:10] [Client thread/WARN]: ****************************************
[13:42:10] [Client thread/WARN]: Mod D3Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.1
[13:42:10] [Client thread/INFO]: Mod denseores is missing the required element 'name'. Substituting denseores
[13:42:11] [Client thread/WARN]: ****************************************
[13:42:11] [Client thread/WARN]: * The modid EnderIO is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:11] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:11] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:11] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:11] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:11] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:11] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:11] [Client thread/WARN]: ****************************************
[13:42:11] [Client thread/WARN]: ****************************************
[13:42:11] [Client thread/WARN]: * The modid EnderStorage is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:11] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:11] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:11] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:11] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:11] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:11] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:11] [Client thread/WARN]: ****************************************
[13:42:11] [Client thread/WARN]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.2.1.106
[13:42:12] [Client thread/WARN]: ****************************************
[13:42:12] [Client thread/WARN]: * The modid FastLeaveDecay is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:12] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:12] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:12] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:12] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:12] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:12] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:12] [Client thread/WARN]: ****************************************
[13:42:15] [Client thread/WARN]: ****************************************
[13:42:15] [Client thread/WARN]: * The modid IC2 is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:15] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:15] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:15] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:15] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:15] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:15] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:15] [Client thread/WARN]: ****************************************
[13:42:15] [Client thread/WARN]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-7.0.15.804
[13:42:16] [Client thread/WARN]: ****************************************
[13:42:16] [Client thread/WARN]: * The modid JEI is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:16] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:16] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:16] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:16] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:16] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:16] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:16] [Client thread/WARN]: ****************************************
[13:42:16] [Client thread/WARN]: ****************************************
[13:42:16] [Client thread/WARN]: * The modid JsonLootBags is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:16] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:16] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:16] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:16] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:16] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:16] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:16] [Client thread/WARN]: ****************************************
[13:42:16] [Client thread/WARN]: Mod JsonLootBags is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0.12
[13:42:16] [Client thread/WARN]: Mod magicbees is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[13:42:17] [Client thread/WARN]: ****************************************
[13:42:17] [Client thread/WARN]: * The modid Mekanism is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:17] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:17] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:17] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:17] [Client thread/WARN]: ****************************************
[13:42:17] [Client thread/WARN]: ****************************************
[13:42:17] [Client thread/WARN]: * The modid MekanismGenerators is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:17] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:17] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:17] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:17] [Client thread/WARN]: ****************************************
[13:42:17] [Client thread/WARN]: ****************************************
[13:42:17] [Client thread/WARN]: * The modid MekanismTools is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:17] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:17] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:17] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:17] [Client thread/WARN]: ****************************************
[13:42:17] [Client thread/WARN]: ****************************************
[13:42:17] [Client thread/WARN]: * The modid MineFactoryReloaded|CompatVanilla is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:17] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:17] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:17] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:17] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:17] [Client thread/WARN]: ****************************************
[13:42:17] [Client thread/WARN]: Mod moartinkers is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.1
[13:42:18] [Client thread/WARN]: ****************************************
[13:42:18] [Client thread/WARN]: * The modid Morpheus is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:18] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:18] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:18] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:18] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:18] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:18] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:18] [Client thread/WARN]: ****************************************
[13:42:18] [Client thread/WARN]: Mod netherportalfix is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[13:42:18] [Client thread/WARN]: ****************************************
[13:42:18] [Client thread/WARN]: * The modid OpenComputers is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:18] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:18] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:18] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:18] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:18] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:18] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:18] [Client thread/WARN]: ****************************************
[13:42:20] [Client thread/WARN]: ****************************************
[13:42:20] [Client thread/WARN]: * The modid ProjectE is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:20] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:20] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:20] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:20] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:20] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:20] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:20] [Client thread/WARN]: ****************************************
[13:42:20] [Client thread/WARN]: ****************************************
[13:42:20] [Client thread/WARN]: * The modid Psi is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:20] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:20] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:20] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:20] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:20] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:20] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:20] [Client thread/WARN]: ****************************************
[13:42:21] [Client thread/WARN]: ****************************************
[13:42:21] [Client thread/WARN]: * The modid ResourceLoader is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:21] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:21] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:21] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:21] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:21] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:21] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:21] [Client thread/WARN]: ****************************************
[13:42:22] [Client thread/WARN]: ****************************************
[13:42:22] [Client thread/WARN]: * The modid StevesFactoryManager is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:22] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:22] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:22] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:22] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:22] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:22] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:22] [Client thread/WARN]: ****************************************
[13:42:22] [Client thread/WARN]: ****************************************
[13:42:22] [Client thread/WARN]: * The modid StorageDrawers is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:22] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:22] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:22] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:22] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:22] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:22] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:22] [Client thread/WARN]: ****************************************
[13:42:23] [Client thread/WARN]: ****************************************
[13:42:23] [Client thread/WARN]: * The modid TinkersAddons is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:141)
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:126)
[13:42:23] [Client thread/WARN]: *  at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
[13:42:23] [Client thread/WARN]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[13:42:23] [Client thread/WARN]: *  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[13:42:23] [Client thread/WARN]: ****************************************
[13:42:23] [Client thread/INFO]: Forge Mod Loader has identified 140 mods to load
[13:42:23] [Client thread/WARN]: ****************************************
[13:42:23] [Client thread/WARN]: * The API cofhapi|core from source C:\Users\Andrew\AppData\Roaming\.minecraft\mods\CoFHCore-1.10.2-4.1.12.17-universal.jar is loaded from an incompatible classloader. THIS WILL NOT WORK!
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModAPIManager$APIContainer.validate(ModAPIManager.java:113)
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModAPIManager.registerDataTableAndParseAPI(ModAPIManager.java:173)
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModAPIManager.manageAPI(ModAPIManager.java:231)
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:522)
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:218)
[13:42:23] [Client thread/WARN]: *  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)...
[13:42:23] [Client thread/WARN]: ****************************************
[13:42:23] [Client thread/WARN]: ****************************************
[13:42:23] [Client thread/WARN]: * The API cofhapi|item from source C:\Users\Andrew\AppData\Roaming\.minecraft\mods\CoFHCore-1.10.2-4.1.12.17-universal.jar is loaded from an incompatible classloader. THIS WILL NOT WORK!
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModAPIManager$APIContainer.validate(ModAPIManager.java:113)
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModAPIManager.registerDataTableAndParseAPI(ModAPIManager.java:173)
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.common.ModAPIManager.manageAPI(ModAPIManager.java:231)
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:522)
[13:42:23] [Client thread/WARN]: *  at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:218)
[13:42:23] [Client thread/WARN]: *  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)...
[13:42:23] [Client thread/WARN]: ****************************************
[13:42:23] [Client thread/INFO]: Found mod(s) [zerocore] containing declared API package cofh.api.core (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [cofhcore] containing declared API package cofh.api.core (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [valkyrielib] containing declared API package cofh.api.core (owned by cofhapi) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [nuclearcraft] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [moartinkers] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [zerocore] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [cofhcore] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [brandonscore] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [reborncore, reborncore-mcmultipart] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [actuallyadditions] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [immersiveengineering] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [Mekanism] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [refinedstorage] containing declared API package cofh.api (owned by cofhlib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [valkyrielib] containing declared API package cofh.api (owned by cofhlib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [theoneprobe] containing declared API package cofh.api (owned by cofhlib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [solarfluxreborn] containing declared API package cofh.api (owned by cofhlib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [Mekanism] containing declared API package cofh.api (owned by cofhlib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [sonarcore] containing declared API package cofh.api (owned by cofhlib) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [nuclearcraft] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [moartinkers] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [zerocore] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [cofhcore] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [brandonscore] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [reborncore, reborncore-mcmultipart] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [actuallyadditions] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [immersiveengineering] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [notenoughwands] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [extrautils2] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [cofhcore] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [zerocore] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [valkyrielib] containing declared API package cofh.api.item (owned by cofhapi) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [Mekanism] containing declared API package cofh.api.item (owned by cofhapi) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [refinedstorage] containing declared API package cofh.api.energy (owned by cofhapi) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [valkyrielib] containing declared API package cofh.api.energy (owned by cofhapi) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [theoneprobe] containing declared API package cofh.api.energy (owned by cofhapi) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [notenoughwands] containing declared API package cofh.api.energy (owned by cofhapi) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [solarfluxreborn] containing declared API package cofh.api.energy (owned by cofhapi) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [extrautils2] containing declared API package cofh.api.energy (owned by cofhapi) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [Mekanism] containing declared API package cofh.api.energy (owned by cofhapi) without associated API reference
[13:42:23] [Client thread/INFO]: Found mod(s) [sonarcore] containing declared API package cofh.api.energy (owned by cofhapi) without associated API reference
[13:42:23] [Client thread/ERROR]: The mod bigreactors (Extreme Reactors) requires mod versions [Forge@[12.18.3.2422,)] to be available
[13:42:23] [Client thread/ERROR]: net.minecraftforge.fml.common.MissingModsException: Mod bigreactors (Extreme Reactors) requires [Forge@[12.18.3.2422,)]
[13:42:23] [Client thread/INFO]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:mercurius_updater, FMLFileResourcePack:Actually Additions, FMLFileResourcePack:Actually Baubles, FMLFileResourcePack:Advanced Solar Panels, FMLFileResourcePack:AgriCraft, FMLFileResourcePack:AppleSkin, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:Aroma1997's Dimensional World, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Astral Sorcery, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Avaritia, FMLFileResourcePack:Baubles, FMLFileResourcePack:BetterBedrockGen, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Bed Bugs, FMLFileResourcePack:Better Builder's Wands, FMLFileResourcePack:Better Questing, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Bookshelf, FMLFileResourcePack:Botania, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:Calculator, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Charcoal Pit, FMLFileResourcePack:Chest Transporter, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:CodeChicken Core, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:ccl-entityhook, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Compact Solar Arrays, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:CTM, FMLFileResourcePack:D³Core, FMLFileResourcePack:Dark Utilities, FMLFileResourcePack:denseores, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:ElecCore, FMLFileResourcePack:Elevator Mod, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:Environmental Tech, FMLFileResourcePack:Extra Utilities 2, FMLFileResourcePack:Extreme Reactors, FMLFileResourcePack:Uranium Big Reactor, FMLFileResourcePack:Fast Leave Decay, FMLFileResourcePack:Fexcraft Common Library, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Forestry, FMLFileResourcePack:Fex's Small Money Mod, FMLFileResourcePack:FTBLib, FMLFileResourcePack:FTB Tweaks, FMLFileResourcePack:FTBUtilities, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Advanced Generators, FMLFileResourcePack:Gravestone Mod, FMLFileResourcePack:Gravitation Suite, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Hammer Core, FMLFileResourcePack:Hardcore Questing Mode, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:Immersive Petroleum, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:InfinityLib, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JAOPCA, FMLFileResourcePack:OreDictInit, FMLFileResourcePack:JAOPCAAdditions, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JEI Integration, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:JsonLootBags, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:MagicBees, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:Mantle, FMLFileResourcePack:MCMultiPart, FMLFileResourcePack:Mekanism, FMLFileResourcePack:MekanismGenerators, FMLFileResourcePack:MekanismTools, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:Moar Tinkers, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:MTLib, FMLFileResourcePack:Multifarm Crops, FMLFileResourcePack:NetherPortalFix, FMLFileResourcePack:NoMoreRecipeConflict, FMLFileResourcePack:Not Enough Wands, FMLFileResourcePack:NuclearCraft, FMLFileResourcePack:OpenComputers, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pressure Pipes, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Psi, FMLFileResourcePack:Quadrum, FMLFileResourcePack:RebornCore, FMLFileResourcePack:reborncore-MCMultiPart, FMLFileResourcePack:Avaritita and Refined Storage, FMLFileResourcePack:Refined Storage, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:RFTools, FMLFileResourcePack:RFTools Control, FMLFileResourcePack:Simple Generators, FMLFileResourcePack:Solar Flux Reborn, FMLFileResourcePack:SonarCore, FMLFileResourcePack:Standard Expansion, FMLFileResourcePack:Steve's Factory Manager, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Super Circuit Maker, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Tinkers' Addons, FMLFileResourcePack:Valkyrie Lib, FMLFileResourcePack:WrapUp, FMLFileResourcePack:XNet, FMLFileResourcePack:Zero CORE, CustomResources, CustomOverridingResources
[13:42:25] [Client thread/WARN]: There were errors previously. Not beginning mod initialization phase
[13:42:28] [Client thread/WARN]: Invalid sounds.json
java.lang.NullPointerException
    at net.minecraft.client.audio.SoundHandler.func_110549_a(SourceFile:82) [bzw.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:122) [bxi.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:446) [bcx.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[13:42:28] [Client thread/WARN]: File mekanism:sounds/ElectrolyticSeparator.ogg does not exist, cannot add it to event mekanism:tile.machine.electrolyticseparator
[13:42:28] [Client thread/WARN]: File mekanism:sounds/RotaryCondensentrator.ogg does not exist, cannot add it to event mekanism:tile.machine.rotarycondensentrator
[13:42:28] [Sound Library Loader/INFO]: Starting up SoundSystem...
[13:42:28] [Client thread/INFO]: [pl.asie.foamfix.coremod.patches.ReturnIfBooleanTruePatch:apply:63]: Added return if option true in net/minecraft/client/renderer/texture/TextureMap func_94248_c
[13:42:28] [Client thread/INFO]: Found hooks for net.minecraft.client.renderer.texture.TextureMap (bwd)
[13:42:28] [Client thread/INFO]: Found hooks for net.minecraft.client.renderer.BlockModelShapes (bou)
[13:42:28] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:103]: Spliced in METHOD: net.minecraftforge.client.model.ModelLoader.func_177570_a
[13:42:28] [Client thread/INFO]: Core: Removing Model Rotation Limit...
[13:42:29] [Thread-8/INFO]: Initializing LWJGL OpenAL
[13:42:29] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[13:42:29] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:103]: Spliced in METHOD: net.minecraftforge.client.model.ItemLayerModel.bake
[13:42:29] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:134]: Transforming Class [net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper], Method [getTextures]
[13:42:29] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:162]: Transforming net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper Finished.
[13:42:30] [Thread-8/INFO]: OpenAL initialized.
[13:42:30] [Sound Library Loader/INFO]: Sound engine started
[13:42:35] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:101]: Transforming Class [net.minecraftforge.client.ForgeHooksClient], Method [getDamageModel]
[13:42:35] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:131]: Transforming net.minecraftforge.client.ForgeHooksClient Finished.
[13:42:35] [Client thread/INFO]: Max texture size: 8192
[13:42:35] [Client thread/INFO]: Created: 16x16 textures-atlas
[13:42:35] [Client thread/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  IC2core (industrialcraft-2-2.6.252-ex110.jar)
  AstralCore (astralsorcery-1.4.5.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.3-anarchy.jar)
  TransformerLoader (OpenComputers-MC1.10.2-1.7.1.150.jar)
  ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
Contact their authors BEFORE contacting forge

// I just don't know what went wrong :(

Time: 2/28/19 1:42 PM
Description: Initializing game

java.lang.NoSuchFieldError: firstLoad
    at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:61)
    at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
    at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:122)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:499)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:61)
    at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
    at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:122)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:499)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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)

-- System Details --
Details:
    Minecraft Version: 1.10.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 702936792 bytes (670 MB) / 1308622848 bytes (1248 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.32 Powered by Forge 12.18.3.2185 140 mods loaded, 140 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    U    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    U    FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar) 
    U    Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar) 
    U    Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar) 
    U    OpenComputers|Core{1.7.1.150} [OpenComputers (Core)] (minecraft.jar) 
    U    <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
    U    foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) 
    U    mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar) 
    U    actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar) 
    U    actuallybaubles{1.1.1} [Actually Baubles] (ActuallyBaubles-1.10.2-1.1.1.jar) 
    U    advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar) 
    U    agricraft{2.0.0-0.11.0-a21} [AgriCraft] (agricraft-2.0.0-0.11.0-a21.jar) 
    U    appleskin{1.0.9} [AppleSkin] (AppleSkin-mc1.10.2-1.0.9.jar) 
    U    Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar) 
    U    Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.7.jar) 
    U    arsmagica2{1.5.018} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-18.jar) 
    U    AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-18.jar) 
    U    astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar) 
    U    AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
    U    avaritia{${mod_version}} [Avaritia] (Avaritia-1.10.2-2.2.7-universal.jar) 
    U    Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar) 
    U    BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar) 
    U    bdlib{1.12.4.25} [BD Lib] (bdlib-1.12.4.25-mc1.10.2.jar) 
    U    bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar) 
    U    betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar) 
    U    betterquesting{2.3.231} [Better Questing] (BetterQuesting-2.3.231.jar) 
    U    BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar) 
    U    bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar) 
    U    Botania{r1.9-341} [Botania] (Botania r1.9-341.jar) 
    U    brandonscore{2.1.14} [Brandon's Core] (BrandonsCore-1.10.2-2.1.14.137-universal.jar) 
    U    calculator{3.2.2} [Calculator] (Calculator-1.10.2-3.2.5.jar) 
    U    Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar) 
    U    charcoal_pit{1.4} [Charcoal Pit] (CharcoalPit-[1.10.2]-1.4.jar) 
    U    ChestTransporter{2.5.18} [Chest Transporter] (ChestTransporter-1.10.2-2.5.18.jar) 
    U    chisel{MC1.10.2-0.1.1.39} [Chisel] (Chisel-MC1.10.2-0.1.1.39.jar) 
    U    chiselsandbits{12.16} [Chisels & Bits] (chiselsandbits-12.16.jar) 
    U    CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar) 
    U    CodeChickenLib{2.5.9.320} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar) 
    U    ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar) 
    U    cofhcore{4.1.12} [CoFH Core] (CoFHCore-1.10.2-4.1.12.17-universal.jar) 
    U    compactsolars{1.10.2-5.0.12.336} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.12.336-universal.jar) 
    U    ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar) 
    U    MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar) 
    U    crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar) 
    U    ctm{MC1.10.2-0.2.3.26} [CTM] (CTM-MC1.10.2-0.2.3.26.jar) 
    U    D3Core{1.3.1} [D³Core] (D3Core-1.9.4-1.3.1.jar) 
    U    darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar) 
    U    denseores{1.0} [denseores] (denseores-1.11-1.0.2.jar) 
    U    draconicevolution{2.1.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.8.273-universal.jar) 
    U    eleccore{1.7.431} [ElecCore] (ElecCore-1.10.2-1.7.431.jar) 
    U    elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar) 
    U    endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar) 
    U    EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar) 
    U    EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar) 
    U    environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar) 
    U    extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.6.8.jar) 
    U    bigreactors{1.10.2-0.4.5.44} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.44.jar) 
    U    uraniumbigreactor{uraniumbigreactor} [Uranium Big Reactor] (ExtremeUraniumReactor-1.0.jar) 
    U    FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar) 
    U    fcl{X.12} [Fexcraft Common Library] (Fexcraft Common Library-X.12-1.10.2.jar) 
    U    flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar) 
    U    foamfix{@VERSION@} [FoamFix] (foamfix-0.7.3-anarchy.jar) 
    U    forestry{5.2.17.388} [Forestry] (forestry_1.10.2-5.2.17.388.jar) 
    U    fsmm{1.4.6} [Fex's Small Money Mod] (FSMM-1.4.6-1.10.2.jar) 
    U    ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.5.4.jar) 
    U    ftbtweaks{2.0.0} [FTB Tweaks] (FTBTweaks-2.0.0.jar) 
    U    ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.5.4.jar) 
    U    gendustry{1.6.5.32} [GenDustry] (gendustry-1.6.5.32-mc1.10.2.jar) 
    U    advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar) 
    U    gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar) 
    U    gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar) 
    U    guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) 
    U    hammercore{1.9.4.3} [Hammer Core] (HammerCore-1.10.2-1.9.4.3.jar) 
    U    hardcorequesting{1.10.2-5.1.0alpha4} [Hardcore Questing Mode] (HQM-New Heights-1.10.2-5.1.0alpha4.jar) 
    U    immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar) 
    U    immersivepetroleum{1.1.3} [Immersive Petroleum] (immersivepetroleum-1.10.2-1.1.3.jar) 
    U    IC2{2.6.252-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.252-ex110.jar) 
    U    infinitylib{1.10.2-0.11.0} [InfinityLib] (infinitylib-0.11.0.jar) 
    U    inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar) 
    U    ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar) 
    U    jaopca{1.10.2-2.0.5.61} [JAOPCA] (JAOPCA-1.10.2-2.0.5.61.jar) 
    U    oredictinit{1.10.2-2.0.1.65} [OreDictInit] (JAOPCA-1.10.2-2.0.5.61.jar) 
    U    jaopcaadditions{1.10.2-2.0.0.3} [JAOPCAAdditions] (JAOPCAAdditions-1.10.2-2.0.0.3.jar) 
    U    JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar) 
    U    jeiintegration{1.2.0.19} [JEI Integration] (jeiintegration_1.10.2-1.2.0.19.jar) 
    U    journeymap{1.10.2-5.5.2} [JourneyMap] (journeymap-1.10.2-5.5.2.jar) 
    U    JsonLootBags{1.0.0.12} [JsonLootBags] (JsonLootBags-1.9.4-1.0.0.12.jar) 
    U    jeresources{0.5.9.3} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.9.3.jar) 
    U    magicbees{1.0} [MagicBees] (MagicBees-Beta-3.0.4.jar) 
    U    malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar) 
    U    malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar) 
    U    mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) 
    U    mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar) 
    U    Mekanism{9.2.4} [Mekanism] (Mekanism-1.10.2-9.2.4.103.jar) 
    U    MekanismGenerators{9.2.4} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.4.103.jar) 
    U    MekanismTools{9.2.4} [MekanismTools] (MekanismTools-1.10.2-9.2.4.103.jar) 
    U    minefactoryreloaded{2.9.0B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.10.2]2.9.0B1-230.jar) 
    U    MineFactoryReloaded|CompatVanilla{2.9.0B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.10.2]2.9.0B1-230.jar) 
    U    moartinkers{0.4.1} [Moar Tinkers] (moartinkers-0.4.1.jar) 
    U    modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar) 
    U    moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar) 
    U    Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar) 
    U    mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar) 
    U    mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar) 
    U    multifarmcrops{1.1.2} [Multifarm Crops] (MultifarmCrops-1.1.2.jar) 
    U    netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.10.2-3.3.7.jar) 
    U    recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar) 
    U    notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar) 
    U    nuclearcraft{2.7a} [NuclearCraft] (NuclearCraft-2.7a--1.10.2.jar) 
    U    OpenComputers{1.7.1.150} [OpenComputers] (OpenComputers-MC1.10.2-1.7.1.150.jar) 
    U    oreexcavation{1.2.107} [OreExcavation] (OreExcavation-1.2.107.jar) 
    U    harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar) 
    U    pressure{1.3.1.27} [Pressure Pipes] (pressure-1.3.1.27-mc1.10.2.jar) 
    U    ProjectE{1.10.2-PE1.3.1} [ProjectE] (ProjectE-1.10.2-PE1.3.1.jar) 
    U    Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar) 
    U    quadrum{0.6.0} [Quadrum] (Quadrum-0.7.2-MC1.10.2.jar) 
    U    reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
    U    reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar) 
    U    refined_avaritia{1.0} [Avaritita and Refined Storage] (refined_avaritia-1.10.2-1.0.jar) 
    U    refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar) 
    U    ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) 
    U    rftools{7.14} [RFTools] (rftools-1.1x-7.14.jar) 
    U    rftoolscontrol{1.7.0} [RFTools Control] (rftoolsctrl-1.1x-1.7.0.jar) 
    U    simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar) 
    U    solarfluxreborn{2.17r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.17r.jar) 
    U    sonarcore{3.3.0} [SonarCore] (SonarCore-1.10.2-3.3.0.jar) 
    U    bq_standard{2.3.131} [Standard Expansion] (StandardExpansion-2.3.131.jar) 
    U    StevesFactoryManager{1.0.13} [Steve's Factory Manager] (StevesFactoryManager-1.10.2-1.0.12.jar) 
    U    StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar) 
    U    rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar) 
    U    tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar) 
    U    theoneprobe{1.4.19} [The One Probe] (theoneprobe-1.1x-1.4.19.jar) 
    U    thermaldynamics{2.0.11} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.11.19-universal.jar) 
    U    thermalexpansion{5.1.10} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.10.28-universal.jar) 
    U    thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar) 
    U    TinkersAddons{1.0.6} [Tinkers' Addons] (Tinkers' Addons-1.10.2-1.0.6.jar) 
    U    valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar) 
    U    wrapup{1.10.2-1.0.2} [WrapUp] (WrapUp-1.10.2-1.0.2.jar) 
    U    xnet{1.4.1} [XNet] (xnet-1.4.1.jar) 
    U    zerocore{1.10.2-0.1.1.1} [Zero CORE] (zerocore-1.10.2-0.1.1.1.jar) 
    Loaded coremods (and transformers): 
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  cofh.asm.CoFHClassTransformer
  cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  invtweaks.forge.asm.ContainerTransformer
SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  net.malisis.core.util.chunkblock.ChunkBlockTransformer
  net.malisis.core.renderer.transformer.MalisisRendererTransformer
  net.malisis.core.renderer.icon.asm.TextureMapTransformer
  net.malisis.core.util.clientnotif.ClientNotifTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  lumien.resourceloader.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  com.brandon3055.brandonscore.asm.ClassTransformer
IC2core (industrialcraft-2-2.6.252-ex110.jar)
  
AstralCore (astralsorcery-1.4.5.jar)
  
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.CCL_ASMTransformer
HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  com.pengu.hammercore.asm.HammerCoreTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  reborncore.mixin.transformer.MixinTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.3-anarchy.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
TransformerLoader (OpenComputers-MC1.10.2-1.7.1.150.jar)
  li.cil.oc.common.asm.ClassTransformer
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  am2.asm.Transformer
CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13417 Compatibility Profile Context 15.301.1901.0' Renderer: 'ATI Radeon HD 5400 Series'
    Launched Version: 1.10.2-forge1.10.2-12.18.3.2185
    LWJGL: 2.9.4
    OpenGL: ATI Radeon HD 5400 Series GL version 4.5.13417 Compatibility Profile Context 15.301.1901.0, ATI Technologies Inc.
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    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)
    CPU: 4x Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
[13:42:35] [Client thread/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Andrew\AppData\Roaming\.minecraft\crash-reports\crash-2019-02-28_13.42.35-client.txt
 

 

Link to comment
Share on other sites

1) Dont spam the forum, this is not a chat room it may take a while for people to respond.

 

2) You have a crapload of coremods installed, it's almost impossible to tell.you which one is breaking things. I'd advise removing the coremods.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • As the title says i keep on crashing on forge 1.20.1 even without any mods downloaded, i have the latest drivers (nvidia) and vanilla minecraft works perfectly fine for me logs: https://pastebin.com/5UR01yG9
    • Hello everyone, I'm making this post to seek help for my modded block, It's a special block called FrozenBlock supposed to take the place of an old block, then after a set amount of ticks, it's supposed to revert its Block State, Entity, data... to the old block like this :  The problem I have is that the system breaks when handling multi blocks (I tried some fix but none of them worked) :  The bug I have identified is that the function "setOldBlockFields" in the item's "setFrozenBlock" function gets called once for the 1st block of multiblock getting frozen (as it should), but gets called a second time BEFORE creating the first FrozenBlock with the data of the 1st block, hence giving the same data to the two FrozenBlock :   Old Block Fields set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=head] BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@73681674 BlockEntityData : id:"minecraft:bed",x:3,y:-60,z:-6} Old Block Fields set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} Frozen Block Entity set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockPos{x=3, y=-60, z=-6} BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} Frozen Block Entity set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockPos{x=2, y=-60, z=-6} BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} here is the code inside my custom "freeze" item :    @Override     public @NotNull InteractionResult useOn(@NotNull UseOnContext pContext) {         if (!pContext.getLevel().isClientSide() && pContext.getHand() == InteractionHand.MAIN_HAND) {             BlockPos blockPos = pContext.getClickedPos();             BlockPos secondBlockPos = getMultiblockPos(blockPos, pContext.getLevel().getBlockState(blockPos));             if (secondBlockPos != null) {                 createFrozenBlock(pContext, secondBlockPos);             }             createFrozenBlock(pContext, blockPos);             return InteractionResult.SUCCESS;         }         return super.useOn(pContext);     }     public static void createFrozenBlock(UseOnContext pContext, BlockPos blockPos) {         BlockState oldState = pContext.getLevel().getBlockState(blockPos);         BlockEntity oldBlockEntity = oldState.hasBlockEntity() ? pContext.getLevel().getBlockEntity(blockPos) : null;         CompoundTag oldBlockEntityData = oldState.hasBlockEntity() ? oldBlockEntity.serializeNBT() : null;         if (oldBlockEntity != null) {             pContext.getLevel().removeBlockEntity(blockPos);         }         BlockState FrozenBlock = setFrozenBlock(oldState, oldBlockEntity, oldBlockEntityData);         pContext.getLevel().setBlockAndUpdate(blockPos, FrozenBlock);     }     public static BlockState setFrozenBlock(BlockState blockState, @Nullable BlockEntity blockEntity, @Nullable CompoundTag blockEntityData) {         BlockState FrozenBlock = BlockRegister.FROZEN_BLOCK.get().defaultBlockState();         ((FrozenBlock) FrozenBlock.getBlock()).setOldBlockFields(blockState, blockEntity, blockEntityData);         return FrozenBlock;     }  
    • It is an issue with quark - update it to this build: https://www.curseforge.com/minecraft/mc-mods/quark/files/3642325
    • Remove Instant Massive Structures Mod from your server     Add new crash-reports with sites like https://paste.ee/  
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.