Jump to content

Forge doesn't work at all


Sapphire

Recommended Posts

After the new release of 1.13, I can't use any Forge versions without Minecraft crashing when I try to play. I tried 1.7.10, 1.10.2, and 1.8, but none of them work. I've tried redownloading all of the Forges, I've tried only having one downloaded at a time, but everything has the exact same result.

Link to comment
Share on other sites

Please post logs as described in the EAQ and my signature.

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]

 

Link to comment
Share on other sites

Spoiler

[14:33:45] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[14:33:46] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[14:33:46] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[14:33:46] [main/INFO]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[14:33:46] [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\1.8.0_51
[14:33:46] [main/WARN]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:33:47] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of CodeChickenLib, 2.5.0.178 is newer than request 1.1.3.138
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.defineClass1(Native Method)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.security.AccessController.doPrivileged(Native Method)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.Class.forName0(Native Method)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.Class.forName(Class.java:348)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     ... 23 more
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     ... 25 more
[14:33:47] [main/ERROR]: An error occurred trying to configure the minecraft home at C:\Users\Administrator\AppData\Roaming\.minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_51]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_51]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_51]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) ~[?:1.8.0_51]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_51]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ~[?:1.8.0_51]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:362) ~[?:1.8.0_51]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:361) ~[?:1.8.0_51]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    ... 23 more
Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    ... 23 more
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.defineClass1(Native Method)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.security.AccessController.doPrivileged(Native Method)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.Class.forName0(Native Method)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.Class.forName(Class.java:348)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     ... 23 more
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[14:33:47] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     ... 25 more

 

Edited by DaemonUmbra
Moved text wall to spoiler
Link to comment
Share on other sites

1.7.10 isn't supported on these forums anymore.

Can I get the log for the most recent version you have? and Please use Pastebin or Gist, both are linked in my signature.

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]

 

Link to comment
Share on other sites

1 minute ago, Sapphire said:

If you mean trying to use 1.13 Forge, no. If you're talking about Minecraft Forge after the update, yes.

No, I mean there is no version of Forge for 1.13 yet, so if you're trying to use an older version of Forge with the new Minecraft client, that's why it isn't working.

Link to comment
Share on other sites

  1. [15:31:52] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
  2. [15:31:53] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
  3. [15:31:53] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
  4. [15:31:53] [main/INFO]: Forge Mod Loader version 12.18.3.2511 for Minecraft 1.10.2 loading
  5. [15:31:53] [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\1.8.0_51
  6. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]: java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin
  7. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.lang.ClassLoader.defineClass1(Native Method)
  8. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  9. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  10. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  11. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  12. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  13. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  14. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.security.AccessController.doPrivileged(Native Method)
  15. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  16. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
  17. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  18. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  19. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.lang.Class.forName0(Native Method)
  20. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at java.lang.Class.forName(Class.java:348)
  21. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:564)
  22. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:425)
  23. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:255)
  24. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:102)
  25. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:79)
  26. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:41)
  27. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:138)
  28. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
  29. [15:31:53] [main/INFO]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:106]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  30. [15:31:53] [main/INFO]: [java.lang.Throwable:printStackTrace:634]: Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.IFMLLoadingPlugin
  31. [15:31:53] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:  at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  32. [15:31:53] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:  at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  33. [15:31:53] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:  at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  34. [15:31:53] [main/INFO]: [java.lang.Throwable:printStackTrace:634]:  ... 23 more
  35. [15:31:53] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.NullPointerException
  36. [15:31:53] [main/INFO]: [java.lang.Throwable:printStackTrace:643]:  at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  37. [15:31:53] [main/INFO]: [java.lang.Throwable:printStackTrace:643]:  ... 25 more
  38. [15:31:53] [main/ERROR]: An error occurred trying to configure the minecraft home at C:\Users\Administrator\AppData\Roaming\.minecraft for Forge Mod Loader
  39. java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin
  40.     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_51]
  41.     at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_51]
  42.     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_51]
  43.     at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) ~[?:1.8.0_51]
  44.     at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_51]
  45.     at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ~[?:1.8.0_51]
  46.     at java.net.URLClassLoader$1.run(URLClassLoader.java:362) ~[?:1.8.0_51]
  47.     at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
  48.     at java.net.URLClassLoader.findClass(URLClassLoader.java:361) ~[?:1.8.0_51]
  49.     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
  50.     at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
  51.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
  52.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
  53.     at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
  54.     at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:564) ~[forge-1.10.2-12.18.3.2511.jar:?]
  55.     at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:425) ~[forge-1.10.2-12.18.3.2511.jar:?]
  56.     at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:255) ~[forge-1.10.2-12.18.3.2511.jar:?]
  57.     at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:102) [forge-1.10.2-12.18.3.2511.jar:?]
  58.     at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:79) [forge-1.10.2-12.18.3.2511.jar:?]
  59.     at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:41) [forge-1.10.2-12.18.3.2511.jar:?]
  60.     at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:138) [forge-1.10.2-12.18.3.2511.jar:?]
  61.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
  62.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  63. Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.IFMLLoadingPlugin
  64.     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  65.     at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
  66.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
  67.     ... 23 more
  68. Caused by: java.lang.NullPointerException
  69.     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
  70.     at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
  71.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
  72.     ... 23 more
  73. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin
  74. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.ClassLoader.defineClass1(Native Method)
  75. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  76. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  77. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  78. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  79. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  80. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  81. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.security.AccessController.doPrivileged(Native Method)
  82. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  83. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
  84. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  85. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  86. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.Class.forName0(Native Method)
  87. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.Class.forName(Class.java:348)
  88. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:564)
  89. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:425)
  90. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:255)
  91. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:102)
  92. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:79)
  93. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:41)
  94. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:138)
  95. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
  96. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  97. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.IFMLLoadingPlugin
  98. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  99. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  100. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]:     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  101. [15:31:53] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]:     ... 23 more
  102. [15:31:53] [main/INFO]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.NullPointerException
  103. [15:31:53] [main/INFO]: [java.lang.Throwable:printStackTrace:643]:  at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  104. [15:31:53] [main/INFO]: [java.lang.Throwable:printStackTrace:643]:  ... 25 more
Link to comment
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.
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



×
×
  • Create New...

Important Information

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