Jump to content

Recommended Posts

Posted

Installing forge end with "Successfuly installed client profile forge for version 1.14.3-27.0.54 into launcher" but nothing changes. I already tryed turning off my antyvirus and reinstalling minecraft.

Posted

What launcher are you using? Please provide a screenshot.

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

Are you sure you're looking at the version list and not your Profile/Installation list?

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

    • Temu Coupon Code $100 OFF → [acu639380] for Existing Customers Unlock $100 Off with  Temu Coupon Code (acu639380)  Temu continues to lead the e-commerce world with unbeatable discounts and trending products, and June 2025 is no exception. With  Temu coupon code (acu639380), you can score up to $100 off, whether you're a first-time shopper or a returning customer. With ultra-fast delivery, free shipping across 67 countries, and discounts reaching up to 90% off,  Temu is offering exclusive bundles and promo codes this June that are simply too good to pass up. Here’s how to make the most of  Temu coupon code (acu639380) and start saving today. Why June 2025 Is the Best Time to Shop on  Temu June is packed with limited-time offers, trending new arrivals, and secret price cuts across all categories. From fashion and electronics to beauty and home essentials,  Temu delivers must-have items at prices that crush the competition. Apply  Temu coupon code (acu639380) and get access to: $100 off for new users $100 off for existing customers 40% extra discount on select categories A $100 coupon bundle for both new and returning shoppers A free welcome gift for first-time buyers Exclusive Benefits of  Temu Coupon Codes These tailored discounts are crafted for every type of shopper. Maximize your savings with:  Temu coupon code (acu639380) $100 off — Slash your total bill on bulk purchases.  Temu coupon code (acu639380) for existing users — Premium deals just for loyal shoppers.  Temu coupon code (acu639380) for new users — Save big on your first order.  Temu coupon code (acu639380) 40% off — Ideal for fashion and seasonal finds.  Temu $100 coupon bundle — Unlock stacked discounts across departments.  Temu first-time user coupon — Get a head start with a gift and discount. Country-Specific Deals with  Temu Code (acu639380)  Temu’s global reach means personalized offers no matter where you shop:  Temu coupon code $100 off — USA  Temu coupon code $100 off — Canada  Temu coupon code $100 off — UK  Temu coupon code $100 off — Japan  Temu coupon code 40% off — Mexico  Temu coupon code 40% off — Brazil  Temu coupon code $100 off — Germany  Temu coupon code $100 off — France  Temu new user coupon — Argentina  Temu coupons for existing users — Italy  Temu promo code (acu639380) for June 2025 — Spain What to Buy on  Temu in June 2025  Temu’s diverse inventory spans thousands of categories. Here are hot picks eligible for  Temu discount code (acu639380): Smart gadgets and accessories Fashion-forward styles for all ages Stylish home decor and space-saving solutions Wellness, fitness, and beauty essentials Kitchen tools and cookware Office supplies, toys, and gifts My Experience Saving $100 with  Temu Coupon Code (acu639380) When I used  Temu coupon code (acu639380) as a returning customer, I immediately received a $100 discount. Pairing that with a 40% off category promo and the $100 coupon bundle, I walked away with over $200 in value for under $80. You can enjoy the same benefits. Just apply  Temu coupon code (acu639380) at checkout, and your savings will automatically apply — with free global delivery to top it off. More  Temu Deals for June 2025 This month is loaded with rotating offers, surprise bundles, and daily flash sales. Stay updated on: New drops using the  Temu new user coupon Weekly refreshes of  Temu coupons for existing users Regional promotions with  Temu promo code (acu639380) for June 2025 Final Thoughts No matter where you are — North America, Europe, or South America —  Temu coupon code (acu639380) is your key to serious savings. With discounts for both new and loyal customers, now is the time to make the most of  Temu’s irresistible prices. Use acu639380 today to enjoy exclusive perks and unlock smarter shopping at unbeatable value.  
    • TℰℳU Coupon Code $100 Off [acu639380] First Time User Unlock Huge Savings:  TℰℳU Coupon Code (acu639380) for June 2025  TℰℳU is transforming the way the world shops—and June 2025 delivers its boldest offers yet. With the exclusive  TℰℳU 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  TℰℳU Advantage in June 2025  TℰℳU 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  TℰℳU coupon code (acu639380) in hand, your savings soar. Instant Rewards with  TℰℳU 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  TℰℳU Coupon Code (acu639380) Unique? This code is designed to reward all shoppers—first-timers and loyal fans alike. Here’s how each discount delivers:  TℰℳU coupon code (acu639380) $100 off: Best for newcomers stocking up.  TℰℳU coupon code (acu639380) $100 off for existing users: Returning shoppers save big.  TℰℳU coupon code (acu639380) 40% off: Big savings on trending picks.  TℰℳU $100 coupon bundle: Split savings across several purchases.  TℰℳU first time user coupon: Ideal to kickstart your shopping spree. Global Value, Personalized Access  TℰℳU isn't just generous—it’s international. Whether you're in a Toronto high-rise or a Yorkshire farmhouse, the  TℰℳU promo code (acu639380) unlocks smart deals and chic finds. Coupon Code Highlights by Country  TℰℳU coupon code $100 off for USA – (acu639380)  TℰℳU coupon code $100 off for Canada – (acu639380)  TℰℳU coupon code $100 off for UK – (acu639380)  TℰℳU coupon code $100 off for Japan – (acu639380)  TℰℳU coupon code 40% off for Mexico – (acu639380)  TℰℳU coupon code 40% off for Brazil – (acu639380) Why  TℰℳU is the Marketplace of the Moment Unbeatable prices: Save up to 90% every day Worldwide reach: Ships to 67 countries New promotions: Fresh  TℰℳU new offers in June 2025 Fast, free delivery: No matter where you are FAQ: Maximize Your  TℰℳU Experience What’s the best  TℰℳU discount in June 2025? The top offer is  TℰℳU coupon code (acu639380) $100 off, for both new and existing users. Can I use these deals worldwide? Yes. The  TℰℳU discount code (acu639380) for June 2025 is valid in North America, South America, Europe, and Asia. Can I combine discounts? Absolutely. Pair your  TℰℳU $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  TℰℳU coupon codes for new users,  TℰℳU coupon codes for existing users, and exciting June 2025 promotions, the best time to save is now. Don’t wait. Use  TℰℳU coupon code (acu639380) today to claim your rewards and transform the way you shop. New offers, global access, and exclusive savings await.  
    • I used the Temu coupon code acu639380 and got a $200 discount bundle. Works for new and existing users in the US and Canada. Free shipping included. Just enter the code at checkout.
    • Maybe the server or a java instance is still running in background - so restarting the server after the crash results in the "failed to bind port" error   The crash itself points to jvm.dll - so something on your system prevents java from working - maybe the antivirus program, firewall or something else - I have no idea
    • One strange thing I have noticed is this: The server runs fine for an hour or so, then crashes and doesn't even start anymore. However, if I restart the server pc it runs again for an hour. Isn't it some error related to some kind of cache?
  • Topics

×
×
  • Create New...

Important Information

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