Jump to content

Help me please my mod keeps crashing whats going on?


FoxSk8r

Recommended Posts

Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.event.lifecycle.InterModEnqueueEvent
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 41 more
Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 43 more 

Link to comment
Share on other sites

Are you making the mod or trying to play with it?

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

I get on Minecraft 1.12.2 opens Minecraft then crashes. This is what it looks like 

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 2/22/19 8:53 PM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraftforge/fml/event/lifecycle/InterModEnqueueEvent
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.event.lifecycle.InterModEnqueueEvent
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 41 more
Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 43 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 518969832 bytes (494 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2768 9 mods loaded, 9 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID               | Version      | Source                                          | Signature                                |
    |:----- |:---------------- |:------------ |:----------------------------------------------- |:---------------------------------------- |
    | UC    | minecraft        | 1.12.2       | minecraft.jar                                   | None                                     |
    | UC    | mcp              | 9.42         | minecraft.jar                                   | None                                     |
    | UC    | FML              | 8.0.99.99    | forge-1.12.2-14.23.5.2768.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UC    | forge            | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UC    | backpack         | 3.0.2        | Backpacks-Mod-1.12.2.jar                        | None                                     |
    | UC    | carpentersblocks | 3.4.0-poc.5  | Carpenter's Blocks v3.4.0-poc.5 - MC 1.12.2.jar | None                                     |
    | UC    | cfm              | 6.2.0        | cfm-6.2.0-mc1.12.2.jar                          | None                                     |
    | U     | jmcm             | 9.2          | MinecraftCapes-Forge-1.12.2.jar                 | None                                     |
    | U     | phonesalpha      | v1.93        | PhonesAlpha-Mod-1.12.2.jar                      | None                                     |

    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 24.20.100.6287' Renderer: 'Intel(R) UHD Graphics 630'
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
    LWJGL: 2.9.4
    OpenGL: Intel(R) UHD Graphics 630 GL version 4.5.0 - Build 24.20.100.6287, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 6x Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz

 

Link to comment
Share on other sites

That does not answer my question.

Now I have a new question, where are you getting your mods from?

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 PhonesAlpha mod is made with mcreator and is broken. The author has no idea what he is doing. Tell him to make a real mod.

(This might not be the cause of the crash, but probably is).

Edited by DavidM

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

8 minutes ago, FoxSk8r said:

Thanks no wondering don't worry I'll call him a brainless idiot for you.

Apart from that, the author thinks others won't know he used mcreator if he removed "Made with MCreator" from the mcmod.info.

Moreover, he did not state that the mod is made with mcreator in the CurseForge project page.

 

Both actions are violating the Pylo Terms, making the publication of his mod a reportable offense.

 

3 minutes ago, FoxSk8r said:

Still having a problem is it my saves?

Post your new log. Is it the same as before?

Try removing all the mods. Does the game still crash?

 

From the file names of your mods I am suspecting that you did not got your mods from CurseForge. Please make sure you are downloading your mods from CurseForge.

Edited by DavidM

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

3 minutes ago, FoxSk8r said:

I take back what I said about the person the made alpha phones

Don't. He thinks he can get away with copyright infringement. He deserves to be called

15 minutes ago, FoxSk8r said:

a brainless idiot

. In addition, mods created with mcreator are known to cause a lot of problems.

 

Please make sure you are getting all your mods from https://minecraft.curseforge.com or https://www.curseforge.com/minecraft/mc-mods. Mods from any other places can contain malware and cause other problems.

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

Hmm lemme send a log then

 

 

[21:53:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:53:55] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:53:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[21:53:55] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR.
[21:53:55] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
[21:53:55] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64
[21:53:55] [main/DEBUG] [FML]: Java classpath at launch is:
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2768\forge-1.12.2-14.23.5.2768.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.25\authlib-1.5.25.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Roaming\.minecraft\versions\1.12.2\1.12.2.jar
[21:53:55] [main/DEBUG] [FML]: Java library path at launch is:
[21:53:55] [main/DEBUG] [FML]:     C:\Users\chase\AppData\Local\Temp\05b1-04ce-8b78-bc60
[21:53:55] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: C:\Users\chase\AppData\Roaming\.minecraft\libraries
[21:53:55] [main/DEBUG] [FML]: Cleaning up mods folder: C:\Users\chase\AppData\Roaming\.minecraft\mods
[21:53:55] [main/DEBUG] [FML]: Examining file: MinecraftCapes Forge 1.13.2.jar
[21:53:55] [main/DEBUG] [FML]: Cleaning up mods folder: C:\Users\chase\AppData\Roaming\.minecraft\mods\1.12.2
[21:53:55] [main/DEBUG] [FML]: Examining file: MinecraftCapes Forge 1.12.2.jar
[21:53:55] [main/DEBUG] [FML]: Enabling runtime deobfuscation
[21:53:55] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin
[21:53:55] [main/DEBUG] [FML]: Found signing certificates for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin)
[21:53:55] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[21:53:55] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[21:53:55] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin
[21:53:55] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin
[21:53:55] [main/DEBUG] [FML]: Found signing certificates for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin)
[21:53:55] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[21:53:55] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin
[21:53:55] [main/DEBUG] [FML]: All fundamental core mods are successfully located
[21:53:55] [main/DEBUG] [FML]: Discovering coremods
[21:53:55] [main/INFO] [FML]: Searching C:\Users\chase\AppData\Roaming\.minecraft\mods for mods
[21:53:55] [main/DEBUG] [FML]:   Adding MinecraftCapes Forge 1.13.2.jar to the mod list
[21:53:55] [main/INFO] [FML]: Searching C:\Users\chase\AppData\Roaming\.minecraft\mods\1.12.2 for mods
[21:53:55] [main/DEBUG] [FML]:   Adding MinecraftCapes Forge 1.12.2.jar to the mod list
[21:53:55] [main/DEBUG] [FML]: Examining for coremod candidacy MinecraftCapes Forge 1.12.2.jar
[21:53:55] [main/DEBUG] [FML]: Not found coremod data in MinecraftCapes Forge 1.12.2.jar
[21:53:55] [main/DEBUG] [FML]: Examining for coremod candidacy MinecraftCapes Forge 1.13.2.jar
[21:53:55] [main/DEBUG] [FML]: Not found coremod data in MinecraftCapes Forge 1.13.2.jar
[21:53:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:53:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:53:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:53:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:53:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:53:55] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[21:53:55] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[21:53:55] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[21:53:55] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[21:53:55] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[21:53:55] [main/DEBUG] [FML]: Injection complete
[21:53:55] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[21:53:55] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin
[21:53:56] [main/DEBUG] [FML]: Read 1103 binary patches
[21:53:56] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36083 records
[21:53:57] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[21:53:57] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[21:53:57] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully
[21:53:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:53:57] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[21:53:57] [main/DEBUG] [FML]: Injection complete
[21:53:57] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[21:53:57] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin
[21:53:57] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully
[21:53:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:53:57] [main/DEBUG] [FML]: Loaded 213 rules from AccessTransformer config file forge_at.cfg
[21:53:57] [main/DEBUG] [FML]: Validating minecraft
[21:53:57] [main/DEBUG] [FML]: Minecraft validated, launching...
[21:53:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:53:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:53:57] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[21:53:58] [main/INFO] [net.minecraft.client.Minecraft]: Setting user: FoxSk8r
[21:54:00] [main/DEBUG] [FML]: Creating vanilla freeze snapshot
[21:54:00] [main/DEBUG] [FML]: Vanilla freeze snapshot created
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer:
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.pickItem:key.mouse.middle
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.playerlist:key.keyboard.tab
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.advancements:key.keyboard.l
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.5:key.keyboard.5
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.6:key.keyboard.6
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.7:key.keyboard.7
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.8:key.keyboard.8
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.1:key.keyboard.1
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.2:key.keyboard.2
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.3:key.keyboard.3
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.4:key.keyboard.4
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.sprint:key.keyboard.left.control
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.forward:key.keyboard.w
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.drop:key.keyboard.q
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.back:key.keyboard.s
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.attack:key.mouse.left
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.use:key.mouse.right
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.saveToolbarActivator:key.keyboard.c
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.smoothCamera:key.keyboard.unknown
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.right:key.keyboard.d
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.jump:key.keyboard.space
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.sneak:key.keyboard.left.shift
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.spectatorOutlines:key.keyboard.unknown
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.left:key.keyboard.a
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.command:key.keyboard.slash
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.screenshot:key.keyboard.f2
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.9:key.keyboard.9
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.togglePerspective:key.keyboard.f5
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.chat:key.keyboard.t
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.inventory:key.keyboard.e
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.fullscreen:key.keyboard.f11
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.loadToolbarActivator:key.keyboard.x
[21:54:00] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.swapHands:key.keyboard.f
[21:54:00] [main/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4
[21:54:01] [main/DEBUG] [FML]: Bar Finished: Loading Resource - LanguageManager took 0.004s
[21:54:01] [main/INFO] [FML]: -- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 632995128 bytes (603 MB) / 1073741824 bytes (1024 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: 
    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 24.20.100.6287' Renderer: 'Intel(R) UHD Graphics 630'
[21:54:01] [main/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized
[21:54:01] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[21:54:01] [main/INFO] [FML]: Replaced 1036 ore ingredients
[21:54:01] [main/DEBUG] [FML]: File C:\Users\chase\AppData\Roaming\.minecraft\config\injectedDependencies.json not found. No dependencies injected
[21:54:01] [main/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]
[21:54:01] [main/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes
[21:54:01] [main/DEBUG] [FML]: Found a minecraft related file at C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2768\forge-1.12.2-14.23.5.2768.jar, examining for mod candidates
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar
[21:54:01] [main/DEBUG] [FML]: Found a minecraft related file at C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar, examining for mod candidates
[21:54:01] [main/DEBUG] [FML]: Found a minecraft related file at C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar, examining for mod candidates
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.25\authlib-1.5.25.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar
[21:54:01] [main/TRACE] [FML]: Skipping known library file C:\Users\chase\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar
[21:54:01] [main/DEBUG] [FML]: Found a minecraft related file at C:\Users\chase\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar, examining for mod candidates
[21:54:01] [main/DEBUG] [FML]: Found a minecraft related file at C:\Users\chase\AppData\Roaming\.minecraft\versions\1.12.2\1.12.2.jar, examining for mod candidates
[21:54:01] [main/DEBUG] [FML]: Minecraft jar mods loaded successfully
[21:54:01] [main/INFO] [FML]: Searching C:\Users\chase\AppData\Roaming\.minecraft\mods for mods
[21:54:01] [main/DEBUG] [FML]:   Adding MinecraftCapes Forge 1.13.2.jar to the mod list
[21:54:01] [main/INFO] [FML]: Searching C:\Users\chase\AppData\Roaming\.minecraft\mods\1.12.2 for mods
[21:54:01] [main/DEBUG] [FML]:   Adding MinecraftCapes Forge 1.12.2.jar to the mod list
[21:54:01] [main/DEBUG] [FML]: Found a candidate zip or jar file MinecraftCapes Forge 1.12.2.jar
[21:54:01] [main/DEBUG] [FML]: Found a candidate zip or jar file MinecraftCapes Forge 1.13.2.jar
[21:54:01] [main/DEBUG] [FML]: Examining file forge-1.12.2-14.23.5.2768.jar for potential mods
[21:54:01] [main/DEBUG] [FML]: The mod container forge-1.12.2-14.23.5.2768.jar appears to be missing an mcmod.info file
[21:54:02] [main/DEBUG] [FML]: Examining file maven-artifact-3.5.3.jar for potential mods
[21:54:02] [main/DEBUG] [FML]: The mod container maven-artifact-3.5.3.jar appears to be missing an mcmod.info file
[21:54:02] [main/DEBUG] [FML]: Examining file patchy-1.1.jar for potential mods
[21:54:02] [main/DEBUG] [FML]: The mod container patchy-1.1.jar appears to be missing an mcmod.info file
[21:54:02] [main/DEBUG] [FML]: Examining file text2speech-1.10.3.jar for potential mods
[21:54:02] [main/DEBUG] [FML]: The mod container text2speech-1.10.3.jar appears to be missing an mcmod.info file
[21:54:02] [main/DEBUG] [FML]: Examining file 1.12.2.jar for potential mods
[21:54:02] [main/DEBUG] [FML]: The mod container 1.12.2.jar appears to be missing an mcmod.info file
[21:54:02] [main/DEBUG] [FML]: Examining file MinecraftCapes Forge 1.12.2.jar for potential mods
[21:54:02] [main/TRACE] [FML]: Located mcmod.info file in file MinecraftCapes Forge 1.12.2.jar
[21:54:02] [main/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (co.uk.minecraftcapes.MinecraftCapes) - loading
[21:54:02] [main/TRACE] [FML]: Parsed dependency info for jmcm: Requirements: [] After:[] Before:[]
[21:54:02] [main/DEBUG] [FML]: Examining file MinecraftCapes Forge 1.13.2.jar for potential mods
[21:54:02] [main/DEBUG] [FML]: The mod container MinecraftCapes Forge 1.13.2.jar appears to be missing an mcmod.info file
[21:54:02] [main/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (co.uk.minecraftcapes.MinecraftCapes) - loading
[21:54:02] [main/ERROR] [FML]: Unable to construct net.minecraftforge.fml.common.Mod container
java.lang.reflect.InvocationTargetException: null
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:73) [ModContainerFactory.class:?]
    at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:114) [JarDiscoverer.class:?]
    at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
    at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
    at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
    at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
    at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?]
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [bib.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.IllegalArgumentException: The modId is null or empty
    at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:136) ~[FMLModContainer.class:?]
    at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128) ~[FMLModContainer.class:?]
    ... 22 more
[21:54:02] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[21:54:02] [main/TRACE] [FML]: Received a system property request ''
[21:54:02] [main/TRACE] [FML]: System property request managing the state of 0 mods
[21:54:02] [main/DEBUG] [FML]: After merging, found state information for 0 mods
[21:54:02] [main/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[21:54:02] [main/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[21:54:02] [main/DEBUG] [FML]: Enabling mod jmcm
[21:54:02] [main/TRACE] [FML]: Verifying mod requirements are satisfied
[21:54:02] [main/TRACE] [FML]: All mod requirements are satisfied
[21:54:02] [main/TRACE] [FML]: Sorting mods into an ordered list
[21:54:02] [main/TRACE] [FML]: Mod sorting completed successfully
[21:54:02] [main/DEBUG] [FML]: Mod sorting data
[21:54:02] [main/DEBUG] [FML]:     jmcm(James090500's MinecraftCapes Mod:9.2): MinecraftCapes Forge 1.12.2.jar ()
[21:54:02] [main/INFO] [FML]: FML has found a non-mod file MinecraftCapes Forge 1.13.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[21:54:02] [main/DEBUG] [FML]: Loading @Config anotation data
[21:54:02] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft
[21:54:02] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft
[21:54:02] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.004s
[21:54:02] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp
[21:54:02] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp
[21:54:02] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.000s
[21:54:02] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML
[21:54:02] [main/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists
[21:54:02] [main/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection
[21:54:02] [main/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99)
[21:54:02] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, jmcm] at CLIENT
[21:54:02] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, jmcm] at SERVER
[21:54:02] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML
[21:54:02] [main/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 0.258s
[21:54:02] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge
[21:54:02] [main/DEBUG] [forge]: Loading Vanilla annotations: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@435d648d
[21:54:02] [main/DEBUG] [forge]: Preloading CrashReport Classes
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$10
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$11
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$12
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$13
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$14
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$2
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$3
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$4
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$5
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$6
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$7
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$8
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$9
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$1
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$2
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$3
[21:54:02] [main/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$4
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$4
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$4
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/RenderGlobal$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$4
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureAtlasSprite$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureManager$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$4
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$5
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$6
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$7
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$4
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$5
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/entity/Entity$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/entity/Entity$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/entity/Entity$4
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/entity/Entity$5
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/entity/EntityTracker$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/entity/player/InventoryPlayer$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/network/NetHandlerPlayServer$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/network/NetworkSystem$6
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$4
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/World$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/World$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/World$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/World$4
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/World$5
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/chunk/Chunk$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$10
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$2
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$3
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$4
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$5
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$6
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$7
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$8
[21:54:03] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$9
[21:54:03] [main/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable
[21:54:03] [main/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Alignment
[21:54:03] [main/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Column
[21:54:03] [main/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Row
[21:54:03] [main/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraftforge/fml/common/ICrashCallable
[21:54:03] [main/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[21:54:03] [main/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[21:54:03] [main/TRACE] [FML]: Mod forge is using network checker : No network checking performed
[21:54:03] [main/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection
[21:54:03] [main/TRACE] [FML]: The mod forge accepts its own version (14.23.5.2768)
[21:54:03] [main/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE
[21:54:03] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge
[21:54:03] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.118s
[21:54:03] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod jmcm
[21:54:03] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:James090500's MinecraftCapes Mod
[21:54:03] [main/DEBUG] [FML]: Bar Step: Loading Resources - Default took 0.003s
[21:54:03] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.002s
[21:54:03] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.002s
[21:54:03] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:James090500's MinecraftCapes Mod took 0.000s
[21:54:03] [main/DEBUG] [FML]: Bar Finished: Reloading - LanguageManager took 0.117s
[21:54:03] [main/DEBUG] [FML]: Bar Step: Loading Resources - Reloading listeners took 0.118s
[21:54:03] [main/DEBUG] [FML]: Bar Finished: Loading Resources took 0.125s
[21:54:03] [main/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[21:54:03] [main/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[21:54:03] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 2/22/19 9:54 PM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraftforge/fml/event/lifecycle/InterModEnqueueEvent
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.event.lifecycle.InterModEnqueueEvent
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 41 more
Caused by: java.lang.NullPointerException


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 573284712 bytes (546 MB) / 1073741824 bytes (1024 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2768 5 mods loaded, 5 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID        | Version      | Source                          | Signature                                |
    |:----- |:--------- |:------------ |:------------------------------- |:---------------------------------------- |
    | UC    | minecraft | 1.12.2       | minecraft.jar                   | None                                     |
    | UC    | mcp       | 9.42         | minecraft.jar                   | None                                     |
    | UC    | FML       | 8.0.99.99    | forge-1.12.2-14.23.5.2768.jar   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UC    | forge     | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | U     | jmcm      | 9.2          | MinecraftCapes Forge 1.12.2.jar | None                                     |

    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 24.20.100.6287' Renderer: 'Intel(R) UHD Graphics 630'
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
    LWJGL: 2.9.4
    OpenGL: Intel(R) UHD Graphics 630 GL version 4.5.0 - Build 24.20.100.6287, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 6x Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
[21:54:03] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\chase\AppData\Roaming\.minecraft\crash-reports\crash-2019-02-22_21.54.03-client.txt
 

 

Link to comment
Share on other sites

Trusting a mod because "it worked before" is not a good thing.

There is also the fact that Mojang specifically does not want people making capes.

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

3 hours ago, FoxSk8r said:

I trust The Minecraft cape forge mod because it worked before

From your crash log, it seems like the Cape mod is causing the crash. Remove it and try again.

 

3 hours ago, FoxSk8r said:

[21:54:02] [main/INFO] [FML]: FML has found a non-mod file MinecraftCapes Forge 1.13.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.

You are using a different version of the mod. This is probably due to the misleading file name a site like 9minecraft creates.

Please download all your mods from the correct place.

Edited by DavidM

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

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.