Jump to content

Recommended Posts

Posted (edited)

The loading screen for mods gets stuck at 2/7.

Things I tried:

Removing all the mods( (still stuck at Initializing mods Phase 1, sometimes its just stuck at Construction Mods 1/7)

Tried to disable the loading screen with splash.properties (the screen is now black. still doesn't work)

My java is Java 8. My forge is 10.13.4.1588-17.10 Launcher is 2.1.3674.

I have been playing just fine last week I don't know what happened. Here is the latest log:

[22:52:10] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:52:10] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:52:10] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[22:52:10] [main/INFO]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[22:52:10] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64
[22:52:10] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:52:10] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[22:52:10] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:52:10] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:52:10] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:52:11] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[22:52:11] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[22:52:11] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:52:11] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[22:52:11] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[22:52:11] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[22:52:11] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[22:52:12] [main/INFO]: Setting user: EmptyWaves
[22:52:13] [Client thread/INFO]: LWJGL Version: 2.9.1
[22:52:15] [Client thread/INFO]: Attempting early MinecraftForge initialization
[22:52:15] [Client thread/INFO]: MinecraftForge v10.13.4.1558 Initialized
[22:52:15] [Client thread/INFO]: Replaced 183 ore recipies
[22:52:15] [Client thread/INFO]: Completed early MinecraftForge initialization
[22:52:16] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
 

I would really appreciate if someone helped because I need it to open a server for a school project. Thanks :)

 

Edited by Levy
Posted

1.7.10 is no longer supported on this forum due to its age.

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

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello everyone. I am trying to set up a modded Minecraft server for version 1.20.1 but am running into an issue in which the server "freezes" during startup. The logs end at a certain point during startup, and no useful error messages are provided. Does anybody have any idea what might be happening? I am using a custom modlist.   Log File: https://api.mclo.gs/1/raw/eW4Nukg (There is an error message for "Quark", but it is not causing the issue I am having)
    • Hello everyone. I am trying to set up a modded Minecraft server for version 1.20.1 but am running into an issue in which the server "freezes" during startup. The logs end at a certain point during startup, and no useful error messages are provided. Does anybody have any idea what might be happening? I am using a custom modlist.   Log File: https://api.mclo.gs/1/raw/eW4Nukg (There is an error message for "Quark", but it is not causing the issue I am having)
    • You can get a $100 off Temu Coupon code using the code ((“acs790416”)). This Temu $100 Off code is specifically for new and existing customers both and can be redeemed to receive a 40% discount on your purchase.   Our exclusive Temu Coupon code offers a flat $100 off your purchase, plus an additional 30% discount on top of that. You can slash prices by up to 70% as a new Temu customer using code ((“acs790416”)). Existing users can enjoy 40% off their next haul with this code.   But that’s not all! With our Temu Coupon codes for 2025, you can get up to 90% discount on select items and clearance sales. Whether you’re a new customer or an existing shopper, our Temu codes provide extra discounts tailored just for you. Save up to 30% with these current Temu Coupons ["^"acs790416"^"] for January 2025. The latest Temu coupon codes at here.   New users at Temu receive a $100 discount on orders over $100 Use the code ((“acs790416”)) during checkout to get Temu Coupon $100 Off For New Users. You can save $100 Off your first order with the coupon code available for a limited time only.   Temu 90% Off promo code ((“acs790416”)) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu offers $100 Off coupon code “acs790416” for first time users. You can get a $100 bonus plus $100 Off any purchase at Temu with the $100 Coupon Bundle at Temu if you sign up with the referral code ((“acs790416”)) and make a first purchase of $100 or more. Free Temu codes $100 off — ((“acs790416”))   Temu Coupon $100 off — ((“acs790416”))   Temu Coupon 30% off — ((“acs790416”))   Temu Memorial Day Sale 75% off — ((“acs790416”))   Temu Coupon code today — ((“acs790416”))   Temu free gift code — ["^"acs790416"^"](Without inviting friends or family member)   Temu Coupon code for Canada - 40% Off— ((“acs790416”))   Temu Coupon code Australia - 40% Off— ((“acs790416”))   Temu Coupon code New Zealand - 40% Off — ((“acs790416”))   Temu Coupon code Japan - 40% Off — ((“acs790416”))   Temu Coupon code Mexico - 40% Off — ((“acs790416”))   Temu Coupon code Chile - 40% Off — ((“acs790416”))   Temu Coupon code Peru - 40% Off — ((“acs790416”))   Temu Coupon code Colombia - 40% Off — ((“acs790416”))   Temu Coupon code Malaysia - 40% Off — ((“acs790416”))   Temu Coupon code Philippines - 40% Off — ((“acs790416”))   Temu Coupon code South Korea - 40% Off — ((“acs790416”))   Redeem Free Temu Coupon Code ["^"acs790416"^"] for first-time users   Get a $100 discount on your Temu order with the promo code "acs790416". You can get a discount by clicking on the item to purchase and entering this Temu Coupon code $100 off ((“acs790416”)).   Temu New User Coupon ((“acs790416”)): Up To 75% OFF For First-Time Users   Our Temu first-time user coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on Temu. To maximize your savings, download the Temu app and apply our Temu new user coupon during checkout.   Temu Coupon Codes For Existing Users ((“acs790416”)): 40% Price Slash   Have you been shopping on Temu for a while? Our Temu Coupon for existing customers is here to reward you for your continued support, offering incredible discounts on your favorite products.   Temu Coupon For $100 Off ((“acs790416”)): Get A Flat $100 Discount On Order Value   Get ready to save big with our incredible Temu Coupon for $100 off! Our amazing Temu $100 off coupon code will give you a flat $100 discount on your order value, making your shopping experience even more rewarding.   Temu Coupon Code For 40% Off ((“acs790416”)): For Both New And Existing Customers   Our incredible Temu Coupon code for 40% off is here to help you save big on your purchases. Whether you’re a new user or an existing customer, our 40% off code for Temu will give you an additional discount!   Temu Coupon Bundle ((“acs790416”)): Flat $100 Off + Up To 70% Discount   Get ready for an unbelievable deal with our Temu Coupon bundle for 2025! Our Temu Coupon bundles will give you a flat $100 discount and an additional 40% off on top of it.   Free Temu Coupons ((“acs790416”)): Unlock Unlimited Savings!   Get ready to unlock a world of savings with our free Temu Coupons! We’ve got you covered with a wide range of Temu Coupon code options that will help you maximize your shopping experience.   30% Off Temu Coupons, Promo Codes + 25% Cash Back ((“acs790416”))   Redeem Temu Coupon Code ((“acs790416”))   Temu Coupon $100 OFF ((“acs790416”))   Temu Coupon $100 OFF FOR EXISTING CUSTOMERS ((“acs790416”))   Temu Coupon $100 OFF FIRST ORDER ((“acs790416”))   Temu Coupon $100 OFF REDDIT ((“acs790416”))   Temu Coupon $100 OFF FOR EXISTING CUSTOMERS REDDIT ((“acs790416”))   Temu $100 OFF CODE ((“acs790416”))   Temu 100 OFF COUPON 2025 ((“acs790416”))   DOMINOS 100 RS OFF COUPON CODE ((“acs790416”))   WHAT IS A COUPON RATE ((“acs790416”))   Temu $100 OFF FOR EXISTING CUSTOMERS ((“acs790416”))   Temu $100 OFF FIRST ORDER ((“acs790416”))   Temu $100 OFF FREE SHIPPING ((“acs790416”)) You can get an exclusive $100 off discount on your Temu purchase with the code **[acs790416]**. This code is specially designed for new customers and offers a significant price cut on your shopping. Make your first purchase on Temu more rewarding by using this code to get $100 off instantly.   **Temu Coupon Code For $100 Off [acs790416]:**   Get A Flat $100 Discount On Order Value   Get ready to save big with our incredible Temu coupon for $100 off! Our coupon code will give you a flat $100 discount on your order value, making your shopping experience even more rewarding.   **Exclusive Temu Discount Code [acs790416]:**   Flat $200 OFF for New and Existing Customers   Using our Temu promo code you can get $200 off your order and 30% off using our Temu promo code **[acs790416]**. As a new Temu customer, you can save up to 70% using this promo code. For returning users, our Temu promo code offers a 100% price slash on your next shopping spree. This is our way of saying thank you for shopping with us!   **Best Temu Deals and Coupons [acs790416]:**   During 2024, Temu coupon codes offer discounts of up to 90% on select items, making it possible for both new and existing users to get incredible deals. From $100 off deals to 30% discounts, our Temu promo codes make shopping more affordable than ever.   **Temu Coupon Code For $100% Off [acs790416]:**   For Both New And Existing Customers   Free Temu $100 Off Code — **[acs790416]**   Temu Coupon 30% Off — **[acs790416]**   Temu Memorial Day Sale - 75% Off — **[acs790416]**   Temu Free Gift Code — **[acs790416]**   Temu $500 Off Code — **[acs790416]**   Best Temu $200 Off Code — **[acs790416]**   Temu Coupon Code first order — **[acs790416]**   Temu Coupon Code for New user — **[acs790416]**   Temu Coupon Code $$100 off — **[acs790416]**   Temu Coupon Code $50 off — **[acs790416]**   Temu Coupon Code $70 off — **[acs790416]**   Temu Promo Code 2024 — **[acs790416]**   Temu Coupon Code $200 off — **[acs790416]**   Temu Coupon Code $90 off — **[acs790416]**   Temu Sign up Bonus Code — **[acs790416]**   Temu Coupon Code $120 off — **[acs790416]**   Our exclusive Temu coupon code allows you to take a flat $200 off your purchase with an added 30% discount on top. As a new Temu shopper, you can save up to 70% using code **[acs790416]**. Returning customers can also enjoy a 100% discount on their next purchases with this code. **Temu Coupon Code for Your Country Sign-up Bonus**   Temu $100 Off Code Canada **[acs790416]** - 30% off   Temu $100 Off Code Australia **[acs790416]** - 30% off   Temu $100 Off Code New Zealand **[acs790416]** - 30% off   Temu $100 Off Code Japan **[acs790416]** - 30% off   Temu $100 Off Code Mexico **[acs790416]** - 30% off   Temu $100 Off Code Chile **[acs790416]** - 30% off   Temu $100 Off Code Peru **[acs790416]** - 30% off   Temu $100 Off Code Colombia **[acs790416]** - 30% off   Temu $100 Off Code Malaysia **[acs790416]** - 30% off   Temu $100 Off Code Philippines **[acs790416]** - 30% off   Temu $100 Off Code South Korea **[acs790416]** - 30% off   Temu $100 Off Code USA **[acs790416]** - 30% off   Temu $100 Off Code Pakistan **[acs790416]** - 30% off   Temu $100 Off Code Finland **[acs790416]** - 30% off   Temu $100 Off Code Saudi Arabia **[acs790416]** - 30% off   Temu $100 Off Code Qatar **[acs790416]** - 30% off   Temu $100 Off Code France **[acs790416]** - 30% off   Temu $100 Off Code Germany **[acs790416]** - 30% off   Temu $100 Off Code Netherlands **[acs790416]** - 30% off   Temu $100 Off Code Israel **[acs790416]** - 30% off     Get a $100 discount on your Temu order with the promo code **[acs790416]**. You can get a discount by clicking on the item to purchase and entering this Temu coupon code $100 off **[acs790416]**.   **Temu Coupon Code [acs790416]:** Get Up To 90% OFF In NOV 2024   Are you looking for the best Temu coupon codes to get amazing discounts? Our Temu coupons are perfect for getting those extra savings you crave. We regularly test our coupon codes for Temu to ensure they work flawlessly, giving you a guaranteed discount every time.   **Temu New User Coupon [acs790416]:**   Up To 75% OFF For First-Time Users   Our Temu first-time user coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on Temu. To maximize your savings, download the Temu app and apply our Temu new user coupon during checkout.   **What is a Temu Coupon Code?**   A Temu coupon code, such as **[acs790416]**, is a special promotional code that you can enter during checkout to receive a discount on your purchase. These codes often offer percentage-based discounts, flat reductions on order values, or special bonuses like free gifts or shipping. Temu offers a range of coupon codes to ensure all its shoppers, from new users to loyal customers, can enjoy exclusive discounts.   **Top Temu Coupon Codes for Different Offers**   Temu Black Friday Code **[acs790416]** - Up to 90% off during Black Friday sales.   Temu Holiday Discount **[acs790416]** - Extra savings on holiday shopping.   Temu $500 Off Code **[acs790416]** - The best high-value discount for major purchases.   Temu Sign-Up Bonus **[acs790416]** - Exclusive for new users for up to 75% off on first-time purchases.   **Why Choose Temu Coupons?**   Best Value Deals: Whether you’re buying daily essentials or unique gifts, Temu’s discounts with **[acs790416]** offer some of the best value deals in the market.   Simple to Use: No complex steps or special conditions—just enter **[acs790416]** at checkout for immediate discounts.   Comprehensive Coverage: Temu coupons work for a wide variety of product categories, making it possible for everyone to save.   **Get $50 Off Temu Coupon Code [acs790416] | + 30% Discount**   You can get a $50 off Temu coupon code using the code **[acs790416]**. This Temu $50 Off code is specifically for new customers and can be redeemed to receive a $50 discount on your purchase.   **Temu Coupon Bundle [acs790416]:**   Flat $100 Off + Up To 70% Discount   Get ready for an unbelievable deal with our Temu coupon bundle for 2024! Our Temu coupon bundles will give you a flat $100 discount and an additional 100% off.   **Best Temu Offers and Discounts for January 2025**   Want to save big on your Temu orders? Our tested and verified Temu coupon codes ensure you get the maximum discounts, from $50 off to $500 off, depending on the ongoing promotion.   **How to Use Temu Coupon Code [acs790416]**   Add Items to Your Cart: Shop on Temu and add the products you wish to purchase to your cart.   Go to Checkout: Once ready, proceed to the checkout page.   Enter the Coupon Code: In the designated promo code box, enter **[acs790416]** and click on the “Apply” button.   Enjoy Your Savings: Instantly see your total amount reduced based on the coupon code you applied. Complete your purchase and enjoy the savings!   **Top Temu Coupons for New Users [acs790416]**   If you are new to Temu, take advantage of our first-time user coupon codes and get up to 75% off on your first purchase using **[acs790416]**. For even more savings, download the Temu app and enter the promo code during checkout.   **Temu Coupon Codes for Existing Users [acs790416]**   Returning customers can also enjoy amazing deals with our 100% discount code for repeat purchases. Temu values its loyal customers and offers this special promo code as a token of appreciation. Unlock Big Savings with the Best Temu Coupon Code: ((“acs790416”)) Looking for unbeatable Temu deals? You’re in the right place! Whether you’re a loyal returning customer or a first-time shopper, this exclusive coupon code ((“acs790416”)) offers significant discounts on your favorite items. Keep reading to discover how you can maximize your savings using this versatile promo code and enjoy an enhanced shopping experience. ▸ Exclusive Temu Coupon Code for All Shoppers Are you searching for a universal coupon code for Temu? Look no further! The coupon code ((“acs790416”)) is valid for both new and existing customers, ensuring everyone gets more value for their money. ➔ Start saving today! ➜ Temu Coupon Code for Existing Customers Returning customers don’t need to miss out on fantastic savings. Apply the coupon code ((“acs790416”)) at checkout and enjoy exclusive discounts. ▶ Stay loyal, save more! ➜ Temu Coupon Code for New Customers New to Temu? Begin your shopping adventure with instant savings! Use the promo code ((“acs790416”)) during your first purchase to get a substantial discount. ➔ A great start for first-time shoppers! ▶ Special Deals: Massive Discounts for Every Order ➜ Get $100 Off with Temu Coupon Code Looking for a way to save $100? Use the coupon code ((“acs790416”)) on selected purchases and enjoy a significant price reduction. Whether you’re placing your first or repeat order, this promo code delivers incredible savings. → Big discounts, hassle-free! ➜ $90 Off Coupon Code for Temu Shoppers Save up to $90 by using the promo code ((“acs790416”)) at checkout. This deal is perfect for both new and returning shoppers. ➜ Save $70 Instantly with Temu Coupon Code Want instant savings? Enter the code ((“acs790416”)) to receive $70 off your next order. ➔ Spend less, shop more! ➜ Grab $50 Off Plus Free Shipping Combine two great offers—$50 off plus free shipping—by applying the coupon code ((“acs790416”)). ➔ Double benefits, zero shipping costs! ➜ Get $40 Off on Temu Orders Use the coupon code ((“acs790416”)) to receive $40 off your total bill. This discount is available to both new and existing customers. ➜ Save $30 on Your Next Order Apply the promo code ((“acs790416”)) to get $30 off your next Temu purchase. → Every bit of savings adds up! ▸ Additional Offers and Freebies ➜ Free Items with Temu Coupon Code Everyone loves freebies! Use the code ((“acs790416”)) on Temu to find deals that include free items with your order. ➔ Shop smart, grab extras! ➜ Enjoy 50% Off on Your First Order First-time buyers can enjoy a 50% discount by using the coupon code ((“acs790416”)). ➔ Don’t miss this half-price offer! ➜ Verified Reddit Coupon Codes for Temu Instead of browsing Reddit for hours, use the verified Temu coupon code ((“acs790416”)) to enjoy discounts of up to $100, $90, $70, $50, or $40 instantly. ▶ Frequently Asked Questions ➜ Is the Temu Coupon Code ((“acs790416”)) Legit? Yes, the coupon code ((“acs790416”)) is 100% legit and verified. You can safely use it on Temu’s official website to enjoy guaranteed discounts. ➜ How Do I Apply the Coupon Code on Temu? Add items to your cart. Go to checkout. Enter the coupon code ((“acs790416”)) in the promo code box. Click ‘Apply’ and watch your total decrease instantly! ▸ Final Thoughts: Shop More, Save More! Shopping on Temu just got better! Whether you’re eyeing a big discount like $100 off or want free shipping, the coupon code ((“acs790416”)) covers it all. With verified offers, legit deals, and massive savings, this is the best time to shop on Temu. Start shopping now and unlock unbeatable discounts with ((“acs790416”))! Happy shopping!
    • bedbuewfbyirewibuewbufbiuewfbhiewbvuiwrv
    • System Info:     - OS: CachyOS x86_64 - (Arch based)     - Kernel: Linux 6.13.0-2-cachyos     - CPU: AMD Ryzen 5 7600X (12) @ 5.45 GHz     - GPU 1: NVIDIA GeForce RTX 4070 [Discrete]     - GPU 2: AMD Raphael [Integrated] Versions:     - openjdk 23.0.2 2025-01-21     - forge-1.21.4-54.0.21-installer.jar Log:     - forge-1.21.4-54.0.21-installer.jar.log Error: net/minecraft/world/ticks/package-info.class version.json Processor failed, invalid outputs: /home/ori/Desktop/Bots/Serverbot/MC_Worlds/ForgeTest/./libraries/net/minecraft/server/1.21.4/server-1.21.4-official.jar Expected: 0c21a12f2007a8243664e81cb1c353d94ed721a1 Actual: 0cf72b1d313f7cd54003e29428c02769068f25db There was an error during installation Regardless if I am installing client or server, it throws this error. I have tried changing my java version to java 18, tried different forge installer versions. I am out of ideas.
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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