Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Can't install forge
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
DannyUK

Can't install forge

By DannyUK, February 19, 2020 in Support & Bug Reports

  • Reply to this topic
  • Start new topic

Recommended Posts

DannyUK    0

DannyUK

DannyUK    0

  • Tree Puncher
  • DannyUK
  • Members
  • 0
  • 7 posts
Posted February 19, 2020

Hi, I haven't played Minecraft for a few years and recently just tried to get back into it but I'm having a problem installing recent version of forge.

I have uninstalled and reinstalled minecraft i've also done the same with java which is version 8 and I still come up against the same problem.

When I click install on the forge launcher it begins to install but when finished it pops a box up with an error stating I have missing library files, I have no idea what these are. I managed to locate 2 missing files online and put them in the folder but the rest I have no idea, surely I don't have to manually install each? I will post a screenshot of the files it says I am missing, hopefully someone can help me I spent hours searching online and about to give up on this game already.

 

libraries.thumb.jpg.9588e492aaa6a9ea85467103dbfdd1f8.jpg

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7619

diesieben07

diesieben07    7619

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7619
  • 55250 posts
Posted February 19, 2020

Post the installer log.

  • Quote

Share this post


Link to post
Share on other sites

DannyUK    0

DannyUK

DannyUK    0

  • Tree Puncher
  • DannyUK
  • Members
  • 0
  • 7 posts
Posted February 19, 2020 (edited)

I don't know if this is the right log file or not, it was in the log folder of minecraft latest.

 

 

Edited February 19, 2020 by DannyUK
  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    537

DaemonUmbra

DaemonUmbra    537

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 537
  • 10206 posts
Posted February 19, 2020

That's not the right file, the installer log will be in the same folder as the installer, either with the installer's name with .log on the end or simply called "installer.log"

  • Quote

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.

 

Twitch Launcher: If you are using the Twitch Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Twitch'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]

 

Share this post


Link to post
Share on other sites

DannyUK    0

DannyUK

DannyUK    0

  • Tree Puncher
  • DannyUK
  • Members
  • 0
  • 7 posts
Posted February 19, 2020 (edited)

I don't see it, just another launcher.log file. Nevermind though I will do without forge for now, more trouble than it's worth to be honest, spent enough hours trying to figure it out can't be dealing with it right now thanks anyway.

 

After looking around in folders I think I found it, I'm hoping this is the one. Please say you know how to fix it it is driving me up the wall, I'm not as tech savy as you guys.

forge-1.14.4-28.2.0-installer.jar.log

Edited February 19, 2020 by DannyUK
  • Quote

Share this post


Link to post
Share on other sites

DannyUK    0

DannyUK

DannyUK    0

  • Tree Puncher
  • DannyUK
  • Members
  • 0
  • 7 posts
Posted February 20, 2020

If you can't solve it though no problem I will just leave it off and find something else.

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7619

diesieben07

diesieben07    7619

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7619
  • 55250 posts
Posted February 20, 2020

What's your ISP?

  • Quote

Share this post


Link to post
Share on other sites

DannyUK    0

DannyUK

DannyUK    0

  • Tree Puncher
  • DannyUK
  • Members
  • 0
  • 7 posts
Posted February 20, 2020 (edited)

Who is my ISP? BT

 

I've tried many things to solve it including suggestion in these other threads but no luck. I think I will have to live without forge.

 

https://www.minecraftforge.net/forum/topic/74392-forge-1144-these-libraries-failed-to-download-try-again/

 

https://www.minecraftforge.net/forum/topic/74922-solved-these-libraries-failed-to-download/

 

This post has a screenshot of near enough the same files missing as me and suggests to update java, done that, tried many of the java links and doesn't work.

https://www.minecraftforge.net/forum/topic/72852-forge-1143-libraries-failed-to-download/

 

https://www.minecraftforge.net/forum/topic/52285-forge-installation-issues/

Edited February 20, 2020 by DannyUK
  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7619

diesieben07

diesieben07    7619

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7619
  • 55250 posts
Posted February 20, 2020

BT has unfortunately decided that files.minecraftforge.net is a scam site and is blocking HTTPS traffic to the site.

Please complain to their customer support, there is nothing we can do about this.

  • Quote

Share this post


Link to post
Share on other sites

DannyUK    0

DannyUK

DannyUK    0

  • Tree Puncher
  • DannyUK
  • Members
  • 0
  • 7 posts
Posted February 20, 2020

Yes I had noticed that the website was not accessible in browser, did not think it was ISP though. I had to use VPN to download forge to start with. So there is no way around getting the files for it to work? I don't think me complaining to BT would solve anything, if they've blocked it it will probably stay blocked. Surprised there isn't more people having this issue, BT is popular ISP in UK.

 

Well if there nothing you can do then so be it, thanks for trying though.

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7619

diesieben07

diesieben07    7619

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7619
  • 55250 posts
Posted February 20, 2020
3 minutes ago, DannyUK said:

Surprised there isn't more people having this issue, BT is popular ISP in UK.

There are.

There are at least 5 threads already and the Forge discord has a few people every day with it.

 

And yes, there is unfortunately nothing we can do.

 

3 minutes ago, DannyUK said:

I had to use VPN to download forge to start with.

Just leave the VPN active with using the installer, it should work fine then.

  • Quote

Share this post


Link to post
Share on other sites

DannyUK    0

DannyUK

DannyUK    0

  • Tree Puncher
  • DannyUK
  • Members
  • 0
  • 7 posts
Posted February 20, 2020
19 minutes ago, diesieben07 said:

There are.

There are at least 5 threads already and the Forge discord has a few people every day with it.

 

And yes, there is unfortunately nothing we can do.

 

Just leave the VPN active with using the installer, it should work fine then.

Wow it worked thanks, when I said I was using VPN I meant in browser so I was able to download the forge file from website that way but it would not let me download files at first until I actually downloaded the VPN onto the computer itself and use it that way, I'm so stupid I should have tried this, never even thought about it.

 

Would this mean everytime I use minecraft I have to have VPN active to use it or was it just to download files?

 

I hope people see this thread if they are having same trouble, it was driving me up the wall.

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7619

diesieben07

diesieben07    7619

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7619
  • 55250 posts
Posted February 20, 2020
20 minutes ago, DannyUK said:

Would this mean everytime I use minecraft I have to have VPN active to use it or was it just to download files?

It's only when you access files.minecraftforge.net, which only happens when you run the installer.

  • Thanks 1
  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Milano
      My forge wont install

      By Milano · Posted just now

      Hey there,   I just downloaded my forge File: forge-1.16.4-35.1.4-installer but it wont let me open it to install forge. Does anyone know how to fix this? 
    • xX_deadbush_Xx
      1.15.2 compiled mod crashes due to IllegalAccessError

      By xX_deadbush_Xx · Posted 1 minute ago

      So I exported my mod with gradlew build but when I try to run it it crashes. Here is the crash log: https://pastebin.com/tjHAxZ4g, debug log: https://pastebin.com/nZKm4wgZ. Im assuming this is caused by an access transformer not transforming properly since the method that causes the error should be public. I have made sure that the AT file is actually contained in the compiled jar which you can find here https://www.swisstransfer.com/d/e08cb842-1b8b-4809-aecf-30021a92b8fb. Im using forge 1.15.2-31.1.0 and the mappings are 20201219-1.15.1
    • Mopaseo
      Minecraft launcher unable to launch

      By Mopaseo · Posted 2 minutes ago

      Here is what I found 
    • Exced
      Minecraft Eternal Modpack Server won't start

      By Exced · Posted 21 minutes ago

      C:\Users\Exced\Desktop\Eternal (ServerPack 1.3.7)>java -Xms4G -Xmx6G -XX:PermSize=256m -Dfml.read.Timeout=560 -jar forge-1.12.2-14.23.5.2847-universal.jar nogui Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0 A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70) at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap') at net.minecraft.launchwrapper.Launch.(Launch.java:34) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ... 6 more C:\Users\Exced\Desktop\Eternal (ServerPack 1.3.7)>pause Premere un tasto per continuare . . . I read more post about this problem, but i saw forge server wont start with a java version above 8. But i already have java 8 64 bit. Also this is the code inside the bat file java -Xms8G -Xmx8G -XX:PermSize=256m -Dfml.read.Timeout=560 -jar forge-1.12.2-14.23.5.2847-universal.jar nogui pause Can anyone help? Also i tried with jarfix but doesnt work neither.
    • octa
      Disconnection From Server When Placing Modded Block

      By octa · Posted 23 minutes ago

      Woops. Fixed the item names. According to the docs, RegistryEvent.Register is a valid way of registering entries, so I'll stick with that since I know it better. The repo should build now, so back to my original question: Why when placing a Portal Base does the client get disconnected from the server?
  • Topics

    • Milano
      0
      My forge wont install

      By Milano
      Started Just now

    • xX_deadbush_Xx
      0
      1.15.2 compiled mod crashes due to IllegalAccessError

      By xX_deadbush_Xx
      Started 1 minute ago

    • Mopaseo
      2
      Minecraft launcher unable to launch

      By Mopaseo
      Started 4 hours ago

    • Exced
      0
      Minecraft Eternal Modpack Server won't start

      By Exced
      Started 21 minutes ago

    • octa
      4
      Disconnection From Server When Placing Modded Block

      By octa
      Started 4 hours ago

  • Who's Online (See full list)

    • diesieben07
    • octa
    • Sterling00
    • Mopaseo
    • Beethoven92
    • apollos
    • Milano
    • xX_deadbush_Xx
    • ChampionAsh5357
    • Purity
    • F0RZera
    • Tieso2001
    • kiou.23
    • Shlub
    • daniel gonzalez
    • SpeedDemon640
    • Yuqera
    • Exced
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Can't install forge
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community