Jump to content

Recommended Posts

Posted (edited)

I am trying to play a modpack on the curseforge launcher but everytime i try to start minecraft it crashes and this is the log.

I am confused about the errors and I am not sure why its doing this, btw the modpack is the Mighty Race To Space.

The "missing" mandatory dependencies are in the modpack, structurize and blockui are in the mods folder.

Here is the log:

[15:02:34] [main/INFO]: Found mod file fmlcore-1.18.2-40.1.52.jar of type LIBRARY with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@4d157787
[15:02:34] [main/INFO]: Found mod file javafmllanguage-1.18.2-40.1.52.jar of type LANGPROVIDER with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@4d157787
[15:02:34] [main/INFO]: Found mod file lowcodelanguage-1.18.2-40.1.52.jar of type LANGPROVIDER with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@4d157787
[15:02:34] [main/INFO]: Found mod file mclanguage-1.18.2-40.1.52.jar of type LANGPROVIDER with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@4d157787
[15:02:34] [main/INFO]: Found mod file client-1.18.2-20220404.173914-srg.jar of type MOD with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@4d157787
[15:02:34] [main/INFO]: Found mod file forge-1.18.2-40.1.52-universal.jar of type MOD with locator net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@4d157787
[15:02:35] [main/ERROR]: Missing mandatory dependencies: structurize, forge, blockui, forge
[15:02:38] [main/INFO]: Compatibility level set to JAVA_17
[15:02:38] [main/ERROR]: Mixin config dynamiclightsreforged.mixins.json does not specify "minVersion" property
[15:02:39] [main/INFO]: Successfully loaded Mixin Connector [de.maxhenkel.car.MixinConnector]
[15:02:39] [main/INFO]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector]
[15:02:39] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-40.1.52, --gameDir, C:\Users\(user)\curseforge\minecraft\Instances\The Mighty Race to Space, --assetsDir, C:\Users\(user)\curseforge\minecraft\Install\assets, --uuid, faba2dd7892743569d446de1416044b7, --username, Stormblade250, --assetIndex, 1.18, --accessToken, ????????, --clientId, Mzg0Yzg4NDQtYWVkNS00OWIzLWI0YWMtOWI2ZGMyNzE2MTFk, --xuid, 2535423758524041, --userType, msa, --versionType, release, --width, 1024, --height, 768]
[15:02:39] [main/WARN]: Reference map 'creativecore.mixins.refmap.json' for creativecore.mixins.json could not be read. If this is a development environment you can ignore this message
[15:02:39] [main/INFO]: Trying to switch memory allocators to work around memory leaks present with Jemalloc 5.0.0 through 5.2.0 on Windows
[15:02:39] [main/INFO]: Loaded configuration file for Rubidium: 29 options available, 0 override(s) found
[15:02:39] [main/WARN]: Reference map 'wildbackport-forge-refmap.json' for wildbackport.mixins.json could not be read. If this is a development environment you can ignore this message
[15:02:39] [main/WARN]: Error loading class: me/cominixo/betterf3/modules/TargetModule (java.lang.ClassNotFoundException: me.cominixo.betterf3.modules.TargetModule)
[15:02:39] [main/WARN]: @Mixin target me.cominixo.betterf3.modules.TargetModule was not found securitycraft.mixins.json:f3.BetterF3TargetModuleMixin
[15:02:43] [pool-3-thread-1/WARN]: @Final field f_31427_:[I in epicfight.mixins.json:MixinWitherBoss should be final
[15:02:43] [pool-3-thread-1/WARN]: @Final field f_31428_:[I in epicfight.mixins.json:MixinWitherBoss should be final

Edited by Stormblade250
Posted
Quote

[15:02:35] [main/ERROR]: Missing mandatory dependencies: structurize, forge, blockui, forge

You are missing or have the wrong versions of structurize and blockui mods.

You have 2 mods that want a different (probably more recent?) version of forge.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted

ok, thx, i think i fixed blockui because that no longer shows up in the error part of the log, but structurize still does, i've tried replacing it with different versions of the 1.18.2 version but still crashes, i also tried removing structurize and minecolonies from the mods folder but nothing works. I'm also not sure which mods are the wrong version, I have checked all the files and they all appear to be 1.18.2

also how do I fix this:

1 hour ago, Stormblade250 said:

[main/ERROR]: Mixin config dynamiclightsreforged.mixins.json does not specify "minVersion" property

i'm not sure how to fix the mixin config

Posted (edited)

The "minVersion" thing is not a real error. It is really a warning to the developer that mixin cannot check things.

 

If you don't post your updated log we cannot help you.

The logs/debug.log so we can see can see which mods you have installed.

 

Forge would normally tell you which mod is requiring the missing dependency and what version it wants.

But one of your mods has a broken mixin that is crashing the game before forge can do that. It's probably from the same mod.

The debug.log might say which mixin is causing the problem?

 

Failing that, you will need to start again. Add and test mods "one-by-one".

That way you will know which mod is causing the problem. It is the mod you just added.

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted
13 minutes ago, warjort said:

If you don't post your updated log we cannot help you.

The logs/debug.log so we can see can see which mods you have installed.

ok, how do I post the debug.log without just copy and pasting the entire thing?

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

    • Unlock Huge Savings:  ⊤emu  Coupon Code (acu639380) for July 2025  ⊤emu  is transforming the way the world shops—and July 2025 delivers its boldest offers yet. With the exclusive  ⊤emu  coupon code (acu639380), you're entering a world of rewards: from a $100 discount to premium coupon bundles, it's your passport to smart, stylish savings. The  ⊤emu  Advantage in July 2025  ⊤emu  is known for redefining affordability and access. With unbeatable prices across trending categories—from fashion to electronics—it now delivers to 67 countries with speed and reliability. But this month, it’s not just about what you buy. It’s about how much you save. With  ⊤emu  coupon code (acu639380) in hand, your savings soar. Instant Rewards with  ⊤emu  Coupon Code (acu639380) If you haven't activated this exclusive code, here's what you're missing: $100 Off for first-time users $100 Off for returning customers 40% Off on sitewide items Free gifts for new sign-ups $100 Coupon Bundle available for all users What Makes  ⊤emu  Coupon Code (acu639380) Unique? This code is designed to reward all shoppers—first-timers and loyal fans alike. Here’s how each discount delivers:  ⊤emu  coupon code (acu639380) $100 off: Best for newcomers stocking up.  ⊤emu  coupon code (acu639380) $100 off for existing users: Returning shoppers save big.  ⊤emu  coupon code (acu639380) 40% off: Big savings on trending picks.  ⊤emu  $100 coupon bundle: Split savings across several purchases.  ⊤emu  first time user coupon: Ideal to kickstart your shopping spree. Global Value, Personalized Access  ⊤emu  isn't just generous—it’s international. Whether you're in a Toronto high-rise or a Yorkshire farmhouse, the  ⊤emu  promo code (acu639380) unlocks smart deals and chic finds. Coupon Code Highlights by Country  ⊤emu  coupon code $100 off for USA – (acu639380)  ⊤emu  coupon code $100 off for Canada – (acu639380)  ⊤emu  coupon code $100 off for UK – (acu639380)  ⊤emu  coupon code $100 off for Japan – (acu639380)  ⊤emu  coupon code 40% off for Mexico – (acu639380)  ⊤emu  coupon code 40% off for Brazil – (acu639380) Why  ⊤emu  is the Marketplace of the Moment Unbeatable prices: Save up to 90% every day Worldwide reach: Ships to 67 countries New promotions: Fresh  ⊤emu  new offers in July 2025 Fast, free delivery: No matter where you are FAQ: Maximize Your  ⊤emu  Experience What’s the best  ⊤emu  discount in July 2025? The top offer is  ⊤emu  coupon code (acu639380) $100 off, for both new and existing users. Can I use these deals worldwide? Yes. The  ⊤emu  discount code (acu639380) for July 2025 is valid in North America, South America, Europe, and Asia. Can I combine discounts? Absolutely. Pair your  ⊤emu  $100 coupon bundle with seasonal deals for extra savings. Final Takeaway Smart shopping isn’t just about what you add to your cart—it’s about how you unlock value. With  ⊤emu  coupon codes for new users,  ⊤emu  coupon codes for existing users, and exciting July 2025 promotions, the best time to save is now. Don’t wait. Use  ⊤emu  coupon code (acu639380) today to claim your rewards and transform the way you shop. New offers, global access, and exclusive savings await.  
    • i sent you my name is feridsmash  
    • Yes it's run, thank you. (my english is bad, sorry)
    • I really appreciate how the modding community keeps exploring creative customization like this — it’s always great to see users pushing limits and troubleshooting together. For anyone needing a complete step-by-step process on adding or fixing skins in the Jenny Mod, I’ve shared a detailed guide that might help: How to Add Custom Skins to Jenny Mod on my site jennysmods.pro. Let me know what launcher you're using — CurseForge, ATLauncher, or MultiMC — since launcher behavior can also affect how skins are handled.
    • This issue usually happens when the modpack either overrides or doesn't load the correct skins directory or JSON configs properly within the .minecraft or mod assets folder. Also, some Forge modpacks can conflict with how custom skin renderers are initialized — especially if other cosmetic or performance mods (like OptiFine or Sodium forks) are present. Make sure your custom skins are placed in the correct folder and that the mod is actually looking in the right path. It’s also worth double-checking your resource pack priority and whether the modpack is resetting custom files on launch. I’ve covered a full step-by-step process on adding and fixing skins for the Jenny Mod here: https://jennysmods.com/how-to-add-custom-skins-to-jenny-mod/ — might help if you’re setting up things manually or want to troubleshoot skin visibility issues. Let me know what launcher you're using — CurseForge, ATLauncher, or MultiMC — as that can also affect behavior.
  • Topics

×
×
  • Create New...

Important Information

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