Id really appreciate any help someone can give me. I have been trying to fix this for 2 days on my own lol. As the title says, every time I try to run Foolcraft, as soon as all the mods load in, the game crashes. It was running fine. slightly laggy. But, nothing super noticeable. A few days ago I started a new world. It was very laggy. I tried my old world. It was now also laggy. I hadent changed settings. So, I tried to reboot it. No luck.
For the last 2 days I have been trying to fix this. Sadly, I have only made it worse with each thing Ive tried. When I try to reverse the thing Ive done in order to try a new solution it never reverts back to the state it was in before I changed something. Im usually pretty good with things like this. But, obviously, Minecraft hates me!
I have tried changing the allocated RAM, updating Java, Curse/Twitch, and Minecraft, reinstalling all of the previously mentioned, using different combinations of versions of forge with different versions of Foolcraft, running vanilla to check F3 specs verses modded, opening the modded game with task manager open to watch effects, opening the modded game with my GPU setting open to watch effects on the GPU, changing all graphic settings to the lowest, and restarting the PC about a million times.
At first whatever I did just made it lag more. Then more. Then even more until now that it just wont even start. Im pretty sure that with my PC I should easily be able to run Foolcraft..... at the very least on low settings.
Please, Someone save my from myself! lol
My PC:
Processor:AMD FX 8350 eight-core 4.01ghz
RAM: 12gb (6gb allocated to minecraft)
OS: win 10 x64
GPU: Radeon R7 370 2gb
Error messages:
The game crashed whilst initializing game Error:java.lang.OutOfMemoryError: GC overhead limit exceeded
Thanks, in advance to anyone taking pity on me lol
Yes. You have to go to your "crash-reports" folder and copy and paste the latest one. Or the "log" folder, I don't know which is the most helpful. Just do both just in case. I'm new here, just to let you know. If your latest log/crash is too long, which it probably will be, go to a bin and copy and paste it there, eg. http://paste.ubuntu.com/
Copy the link at the URL bar and paste it in your thread. I can't help you past this since I'm not that really advanced in Minecraft "coding language".
And to find the folders, you have to find the .minecraft folder. Unless you have the game directory somewhere else, that's where you should look.
Good luck!
(Sorry if I didn't explain properly. Just go to youtube and search how to access your logs file in Minecraft. There should be some videos. Hopefully.)
Time: 9/22/17 3:16 PM
Description: Initializing game
java.lang.OutOfMemoryError: GC overhead limit exceeded
at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.<init>(UnpackedBakedQuad.java:112)
at net.minecraftforge.client.model.ItemLayerModel.buildQuad(ItemLayerModel.java:369)
at net.minecraftforge.client.model.ItemLayerModel.buildSideQuad(ItemLayerModel.java:353)
at net.minecraftforge.client.model.ItemLayerModel.addSideQuad(ItemLayerModel.java:278)
at net.minecraftforge.client.model.ItemLayerModel.getQuadsForSprite(ItemLayerModel.java:217)
at net.minecraftforge.client.model.ItemLayerModel.bake(ItemLayerModel.java:126)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:549)
at cubex2.mods.chesttransporter.client.ModelRegistry.bake(ModelRegistry.java:39)
at cubex2.mods.chesttransporter.client.ModelCT.bake(ModelCT.java:72)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:193)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
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:483)
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.pipeline.UnpackedBakedQuad$Builder.<init>(UnpackedBakedQuad.java:112)
at net.minecraftforge.client.model.ItemLayerModel.buildQuad(ItemLayerModel.java:369)
at net.minecraftforge.client.model.ItemLayerModel.buildSideQuad(ItemLayerModel.java:353)
at net.minecraftforge.client.model.ItemLayerModel.addSideQuad(ItemLayerModel.java:278)
at net.minecraftforge.client.model.ItemLayerModel.getQuadsForSprite(ItemLayerModel.java:217)
at net.minecraftforge.client.model.ItemLayerModel.bake(ItemLayerModel.java:126)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:549)
at cubex2.mods.chesttransporter.client.ModelRegistry.bake(ModelRegistry.java:39)
at cubex2.mods.chesttransporter.client.ModelCT.bake(ModelCT.java:72)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:193)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
-- 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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
NotEnoughItems Invalid Fingerprint Reports:
CodeChickenLib Invalid Fingerprint Reports:
CodeChickenCore Invalid Fingerprint Reports:
ChickenChunks Invalid Fingerprint Reports:
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* An unsupportted RF API is installed (1.7.0 from (guessing) jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/CoFHAPIProps.class).
Ender IO needs at least 1.4.0 and will NOT work with older versions.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
* RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
* Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
* Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
* Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
* Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
* Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
* Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
* Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
* Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
* Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
* Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
EnderStorage Invalid Fingerprint Reports:
Translocator Invalid Fingerprint Reports:
AE2 Integration: IC2:OFF, RF:ON, RFItem:ON, Waila:ON, JEI:ON, THE_ONE_PROBE:OFF
Launched Version: forge-12.18.3.2422
LWJGL: 2.9.4
OpenGL: AMD Radeon (TM) R7 370 Series GL version 4.5.13474 Compatibility Profile Context 22.19.162.4, 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: 8x AMD FX(tm)-8350 Eight-Core Processor
The Meaning of Life, the Universe, and Everything.
Join Date:
8/11/2012
Posts:
46
Minecraft:
zjjppiscool
Xbox:
JP9456
PSN:
zjjpp
Member Details
allocate more ram to foolcraft. if you're running it from twitch launcher, go to file > settings > minecraft > java settings > maximum memory allocation and set it higher. it's been working fine with 6 gigabytes of ram, so try that. also remove any mods you may have added and add back in any that may have been removed, and if all else fails reinstall foolcraft backing up your worlds. if not it may be a memory leak
Hello,
Id really appreciate any help someone can give me. I have been trying to fix this for 2 days on my own lol. As the title says, every time I try to run Foolcraft, as soon as all the mods load in, the game crashes. It was running fine. slightly laggy. But, nothing super noticeable. A few days ago I started a new world. It was very laggy. I tried my old world. It was now also laggy. I hadent changed settings. So, I tried to reboot it. No luck.
For the last 2 days I have been trying to fix this. Sadly, I have only made it worse with each thing Ive tried. When I try to reverse the thing Ive done in order to try a new solution it never reverts back to the state it was in before I changed something. Im usually pretty good with things like this. But, obviously, Minecraft hates me!
I have tried changing the allocated RAM, updating Java, Curse/Twitch, and Minecraft, reinstalling all of the previously mentioned, using different combinations of versions of forge with different versions of Foolcraft, running vanilla to check F3 specs verses modded, opening the modded game with task manager open to watch effects, opening the modded game with my GPU setting open to watch effects on the GPU, changing all graphic settings to the lowest, and restarting the PC about a million times.
At first whatever I did just made it lag more. Then more. Then even more until now that it just wont even start. Im pretty sure that with my PC I should easily be able to run Foolcraft..... at the very least on low settings.
Please, Someone save my from myself! lol
My PC:
Processor:AMD FX 8350 eight-core 4.01ghz
RAM: 12gb (6gb allocated to minecraft)
OS: win 10 x64
GPU: Radeon R7 370 2gb
Error messages:
The game crashed whilst initializing game Error:java.lang.OutOfMemoryError: GC overhead limit exceeded
Thanks, in advance to anyone taking pity on me lol
Nobody can help you without a crash report of some kind.
I pasted what report I did get. I didnt get anything else.
I only got the Error message.
When I click on the Report link under the error message nothing happens. Is there another way to get it?
Yes. You have to go to your "crash-reports" folder and copy and paste the latest one. Or the "log" folder, I don't know which is the most helpful. Just do both just in case. I'm new here, just to let you know. If your latest log/crash is too long, which it probably will be, go to a bin and copy and paste it there, eg. http://paste.ubuntu.com/
Look at my thread for example: http://www.minecraftforum.net/forums/support/server-support/2861232-my-1-7-10-forge-server-keeps-crashing-help
Copy the link at the URL bar and paste it in your thread. I can't help you past this since I'm not that really advanced in Minecraft "coding language".
And to find the folders, you have to find the .minecraft folder. Unless you have the game directory somewhere else, that's where you should look.
Good luck!
(Sorry if I didn't explain properly. Just go to youtube and search how to access your logs file in Minecraft. There should be some videos. Hopefully.)
---- Minecraft Crash Report ----
WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.5.1.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
weaponlib (mw-1.11-beta_mc1.10.2.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
PlusTiC (plustic-5.2.1.2.jar)
AstralCore (astralsorcery-1.4.5.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
CTMCorePlugin (CTM-MC1.10.2-0.2.2.24.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
IvToolkit (IvToolkit-1.3.3-1.10.jar)
Contact their authors BEFORE contacting forge
// Why did you do that?
Time: 9/22/17 3:16 PM
Description: Initializing game
java.lang.OutOfMemoryError: GC overhead limit exceeded
at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.<init>(UnpackedBakedQuad.java:112)
at net.minecraftforge.client.model.ItemLayerModel.buildQuad(ItemLayerModel.java:369)
at net.minecraftforge.client.model.ItemLayerModel.buildSideQuad(ItemLayerModel.java:353)
at net.minecraftforge.client.model.ItemLayerModel.addSideQuad(ItemLayerModel.java:278)
at net.minecraftforge.client.model.ItemLayerModel.getQuadsForSprite(ItemLayerModel.java:217)
at net.minecraftforge.client.model.ItemLayerModel.bake(ItemLayerModel.java:126)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:549)
at cubex2.mods.chesttransporter.client.ModelRegistry.bake(ModelRegistry.java:39)
at cubex2.mods.chesttransporter.client.ModelCT.bake(ModelCT.java:72)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:193)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
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:483)
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.pipeline.UnpackedBakedQuad$Builder.<init>(UnpackedBakedQuad.java:112)
at net.minecraftforge.client.model.ItemLayerModel.buildQuad(ItemLayerModel.java:369)
at net.minecraftforge.client.model.ItemLayerModel.buildSideQuad(ItemLayerModel.java:353)
at net.minecraftforge.client.model.ItemLayerModel.addSideQuad(ItemLayerModel.java:278)
at net.minecraftforge.client.model.ItemLayerModel.getQuadsForSprite(ItemLayerModel.java:217)
at net.minecraftforge.client.model.ItemLayerModel.bake(ItemLayerModel.java:126)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:549)
at cubex2.mods.chesttransporter.client.ModelRegistry.bake(ModelRegistry.java:39)
at cubex2.mods.chesttransporter.client.ModelCT.bake(ModelCT.java:72)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:193)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:350)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
-- 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:483)
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_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 357829672 bytes (341 MB) / 2863661056 bytes (2731 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2422 144 mods loaded, 144 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2422.jar)
UCHIJA Forge{12.18.3.2422} [Minecraft Forge] (forge-1.10.2-12.18.3.2422.jar)
UCHIJA appliedenergistics2-core{rv4-stable-1} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJA ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar)
UCHIJA NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
UCHIJA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
UCHIJA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCHIJA cofhcore{4.1.12} [CoFH Core] (CoFHCore-1.10.2-4.1.12.17-universal.jar)
UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.5.2.jar)
UCHIJA flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar)
UCHIJA appleskin{1.0.7} [AppleSkin] (AppleSkin-mc1.10.2-1.0.7.jar)
UCHIJA appliedenergistics2{rv4-stable-1} [Applied Energistics 2] (appliedenergistics2-rv4-stable-1.jar)
UCHIJA astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar)
UCHIJA CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
UCHIJA avaritia{${mod_version}} [Avaritia] (Avaritia-1.10.2-2.2.7-universal.jar)
UCHIJA badwithernocookiereloaded{1.10.2-1.10} [Bad Wither No Cookie! Reloaded] (badwithernocookiereloaded-1.10.2-1.10.jar)
UCHIJA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJA base{1.10.2-1.4.0} [B.A.S.E] (base-1.10.2-1.4.0.jar)
UCHIJA bedbugs{@[email protected]} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCHIJA betterquesting{2.3.234} [Better Questing] (BetterQuesting-2.3.234.jar)
UCHIJA BiomesOPlenty{5.0.0.2290} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2290-universal.jar)
UCHIJA blockarmor{2.4.6} [Block Armor] (BlockArmor-1.10.2-2.4.6.jar)
UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
UCHIJA chancecubes{1.10.2-3.0.1.204} [Chance Cubes] (ChanceCubes-1.10.2-3.0.1.204.jar)
UCHIJA ChestTransporter{2.5.18} [Chest Transporter] (ChestTransporter-1.10.2-2.5.18.jar)
UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCHIJA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
UCHIJA chickens{4.3.2} [Chickens] (chickens-4.3.2.jar)
UCHIJA chisel{MC1.10.2-0.0.13.30} [Chisel] (Chisel-MC1.10.2-0.0.13.30.jar)
UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJA chiselsandbits{12.15} [Chisels & Bits] (chiselsandbits-12.15.jar)
UCHIJA clumps{1.0.5} [Clumps] (Clumps-1.0.5.jar)
UCHIJA cyclopscore{0.10.8} [Cyclops Core] (CyclopsCore-1.9.4-0.10.8.jar)
UCHIJA colossalchests{1.6.0} [Colossal Chests] (ColossalChests-1.10.2-1.6.0.jar)
UCHIJA dbrownutil{1.1} [Dbrown55 Util Mod] (dbrownutil-1.1.jar)
UCHIJA concrete{1.2} [1.12 Concrete] (concreteMod-1.2.jar)
UCHIJA controlling{1.0.5} [Controlling] (Controlling-1.0.5.jar)
UCHIJA cookingforblockheads{4.2.45} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.45.jar)
UCHIJA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJA cropdusting{0.6} [CropDusting] (CropDusting-0.6-[1.9.4-1.10-1.10.2].jar)
UCHIJA ctm{MC1.10.2-0.2.2.24} [CTM] (CTM-MC1.10.2-0.2.2.24.jar)
UCHIJA modcurrency{1.10.2-1.2.0} [Good Ol' Currency Mod] (Currency-1.10.2-1.2.0.jar)
UCHIJA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
UCHIJA dailies{1.10.2-6} [Bailey's Dailies] (dailies-1.10.2-6.jar)
UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.10.2.jar)
UCHIJA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.10.2.jar)
UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCHIJA Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar)
UCHIJA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
UCHIJA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
UCHIJA EnderZoo{1.10-1.2.3.44} [Ender Zoo] (EnderZoo-1.10-1.2.3.44.jar)
UCHIJA fakeblocks{1.0.0} [FakeBlocks] (FakeBlocks 1.0.0.jar)
UCHIJA FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar)
UCHIJA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
UCHIJA foamfix{@[email protected]} [FoamFix] (foamfix-0.7.2-law.jar)
UCHIJA forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar)
UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
UCHIJA hatchery{0.3.19} [Hatchery] (hatchery-1.10.2-0.3.19.jar)
UCHIJA ichunutil{6.5.0} [iChunUtil] (iChunUtil-1.10.2-6.5.0.jar)
UCHIJA hats{6.0.0} [Hats] (Hats-1.10.2-6.0.0.jar)
UCHIJA hermitron{0.2.17} [Hermitron] (hermitron-1.10.2-0.2.17.jar)
UCHIJA InventoryPets{1.4.9.6} [Inventory Pets] (inventorypets-1.10-1.4.9.6.jar)
UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJA ironbackpacks{1.10.2-2.2.31} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.31.jar)
UCHIJA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
UCHIJA iskalliumreactors{0.3.9-beta} [Iskallium Reactors] (iskalliumreactors-1.10.2-0.3.9-beta.jar)
UCHIJA journeymap{1.10.2-5.5.0b4} [JourneyMap] (journeymap-1.10.2-5.5.0b4.jar)
UCHIJA loottweaker{0.0.6.3} [LootTweaker] (LootTweaker-1.10.2-0.0.6.3.jar)
UCHIJA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
UCHIJA lootbags{2.3.9} [Loot Bags] (LootBags-1.10.2-2.3.9.jar)
UCHIJA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
UCHIJA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJA minefactoryreloaded{2.9.0B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.10.2]2.9.0B1-229.jar)
UCHIJA MineFactoryReloaded|CompatVanilla{2.9.0B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.10.2]2.9.0B1-229.jar)
UCHIJA mtrm{1.2.1.26} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.10.2-1.2.1.26.jar)
UCHIJA natura{1.10.2-4.1.0.80} [Natura] (natura-1.10.2-4.1.0.80.jar)
UCHIJA railcraft{10.1.2} [Railcraft] (Railcraft_1.10.2-10.1.2.jar)
UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
UCHIJA moarsigns{4.2.3.9} [MoarSigns] (MoarSigns-1.10.2-4.2.3.9.jar)
UCHIJA mobdismemberment{6.0.0} [MobDismemberment] (MobDismemberment-1.10.2-6.0.0.jar)
UCHIJA mob_grinding_utils{0.1.8.22} [mob_grinding_utils] (MobGrindingUtils-0.1.8.22.jar)
UCHIJA mtlib{@[email protected]} [MTLib] (MTLib-1.0.3.jar)
UCHIJA modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar)
UCHIJA thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar)
UCHIJA morechickens{1.1.6} [More Chickens] (MoreChickens-1.10.2-1.1.6.jar)
UCHIJA moreloottables{0.2.1} [More Loot Tables] (moreloottables-1.10.2-0.2.1.jar)
UCHIJA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
UCHIJA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
UCHIJA mw{1.11-beta} [Modern Warfare] (mw-1.11-beta_mc1.10.2.jar)
UCHIJA mysticalagriculture{1.5.8} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.8.jar)
UCHIJA mysticalmfrcompat{1.0.0} [Mystical MFR Compat] (mysticalmfrcompat[1.10.2]-1.0.0a.jar)
UCHIJA nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar)
UCHIJA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
UCHIJA omlib{3.0.0-126} [OMLib] (omlib-1.10.2-3.0.0-126.jar)
UCHIJA openmodularturrets{3.0.0-210} [Open Modular Turrets] (openmodularturrets-1.10.2-3.0.0-210.jar)
UCHIJA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar)
UCHIJA plustic{5.2.1.2} [PlusTiC] (plustic-5.2.1.2.jar)
UCHIJA portalgun{6.0.1} [PortalGun] (PortalGun-1.10.2-6.0.1.jar)
UCHIJA questbook{2.1.0-1.10} [Better Questing Quest Book] (questbook-2.1.0-1.10.jar)
UCHIJA ranchablefluidcows{1.10.2-1.2.0B1} [Ranchable Fluid Cows] (RanchableFluidCows-1.10.2-1.2.0B1.jar)
UCHIJA reccomplex{1.4.5-1.10} [Recurrent Complex] (RecurrentComplex-1.4.5-1.10.jar)
UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
UCHIJA bq_rf{2.3.26} [RF Expansion] (RFExpansion-2.3.26.jar)
UCHIJA rftools{6.13} [RFTools] (rftools-1.1x-6.13.jar)
UCHIJA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar)
UCHIJA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJA SimpleLabels{0.0.1} [SimpleLabels] (simplelabels-1-10.2-0.0.3.jar)
UCHIJA simplyconveyors{3.0.6} [Simply Conveyors & More] (SimplyConveyors-3.1.1d.jar)
UCHIJA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJA bq_standard{2.3.131} [Standard Expansion] (StandardExpansion-2.3.131.jar)
UCHIJA statues{0.7.2.1} [Statues mod] (statues-0.7.2.1.jar)
UCHIJA StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar)
UCHIJA storagedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar)
UCHIJA subcommonlib{1.1.3.0} [Subaraki's Common Library] (sublib-1.10.2-1.1.3.0.jar)
UCHIJA beneath{1.2.0} [The Beneath] (The Beneath-1.10.2-1.2.0.jar)
UCHIJA thermalexpansion{5.1.10} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.10.25-universal.jar)
UCHIJA thermaldynamics{2.0.11} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.11.17-universal.jar)
UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJA tp{1.2.3} [Tiny Progressions] (tinyprogressions-1.10.2-1.2.3a.jar)
UCHIJA tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar)
UCHIJA torchmaster{1.4.1.34} [TorchMaster] (torchmaster_1.10.2-1.4.1.34.jar)
UCHIJA Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar)
UCHIJA usefulnullifiers{1.3.5} [Useful Nullifiers] (usefulnullifiers-1.3.5.jar)
UCHIJA VeinMiner{0.38.1_1.9-5587fc8} [Vein Miner] (VeinMiner-1.9-0.38.1.618+5587fc8.jar)
UCHIJA VeinMinerModSupport{0.38.1_1.9-5587fc8} [Mod Support] (VeinMiner-1.9-0.38.1.618+5587fc8.jar)
UCHIJA vc{5.0.6} [ViesCraft] (ViesCraft-1.10.X-5.0.6.jar)
UCHIJA wailafeatures{0.3.1.13} [WAILA Features] (WAILA-features-1.10.2-0.3.1.13.jar)
UCHIJA WailaHarvestability{1.1.10} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.10.jar)
UCHIJA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJA waystones{2.0.13} [Waystones] (Waystones_1.10.2-2.0.13.jar)
UCHIJA weaponcaseloot{4.0.3} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.3.jar)
UCHIJA Woot{1.10.2-1.4.1} [Woot] (woot-1.10.2-1.4.1.jar)
UCHIJA moofluids{1.10.2-1.7.02.12b} [Moo Fluids] (MooFluids-1.10.2-1.7.02.12b.jar)
Loaded coremods (and transformers):
ForgelinPlugin (Forgelin-1.5.1.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
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
weaponlib (mw-1.11-beta_mc1.10.2.jar)
com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
appeng.coremod.transformer.IntegrationTransformer
PlusTiC (plustic-5.2.1.2.jar)
landmaster.plustic.asm.Transform
AstralCore (astralsorcery-1.4.5.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
CTMCorePlugin (CTM-MC1.10.2-0.2.2.24.jar)
team.chisel.ctm.client.asm.CTMTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
codechicken.nei.asm.NEITransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
IvToolkit (IvToolkit-1.3.3-1.10.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13474 Compatibility Profile Context 22.19.162.4' Renderer: 'AMD Radeon (TM) R7 370 Series'
AE2 Version: stable rv4-stable-1 for Forge 12.18.3.2185
minefactoryreloaded: -[1.10.2]2.9.0B1-229
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
- WailaIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
- WailaIntegration (Enabled/Not Forced)
NotEnoughItems Invalid Fingerprint Reports:
CodeChickenLib Invalid Fingerprint Reports:
CodeChickenCore Invalid Fingerprint Reports:
ChickenChunks Invalid Fingerprint Reports:
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* An unsupportted RF API is installed (1.7.0 from (guessing) jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/CoFHAPIProps.class).
Ender IO needs at least 1.4.0 and will NOT work with older versions.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
* RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Genie/Documents/Curse/Minecraft/Instances/FoolCraft%20(2)/mods/CoFHCore-1.10.2-4.1.12.17-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
* Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
* Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
* Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
* Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
* Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
* Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
* Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
* Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
* Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
* Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
EnderStorage Invalid Fingerprint Reports:
Translocator Invalid Fingerprint Reports:
AE2 Integration: IC2:OFF, RF:ON, RFItem:ON, Waila:ON, JEI:ON, THE_ONE_PROBE:OFF
Launched Version: forge-12.18.3.2422
LWJGL: 2.9.4
OpenGL: AMD Radeon (TM) R7 370 Series GL version 4.5.13474 Compatibility Profile Context 22.19.162.4, 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: 8x AMD FX(tm)-8350 Eight-Core Processor
Thank you for your help
allocate more ram to foolcraft. if you're running it from twitch launcher, go to file > settings > minecraft > java settings > maximum memory allocation and set it higher. it's been working fine with 6 gigabytes of ram, so try that. also remove any mods you may have added and add back in any that may have been removed, and if all else fails reinstall foolcraft backing up your worlds. if not it may be a memory leak