Hello there minecraft modding community. I come to you because I am in need of assistance; for you see I am returning to minecraft but I want to mod it (vainillia maincraft gets dull for me very quickly) so I download a bunch of mods but I cant seem to get them working here is the crash report:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 17/09/15 12:00
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: net.doubledoordev.lumberjack.Lumberjack
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.doubledoordev.lumberjack.Lumberjack
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.NoClassDefFoundError: net/doubledoordev/d3core/util/ID3Mod
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
Caused by: java.lang.ClassNotFoundException: net.doubledoordev.d3core.util.ID3Mod
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 41 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 43 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Two things I did when I was testing my modpak mods.
1. Make sure all the mods for 1.7.10, I accidentally threw some 1.8 mods in and it caused crashes like this. Also make sure you have the latest version of Forge installed.
2. Take all the mods out, make sure MC with Forge loads OK. Then slowly add mods in and start MC. Make sure it loads fully, before quitting and adding more mods. I added my mods in by file name, aka, all the A mods at one time and test. Then all the B mods, etc.
Using a reverse version of the solution that you proposed Undeadlord I find the two mods that were causing trouble, but now I have encountered a new arror that I do not know how to tackle
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:241)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:232)
at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:194)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:172)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:241)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:232)
at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:194)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/font/ascii.png
Texture object class: net.minecraft.client.renderer.texture.SimpleTexture
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:172)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Hello there minecraft modding community. I come to you because I am in need of assistance; for you see I am returning to minecraft but I want to mod it (vainillia maincraft gets dull for me very quickly) so I download a bunch of mods but I cant seem to get them working here is the crash report:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 17/09/15 12:00
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: net.doubledoordev.lumberjack.Lumberjack
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.doubledoordev.lumberjack.Lumberjack
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.NoClassDefFoundError: net/doubledoordev/d3core/util/ID3Mod
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
Caused by: java.lang.ClassNotFoundException: net.doubledoordev.d3core.util.ID3Mod
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 41 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 43 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 180921272 bytes (172 MB) / 310038528 bytes (295 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 32 mods loaded, 32 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UC Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UC MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UC monnef-core{0.7.2} [monnef Core] (minecraft.jar)
UC extendedWorkbench{1.2.1.1} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.1.jar)
UC More Crafting Recipes Mod{Minecraft 1.7.2} [More Crafting Recipes Mod] ([2.1.1] More Crafting Recipes Mod.jar)
UC adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
UC BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1364-universal.jar)
UC props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UC dessertcraft{v1.3} [dessertcraft] (Dessertcraft-1.7.10-1.3.jar)
UC flansmod{4.9.0} [Flan's Mod] (Flans Mod-1.7.10-4.9.0.jar)
UC fossil{1.7.10 Build 6.4b} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-6.4b.jar)
UC helpfulvillagers{1.2.4} [Helpful Villagers] (helpfulvillagers-1.7.10-1.2.4.jar)
UC monnef-core-helper{0.7.2} [monnef Core ~] (monnef_core_0.7.3.jar)
UC Jaffas{0.7.3} [Jaffas and more!] (jaffas_0.7.3.jar)
UC Jaffas-Trees{0.7.2} [Jaffas - Trees] (jaffas_0.7.3.jar)
UC Jaffas-Technic{0.7.2} [Jaffas - Technic] (jaffas_0.7.3.jar)
UC Jaffas-Power{0.7.2} [Jaffas - Power] (jaffas_0.7.3.jar)
UC Jaffas-Xmas{0.7.2} [Jaffas - Xmas] (jaffas_0.7.3.jar)
UC journeymap{@[email protected]} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
UE Lumberjack{1.1.0.11} [Lumberjack] (Lumberjack-1.7.10-1.1.0.11.jar)
UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UC TConstruct{1.7.10-1.8.7.build979} [Tinkers' Construct] (TConstruct-1.7.10-1.8.7.jar)
UC Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UC MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UC cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UC musiccraft{2.9.2} [MusicCraft] (musiccraft-2.9.2.jar)
UC Oceancraft{1.3.1} [Oceancraft] (Oceancraft-1.3.1.jar)
UC harvestcraft{1.7.10g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10h.jar)
UC ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UC secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.394.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce 210/PCIe/SSE2'
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy
Help?
Two things I did when I was testing my modpak mods.
1. Make sure all the mods for 1.7.10, I accidentally threw some 1.8 mods in and it caused crashes like this. Also make sure you have the latest version of Forge installed.
2. Take all the mods out, make sure MC with Forge loads OK. Then slowly add mods in and start MC. Make sure it loads fully, before quitting and adding more mods. I added my mods in by file name, aka, all the A mods at one time and test. Then all the B mods, etc.
Undeadlord
I will try that
Using a reverse version of the solution that you proposed Undeadlord I find the two mods that were causing trouble, but now I have encountered a new arror that I do not know how to tackle
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 17/09/15 20:54
Description: Registering texture
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:241)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:232)
at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:194)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:172)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:241)
at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:232)
at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:194)
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/font/ascii.png
Texture object class: net.minecraft.client.renderer.texture.SimpleTexture
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:89)
at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:172)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 26044248 bytes (24 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 30 mods loaded, 30 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJA Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJA MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCHIJA monnef-core{0.7.2} [monnef Core] (minecraft.jar)
UCHIJA extendedWorkbench{1.2.1.1} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.1.jar)
UCHIJA More Crafting Recipes Mod{Minecraft 1.7.2} [More Crafting Recipes Mod] ([2.1.1] More Crafting Recipes Mod.jar)
UCHIJA adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1364-universal.jar)
UCHIJA props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCHIJA dessertcraft{v1.3} [dessertcraft] (Dessertcraft-1.7.10-1.3.jar)
UCHIJA flansmod{4.9.0} [Flan's Mod] (Flans Mod-1.7.10-4.9.0.jar)
UCHIJA fossil{1.7.10 Build 6.4b} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-6.4b.jar)
UCHIJA helpfulvillagers{1.2.4} [Helpful Villagers] (helpfulvillagers-1.7.10-1.2.4.jar)
UCHIJA monnef-core-helper{0.7.2} [monnef Core ~] (monnef_core_0.7.3.jar)
UCHIJA Jaffas{0.7.3} [Jaffas and more!] (jaffas_0.7.3.jar)
UCHIJA Jaffas-Trees{0.7.2} [Jaffas - Trees] (jaffas_0.7.3.jar)
UCHIJA Jaffas-Technic{0.7.2} [Jaffas - Technic] (jaffas_0.7.3.jar)
UCHIJA Jaffas-Power{0.7.2} [Jaffas - Power] (jaffas_0.7.3.jar)
UCHIJA Jaffas-Xmas{0.7.2} [Jaffas - Xmas] (jaffas_0.7.3.jar)
UCHIJA journeymap{@[email protected]} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJA TConstruct{1.7.10-1.8.7.build979} [Tinkers' Construct] (TConstruct-1.7.10-1.8.7.jar)
UCHIJA Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCHIJA MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCHIJA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UCHIJA musiccraft{2.9.2} [MusicCraft] (musiccraft-2.9.2.jar)
UCHIJA harvestcraft{1.7.10g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10h.jar)
UCHIJA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.394.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce 210/PCIe/SSE2'
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.4.1492-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce 210/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
any idea?
Yes I know but I do not know what that means
I know now that is the infamous Permgen memory error but where do I change the thing in the laucher?
so...... how do I fix it..... or can I fix it?
okay, okay, easy there man. forgive my ignorance and thanks for pointing me in the right direction