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

    • Reach Out To Rapid Digital: What sapp Info: +1 41 4 80 7 14 85 Email INFO: rap iddi gita lrecov ery @ exe cs. com Hello, my name is Jayson, and I’m 35 years old from the United Kingdom. My family and I recently endured an incredibly challenging experience that I wouldn’t wish on anyone. We became victims of a cryptocurrency investment fraud scheme that saw us lose a staggering $807,000 in USDT and Bitcoins. The fraudsters had created a convincing facade, and we were lured into investing, only to discover later that the platform was a complete scam. We were left devastated, not just financially, but emotionally, as we had trusted these people and believed in the legitimacy of the investment. After the initial shock wore off, we desperately searched for ways to recover the lost funds. It seemed like an impossible task, and we felt as though there was no hope. That’s when, by sheer luck, we stumbled across a post about Rapid Digital Recovery, a cryptocurrency and funds recovery organization with a proven track record in cybersecurity and fraud recovery. We decided to reach out to them, and from the first interaction, we were impressed with their professionalism and transparency. They explained the recovery process in detail and reassured us that they had the skills and expertise to track down the perpetrators and recover our funds. This gave us a renewed sense of hope, something we hadn’t felt in months. What truly stood out during our experience with Rapid Digital Recovery was their dedication to the recovery process. The team went above and beyond, using sophisticated tracking tools and cyber forensics to gather critical information. Within a matter of weeks, they had successfully located the funds and traced the scam back to the fraudsters responsible. They worked with the authorities to ensure the criminals were held accountable for their actions. To our relief, the team at Rapid Digital Recovery was able to recover every single penny we had lost. The funds were returned in full, and the sense of closure we felt was invaluable. We couldn’t have imagined such a positive outcome in the early stages of our recovery journey, and we are deeply grateful for the work they did. If you ever find yourself in a similar situation, I highly recommend contacting Rapid Digital Recovery. Their expertise, transparency, and dedication to their clients make them the go-to choice for anyone seeking to recover lost cryptocurrency or funds. They truly gave us back our financial future.  
    • This is my first time modding anything, so maybe just skill issue. I'm using Forge 54.0.12 and Temurin 21.0.5+11-LTS I wanted to create a custom keybind and to check whether it works I'd like to send a chat message. I tried using Minecraft.getInstance().player.sendSystemMessage(Component.literal("test")); but IntelliJ couldnt resolve sendSystemMessage(...). Since I saw people using it in earlier versions, I tried the same thing with 1.20.6(- 50.1.0), where it works fine, now I can't figure out if this is intentional and whether there are other options for sending chat messages. On that note, is there more documentation than https://docs.minecraftforge.net/en/1.21.x/? It seems very incomplete compared to something like the Oracle Java docs
    • Hi, i'm having this error and I wanna fix it. we try: -Reload drivers -Eliminate .minecraft -Eliminate Java -Restart launcher -Verify if minecraft is using gpu -Mods  in .minecraft is empty -Install the latest and recomended version of forge idk what i have to do, help me pls. the lastest log is: https://mclo.gs/WAMao8x  
    • Read the FAQ, Rule #2. (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/)  
    • The link to your log does not work, it says it is forbidden, Error, this is a private paste or is pending moderation.
  • Topics

×
×
  • Create New...

Important Information

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