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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I deleted create hypertube, jetpack and missiled and it still doesn't work. What do I do ?
    • We've discovered an exclusive offer that will provide maximum benefits for our valued users in Western countries. The code ALB496107 is specifically designed to bring fantastic savings to people in the USA, Canada, and various European nations, ensuring you get the most out of your Temu purchases. Prepare to be amazed by the deals you're about to unlock! We understand that everyone loves a good deal, which is why we're excited to share insights into how both new and existing customers can take advantage of these incredible savings. Whether you're looking for a Temu coupon code 2025 for existing customers or a phenomenal Temu 70% discount coupon, we've got you covered with strategies to maximize your savings this year. What Is The Temu Coupon Code 70% Off? We are delighted to share that both new and existing customers can unlock truly amazing benefits when they utilize our exclusive 70% off coupon code on both the Temu app and website. This Temu coupon 70% off is your gateway to significant savings, transforming your shopping experience into an exciting treasure hunt for deals. Get ready to experience the joy of fantastic discounts with our 70% off Temu coupon code! Here's a breakdown of the incredible benefits you can expect when you use ALB496107: ALB496107: Offers up to 70% off for new users, making your first Temu shopping spree incredibly rewarding and budget-friendly. ALB496107: Provides an impressive 70% extra off for existing users, a fantastic way to reward your continued loyalty and make your next purchase even more economical. ALB496107: Grants a flat $100 off for new Temu users, giving a substantial immediate discount on their initial order.
    • Add crash-reports with sites like https://mclo.gs/   Remove the Create addons - maybe one or more of these are not compatible with Create 6: create_hypertube create_jetpack create_missiled
    • this is the latest.log file :   [15:34:29] [main/INFO]: ModLauncher running: args [--username, Este_17000, --version, forge-47.4.0, --gameDir, C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1), --assetsDir, C:\Users\esteb\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, 146b16bc1d204d99876f65014406b450, --accessToken, ????????, --clientId, MTdiNGM1M2QtMjQzYS00ZDZjLTliOTctMjFiZDY4ZGVkZWQ3, --xuid, 2535454605082131, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\esteb\curseforge\minecraft\Install\quickPlay\java\1751031268199.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.4.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [15:34:29] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.15 by Microsoft; OS Windows 11 arch amd64 version 10.0 [15:34:30] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [15:34:30] [main/INFO]: Trying GL version 4.6 [15:34:30] [main/INFO]: Requested GL version 4.6 got version 4.6 [15:34:31] [pool-2-thread-1/INFO]: GL info: Intel(R) UHD Graphics GL version 4.6.0 - Build 32.0.101.6737, Intel [15:34:31] [main/INFO]: Starting Essential Loader (stage2) version 1.6.5 (1425fa2d69fa2b31e49c42a2d84be645) [stable] [15:34:31] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/esteb/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [15:34:32] [main/WARN]: Found newer Essential version 1.3.8.3 [stable], skipping at user request [15:34:33] [main/INFO]: Found mod file [1.20.1] SecurityCraft v1.10.0.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ad_astra-forge-1.20.1-1.15.20.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file adastraextra-forge-1.20.1-1.2.3.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file aether-1.20.1-1.5.2-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file amendments-1.20-1.2.19.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file appleskin-forge-mc1.20.1-2.5.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file appliedenergistics2-forge-15.4.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Aquaculture-1.20.1-2.5.5.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file aquaculturedelight-1.1.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file balm-forge-1.20.1-7.3.30-all.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file beautify-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file BetterThirdPerson-Forge-1.20-1.9.0.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file BiomesOPlenty-forge-1.20.1-19.0.0.96.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file botarium-forge-1.20.1-2.3.4.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file BrandonsCore-1.20.1-3.2.1.302-universal.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file cfm-forge-1.20.1-7.0.0-pre36.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file chefs-delight-1.0.3-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ChickenChunks-1.20.1-2.10.0.100-universal.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file CodeChickenLib-1.20.1-4.4.0.516-universal.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Controlling-forge-1.20.1-12.0.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file create-1.20.1-6.0.6.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file create_hypertube-0.1.5-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file create_jetpack-forge-4.4.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file create_missiled-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file CTM-1.20.1-1.1.10.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Cucumber-1.20.1-7.0.13.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Draconic-Evolution-1.20.1-3.1.2.604-universal.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file easy_gamma-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file elevatorid-1.20.1-lex-1.9.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ExtremeReactors2-1.20.1-2.0.92.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file FarmersDelight-1.20.1-1.2.7.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file FluxNetworks-1.20.1-7.2.1.15.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file framework-forge-1.20.1-0.7.15.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file fusion-1.2.7b-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.7.1.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file GlitchCore-forge-1.20.1-0.0.1.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file gravestone-forge-1.20.1-1.0.24.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file green_screen_mod-2.5.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file guideme-20.1.7.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file HammerLib-1.20.1-20.1.50.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file immersive_aircraft-1.2.2+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ImmersiveEngineering-1.20.1-10.2.0-183.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ironchest-1.20.1-14.4.4.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file IronJetpacks-1.20.1-7.0.8.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Jade-1.20.1-Forge-11.13.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file jei-1.20.1-forge-15.20.0.112.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file journeymap-1.20.1-5.10.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file JustEnoughProfessions-forge-1.20.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file JustEnoughResources-1.20.1-1.4.0.247.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file kotlinforforge-4.11.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file lios_overhauled_villages-1.18.2-1.21.5-v0.0.7.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file man_of_many_planes-0.2.0+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file markdown_manual-MC1.20.1-forge-1.2.5+c3f0b88.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcef-forge-2.1.6-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcjtylib-1.20-8.0.6.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-bridges-3.1.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-doors-1.1.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-fences-1.2.0-1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-furniture-3.3.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-holidays-1.1.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-lights-1.1.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-paintings-1.0.5-1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-paths-1.1.0forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-roofs-2.3.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-trapdoors-1.1.4-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-windows-2.3.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor ART 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor BATH 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor COOKERY 1.20.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor ELECTRONICS 1.20.1.A.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor GARDEN 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor HOLIDAYS 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor LIGHTS 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor SCIENCE 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor TOYS 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file moneymoneymoney-1.0.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file moonlight-1.20-2.14.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MoreAndMoreArmorFORGE1201UPDATE.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file moresswords-1.1.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mowziesmobs-1.7.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file nethersdelight-1.20.1-4.0.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file oc2r-1.20.1-forge-2.1.3-all.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file oceansdelight-1.0.2-1.20.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Patchouli-1.20.1-84.1-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file quarry-1.20.1-1.6.5r.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file rechiseled-1.1.6-forge-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file reforgedplaymod-1.20.1-0.3.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file refurbished_furniture-forge-1.20.1-1.0.12.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.3.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file resourcefullib-forge-1.20.1-2.1.29.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file rftoolsbase-1.20-5.0.6.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file rftoolsbuilder-1.20-6.0.8.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file rftoolspower-1.20-6.0.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Searchables-forge-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file simplemissiles-1.6.2-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file SimpleQuarry-1.20.1-20.1.6.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file sophisticatedbackpacks-1.20.1-3.23.18.1247.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file sophisticatedcore-1.20.1-1.2.66.997.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Steam_Rails-1.6.7+forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file StorageDrawers-1.20.1-12.9.14.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file supermartijn642configlib-1.1.8-forge-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file supermartijn642corelib-1.1.18-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file supplementaries-1.20-3.1.30.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file suppsquared-1.20-1.1.21.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file tacz-1.20.1-1.1.6.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.10.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file torchmaster-20.1.9.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file twilightforest-1.20.1-4.3.2508-universal.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file veggiesdelight-1.7.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file voicechat-forge-1.20.1-2.5.30.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file waystones-forge-1.20.1-14.1.13.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file webdisplays-2.0.2-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ZeroCore2-1.20.1-2.1.47.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/WARN]: Mod file C:\Users\esteb\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.4.0\fmlcore-1.20.1-47.4.0.jar is missing mods.toml file [15:34:33] [main/WARN]: Mod file C:\Users\esteb\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.4.0\javafmllanguage-1.20.1-47.4.0.jar is missing mods.toml file [15:34:33] [main/WARN]: Mod file C:\Users\esteb\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.4.0\lowcodelanguage-1.20.1-47.4.0.jar is missing mods.toml file [15:34:33] [main/WARN]: Mod file C:\Users\esteb\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.4.0\mclanguage-1.20.1-47.4.0.jar is missing mods.toml file [15:34:33] [main/INFO]: Found mod file fmlcore-1.20.1-47.4.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:33] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:33] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:33] [main/INFO]: Found mod file mclanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:33] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:33] [main/INFO]: Found mod file forge-1.20.1-47.4.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:34] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File: [15:34:34] [main/INFO]: Found 37 dependencies adding them to mods collection [15:34:34] [main/INFO]: Found mod file bcel-6.6.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file kuma-api-forge-20.1.10+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file aspectjrt-1.8.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file sedna.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file mixinsquared-forge-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file kfflang-4.11.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file Registrate-MC1.20-1.3.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file Ponder-Forge-1.20.1-1.0.80.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file google-api-client-java6-1.20.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file kffmod-4.11.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file kfflib-4.11.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file flywheel-forge-1.20.1-1.0.4.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file bytecodecs-1.0.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file curios-forge-5.6.1+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file jgltf-model-3af6de4.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file lwjgl-utils-27dcd66.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file MixinExtras-0.4.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file MixinSquared-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file opennbt-0a02214.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.9.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file luaj-jse-3.0.8-figura.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file luaj-core-3.0.8-figura.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file MathParser.org-mXparser-5.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file cumulus_menus-1.20.1-1.0.1-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file commons-exec-1.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file flightlib-forge-2.1.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file nitrogen_internals-1.20.1-1.0.12-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file 2.79.0-a0696f8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file google-api-client-gson-1.20.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file google-oauth-client-jetty-1.20.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file google-api-services-youtube-v3-rev178-1.22.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file isoparser-1.1.7.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file jlayer-1.0.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file commons-math3-3.6.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file lwjgl-tinyexr-3.3.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found Kotlin-containing mod Jar[union:/C:/Users/esteb/curseforge/minecraft/Instances/Engineering%20(1)/essential/libraries/forge_1.20.1/kotlin-for-forge-4.3.0-slim.jar%23281!/], checking whether we need to upgrade it.. [15:34:34] [main/INFO]: Found outdated Kotlin core libs 0.0.0 (we ship 1.9.23) [15:34:34] [main/INFO]: Found outdated Kotlin Coroutines libs 0.0.0 (we ship 1.8.0) [15:34:34] [main/INFO]: Found outdated Kotlin Serialization libs 0.0.0 (we ship 1.6.3) [15:34:34] [main/INFO]: Generating jar with updated Kotlin at C:\Users\esteb\AppData\Local\Temp\kff-updated-kotlin-12908758738589143542-4.3.0-slim.jar [15:34:35] [main/INFO]: Found Kotlin-containing mod Jar[union:/C:/Users/esteb/curseforge/minecraft/Instances/Engineering%20(1)/mods/kotlinforforge-4.11.0-all.jar%23332!/], checking whether we need to upgrade it.. [15:34:35] [main/INFO]: Found up-to-date Kotlin core libs 2.0.0 (we ship 1.9.23) [15:34:35] [main/INFO]: Found up-to-date Kotlin Coroutines libs 1.8.1 (we ship 1.8.0) [15:34:35] [main/INFO]: Found up-to-date Kotlin Serialization libs 1.6.3 (we ship 1.6.3) [15:34:35] [main/INFO]: All good, no update needed: Jar[union:/C:/Users/esteb/curseforge/minecraft/Instances/Engineering%20(1)/mods/kotlinforforge-4.11.0-all.jar%23332!/] [15:34:38] [main/INFO]: Compatibility level set to JAVA_17 [15:34:38] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.4.0, --gameDir, C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1), --assetsDir, C:\Users\esteb\curseforge\minecraft\Install\assets, --uuid, 146b16bc1d204d99876f65014406b450, --username, Este_17000, --assetIndex, 5, --accessToken, ????????, --clientId, MTdiNGM1M2QtMjQzYS00ZDZjLTliOTctMjFiZDY4ZGVkZWQ3, --xuid, 2535454605082131, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\esteb\curseforge\minecraft\Install\quickPlay\java\1751031268199.json] [15:34:38] [main/WARN]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message [15:34:39] [main/INFO]: Starting Essential v1.3.8.2 (#0a59fb020d) [stable] [15:34:39] [main/WARN]: Error loading class: dev/latvian/mods/kubejs/recipe/RecipesEventJS (java.lang.ClassNotFoundException: dev.latvian.mods.kubejs.recipe.RecipesEventJS) [15:34:39] [main/WARN]: @Mixin target dev.latvian.mods.kubejs.recipe.RecipesEventJS was not found mixins.hammerlib.json:bs.kubejs.RecipeEventJSMixin [15:34:40] [main/WARN]: Error loading class: net/optifine/render/ChunkVisibility (java.lang.ClassNotFoundException: net.optifine.render.ChunkVisibility) [15:34:40] [main/WARN]: Error loading class: shadersmod/client/ShadersRender (java.lang.ClassNotFoundException: shadersmod.client.ShadersRender) [15:34:40] [main/WARN]: Error loading class: net/optifine/shaders/ShadersRender (java.lang.ClassNotFoundException: net.optifine.shaders.ShadersRender) [15:34:40] [main/WARN]: Error loading class: net/irisshaders/iris/uniforms/CommonUniforms (java.lang.ClassNotFoundException: net.irisshaders.iris.uniforms.CommonUniforms) [15:34:40] [main/WARN]: Error loading class: net/irisshaders/iris/Iris (java.lang.ClassNotFoundException: net.irisshaders.iris.Iris)     Please help me ! Thanks !
  • Topics

×
×
  • Create New...

Important Information

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