Jump to content

Recommended Posts

Posted

So usually when it comes to my game crashing I understand it quite well and it's very simple for me to fix, however, with me trying to make my first modpack, everything was going very well until I try to test it, I start it up on my minecraft everything is up to date but then it crashes. I've try to copy and paste everything thats important from the crash log, I don't know why, this issue is probably something you hardly see being posted here but honestly, its me, I'm not smart when it's late at night but can someone please point out what I need to do with my modpack to fix this crash issue, thank you

However, Im guessing its a mod I need to sort out, I'm just usure what mod and what to do with it.

Here is the crash log -

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
  CreativePatchingLoader (CreativeCore_v1.9.90_mc1.12.2.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  iceandfire (iceandfire-1.9.1-1.12.2.jar)
  WolfArmorCore (wolfarmor-1.12.2-3.4.1.1-UNIVERSAL-signed.jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 8/7/21 3:03 AM
Description: Initializing game

java.lang.NoClassDefFoundError: Lteam/creative/enhancedvisuals/common/death/DeathMessages;
    at java.lang.Class.getDeclaredFields0(Native Method)
    at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
    at java.lang.Class.getDeclaredField(Class.java:2068)
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: team.creative.enhancedvisuals.common.death.DeathMessages
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 40 more
Caused by: java.lang.NoClassDefFoundError: com/creativemd/creativecore/common/config/api/ICreativeConfig
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 42 more
Caused by: java.lang.ClassNotFoundException: com.creativemd.creativecore.common.config.api.ICreativeConfig
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 46 more
Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 48 more


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

-- Head --
Thread: Client thread
Stacktrace:
    at java.lang.Class.getDeclaredFields0(Native Method)
    at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
    at java.lang.Class.getDeclaredField(Class.java:2068)
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 801365744 bytes (764 MB) / 1288699904 bytes (1229 MB) up to 3817865216 bytes (3641 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2838 53 mods loaded, 53 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                      | Version          | Source                                        | Signature                                |
    |:----- |:----------------------- |:---------------- |:--------------------------------------------- |:---------------------------------------- |
    | LC    | minecraft               | 1.12.2           | minecraft.jar                                 | None                                     |
    | LC    | mcp                     | 9.42             | minecraft.jar                                 | None                                     |
    | LC    | FML                     | 8.0.99.99        | forge-1.12.2-14.23.5.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                   | 14.23.5.2838     | forge-1.12.2-14.23.5.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | creativecoredummy       | 1.0.0            | minecraft.jar                                 | None                                     |
    | LC    | abyssalcraft            | 1.10.3           | AbyssalCraft-1.12.2-1.10.3.jar                | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LC    | alcatrazcore            | 1.0.4            | alcatrazcore-1.0.4.jar                        | 3c2d6be715971d1ed58a028cdb3fae72987fc934 |
    | LC    | carrots                 | 1.0.0b1          | carrotslib-mc1.12.2-1.0.0b1.jar               | None                                     |
    | LC    | armorunder              | 1.0.0            | armorunder-mc1.12.2-1.0.0.jar                 | None                                     |
    | LC    | battletowers            | 1.6.5            | BattleTowers-1.12.2.jar                       | None                                     |
    | LC    | betternether            | 0.1.8.6          | betternether-0.1.8.6.jar                      | None                                     |
    | LC    | biomesoplenty           | 7.0.1.2441       | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None                                     |
    | LC    | byg                     | 1.7.1            | BiomesYouGo1.7.1.jar                          | None                                     |
    | LC    | campfire                | 1.2              | campfire-1.12-v1.2.jar                        | None                                     |
    | LC    | toughasnails            | 3.1.0.139        | ToughAsNails-1.12.2-3.1.0.139-universal.jar   | None                                     |
    | LC    | comforts                | 1.4.1.3          | comforts-1.12.2-1.4.1.3.jar                   | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
    | LC    | creativecore            | 1.9.9            | CreativeCore_v1.9.90_mc1.12.2.jar             | None                                     |
    | LC    | discordcraft            | 1.0              | DiscordCraft-2.0.jar                          | None                                     |
    | LC    | dldungeonsjbg           | 1.14.7           | DoomlikeDungeons-1.14.7-MC1.12.2.jar          | None                                     |
    | LC    | dragonmounts            | 1.12.2-1.6.3     | DragonMounts2-1.12.2-1.6.3.jar                | None                                     |
    | LC    | orelib                  | 3.6.0.1          | OreLib-1.12.2-3.6.0.1.jar                     | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | LC    | dsurround               | 3.6.1.0          | DynamicSurroundings-1.12.2-3.6.1.0.jar        | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | LC    | dynamictrees            | 1.12.2-0.9.23    | DynamicTrees-1.12.2-0.9.23.jar                | None                                     |
    | LC    | dynamictreesbop         | 1.12.2-1.5.1     | DynamicTreesBOP-1.12.2-1.5.1.jar              | None                                     |
    | L     | enhancedvisuals         | 1.3.0            | EnhancedVisuals_v1.4.0_mc1.12.2.jar           | None                                     |
    | L     | exoticbirds             | 1.0              | Exotic Birds 1.12.2-3.2.0.jar                 | None                                     |
    | L     | familiarfauna           | 1.0.11           | FamiliarFauna-1.12.2-1.0.11.jar               | None                                     |
    | L     | fbp                     | 2.4.1            | FancyBlockParticles-1.12.x-2.4.1.jar          | None                                     |
    | L     | firstaid                | 1.6.16           | firstaid-1.6.16.jar                           | None                                     |
    | L     | foodexpansion           | 1.3              | FoodExpansion1.3.3-1.12.2.jar                 | None                                     |
    | L     | forgelin                | 1.8.4            | Forgelin-1.8.4.jar                            | None                                     |
    | L     | llibrary                | 1.7.19           | llibrary-1.7.19-1.12.2.jar                    | None                                     |
    | L     | iceandfire              | 1.9.1            | iceandfire-1.9.1-1.12.2.jar                   | None                                     |
    | L     | ic2                     | 2.8.170-ex112    | industrialcraft-2-2.8.170-ex112.jar           | None                                     |
    | L     | teslacorelib            | 1.0.17           | tesla-core-lib-1.12.2-1.0.17.jar              | None                                     |
    | L     | industrialforegoing     | 1.12.2-1.12.2    | industrialforegoing-1.12.2-1.12.13-237.jar    | None                                     |
    | L     | iseedragons             | 1.1              | ISeeDragons-1.1.jar                           | None                                     |
    | L     | libraryex               | 1.2.2            | LibraryEx-1.12.2-1.2.2.jar                    | None                                     |
    | L     | medieval_craft          | 1.14.4           | MedievalCraft-1.12.2-1.15.8.jar               | None                                     |
    | L     | mowziesmobs             | 1.5.8            | mowziesmobs-1.5.8.jar                         | None                                     |
    | L     | netherex                | 2.2.5            | NetherEx-1.12.2-2.2.5.jar                     | None                                     |
    | L     | notreepunching          | 2.0.21           | notreepunching-2.0.21.jar                     | None                                     |
    | L     | realistictorches        | 2.1.2            | RealisticTorches-1.12.2-2.1.2.jar             | None                                     |
    | L     | xreliquary              | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar                | None                                     |
    | L     | roguelike               | 1.8.0            | RoguelikeDungeons-1.12.2-1.8.0.jar            | None                                     |
    | L     | spartanweaponry         | beta 1.3.8       | SpartanWeaponry-1.12.2-beta-1.3.8.jar         | None                                     |
    | L     | spartanfire             | 0.08             | spartanfire-0.08.jar                          | None                                     |
    | L     | spartanshields          | 1.5.4            | SpartanShields-1.12.2-1.5.4.jar               | None                                     |
    | L     | spiderstpo              | 1.0.3            | spiders-2.0-1.12.2-1.0.3.jar                  | None                                     |
    | L     | switchbow               | 1.6              | switchbow-1.6.jar                             | None                                     |
    | L     | tumbleweed              | 1.12-0.4.7       | tumbleweed-1.12-0.4.7.jar                     | None                                     |
    | L     | wolfarmor               | 3.4.1.1          | wolfarmor-1.12.2-3.4.1.1-UNIVERSAL-signed.jar | None                                     |
    | L     | teslacorelib_registries | 1.0.17           | tesla-core-lib-1.12.2-1.0.17.jar              | None                                     |

    Loaded coremods (and transformers): 
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
  
CreativePatchingLoader (CreativeCore_v1.9.90_mc1.12.2.jar)
  
ForgelinPlugin (Forgelin-1.8.4.jar)
  
iceandfire (iceandfire-1.9.1-1.12.2.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
WolfArmorCore (wolfarmor-1.12.2-3.4.1.1-UNIVERSAL-signed.jar)
  
Sorry If its overly large

Posted

1.12 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

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

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello! I have been having a problem with Forgematica, Embeddium, Oculus, and create. I wanted to download litematica so I could see which blocks are in my creative mode build, so that I could collect them all in survival. However, litematica is a fabric mod. I found a port called forgematica, which I added (along with it's dependency) to my mods folder. I loaded into a new world, and built a structure. Then, I added a part from the create mod, and the game crashed instantly, with exit code -1. Thanks for any help! Crash Report and mods list: https://pastebin.com/rtzh6LAi
    • To say that losing 40,000 BTC was a devastating blow would be an understatement. It was an emotional and financial crisis that left me feeling hopeless and utterly lost. For weeks, I was trapped in a whirlwind of regret, second-guessing every decision that led me to that point. The fear that I would never be able to recover such a significant sum of cryptocurrency consumed me, and with each passing day, my despair deepened. I had all but given up on ever regaining my wealth. Then I happened to stumble onto Tech Cyber Force Recovery. In the beginning, I was hesitant. It looked too good to be true: could someone get back so much of their lost Bitcoin? After trying several different approaches and programs without success, I was hesitant to put my trust in another recovery agency. However, I changed my mind after reading Tech Cyber Force Recovery's stellar reviews and reputation. Reaching out to their team was a risk I made. They were courteous and professional from the first time I got in touch with them. I felt like I wasn't just another case to be solved by the staff at Tech Cyber Force Recovery; they truly cared about getting me my lost Bitcoin back. They listened carefully to my circumstances and guided me through each stage, giving me succinct and understandable explanations as I went. Their passion gave me new hope, and their openness instantly made me feel better. As the recovery process began, I still had my doubts, but I knew I had placed my trust in the right hands. The Tech Cyber Force Recovery team kept me informed and updated on their progress, ensuring I never felt in the dark. Despite the complexity of my case, they worked tirelessly, and their expertise became evident at every turn. The level of professionalism and attention to detail they demonstrated throughout the process was beyond impressive. And then, after what felt like an eternity of anticipation, the moment I had been waiting for arrived. I received the news that my 40,000 BTC had been successfully recovered. It was hard to believe at first—it felt like a dream. The weight that had been dragging me down for so long was suddenly lifted, and I could breathe again. The financial loss I had feared would define my future was no longer a reality. I can’t fully express the emotions I felt during that moment. It was a mix of relief, joy, and an overwhelming sense of gratitude. I had gone from a place of utter despair to a complete resurgence of wealth, both emotionally and financially. The Tech Cyber Force Recovery team didn’t just restore my Bitcoin—they restored my faith in the possibility of recovery and gave me back something far more valuable: peace of mind. I will urge anyone in this same predicament to.  
    • Have you found a modder for this vehicle project? Because it will be really hard and I want to know that hero who can create all this
    • and what?????????
  • Topics

×
×
  • Create New...

Important Information

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