Jump to content

Recommended Posts

Posted

A short one this time. (If you want me to I can add a Screenshot of my Mods Folder to make it easier)

 

---- Minecraft Crash Report ----

// Hey, that tickles! Hehehe!

 

Time: 6/24/15 9:38 PM

Description: FML has discovered extracted jar files in the mods directory.

This breaks mod loading functionality completely.

Remove the directories and replace with the jar files originally provided.

 

java.lang.RuntimeException: Extracted mod jars found, loading will NOT continue

at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:273)

at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)

at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)

at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)

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:

---------------------------------------------------------------------------------------

 

-- System Details --

Details:

Minecraft Version: 1.7.10

Operating System: Mac OS X (x86_64) version 10.9.5

Java Version: 1.6.0_65, Apple Inc.

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc.

Memory: 3155554368 bytes (3009 MB) / 3203792896 bytes (3055 MB) up to 3203792896 bytes (3055 MB)

JVM Flags: 2 total; -Xmx3G -Xms3G

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

Posted

I know, (I did see that bit) but a few of the "mods" (I think) are left over files, and I don't want those there.

 

I will change the files to .jar, if something comes up I will post back.

Posted

It's still not loading up properly, it gets to the Game Output stage in the launcher and then crashes after about 5 seconds. I can't find the launcher log as it's not displaying properly.

Posted

Text is always better -.- But you have a 1.8 coremod installed on 1.7.10, this will not work.

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

Posted

Ok, thanks. I'll chaco the list I have and see which one it is. Thanks again.

(Also, the logs weren't showing up in the logs folder and therefore I couldn't find any way to get text on here)

Posted

Well... This happened...

---- Minecraft Crash Report ----

// There are four lights!

 

Time: 6/26/15 10:29 PM

Description: There was a severe problem during mod loading that has caused the game to fail

 

cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: noppes.npcs.CustomNpcs

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(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Caused by: java.lang.ClassNotFoundException: noppes.npcs.CustomNpcs

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:249)

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

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(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

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.NullPointerException

 

 

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: Mac OS X (x86_64) version 10.9.5

Java Version: 1.6.0_65, Apple Inc.

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc.

Memory: 2943232984 bytes (2806 MB) / 3203792896 bytes (3055 MB) up to 3203792896 bytes (3055 MB)

JVM Flags: 2 total; -Xmx3G -Xms3G

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.1472 23 mods loaded, 23 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.1472-1.7.10.jar)

UC Forge{10.13.4.1472} [Minecraft Forge] (forge-1.7.10-10.13.4.1472-1.7.10.jar)

UC CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)

UC NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)

UC OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)

UC CarpentersBlocks{3.3.7 DEV} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 DEV - MC 1.7.10.jar)

UC chisel{2.4.0.38} [Chisel 2] (Chisel2-2.4.0.38.jar)

UC ctmlib{1.0.0.3} [CTMLib] (Chisel2-2.4.0.38.jar)

UE customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)

UC EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)

UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)

UE TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)

UC ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)

UC flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)

UC inventorytweaks{1.59-dev-152-cf6e263} [inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)

UC LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)

UC mcheli{0.10.5} [MC Helicopter] (mcheli.jar)

UC cfm{3.4.7} [ß9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)

UC OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)

UC OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)

UC Schematica{1.7.5.120} [schematica] (Schematica-1.7.10-1.7.5.120-universal.jar)

UE TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)

OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:ENABLED],[map_gen_fix:ENABLED],[movement_callback:FINISHED],[stencil_patches:FINISHED]

Class transformer null safety: all safe

Mantle Environment: Environment healthy.

TConstruct Environment: Environment healthy.

Posted

Ok, just one small odd thing: Before this broke I was using Custom Npcs in my Mods folder as a folder, I had to do that to access some custom skin folders and it worked perfectly. He odd thing is I just put back those files that I put in the newer Npcs download, ran it as a folder in mods, got a crash (because folder), and then I changed it to a .jar and got this: (Also, is Tinker's Construct and Tinker's Mechworks Bugging? They shows the same 2 letters as the Custom Npcs does.)

 

---- Minecraft Crash Report ----

// Hey, that tickles! Hehehe!

 

Time: 6/27/15 4:29 PM

Description: There was a severe problem during mod loading that has caused the game to fail

 

cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: noppes.npcs.CustomNpcs

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(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Caused by: java.lang.ClassNotFoundException: noppes.npcs.CustomNpcs

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:249)

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

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(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

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.NullPointerException

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)

... 38 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: Mac OS X (x86_64) version 10.9.5

Java Version: 1.6.0_65, Apple Inc.

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc.

Memory: 2979540408 bytes (2841 MB) / 3203792896 bytes (3055 MB) up to 3203792896 bytes (3055 MB)

JVM Flags: 2 total; -Xmx3G -Xms3G

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.1472 23 mods loaded, 23 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.1472-1.7.10.jar)

UC Forge{10.13.4.1472} [Minecraft Forge] (forge-1.7.10-10.13.4.1472-1.7.10.jar)

UC CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)

UC NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)

UC OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)

UC CarpentersBlocks{3.3.7 DEV} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 DEV - MC 1.7.10.jar)

UC chisel{2.4.0.38} [Chisel 2] (Chisel2-2.4.0.38.jar)

UC ctmlib{1.0.0.3} [CTMLib] (Chisel2-2.4.0.38.jar)

UE customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)

UC EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)

UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)

UE TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)

UC ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)

UC flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)

UC inventorytweaks{1.59-dev-152-cf6e263} [inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)

UC LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)

UC mcheli{0.10.5} [MC Helicopter] (mcheli.jar)

UC cfm{3.4.7} [ß9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)

UC OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)

UC OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)

UC Schematica{1.7.5.120} [schematica] (Schematica-1.7.10-1.7.5.120-universal.jar)

UE TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)

OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:ENABLED],[map_gen_fix:ENABLED],[movement_callback:FINISHED],[stencil_patches:FINISHED]

Class transformer null safety: all safe

Mantle Environment: Environment healthy.

TConstruct Environment: Environment healthy.

Posted

Thanks, I will do.

 

I also had a thought about how either annoying or comical it must be for you to see lots of people not understanding what went wrong with their forge. And also the ignorant people.

Posted

Ah, the pungent smell of mods breaking...

 

And this:

---- Minecraft Crash Report ----

// Who set us up the TNT?

 

Time: 6/27/15 4:49 PM

Description: There was a severe problem during mod loading that has caused the game to fail

 

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoWeapon

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(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Caused by: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoWeapon

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:249)

at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:42)

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

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(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

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.ClassNotFoundException: tconstruct.library.weaponry.AmmoWeapon

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

... 36 more

Caused by: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoItem

at java.lang.ClassLoader.defineClass1(Native Method)

at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)

at java.lang.ClassLoader.defineClass(ClassLoader.java:621)

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)

... 38 more

Caused by: java.lang.ClassNotFoundException: tconstruct.library.weaponry.AmmoItem

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

... 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: Mac OS X (x86_64) version 10.9.5

Java Version: 1.6.0_65, Apple Inc.

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc.

Memory: 2958329656 bytes (2821 MB) / 3203792896 bytes (3055 MB) up to 3203792896 bytes (3055 MB)

JVM Flags: 2 total; -Xmx3G -Xms3G

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.1472 23 mods loaded, 23 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.1472-1.7.10.jar)

UC Forge{10.13.4.1472} [Minecraft Forge] (forge-1.7.10-10.13.4.1472-1.7.10.jar)

UC CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)

UC NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)

UC OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)

UC CarpentersBlocks{3.3.7 DEV} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 DEV - MC 1.7.10.jar)

UC chisel{2.4.0.38} [Chisel 2] (Chisel2-2.4.0.38.jar)

UC ctmlib{1.0.0.3} [CTMLib] (Chisel2-2.4.0.38.jar)

UC customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)

UC EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)

UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)

UE TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)

UC ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)

UC flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)

UC inventorytweaks{1.59-dev-152-cf6e263} [inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)

UC LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)

UC mcheli{0.10.5} [MC Helicopter] (mcheli.jar)

UC cfm{3.4.7} [ß9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)

UC OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)

UC OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)

UC Schematica{1.7.5.120} [schematica] (Schematica-1.7.10-1.7.5.120-universal.jar)

UE TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)

OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:ENABLED],[map_gen_fix:ENABLED],[movement_callback:FINISHED],[stencil_patches:FINISHED]

Class transformer null safety: all safe

Mantle Environment: Environment healthy.

TConstruct Environment: Environment healthy.

Posted

Freshly downloaded from Curse. I'll report to the guys over there. Thanks for your help.

(I may come back to this post if when they fix it I get another crash, which they can't do anything about.)

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



×
×
  • Create New...

Important Information

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