Jump to content

Recommended Posts

Posted

Please read the Logs section of my signature below and provide the appropriate log in the appropriate manner.

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]

 

Posted

Please provide a screenshot of the files in your logs folder

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]

 

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

    • The exclusive acw696499 Temu coupon code unlocks the best deals for users in the USA, Canada, and European nations. This amazing deal includes the Temu coupon $100 off and Temu 100 off coupon code, giving you multiple ways to save instantly. What Is The Coupon Code For Temu $100 Off? Both new and existing customers can unlock exceptional savings using our Temu coupon $100 off on the Temu website and app. This exclusive $100 off Temu coupon makes shopping more rewarding than ever. acw696499: Flat $100 off on select orders for all eligible users. acw696499: $100 coupon pack usable over multiple transactions for maximum value. acw696499: New customers get a $100 flat discount upon signup and first purchase. acw696499: Existing users get an extra $100 promo discount to boost their savings. acw696499: $100 worth of coupons valid for users in the USA, Canada, and Europe. Temu Coupon Code $100 Off For New Users In 2025 If you're a first-time shopper on Temu, you're in luck. New users can claim the highest discounts using our Temu coupon $100 off and Temu coupon code $100 off. acw696499: Enjoy a flat $100 discount on your first-ever Temu order. acw696499: Unlock a $100 coupon bundle tailored for new customers. acw696499: Receive up to $100 in coupons for use over several transactions. acw696499: Benefit from free shipping to 68 countries worldwide. acw696499: First-time users get an extra 30% off any purchase. How To Redeem The Temu Coupon $100 Off For New Customers? To use the Temu $100 coupon and Temu $100 off coupon code for new users, follow this easy guide: Download the Temu app or visit the official Temu website. Sign up using your email or mobile number as a new user. Add your desired items to the cart. At checkout, enter the code acw696499 in the promo field. Your discount will be applied instantly and reflected in the total amount. Temu Coupon $100 Off For Existing Customers Already a Temu shopper? Good news—existing users can still enjoy big savings with our Temu $100 coupon codes for existing users and Temu coupon $100 off for existing customers free shipping offers. acw696499: Get an extra $100 discount on your next Temu order. acw696499: Receive a $100 coupon bundle for use on multiple purchases. acw696499: Free express shipping with a complimentary gift for USA/Canada customers. acw696499: Save an additional 30% on top of your $100 coupon. acw696499: Enjoy free shipping to 68 countries including the USA and Europe. How To Use The Temu Coupon Code $100 Off For Existing Customers? To apply the Temu coupon code $100 off and Temu coupon $100 off code as a returning customer: Log in to your Temu account on the app or website. Browse products and add them to your cart. Head to checkout and enter acw696499 in the promo code field. Instantly see your $100 discount and any additional savings. Complete your purchase and enjoy your exclusive deal. Latest Temu Coupon $100 Off First Order Your first Temu order can come with major perks. Use our Temu coupon code $100 off first order, Temu coupon code first order, and Temu coupon code $100 off first time user to get incredible deals. acw696499: Flat $100 discount for the first order. acw696499: Unlock a $100 Temu coupon code for your first purchase. acw696499: Get up to $100 in coupons usable multiple times. acw696499: Enjoy free shipping to 68 countries with your first order. acw696499: First-time users receive an extra 30% off any purchase. How To Find The Temu Coupon Code $100 Off? Finding a working Temu coupon $100 off or Temu coupon $100 off Reddit code is easier than ever. Just sign up for the Temu newsletter to get exclusive, verified offers sent directly to your inbox. You can also follow Temu on their social media platforms to stay updated with flash deals and seasonal promos. Or simply visit our trusted coupon site to get the latest, working Temu coupon codes every day. Is Temu $100 Off Coupon Legit? Absolutely, our Temu $100 Off Coupon Legit and Temu 100 off coupon legit offers are real and verified. The code acw696499 is officially tested and approved for Temu users. Any customer can safely use this code to receive $100 off on both first-time and repeat purchases. Best of all, this coupon code is valid worldwide and comes with no expiration date. How Does Temu $100 Off Coupon Work? The Temu coupon code $100 off first-time user and Temu coupon codes 100 off promotions are designed to reward both new and returning customers. Simply apply the code during checkout, and the discount will be deducted from your total amount. This code can be used in combination with other seasonal deals, flash sales, and free shipping offers. It's a straightforward and effective way to save big while shopping your favorite products on Temu. How To Earn Temu $100 Coupons As A New Customer? New customers can easily earn the Temu coupon code $100 off and 100 off Temu coupon code by signing up on the Temu app or website. Once registered, apply the promo code acw696499 to activate your $100 in coupon savings. These rewards often come bundled as part of a welcome package, which includes multiple-use coupons, a 30% bonus discount, and free shipping. The process is simple, fast, and ensures maximum value for new shoppers. What Are The Advantages Of Using The Temu Coupon $100 Off? Here are the top benefits of using the Temu coupon code 100 off and Temu coupon code $100 off: $100 discount on your first order. $100 coupon bundle for multiple transactions. Save up to 70% on trending products. Extra 30% off for returning customers. Up to 90% off on selected items. Free gift for new users. Free shipping to 68 countries globally. Temu $100 Discount Code And Free Gift For New And Existing Customers Our Temu $100 off coupon code and $100 off Temu coupon code offer many great perks for both first-time and returning customers. acw696499: Enjoy a $100 discount on your very first Temu order. acw696499: Save an additional 30% on any item in the app. acw696499: Get a free welcome gift exclusively for new users. acw696499: Receive up to 70% discount on top-rated items. acw696499: Free gift plus shipping to 68 countries including the USA and UK. Pros And Cons Of Using The Temu Coupon Code $100 Off This Month Here are the pros and cons of using the Temu coupon $100 off code and Temu 100 off coupon: Pros Flat $100 discount on your order. Extra 30% off on any item. Free shipping to 68 countries. No minimum purchase requirement. Exclusive gifts for both new and existing users. Cons Not valid on third-party seller items. Cannot be combined with some limited-time flash sales. Terms And Conditions Of Using The Temu Coupon $100 Off In 2025 Please review the following terms for using the Temu coupon code $100 off free shipping and latest Temu coupon code $100 off: No expiration date; use it anytime. Valid for both new and existing users. Usable in 68 countries worldwide. No minimum purchase requirement. Code: acw696499 is valid across all platforms. Not applicable on third-party or reseller items. Final Note: Use The Latest Temu Coupon Code $100 Off To wrap it up, don't miss the chance to save with the Temu coupon code $100 off. Whether you’re a new or returning customer, this deal is designed to maximize your savings. Use the Temu coupon $100 off today and enjoy additional perks like free shipping, discounts, and welcome gifts. The time to save is now! FAQs Of Temu $100 Off Coupon  Is the Temu $100 coupon available for everyone? Yes, the coupon is available for both new and existing customers who use code acw696499 during checkout.  Can I combine the Temu $100 off code with other promos? In most cases, yes! You can use the code with seasonal deals and free shipping offers.  How many times can I use the $100 coupon on Temu? The coupon pack includes multiple-use vouchers, so you can spread out your savings across several orders. Does the Temu $100 off coupon have an expiry date? No, our code acw696499 has no expiry date and can be used anytime. Is the $100 Temu coupon code legit and safe? Absolutely! The coupon is tested and verified regularly to ensure it’s safe and valid for all users.
    • Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here  
    • I removed yetanotherchance booster and now it says Invalid player identity
    • Cracked Launchers are not supported
  • Topics

×
×
  • Create New...

Important Information

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