Jump to content

Forge server wont load mods


Recommended Posts

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]

 

Link to comment
Share on other sites

What are you having trouble understanding?

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

oooh these? 

Spoiler

 

[20:11:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:11:43] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:11:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[20:11:43] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR.
[20:11:43] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2836 for Minecraft 1.12.2 loading
[20:11:43] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_211, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_211
[20:11:43] [main/DEBUG] [FML]: Java classpath at launch is:
[20:11:44] [main/DEBUG] [FML]:     C:\Users\ethan\Desktop\Modded server\forge-1.12.2-14.23.5.2836-universal.jar
[20:11:44] [main/DEBUG] [FML]: Java library path at launch is:
[20:11:44] [main/DEBUG] [FML]:     C:\Program Files\Java\jre1.8.0_211\bin
[20:11:44] [main/DEBUG] [FML]:     C:\Windows\Sun\Java\bin
[20:11:44] [main/DEBUG] [FML]:     C:\Windows\system32
[20:11:44] [main/DEBUG] [FML]:     C:\Windows
[20:11:44] [main/DEBUG] [FML]:     C:\Program Files (x86)\Common Files\Oracle\Java\javapath
[20:11:44] [main/DEBUG] [FML]:     C:\Windows\system32
[20:11:44] [main/DEBUG] [FML]:     C:\Windows
[20:11:44] [main/DEBUG] [FML]:     C:\Windows\System32\Wbem
[20:11:44] [main/DEBUG] [FML]:     C:\Windows\System32\WindowsPowerShell\v1.0\
[20:11:44] [main/DEBUG] [FML]:     C:\Windows\System32\OpenSSH\
[20:11:44] [main/DEBUG] [FML]:     C:\Users\ethan\AppData\Local\Microsoft\WindowsApps
[20:11:44] [main/DEBUG] [FML]:     
[20:11:44] [main/DEBUG] [FML]:     .
[20:11:44] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: C:\Users\ethan\Desktop\Modded server\libraries
[20:11:44] [main/DEBUG] [FML]: Cleaning up mods folder: .\mods
[20:11:44] [main/DEBUG] [FML]: Examining file: 1.12-Fullbright-1.2.1.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: advancedcombat-1.1.2-[1.12].jar
[20:11:44] [main/DEBUG] [FML]: Examining file: AppleCore-mc1.12.2-3.2.0.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: AppleSkin-mc1.12-1.0.9 (1).jar
[20:11:44] [main/DEBUG] [FML]: Examining file: BetterFps-1.4.8.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: extrautils2-1.12-1.9.9.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: FastLeafDecay-v14.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: Forgelin-1.8.2.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: HammerCore-1.12.2-2.0.4.4.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: Hwyla-1.8.26-B41_1.12.2.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: ImmersiveEngineering-0.12-89.jar
[20:11:44] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/ImmersiveEngineering-0.12-89-core.jar(blusunrize:ImmersiveEngineering-core:0.12-89) from C:\Users\ethan\Desktop\Modded server\mods\memory_repo\blusunrize\ImmersiveEngineering-core\0.12-89\ImmersiveEngineering-core-0.12-89.jar extracted to .\mods\ImmersiveEngineering-0.12-89.jar, skipping extraction
[20:11:44] [main/DEBUG] [FML]: Examining file: ImmersiveEngineering-core-0.12-89.jar
[20:11:44] [main/DEBUG] [FML]: Making maven link for blusunrize:ImmersiveEngineering:0.12-89 in memory to C:\Users\ethan\Desktop\Modded server\.\mods\ImmersiveEngineering-0.12-89.jar.
[20:11:44] [main/DEBUG] [FML]: Examining file: ImprovableSkills-1.12.2-3.6.2r.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: jei_1.12.2-4.15.0.276.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: JRFTL[1.12.2]-1.1.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: leveluphp-1.12.2-1.4.0.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: lightningcraft-2.9.1-[1.12.2].jar
[20:11:44] [main/DEBUG] [FML]: Examining file: Mantle-1.12-1.3.3.49.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: mclib-1.0.1-1.12.2.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: metamorph-1.1.7-1.12.2.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: OreExcavation-1.4.137.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: ShadowMC-1.12.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: TConstruct-1.12.2-2.12.0.135.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: Wawla-1.12.2-2.5.270.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: XaerosWorldMap_1.3.4.1_Forge_1.12.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: Xaeros_Minimap_1.16.6_Forge_1.12.jar
[20:11:44] [main/DEBUG] [FML]: Examining file: [1.12]UncraftingTable-1.8-beta6.jar
[20:11:44] [main/DEBUG] [FML]: File already proccessed C:\Users\ethan\Desktop\Modded server\.\mods\memory_repo\blusunrize\ImmersiveEngineering-core\0.12-89\ImmersiveEngineering-core-0.12-89.jar, Skipping
[20:11:44] [main/DEBUG] [FML]: File already proccessed C:\Users\ethan\Desktop\Modded server\.\mods\ImmersiveEngineering-0.12-89.jar, Skipping
[20:11:44] [main/DEBUG] [FML]: Enabling runtime deobfuscation
[20:11:44] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin
[20:11:44] [main/DEBUG] [FML]: Found signing certificates for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin)
[20:11:44] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[20:11:44] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[20:11:44] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin
[20:11:44] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin
[20:11:44] [main/DEBUG] [FML]: Found signing certificates for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin)
[20:11:44] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[20:11:44] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin
[20:11:44] [main/DEBUG] [FML]: All fundamental core mods are successfully located
[20:11:44] [main/DEBUG] [FML]: Discovering coremods
[20:11:44] [main/INFO] [FML]: Searching C:\Users\ethan\Desktop\Modded server\.\mods for mods
[20:11:44] [main/DEBUG] [FML]:   Adding 1.12-Fullbright-1.2.1.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding advancedcombat-1.1.2-[1.12].jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding AppleCore-mc1.12.2-3.2.0.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding AppleSkin-mc1.12-1.0.9 (1).jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding BetterFps-1.4.8.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding extrautils2-1.12-1.9.9.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding FastLeafDecay-v14.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding Forgelin-1.8.2.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding HammerCore-1.12.2-2.0.4.4.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding Hwyla-1.8.26-B41_1.12.2.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding ImmersiveEngineering-0.12-89.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding ImprovableSkills-1.12.2-3.6.2r.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding jei_1.12.2-4.15.0.276.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding JRFTL[1.12.2]-1.1.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding leveluphp-1.12.2-1.4.0.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding lightningcraft-2.9.1-[1.12.2].jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding Mantle-1.12-1.3.3.49.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding mclib-1.0.1-1.12.2.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding metamorph-1.1.7-1.12.2.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding OreExcavation-1.4.137.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding ShadowMC-1.12.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding TConstruct-1.12.2-2.12.0.135.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding Wawla-1.12.2-2.5.270.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding XaerosWorldMap_1.3.4.1_Forge_1.12.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding Xaeros_Minimap_1.16.6_Forge_1.12.jar to the mod list
[20:11:44] [main/DEBUG] [FML]:   Adding [1.12]UncraftingTable-1.8-beta6.jar to the mod list
[20:11:44] [main/DEBUG] [FML]: Examining for coremod candidacy 1.12-Fullbright-1.2.1.jar
[20:11:44] [main/DEBUG] [FML]: Not found coremod data in 1.12-Fullbright-1.2.1.jar
[20:11:44] [main/DEBUG] [FML]: Examining for coremod candidacy [1.12]UncraftingTable-1.8-beta6.jar
[20:11:44] [main/DEBUG] [FML]: Not found coremod data in [1.12]UncraftingTable-1.8-beta6.jar
[20:11:44] [main/DEBUG] [FML]: Examining for coremod candidacy advancedcombat-1.1.2-[1.12].jar
[20:11:44] [main/DEBUG] [FML]: Not found coremod data in advancedcombat-1.1.2-[1.12].jar
[20:11:44] [main/DEBUG] [FML]: Examining for coremod candidacy AppleCore-mc1.12.2-3.2.0.jar
[20:11:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in AppleCore-mc1.12.2-3.2.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:11:44] [main/DEBUG] [FML]: Instantiating coremod class AppleCore
[20:11:44] [main/DEBUG] [FML]: The coremod squeek.applecore.AppleCore requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
[20:11:44] [main/WARN] [FML]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed!
[20:11:44] [main/DEBUG] [FML]: Enqueued coremod AppleCore
[20:11:44] [main/DEBUG] [FML]: Examining for coremod candidacy AppleSkin-mc1.12-1.0.9 (1).jar
[20:11:44] [main/DEBUG] [FML]: Not found coremod data in AppleSkin-mc1.12-1.0.9 (1).jar
[20:11:44] [main/DEBUG] [FML]: Examining for coremod candidacy BetterFps-1.4.8.jar
[20:11:44] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
[20:11:44] [main/DEBUG] [FML]: Examining for coremod candidacy extrautils2-1.12-1.9.9.jar
[20:11:44] [main/DEBUG] [FML]: Not found coremod data in extrautils2-1.12-1.9.9.jar
[20:11:44] [main/DEBUG] [FML]: Examining for coremod candidacy FastLeafDecay-v14.jar
[20:11:44] [main/DEBUG] [FML]: Not found coremod data in FastLeafDecay-v14.jar
[20:11:44] [main/DEBUG] [FML]: Examining for coremod candidacy Forgelin-1.8.2.jar
[20:11:44] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.8.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:11:44] [main/DEBUG] [FML]: Instantiating coremod class ForgelinPlugin
[20:11:44] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:11:44] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
[20:11:44] [main/DEBUG] [FML]: Enqueued coremod ForgelinPlugin
[20:11:44] [main/DEBUG] [FML]: Examining for coremod candidacy HammerCore-1.12.2-2.0.4.4.jar
[20:11:45] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in HammerCore-1.12.2-2.0.4.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:11:45] [main/DEBUG] [FML]: Instantiating coremod class HCASM
[20:11:45] [main/DEBUG] [FML]: The coremod com.zeitheron.hammercore.asm.HCASM requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
[20:11:45] [main/DEBUG] [FML]: Found signing certificates for coremod HCASM (com.zeitheron.hammercore.asm.HCASM)
[20:11:45] [main/DEBUG] [FML]: Found certificate 4d7b29cd19124e986da685107d16ce4b49bc0a97
[20:11:45] [main/DEBUG] [FML]: Enqueued coremod HCASM
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy Hwyla-1.8.26-B41_1.12.2.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in Hwyla-1.8.26-B41_1.12.2.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy ImprovableSkills-1.12.2-3.6.2r.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in ImprovableSkills-1.12.2-3.6.2r.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy jei_1.12.2-4.15.0.276.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in jei_1.12.2-4.15.0.276.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy JRFTL[1.12.2]-1.1.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in JRFTL[1.12.2]-1.1.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy leveluphp-1.12.2-1.4.0.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in leveluphp-1.12.2-1.4.0.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy lightningcraft-2.9.1-[1.12.2].jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in lightningcraft-2.9.1-[1.12.2].jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy Mantle-1.12-1.3.3.49.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in Mantle-1.12-1.3.3.49.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy mclib-1.0.1-1.12.2.jar
[20:11:45] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in mclib-1.0.1-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:11:45] [main/DEBUG] [FML]: Instantiating coremod class McLibCM
[20:11:45] [main/TRACE] [FML]: coremod named McLib core mod is loading
[20:11:45] [main/DEBUG] [FML]: The coremod mchorse.mclib.core.McLibCM requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
[20:11:45] [main/WARN] [FML]: The coremod McLib core mod (mchorse.mclib.core.McLibCM) is not signed!
[20:11:45] [main/DEBUG] [FML]: Enqueued coremod McLib core mod
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy metamorph-1.1.7-1.12.2.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in metamorph-1.1.7-1.12.2.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy OreExcavation-1.4.137.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in OreExcavation-1.4.137.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy ShadowMC-1.12.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in ShadowMC-1.12.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy TConstruct-1.12.2-2.12.0.135.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in TConstruct-1.12.2-2.12.0.135.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy Wawla-1.12.2-2.5.270.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in Wawla-1.12.2-2.5.270.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy Xaeros_Minimap_1.16.6_Forge_1.12.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in Xaeros_Minimap_1.16.6_Forge_1.12.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy XaerosWorldMap_1.3.4.1_Forge_1.12.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in XaerosWorldMap_1.3.4.1_Forge_1.12.jar
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy ImmersiveEngineering-core-0.12-89.jar
[20:11:45] [main/TRACE] [FML]: Adding ImmersiveEngineering-core-0.12-89.jar to the list of known coremods, it will not be examined again
[20:11:45] [main/DEBUG] [FML]: Instantiating coremod class IELoadingPlugin
[20:11:45] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:11:45] [main/DEBUG] [FML]: Found signing certificates for coremod IELoadingPlugin (blusunrize.immersiveengineering.common.asm.IELoadingPlugin)
[20:11:45] [main/DEBUG] [FML]: Found certificate 4cb49fcde3b43048c9889e0a3d083225da926334
[20:11:45] [main/DEBUG] [FML]: Enqueued coremod IELoadingPlugin
[20:11:45] [main/DEBUG] [FML]: Examining for coremod candidacy ImmersiveEngineering-0.12-89.jar
[20:11:45] [main/DEBUG] [FML]: Not found coremod data in ImmersiveEngineering-0.12-89.jar
[20:11:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:11:45] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
[20:11:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:11:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:11:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:11:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:45] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[20:11:45] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[20:11:45] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[20:11:45] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[20:11:45] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[20:11:45] [main/DEBUG] [FML]: Injection complete
[20:11:45] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[20:11:45] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin
[20:11:46] [main/DEBUG] [FML]: Read 1140 binary patches
[20:11:46] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36083 records
[20:11:47] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[20:11:47] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully
[20:11:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:47] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[20:11:47] [main/DEBUG] [FML]: Injection complete
[20:11:47] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[20:11:47] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin
[20:11:47] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully
[20:11:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:47] [main/DEBUG] [FML]: Injecting coremod ForgelinPlugin \{net.shadowfacts.forgelin.preloader.ForgelinPlugin\} class transformers
[20:11:47] [main/DEBUG] [FML]: Injection complete
[20:11:47] [main/DEBUG] [FML]: Running coremod plugin for ForgelinPlugin \{net.shadowfacts.forgelin.preloader.ForgelinPlugin\}
[20:11:47] [main/DEBUG] [FML]: Running coremod plugin ForgelinPlugin
[20:11:47] [main/DEBUG] [FML]: Coremod plugin class ForgelinPlugin run successfully
[20:11:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:47] [main/DEBUG] [FML]: Injecting coremod HCASM \{com.zeitheron.hammercore.asm.HCASM\} class transformers
[20:11:47] [main/TRACE] [FML]: Registering transformer com.zeitheron.hammercore.asm.HammerCoreTransformer
[20:11:47] [main/DEBUG] [FML]: Injection complete
[20:11:47] [main/DEBUG] [FML]: Running coremod plugin for HCASM \{com.zeitheron.hammercore.asm.HCASM\}
[20:11:47] [main/DEBUG] [FML]: Running coremod plugin HCASM
[20:11:47] [main/DEBUG] [FML]: Coremod plugin class HCASM run successfully
[20:11:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:47] [main/DEBUG] [FML]: Injecting coremod McLib core mod \{mchorse.mclib.core.McLibCM\} class transformers
[20:11:47] [main/TRACE] [FML]: Registering transformer mchorse.mclib.core.McLibCMClassTransformer
[20:11:47] [main/DEBUG] [FML]: Injection complete
[20:11:47] [main/DEBUG] [FML]: Running coremod plugin for McLib core mod \{mchorse.mclib.core.McLibCM\}
[20:11:47] [main/DEBUG] [FML]: Running coremod plugin McLib core mod
[20:11:47] [main/DEBUG] [FML]: Coremod plugin class McLibCM run successfully
[20:11:47] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
[20:11:47] [main/DEBUG] [BetterFps]: Loading Mappings...
[20:11:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:11:47] [main/DEBUG] [FML]: Loaded 215 rules from AccessTransformer config file forge_at.cfg
[20:11:47] [main/DEBUG] [FML]: Loaded 48 rules from AccessTransformer mod jar file .\mods\HammerCore-1.12.2-2.0.4.4.jar!META-INF/hc_at.cfg

[20:11:47] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer mod jar file .\mods\jei_1.12.2-4.15.0.276.jar!META-INF/jei_at.cfg

[20:11:47] [main/DEBUG] [FML]: Loaded 97 rules from AccessTransformer mod jar file .\mods\extrautils2-1.12-1.9.9.jar!META-INF/extrautils2_at.cfg

[20:11:47] [main/DEBUG] [FML]: Loaded 8 rules from AccessTransformer mod jar file .\mods\Mantle-1.12-1.3.3.49.jar!META-INF/mantle_at.cfg

[20:11:47] [main/DEBUG] [FML]: Loaded 29 rules from AccessTransformer mod jar file .\mods\ImmersiveEngineering-0.12-89.jar!META-INF/ImmersiveEngineering_at.cfg

[20:11:47] [main/DEBUG] [FML]: Loaded 39 rules from AccessTransformer mod jar file .\mods\TConstruct-1.12.2-2.12.0.135.jar!META-INF/tconstruct_at.cfg

[20:11:47] [main/DEBUG] [FML]: Loaded 53 rules from AccessTransformer mod jar file .\mods\ImprovableSkills-1.12.2-3.6.2r.jar!META-INF/improvableskills_at.cfg

[20:11:47] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\Wawla-1.12.2-2.5.270.jar!META-INF/wawla_at.cfg

[20:11:47] [main/DEBUG] [FML]: Validating minecraft
[20:11:48] [main/DEBUG] [FML]: Minecraft validated, launching...
[20:11:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:48] [main/DEBUG] [FML]: Injecting coremod IELoadingPlugin \{blusunrize.immersiveengineering.common.asm.IELoadingPlugin\} class transformers
[20:11:48] [main/TRACE] [FML]: Registering transformer blusunrize.immersiveengineering.common.asm.IEClassTransformer
[20:11:48] [main/DEBUG] [FML]: Injection complete
[20:11:48] [main/DEBUG] [FML]: Running coremod plugin for IELoadingPlugin \{blusunrize.immersiveengineering.common.asm.IELoadingPlugin\}
[20:11:48] [main/DEBUG] [FML]: Running coremod plugin IELoadingPlugin
[20:11:48] [main/DEBUG] [FML]: Coremod plugin class IELoadingPlugin run successfully
[20:11:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:11:48] [main/DEBUG] [FML]: Injecting coremod AppleCore \{squeek.applecore.AppleCore\} class transformers
[20:11:48] [main/TRACE] [FML]: Registering transformer squeek.applecore.asm.TransformerModuleHandler
[20:11:48] [main/DEBUG] [FML]: Injection complete
[20:11:48] [main/DEBUG] [FML]: Running coremod plugin for AppleCore \{squeek.applecore.AppleCore\}
[20:11:48] [main/DEBUG] [FML]: Running coremod plugin AppleCore
[20:11:48] [main/DEBUG] [FML]: Coremod plugin class AppleCore run successfully
[20:11:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:11:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:11:48] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.world.World (amu)...
[20:11:48] [main/INFO] [Hammer Core [ASM]]:   -Patching World...
[20:11:48] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.entity.EntityLivingBase (vp)...
[20:11:48] [main/INFO] [Hammer Core [ASM]]:   -Patching EntityLivingBase
[20:11:48] [main/INFO] [Hammer Core [ASM]]:     -Modified method 'onItemUseFinish': added event call.
[20:11:49] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[20:11:49] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[20:11:50] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.tileentity.TileEntityLockableLoot (awa)...
[20:11:50] [main/INFO] [Hammer Core [ASM]]:   -Patching TileEntityLockableLoot
[20:11:50] [main/INFO] [Hammer Core [ASM]]:     -Modified method 'fillWithLoot': added 'withPlayer(player)' after 'withLuck(player.getLuck())'
[20:11:50] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm
[20:11:51] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)
[20:11:51] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)
[20:11:51] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
[20:11:53] [main/DEBUG] [FML]: Creating vanilla freeze snapshot
[20:11:53] [main/DEBUG] [FML]: Vanilla freeze snapshot created
[20:11:54] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz)
[20:11:56] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[20:11:57] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2836 Initialized
[20:11:57] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input
java.io.IOException: The handle is invalid
    at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_211]
    at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_211]
    at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_211]
    at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_211]
    at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_211]
    at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_211]
    at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_211]
    at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_211]
    at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_211]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_211]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_211]
    at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:105) [nz$2.class:?]
[20:11:57] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[20:11:57] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[20:11:57] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
[20:11:58] [Server thread/DEBUG] [FML]: File C:\Users\ethan\Desktop\Modded server\config\injectedDependencies.json not found. No dependencies injected
[20:11:58] [Server thread/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, mchorse.mclib.core.McLibCMInfo]
[20:11:58] [Server thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes
[20:11:58] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\ethan\Desktop\Modded server\forge-1.12.2-14.23.5.2836-universal.jar, examining for mod candidates
[20:11:58] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\ethan\Desktop\Modded server\.\mods\AppleCore-mc1.12.2-3.2.0.jar
[20:11:58] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\ethan\Desktop\Modded server\.\mods\BetterFps-1.4.8.jar
[20:11:58] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\ethan\Desktop\Modded server\.\mods\Forgelin-1.8.2.jar
[20:11:58] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\ethan\Desktop\Modded server\.\mods\HammerCore-1.12.2-2.0.4.4.jar
[20:11:58] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\ethan\Desktop\Modded server\.\mods\mclib-1.0.1-1.12.2.jar
[20:11:58] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\ethan\Desktop\Modded server\.\mods\memory_repo\blusunrize\ImmersiveEngineering-core\0.12-89\ImmersiveEngineering-core-0.12-89.jar
[20:11:58] [Server thread/DEBUG] [FML]: Minecraft jar mods loaded successfully
[20:11:58] [Server thread/INFO] [FML]: Searching C:\Users\ethan\Desktop\Modded server\.\mods for mods
[20:11:58] [Server thread/DEBUG] [FML]:   Adding 1.12-Fullbright-1.2.1.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding advancedcombat-1.1.2-[1.12].jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding AppleCore-mc1.12.2-3.2.0.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding AppleSkin-mc1.12-1.0.9 (1).jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding BetterFps-1.4.8.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding extrautils2-1.12-1.9.9.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding FastLeafDecay-v14.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding Forgelin-1.8.2.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding HammerCore-1.12.2-2.0.4.4.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding Hwyla-1.8.26-B41_1.12.2.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding ImmersiveEngineering-0.12-89.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding ImprovableSkills-1.12.2-3.6.2r.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding jei_1.12.2-4.15.0.276.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding JRFTL[1.12.2]-1.1.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding leveluphp-1.12.2-1.4.0.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding lightningcraft-2.9.1-[1.12.2].jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding Mantle-1.12-1.3.3.49.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding mclib-1.0.1-1.12.2.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding metamorph-1.1.7-1.12.2.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding OreExcavation-1.4.137.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding ShadowMC-1.12.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding TConstruct-1.12.2-2.12.0.135.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding Wawla-1.12.2-2.5.270.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding XaerosWorldMap_1.3.4.1_Forge_1.12.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding Xaeros_Minimap_1.16.6_Forge_1.12.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]:   Adding [1.12]UncraftingTable-1.8-beta6.jar to the mod list
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file 1.12-Fullbright-1.2.1.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file [1.12]UncraftingTable-1.8-beta6.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file advancedcombat-1.1.2-[1.12].jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AppleCore-mc1.12.2-3.2.0.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AppleSkin-mc1.12-1.0.9 (1).jar
[20:11:58] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker BetterFps-1.4.8.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file extrautils2-1.12-1.9.9.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FastLeafDecay-v14.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Forgelin-1.8.2.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file HammerCore-1.12.2-2.0.4.4.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Hwyla-1.8.26-B41_1.12.2.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ImprovableSkills-1.12.2-3.6.2r.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file jei_1.12.2-4.15.0.276.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JRFTL[1.12.2]-1.1.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file leveluphp-1.12.2-1.4.0.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file lightningcraft-2.9.1-[1.12.2].jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Mantle-1.12-1.3.3.49.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mclib-1.0.1-1.12.2.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file metamorph-1.1.7-1.12.2.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file OreExcavation-1.4.137.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ShadowMC-1.12.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TConstruct-1.12.2-2.12.0.135.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Wawla-1.12.2-2.5.270.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Xaeros_Minimap_1.16.6_Forge_1.12.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file XaerosWorldMap_1.3.4.1_Forge_1.12.jar
[20:11:58] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker ImmersiveEngineering-core-0.12-89.jar
[20:11:58] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ImmersiveEngineering-0.12-89.jar
[20:11:58] [Server thread/DEBUG] [FML]: Examining file forge-1.12.2-14.23.5.2836-universal.jar for potential mods
[20:11:58] [Server thread/DEBUG] [FML]: The mod container forge-1.12.2-14.23.5.2836-universal.jar appears to be missing an mcmod.info file
[20:11:59] [Server thread/DEBUG] [FML]: Examining file 1.12-Fullbright-1.2.1.jar for potential mods
[20:11:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file 1.12-Fullbright-1.2.1.jar
[20:11:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.fr3ddy.fullbright.Fullbright) - loading
[20:11:59] [Server thread/TRACE] [FML]: Parsed dependency info for fullbright: Requirements: [] After:[] Before:[]
[20:11:59] [Server thread/DEBUG] [FML]: Examining file [1.12]UncraftingTable-1.8-beta6.jar for potential mods
[20:11:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file [1.12]UncraftingTable-1.8-beta6.jar
[20:11:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.jglrxavpok.mods.decraft.ModUncrafting) - loading
[20:11:59] [Server thread/TRACE] [FML]: Parsed dependency info for uncraftingtable: Requirements: [forge@[14.21.0.2363,)] After:[forge@[14.21.0.2363,)] Before:[]
[20:11:59] [Server thread/DEBUG] [FML]: Examining file advancedcombat-1.1.2-[1.12].jar for potential mods
[20:11:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file advancedcombat-1.1.2-[1.12].jar
[20:11:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.advancedcombat.AdvancedCombat) - loading
[20:11:59] [Server thread/TRACE] [FML]: Parsed dependency info for advancedcombat: Requirements: [] After:[] Before:[]
[20:11:59] [Server thread/DEBUG] [FML]: Examining file AppleCore-mc1.12.2-3.2.0.jar for potential mods
[20:11:59] [Server thread/DEBUG] [FML]: The mod container AppleCore-mc1.12.2-3.2.0.jar appears to be missing an mcmod.info file
[20:11:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (squeek.applecore.AppleCore) - loading
[20:11:59] [Server thread/TRACE] [FML]: Parsed dependency info for applecore: Requirements: [forge@[14.23,)] After:[forge@[14.23,)] Before:[]
[20:11:59] [Server thread/DEBUG] [FML]: Examining file AppleSkin-mc1.12-1.0.9 (1).jar for potential mods
[20:11:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file AppleSkin-mc1.12-1.0.9 (1).jar
[20:11:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (squeek.appleskin.AppleSkin) - loading
[20:11:59] [Server thread/TRACE] [FML]: Parsed dependency info for appleskin: Requirements: [forge@[14.21.0,)] After:[jei@[4.6.0,), forge@[14.21.0,), applecore@[2.2.0,)] Before:[]
[20:11:59] [Server thread/DEBUG] [FML]: Examining file extrautils2-1.12-1.9.9.jar for potential mods
[20:11:59] [Server thread/TRACE] [FML]: Located mcmod.info file in file extrautils2-1.12-1.9.9.jar
[20:11:59] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.rwtema.extrautils2.ExtraUtils2) - loading
[20:11:59] [Server thread/TRACE] [FML]: Parsed dependency info for extrautils2: Requirements: [] After:[tconstruct] Before:[]
[20:12:00] [Server thread/DEBUG] [FML]: Examining file FastLeafDecay-v14.jar for potential mods
[20:12:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file FastLeafDecay-v14.jar
[20:12:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.olafkeijsers.fastleafdecay.FastLeafDecay) - loading
[20:12:00] [Server thread/TRACE] [FML]: Parsed dependency info for fastleafdecay: Requirements: [] After:[] Before:[]
[20:12:00] [Server thread/DEBUG] [FML]: Examining file Forgelin-1.8.2.jar for potential mods
[20:12:00] [Server thread/TRACE] [FML]: Located mcmod.info file in file Forgelin-1.8.2.jar
[20:12:00] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.shadowfacts.forgelin.Forgelin) - loading
[20:12:00] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for net.shadowfacts.forgelin.Forgelin (modid: forgelin)
[20:12:00] [Server thread/TRACE] [FML]: Parsed dependency info for forgelin: Requirements: [] After:[] Before:[]
[20:12:02] [Server thread/DEBUG] [FML]: Examining file HammerCore-1.12.2-2.0.4.4.jar for potential mods
[20:12:02] [Server thread/TRACE] [FML]: Located mcmod.info file in file HammerCore-1.12.2-2.0.4.4.jar
[20:12:02] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.zeitheron.hammercore.HammerCore) - loading
[20:12:02] [Server thread/TRACE] [FML]: Parsed dependency info for hammercore: Requirements: [] After:[] Before:[]
[20:12:03] [Server thread/DEBUG] [FML]: Examining file Hwyla-1.8.26-B41_1.12.2.jar for potential mods
[20:12:03] [Server thread/TRACE] [FML]: Located mcmod.info file in file Hwyla-1.8.26-B41_1.12.2.jar
[20:12:03] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcp.mobius.waila.Waila) - loading
[20:12:03] [Server thread/TRACE] [FML]: Parsed dependency info for waila: Requirements: [] After:[] Before:[]
[20:12:03] [Server thread/DEBUG] [FML]: Examining file ImprovableSkills-1.12.2-3.6.2r.jar for potential mods
[20:12:03] [Server thread/TRACE] [FML]: Located mcmod.info file in file ImprovableSkills-1.12.2-3.6.2r.jar
[20:12:04] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.zeitheron.improvableskills.ImprovableSkillsMod) - loading
[20:12:04] [Server thread/TRACE] [FML]: Parsed dependency info for improvableskills: Requirements: [hammercore@[2.0.4.4,)] After:[hammercore@[2.0.4.4,)] Before:[]
[20:12:04] [Server thread/DEBUG] [FML]: Examining file jei_1.12.2-4.15.0.276.jar for potential mods
[20:12:04] [Server thread/TRACE] [FML]: Located mcmod.info file in file jei_1.12.2-4.15.0.276.jar
[20:12:04] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.jei.JustEnoughItems) - loading
[20:12:04] [Server thread/TRACE] [FML]: Parsed dependency info for jei: Requirements: [forge@[14.23.5.2816,)] After:[forge@[14.23.5.2816,)] Before:[]
[20:12:05] [Server thread/DEBUG] [FML]: Examining file JRFTL[1.12.2]-1.1.jar for potential mods
[20:12:05] [Server thread/TRACE] [FML]: Located mcmod.info file in file JRFTL[1.12.2]-1.1.jar
[20:12:05] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (at.xander.jrftl.JRFTL) - loading
[20:12:05] [Server thread/TRACE] [FML]: Parsed dependency info for jrftl: Requirements: [] After:[] Before:[]
[20:12:05] [Server thread/DEBUG] [FML]: Examining file leveluphp-1.12.2-1.4.0.jar for potential mods
[20:12:05] [Server thread/TRACE] [FML]: Located mcmod.info file in file leveluphp-1.12.2-1.4.0.jar
[20:12:05] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.sargunvohra.leveluphp.LevelUpHpMod) - loading
[20:12:05] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for me.sargunvohra.leveluphp.LevelUpHpMod (modid: leveluphp)
[20:12:05] [Server thread/TRACE] [FML]: Using mcmod dependency info for leveluphp: [shadowmc, forgelin] [shadowmc, forgelin] []
[20:12:05] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from leveluphp-1.12.2-1.4.0.jar to locate a version number for mod leveluphp
[20:12:05] [Server thread/WARN] [FML]: Mod leveluphp is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-1.4.0
[20:12:05] [Server thread/DEBUG] [FML]: Examining file lightningcraft-2.9.1-[1.12.2].jar for potential mods
[20:12:05] [Server thread/TRACE] [FML]: Located mcmod.info file in file lightningcraft-2.9.1-[1.12.2].jar
[20:12:05] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (sblectric.lightningcraft.LightningCraft) - loading
[20:12:05] [Server thread/TRACE] [FML]: Parsed dependency info for lightningcraft: Requirements: [] After:[] Before:[]
[20:12:06] [Server thread/DEBUG] [FML]: Examining file Mantle-1.12-1.3.3.49.jar for potential mods
[20:12:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file Mantle-1.12-1.3.3.49.jar
[20:12:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.mantle.Mantle) - loading
[20:12:06] [Server thread/TRACE] [FML]: Parsed dependency info for mantle: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[]
[20:12:06] [Server thread/DEBUG] [FML]: Examining file mclib-1.0.1-1.12.2.jar for potential mods
[20:12:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file mclib-1.0.1-1.12.2.jar
[20:12:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mchorse.mclib.McLib) - loading
[20:12:06] [Server thread/TRACE] [FML]: Parsed dependency info for mclib: Requirements: [] After:[] Before:[]
[20:12:06] [Server thread/DEBUG] [FML]: Examining file metamorph-1.1.7-1.12.2.jar for potential mods
[20:12:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file metamorph-1.1.7-1.12.2.jar
[20:12:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mchorse.metamorph.Metamorph) - loading
[20:12:06] [Server thread/TRACE] [FML]: Parsed dependency info for metamorph: Requirements: [mclib@[1.0,)] After:[moreplayermodels, mclib@[1.0,)] Before:[]
[20:12:06] [Server thread/DEBUG] [FML]: Examining file OreExcavation-1.4.137.jar for potential mods
[20:12:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file OreExcavation-1.4.137.jar
[20:12:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (oreexcavation.core.OreExcavation) - loading
[20:12:06] [Server thread/TRACE] [FML]: Using mcmod dependency info for oreexcavation: [] [gamestages] []
[20:12:06] [Server thread/DEBUG] [FML]: Examining file ShadowMC-1.12.jar for potential mods
[20:12:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file ShadowMC-1.12.jar
[20:12:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.shadowfacts.shadowmc.ShadowMC) - loading
[20:12:06] [Server thread/TRACE] [FML]: Parsed dependency info for shadowmc: Requirements: [] After:[] Before:[]
[20:12:06] [Server thread/DEBUG] [FML]: Examining file TConstruct-1.12.2-2.12.0.135.jar for potential mods
[20:12:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file TConstruct-1.12.2-2.12.0.135.jar
[20:12:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.tconstruct.TConstruct) - loading
[20:12:06] [Server thread/TRACE] [FML]: Parsed dependency info for tconstruct: Requirements: [mantle@[1.12-1.3.3.49,), forge@[14.23.1.2577,)] After:[forge@[14.23.1.2577,), mantle@[1.12-1.3.3.49,), jei@[4.8,), chisel] Before:[taiga@(1.3.0,)]
[20:12:06] [Server thread/DEBUG] [FML]: Examining file Wawla-1.12.2-2.5.270.jar for potential mods
[20:12:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file Wawla-1.12.2-2.5.270.jar
[20:12:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.wawla.Wawla) - loading
[20:12:06] [Server thread/TRACE] [FML]: Parsed dependency info for wawla: Requirements: [] After:[] Before:[]
[20:12:06] [Server thread/DEBUG] [FML]: Examining file Xaeros_Minimap_1.16.6_Forge_1.12.jar for potential mods
[20:12:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file Xaeros_Minimap_1.16.6_Forge_1.12.jar
[20:12:07] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xaero.minimap.XaeroMinimap) - loading
[20:12:07] [Server thread/INFO] [FML]: Disabling mod xaerominimap it is client side only.
[20:12:07] [Server thread/DEBUG] [FML]: Skipping mod xaero.minimap.XaeroMinimap, container opted to not load.
[20:12:07] [Server thread/DEBUG] [FML]: Examining file XaerosWorldMap_1.3.4.1_Forge_1.12.jar for potential mods
[20:12:07] [Server thread/TRACE] [FML]: Located mcmod.info file in file XaerosWorldMap_1.3.4.1_Forge_1.12.jar
[20:12:07] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xaero.map.WorldMap) - loading
[20:12:07] [Server thread/INFO] [FML]: Disabling mod xaeroworldmap it is client side only.
[20:12:07] [Server thread/DEBUG] [FML]: Skipping mod xaero.map.WorldMap, container opted to not load.
[20:12:07] [Server thread/DEBUG] [FML]: Examining file ImmersiveEngineering-0.12-89.jar for potential mods
[20:12:07] [Server thread/TRACE] [FML]: Located mcmod.info file in file ImmersiveEngineering-0.12-89.jar
[20:12:07] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (blusunrize.immersiveengineering.ImmersiveEngineering) - loading
[20:12:07] [Server thread/TRACE] [FML]: Parsed dependency info for immersiveengineering: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,), jei@[4.8,), railcraft, tconstruct@[1.12-2.7.1,), theoneprobe@[1.4.4,)] Before:[]
[20:12:07] [Server thread/INFO] [FML]: Forge Mod Loader has identified 28 mods to load
[20:12:07] [Server thread/DEBUG] [FML]: Found API sblectric.lightningcraft.api (owned by lightningcraft providing lightningcraftAPI) embedded in lightningcraft
[20:12:07] [Server thread/DEBUG] [FML]: Found API blusunrize.immersiveengineering.api.energy.immersiveflux (owned by ImmersiveEngineering providing ImmersiveEngineering|ImmersiveFluxAPI) embedded in immersiveengineering
[20:12:07] [Server thread/DEBUG] [FML]: Found API blusunrize.immersiveengineering.api (owned by ImmersiveEngineering providing ImmersiveEngineering|API) embedded in immersiveengineering
[20:12:07] [Server thread/DEBUG] [FML]: Found API betterwithmods.api (owned by betterwithmods providing BetterWithModsAPI) embedded in appleskin
[20:12:07] [Server thread/DEBUG] [FML]: Found API squeek.applecore.api (owned by applecore providing AppleCoreAPI) embedded in applecore
[20:12:07] [Server thread/DEBUG] [FML]: Found API mezz.jei.api (owned by jei providing JustEnoughItemsAPI) embedded in jei
[20:12:07] [Server thread/DEBUG] [FML]: Found API mcp.mobius.waila.api (owned by Waila providing WailaAPI) embedded in waila
[20:12:07] [Server thread/DEBUG] [FML]: Creating API container dummy for API AppleCoreAPI: owner: applecore, dependents: []
[20:12:07] [Server thread/DEBUG] [FML]: Creating API container dummy for API ImmersiveEngineering|API: owner: ImmersiveEngineering, dependents: [immersiveengineering]
[20:12:07] [Server thread/DEBUG] [FML]: Creating API container dummy for API JustEnoughItemsAPI: owner: jei, dependents: []
[20:12:07] [Server thread/DEBUG] [FML]: Creating API container dummy for API ImmersiveEngineering|ImmersiveFluxAPI: owner: ImmersiveEngineering, dependents: [immersiveengineering]
[20:12:07] [Server thread/DEBUG] [FML]: Creating API container dummy for API BetterWithModsAPI: owner: betterwithmods, dependents: [appleskin]
[20:12:07] [Server thread/DEBUG] [FML]: Creating API container dummy for API WailaAPI: owner: Waila, dependents: [waila]
[20:12:07] [Server thread/DEBUG] [FML]: Creating API container dummy for API lightningcraftAPI: owner: lightningcraft, dependents: []
[20:12:07] [Server thread/TRACE] [FML]: Received a system property request ''
[20:12:07] [Server thread/TRACE] [FML]: System property request managing the state of 0 mods
[20:12:07] [Server thread/DEBUG] [FML]: After merging, found state information for 0 mods
[20:12:07] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[20:12:07] [Server thread/WARN] [FML]: Mod mclib_core has been disabled through configuration
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod fullbright
[20:12:07] [Server thread/WARN] [FML]: Missing English translation for fullbright: assets/fullbright/lang/en_us.lang
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod uncraftingtable
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod advancedcombat
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod applecore
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod appleskin
[20:12:07] [Server thread/WARN] [FML]: Missing English translation for appleskin: assets/appleskin/lang/en_us.lang
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod extrautils2
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod fastleafdecay
[20:12:07] [Server thread/WARN] [FML]: Missing English translation for fastleafdecay: assets/fastleafdecay/lang/en_us.lang
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod forgelin
[20:12:07] [Server thread/WARN] [FML]: Missing English translation for forgelin: assets/forgelin/lang/en_us.lang
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod hammercore
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod waila
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod improvableskills
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod jei
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod jrftl
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod leveluphp
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod lightningcraft
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod mantle
[20:12:07] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod mclib
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod metamorph
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod oreexcavation
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod shadowmc
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod tconstruct
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod wawla
[20:12:07] [Server thread/DEBUG] [FML]: Enabling mod immersiveengineering
[20:12:07] [Server thread/TRACE] [FML]: Verifying mod requirements are satisfied
[20:12:07] [Server thread/TRACE] [FML]: All mod requirements are satisfied
[20:12:07] [Server thread/TRACE] [FML]: Sorting mods into an ordered list
[20:12:07] [Server thread/TRACE] [FML]: Mod sorting completed successfully
[20:12:07] [Server thread/DEBUG] [FML]: Mod sorting data
[20:12:07] [Server thread/DEBUG] [FML]:     fullbright(Fullbright:1.2): 1.12-Fullbright-1.2.1.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     uncraftingtable(Uncrafting Table:1.8-beta6): [1.12]UncraftingTable-1.8-beta6.jar (required-after:forge@[14.21.0.2363,);)
[20:12:07] [Server thread/DEBUG] [FML]:     advancedcombat(Advanced Combat:1.1.2): advancedcombat-1.1.2-[1.12].jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     applecore(AppleCore:3.2.0): AppleCore-mc1.12.2-3.2.0.jar (required-after:forge@[14.23,))
[20:12:07] [Server thread/DEBUG] [FML]:     jei(Just Enough Items:4.15.0.276): jei_1.12.2-4.15.0.276.jar (required-after:forge@[14.23.5.2816,);)
[20:12:07] [Server thread/DEBUG] [FML]:     BetterWithModsAPI(API: BetterWithModsAPI:Beta 0.6): AppleSkin-mc1.12-1.0.9 (1).jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     appleskin(AppleSkin:1.0.9): AppleSkin-mc1.12-1.0.9 (1).jar (after:jei@[4.6.0,); required-after:forge@[14.21.0,); after:applecore@[2.2.0,))
[20:12:07] [Server thread/DEBUG] [FML]:     mantle(Mantle:1.12-1.3.3.49): Mantle-1.12-1.3.3.49.jar (required-after:forge@[14.21.1.2387,))
[20:12:07] [Server thread/DEBUG] [FML]:     tconstruct(Tinkers' Construct:1.12.2-2.12.0.135): TConstruct-1.12.2-2.12.0.135.jar (required-after:forge@[14.23.1.2577,);required-after:mantle@[1.12-1.3.3.49,);after:jei@[4.8,);before:taiga@(1.3.0,);after:chisel)
[20:12:07] [Server thread/DEBUG] [FML]:     extrautils2(Extra Utilities 2:1.0): extrautils2-1.12-1.9.9.jar (after:tconstruct)
[20:12:07] [Server thread/DEBUG] [FML]:     fastleafdecay(Fast Leaf Decay:v14): FastLeafDecay-v14.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     forgelin(Shadowfacts' Forgelin:1.8.2): Forgelin-1.8.2.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     hammercore(Hammer Core:2.0.4.4): HammerCore-1.12.2-2.0.4.4.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     WailaAPI(API: WailaAPI:1.3): Hwyla-1.8.26-B41_1.12.2.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     waila(Waila:1.8.26): Hwyla-1.8.26-B41_1.12.2.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     improvableskills(Improvable Skills:3.6.2r): ImprovableSkills-1.12.2-3.6.2r.jar (required-after:hammercore@[2.0.4.4,))
[20:12:07] [Server thread/DEBUG] [FML]:     jrftl(Just Another Rotten Flesh to Leather Mod:1.1): JRFTL[1.12.2]-1.1.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     shadowmc(ShadowMC:3.8.0): ShadowMC-1.12.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     leveluphp(Level Up HP:1.12.2-1.4.0): leveluphp-1.12.2-1.4.0.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     lightningcraft(LightningCraft:2.9.1): lightningcraft-2.9.1-[1.12.2].jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     mclib(McLib:1.0.1): mclib-1.0.1-1.12.2.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     metamorph(Metamorph:1.1.7): metamorph-1.1.7-1.12.2.jar (after:moreplayermodels;required-after:mclib@[1.0,))
[20:12:07] [Server thread/DEBUG] [FML]:     oreexcavation(OreExcavation:1.4.137): OreExcavation-1.4.137.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     wawla(What Are We Looking At:2.5.270): Wawla-1.12.2-2.5.270.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     ImmersiveEngineering|API(API: ImmersiveEngineering|API:1.0): ImmersiveEngineering-0.12-89.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     ImmersiveEngineering|ImmersiveFluxAPI(API: ImmersiveEngineering|ImmersiveFluxAPI:1.0): ImmersiveEngineering-0.12-89.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     immersiveengineering(Immersive Engineering:0.12-89): ImmersiveEngineering-0.12-89.jar (required-after:forge@[14.23.5.2768,);after:jei@[4.8,);after:railcraft;after:tconstruct@[1.12-2.7.1,);after:theoneprobe@[1.4.4,))
[20:12:07] [Server thread/DEBUG] [FML]:     AppleCoreAPI(API: AppleCoreAPI:3.2.0): AppleCore-mc1.12.2-3.2.0.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     JustEnoughItemsAPI(API: JustEnoughItemsAPI:4.13.0): jei_1.12.2-4.15.0.276.jar ()
[20:12:07] [Server thread/DEBUG] [FML]:     lightningcraftAPI(API: lightningcraftAPI:2.9.0): lightningcraft-2.9.1-[1.12.2].jar ()
[20:12:07] [Server thread/INFO] [FML]: FML has found a non-mod file Xaeros_Minimap_1.16.6_Forge_1.12.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[20:12:07] [Server thread/INFO] [FML]: FML has found a non-mod file XaerosWorldMap_1.3.4.1_Forge_1.12.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[20:12:08] [Server thread/DEBUG] [FML]: Loading @Config anotation data
[20:12:08] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft
[20:12:08] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft
[20:12:08] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.002s
[20:12:08] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp
[20:12:08] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp
[20:12:08] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.017s
[20:12:08] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML
[20:12:08] [Server thread/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists
[20:12:08] [Server thread/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection
[20:12:08] [Server thread/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99)
[20:12:08] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, fullbright, uncraftingtable, advancedcombat, applecore, appleskin, extrautils2, fastleafdecay, forgelin, hammercore, waila, improvableskills, jei, jrftl, leveluphp, lightningcraft, mantle, mclib, metamorph, oreexcavation, shadowmc, tconstruct, wawla, immersiveengineering] at CLIENT
[20:12:08] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, fullbright, uncraftingtable, advancedcombat, applecore, appleskin, extrautils2, fastleafdecay, forgelin, hammercore, waila, improvableskills, jei, jrftl, leveluphp, lightningcraft, mantle, mclib, metamorph, oreexcavation, shadowmc, tconstruct, wawla, immersiveengineering] at SERVER
[20:12:09] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML
[20:12:09] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 1.415s
[20:12:09] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge
[20:12:09] [Server thread/DEBUG] [forge]: Loading Vanilla annotations: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4a991a1f
[20:12:09] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$10
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$11
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$12
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$13
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$14
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$4
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$5
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$6
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$7
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$8
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$9
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$4
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$4
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$4
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderGlobal$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$4
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureAtlasSprite$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureManager$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$4
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$5
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$6
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$7
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$4
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$5
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/entity/Entity$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/entity/Entity$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/entity/Entity$4
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/entity/Entity$5
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/entity/EntityTracker$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/entity/player/InventoryPlayer$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/network/NetHandlerPlayServer$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/network/NetworkSystem$6
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$4
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/World$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/World$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/World$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/World$4
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/World$5
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/chunk/Chunk$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$10
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$2
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$3
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$4
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$5
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$6
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$7
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$8
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$9
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Alignment
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Column
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Row
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/common/ICrashCallable
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[20:12:09] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[20:12:09] [Server thread/TRACE] [FML]: Mod forge is using network checker : No network checking performed
[20:12:09] [Server thread/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection
[20:12:09] [Server thread/TRACE] [FML]: The mod forge accepts its own version (14.23.5.2836)
[20:12:09] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE
[20:12:09] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge
[20:12:09] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.164s
[20:12:09] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod fullbright
[20:12:09] [Server thread/TRACE] [FML]: Mod fullbright is using network checker : Accepting version 1.2
[20:12:09] [Server thread/TRACE] [FML]: Testing mod fullbright to verify it accepts its own version in a remote connection
[20:12:09] [Server thread/TRACE] [FML]: The mod fullbright accepts its own version (1.2)
[20:12:09] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into fullbright
[20:12:09] [Server thread/ERROR] [FML]: An error occurred trying to load a proxy into me.fr3ddy.fullbright.Fullbright.proxy
java.lang.ClassNotFoundException: me.fr3ddy.fullbright.Fullbright$ServerProxy
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
    at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[ModClassLoader.class:?]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_211]
    at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_211]
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) [ProxyInjector.class:?]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611) [FMLModContainer.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) [Loader.class:?]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
    ... 38 more
[20:12:10] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: me.fr3ddy.fullbright.Fullbright$ServerProxy

    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:102) ~[forge-1.12.2-14.23.5.2836-universal.jar:?]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611) ~[forge-1.12.2-14.23.5.2836-universal.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge-1.12.2-14.23.5.2836-universal.jar:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-1.12.2-14.23.5.2836-universal.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) ~[Loader.class:?]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
Caused by: java.lang.ClassNotFoundException: me.fr3ddy.fullbright.Fullbright$ServerProxy
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
    at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[ModClassLoader.class:?]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_211]
    at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_211]
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) ~[ProxyInjector.class:?]
    ... 32 more
Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
    at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[ModClassLoader.class:?]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_211]
    at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_211]
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) ~[ProxyInjector.class:?]
    ... 32 more
[20:12:10] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: C:\Users\ethan\Desktop\Modded server\.\crash-reports\crash-2019-04-30_20.12.10-server.txt
[20:12:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[20:12:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod minecraft
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod minecraft
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft took 0.001s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod mcp
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod mcp
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.001s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod FML
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod FML
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod forge
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod forge
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Forge took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod fullbright
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod fullbright
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Fullbright took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod uncraftingtable
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod uncraftingtable
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Uncrafting Table took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod advancedcombat
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod advancedcombat
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Advanced Combat took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod applecore
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod applecore
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - AppleCore took 0.001s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod jei
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod jei
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Just Enough Items took 0.002s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod appleskin
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod appleskin
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - AppleSkin took 0.001s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod mantle
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod mantle
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Mantle took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod tconstruct
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod tconstruct
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Tinkers' Construct took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod extrautils2
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod extrautils2
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Extra Utilities 2 took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod fastleafdecay
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod fastleafdecay
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Fast Leaf Decay took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod forgelin
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod forgelin
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Shadowfacts' Forgelin took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod hammercore
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod hammercore
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Hammer Core took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod waila
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod waila
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Waila took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod improvableskills
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod improvableskills
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Improvable Skills took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod jrftl
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod jrftl
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Just Another Rotten Flesh to Leather Mod took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod shadowmc
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod shadowmc
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - ShadowMC took 0.001s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod leveluphp
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod leveluphp
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Level Up HP took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod lightningcraft
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod lightningcraft
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - LightningCraft took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod mclib
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod mclib
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - McLib took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod metamorph
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod metamorph
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Metamorph took 0.001s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod oreexcavation
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod oreexcavation
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - OreExcavation took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod wawla
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod wawla
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - What Are We Looking At took 0.000s
[20:12:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod immersiveengineering
[20:12:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod immersiveengineering
[20:12:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Immersive Engineering took 0.000s
[20:12:10] [Server thread/DEBUG] [FML]: Bar Finished: ServerStopped took 0.013s
[20:12:10] [Server thread/INFO] [FML]: The state engine was in incorrect state PREINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
[20:12:10] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[20:12:10] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds

 

 

Edited by DaemonUmbra
Text Wall Moved to Spoiler
Link to comment
Share on other sites

Whatever Fullbright mod you're using is broken, report it to the author.

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

You do not need Spigot or Bukkit to run Forge mods.

To my knowledge Sponge is the only plugin interface compatible with Forge, as the Sponge Devs built it specifically to have a Forge-Compatible version available.

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

Spigot plugins will not be compatible with Sponge, why do you need Spigot?

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

Who told you to install Spigot?

Why are you asking me if the files look correct rather than testing if the server runs properly?

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

@The Fire Man What are you trying to accomplish?

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Link to comment
Share on other sites

I’ve only looked at the links in the video description and I’m not happy.

Setting up a Forge server is not that hard, simply get the installer from https://files.minecraftforge.net, run it, then run the installed Forge jar as if it was a vanilla jar.

Beyond that make sure you only get mods from reliable sources, such as CurseForge.

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

  • 2 weeks later...

How did you start the server? Double clicking or through a bat file? Which file did you start?

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

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.