Jump to content

1.12.2 Forge Crashes when I load minecraft


Cam26

Recommended Posts

Hi, 

I just download my 1.12.2 Forge (reccomended windows installer) with schematica and luntrius core and i'm crashing when I load up minecraft. It shows the loading screen for 5 seconds then crashes suddenly. If you could leave feedback on why this is happening would be great, Thanks!

 

Crash report below.

 

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 1/31/19 10:28 AM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/util/BlockPos
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
    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.minecraft.util.BlockPos
    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)
    ... 40 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.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
    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: 613399120 bytes (584 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 6 mods loaded, 6 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    | lunatriuscore | 1.2.0.42     | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None                                     |
    | U     | schematica    | 1.8.0.169    | Schematica-1.12.2-1.8.0.169-universal.jar   | None                                     |

    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4549' Renderer: 'Intel(R) HD Graphics'
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics GL version 4.4.0 - Build 20.19.15.4549, 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: 4x Intel(R) Pentium(R) CPU 3825U @ 1.90GHz

Link to comment
Share on other sites

I'm unable to reproduce this crash or explain how it's possible.

Could you read the EAQ or the "logs" section of my forum signature and provide your debug.log please?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Spoiler

 

[10:53:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[10:53:55] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[10:53:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[10:53:55] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR.
[10:53:55] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
[10: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:\Users\WIN-PC\Desktop\runtime\jre-x64\1.8.0_51
[10:53:55] [main/DEBUG] [FML]: Java classpath at launch is:
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2768\forge-1.12.2-14.23.5.2768.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\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
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\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
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.25\authlib-1.5.25.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Roaming\.minecraft\versions\1.12.2\1.12.2.jar
[10:53:55] [main/DEBUG] [FML]: Java library path at launch is:
[10:53:55] [main/DEBUG] [FML]:     C:\Users\WIN-PC\AppData\Local\Temp\4707-e950-e22d-28cc
[10:53:55] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries
[10:53:55] [main/DEBUG] [FML]: Cleaning up mods folder: C:\Users\WIN-PC\AppData\Roaming\.minecraft\mods
[10:53:55] [main/DEBUG] [FML]: Examining file: LunatriusCore-1.12.2-1.2.0.42-universal.jar
[10:53:55] [main/DEBUG] [FML]: Examining file: LunatriusCore-1.8.9-1.1.2.32-universal.jar
[10:53:55] [main/DEBUG] [FML]: Examining file: Schematica-1.12.2-1.8.0.169-universal.jar
[10:53:55] [main/DEBUG] [FML]: Examining file: Schematica-1.8.9-1.7.7.143-universal.jar
[10:53:55] [main/DEBUG] [FML]: Enabling runtime deobfuscation
[10:53:55] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin
[10:53:55] [main/DEBUG] [FML]: Found signing certificates for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin)
[10:53:55] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[10:53:55] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[10:53:55] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin
[10:53:55] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin
[10:53:55] [main/DEBUG] [FML]: Found signing certificates for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin)
[10:53:55] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[10:53:55] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin
[10:53:55] [main/DEBUG] [FML]: All fundamental core mods are successfully located
[10:53:55] [main/DEBUG] [FML]: Discovering coremods
[10:53:55] [main/INFO] [FML]: Searching C:\Users\WIN-PC\AppData\Roaming\.minecraft\mods for mods
[10:53:55] [main/DEBUG] [FML]:   Adding LunatriusCore-1.12.2-1.2.0.42-universal.jar to the mod list
[10:53:55] [main/DEBUG] [FML]:   Adding LunatriusCore-1.12.2-1.2.0.42-universal.zip to the mod list
[10:53:55] [main/DEBUG] [FML]:   Adding LunatriusCore-1.8.9-1.1.2.32-universal.jar to the mod list
[10:53:55] [main/DEBUG] [FML]:   Adding LunatriusCore-1.8.9-1.1.2.32-universal.zip to the mod list
[10:53:55] [main/DEBUG] [FML]:   Adding Schematica-1.12.2-1.8.0.169-universal.jar to the mod list
[10:53:55] [main/DEBUG] [FML]:   Adding Schematica-1.12.2-1.8.0.169-universal.zip to the mod list
[10:53:55] [main/DEBUG] [FML]:   Adding Schematica-1.8.9-1.7.7.143-universal.jar to the mod list
[10:53:55] [main/DEBUG] [FML]:   Adding Schematica-1.8.9-1.7.7.143-universal.zip to the mod list
[10:53:55] [main/DEBUG] [FML]: Examining for coremod candidacy LunatriusCore-1.12.2-1.2.0.42-universal.jar
[10:53:55] [main/DEBUG] [FML]: Not found coremod data in LunatriusCore-1.12.2-1.2.0.42-universal.jar
[10:53:55] [main/DEBUG] [FML]: Examining for coremod candidacy LunatriusCore-1.12.2-1.2.0.42-universal.zip
[10:53:55] [main/DEBUG] [FML]: Examining for coremod candidacy LunatriusCore-1.8.9-1.1.2.32-universal.jar
[10:53:55] [main/DEBUG] [FML]: Not found coremod data in LunatriusCore-1.8.9-1.1.2.32-universal.jar
[10:53:55] [main/DEBUG] [FML]: Examining for coremod candidacy LunatriusCore-1.8.9-1.1.2.32-universal.zip
[10:53:55] [main/DEBUG] [FML]: Examining for coremod candidacy Schematica-1.12.2-1.8.0.169-universal.jar
[10:53:55] [main/DEBUG] [FML]: Not found coremod data in Schematica-1.12.2-1.8.0.169-universal.jar
[10:53:55] [main/DEBUG] [FML]: Examining for coremod candidacy Schematica-1.12.2-1.8.0.169-universal.zip
[10:53:55] [main/DEBUG] [FML]: Examining for coremod candidacy Schematica-1.8.9-1.7.7.143-universal.jar
[10:53:55] [main/DEBUG] [FML]: Not found coremod data in Schematica-1.8.9-1.7.7.143-universal.jar
[10:53:55] [main/DEBUG] [FML]: Examining for coremod candidacy Schematica-1.8.9-1.7.7.143-universal.zip
[10:53:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:53:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[10:53:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:53:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:53:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:53:55] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[10:53:55] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[10:53:56] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[10:53:56] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[10:53:56] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[10:53:56] [main/DEBUG] [FML]: Injection complete
[10:53:56] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[10:53:56] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin
[10:53:59] [main/DEBUG] [FML]: Read 1103 binary patches
[10:53:59] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36083 records
[10:54:02] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[10:54:02] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[10:54:02] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully
[10:54:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:54:02] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[10:54:02] [main/DEBUG] [FML]: Injection complete
[10:54:02] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[10:54:02] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin
[10:54:02] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully
[10:54:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[10:54:02] [main/DEBUG] [FML]: Loaded 213 rules from AccessTransformer config file forge_at.cfg
[10:54:02] [main/DEBUG] [FML]: Loaded 11 rules from AccessTransformer mod jar file C:\Users\WIN-PC\AppData\Roaming\.minecraft\mods\Schematica-1.12.2-1.8.0.169-universal.jar!META-INF/schematica_at.cfg

[10:54:02] [main/DEBUG] [FML]: Loaded 8 rules from AccessTransformer mod jar file C:\Users\WIN-PC\AppData\Roaming\.minecraft\mods\Schematica-1.8.9-1.7.7.143-universal.jar!META-INF/schematica_at.cfg

[10:54:02] [main/DEBUG] [FML]: Validating minecraft
[10:54:03] [main/DEBUG] [FML]: Minecraft validated, launching...
[10:54:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[10:54:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[10:54:03] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[10:54:05] [main/INFO] [net.minecraft.client.Minecraft]: Setting user: EmerProd
[10:54:17] [main/DEBUG] [FML]: Creating vanilla freeze snapshot
[10:54:17] [main/DEBUG] [FML]: Vanilla freeze snapshot created
[10:54:18] [main/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4
[10:54:19] [main/DEBUG] [FML]: Bar Finished: Loading Resource - LanguageManager took 0.008s
[10:54:19] [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: 230475032 bytes (219 MB) / 469762048 bytes (448 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.4.0 - Build 20.19.15.4549' Renderer: 'Intel(R) HD Graphics'
[10:54:19] [main/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized
[10:54:19] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[10:54:20] [main/INFO] [FML]: Replaced 1036 ore ingredients
[10:54:20] [main/DEBUG] [FML]: File C:\Users\WIN-PC\AppData\Roaming\.minecraft\config\injectedDependencies.json not found. No dependencies injected
[10:54:21] [main/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]
[10:54:21] [main/DEBUG] [FML]: Remapping property biomeSkyBlendRange from category general to client
[10:54:21] [main/DEBUG] [FML]: Remapping property forgeLightPipelineEnabled from category general to client
[10:54:21] [main/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes
[10:54:21] [main/DEBUG] [FML]: Found a minecraft related file at C:\Users\WIN-PC\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
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\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
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\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
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar
[10:54:21] [main/DEBUG] [FML]: Found a minecraft related file at C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar, examining for mod candidates
[10:54:21] [main/DEBUG] [FML]: Found a minecraft related file at C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar, examining for mod candidates
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.25\authlib-1.5.25.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar
[10:54:21] [main/TRACE] [FML]: Skipping known library file C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar
[10:54:21] [main/DEBUG] [FML]: Found a minecraft related file at C:\Users\WIN-PC\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar, examining for mod candidates
[10:54:21] [main/DEBUG] [FML]: Found a minecraft related file at C:\Users\WIN-PC\AppData\Roaming\.minecraft\versions\1.12.2\1.12.2.jar, examining for mod candidates
[10:54:21] [main/DEBUG] [FML]: Minecraft jar mods loaded successfully
[10:54:21] [main/INFO] [FML]: Searching C:\Users\WIN-PC\AppData\Roaming\.minecraft\mods for mods
[10:54:21] [main/DEBUG] [FML]:   Adding LunatriusCore-1.12.2-1.2.0.42-universal.jar to the mod list
[10:54:21] [main/DEBUG] [FML]:   Adding LunatriusCore-1.12.2-1.2.0.42-universal.zip to the mod list
[10:54:21] [main/DEBUG] [FML]:   Adding LunatriusCore-1.8.9-1.1.2.32-universal.jar to the mod list
[10:54:21] [main/DEBUG] [FML]:   Adding LunatriusCore-1.8.9-1.1.2.32-universal.zip to the mod list
[10:54:21] [main/DEBUG] [FML]:   Adding Schematica-1.12.2-1.8.0.169-universal.jar to the mod list
[10:54:21] [main/DEBUG] [FML]:   Adding Schematica-1.12.2-1.8.0.169-universal.zip to the mod list
[10:54:21] [main/DEBUG] [FML]:   Adding Schematica-1.8.9-1.7.7.143-universal.jar to the mod list
[10:54:21] [main/DEBUG] [FML]:   Adding Schematica-1.8.9-1.7.7.143-universal.zip to the mod list
[10:54:21] [main/DEBUG] [FML]: Found a candidate zip or jar file LunatriusCore-1.12.2-1.2.0.42-universal.jar
[10:54:21] [main/DEBUG] [FML]: Found a candidate zip or jar file LunatriusCore-1.12.2-1.2.0.42-universal.zip
[10:54:21] [main/DEBUG] [FML]: Found a candidate zip or jar file LunatriusCore-1.8.9-1.1.2.32-universal.jar
[10:54:21] [main/DEBUG] [FML]: Found a candidate zip or jar file LunatriusCore-1.8.9-1.1.2.32-universal.zip
[10:54:21] [main/DEBUG] [FML]: Found a candidate zip or jar file Schematica-1.12.2-1.8.0.169-universal.jar
[10:54:21] [main/DEBUG] [FML]: Found a candidate zip or jar file Schematica-1.12.2-1.8.0.169-universal.zip
[10:54:21] [main/DEBUG] [FML]: Found a candidate zip or jar file Schematica-1.8.9-1.7.7.143-universal.jar
[10:54:21] [main/DEBUG] [FML]: Found a candidate zip or jar file Schematica-1.8.9-1.7.7.143-universal.zip
[10:54:21] [main/DEBUG] [FML]: Examining file forge-1.12.2-14.23.5.2768.jar for potential mods
[10:54:21] [main/DEBUG] [FML]: The mod container forge-1.12.2-14.23.5.2768.jar appears to be missing an mcmod.info file
[10:54:23] [main/DEBUG] [FML]: Examining file maven-artifact-3.5.3.jar for potential mods
[10:54:23] [main/DEBUG] [FML]: The mod container maven-artifact-3.5.3.jar appears to be missing an mcmod.info file
[10:54:23] [main/DEBUG] [FML]: Examining file patchy-1.1.jar for potential mods
[10:54:23] [main/DEBUG] [FML]: The mod container patchy-1.1.jar appears to be missing an mcmod.info file
[10:54:23] [main/DEBUG] [FML]: Examining file text2speech-1.10.3.jar for potential mods
[10:54:23] [main/DEBUG] [FML]: The mod container text2speech-1.10.3.jar appears to be missing an mcmod.info file
[10:54:23] [main/DEBUG] [FML]: Examining file 1.12.2.jar for potential mods
[10:54:23] [main/DEBUG] [FML]: The mod container 1.12.2.jar appears to be missing an mcmod.info file
[10:54:24] [Thread-3/INFO] [FML]: Using alternative sync timing : 200 frames of Display.update took 1555937171 nanos
[10:54:26] [main/DEBUG] [FML]: Examining file LunatriusCore-1.12.2-1.2.0.42-universal.jar for potential mods
[10:54:26] [main/TRACE] [FML]: Located mcmod.info file in file LunatriusCore-1.12.2-1.2.0.42-universal.jar
[10:54:26] [main/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.core.LunatriusCore) - loading
[10:54:26] [main/TRACE] [FML]: Using mcmod dependency info for lunatriuscore: [forge@[14.23.0.2491,)] [forge@[14.23.0.2491,)] []
[10:54:26] [main/DEBUG] [FML]: Examining file LunatriusCore-1.12.2-1.2.0.42-universal.zip for potential mods
[10:54:26] [main/DEBUG] [FML]: The mod container LunatriusCore-1.12.2-1.2.0.42-universal.zip appears to be missing an mcmod.info file
[10:54:26] [main/DEBUG] [FML]: Examining file LunatriusCore-1.8.9-1.1.2.32-universal.jar for potential mods
[10:54:26] [main/TRACE] [FML]: Located mcmod.info file in file LunatriusCore-1.8.9-1.1.2.32-universal.jar
[10:54:26] [main/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.core.LunatriusCore) - loading
[10:54:26] [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 LunatriusCore must be all lowercase.
    at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:144) ~[FMLModContainer.class:?]
    at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128) ~[FMLModContainer.class:?]
    ... 22 more
[10:54:26] [main/DEBUG] [FML]: Examining file LunatriusCore-1.8.9-1.1.2.32-universal.zip for potential mods
[10:54:26] [main/DEBUG] [FML]: The mod container LunatriusCore-1.8.9-1.1.2.32-universal.zip appears to be missing an mcmod.info file
[10:54:26] [main/DEBUG] [FML]: Examining file Schematica-1.12.2-1.8.0.169-universal.jar for potential mods
[10:54:26] [main/TRACE] [FML]: Located mcmod.info file in file Schematica-1.12.2-1.8.0.169-universal.jar
[10:54:26] [main/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.schematica.Schematica) - loading
[10:54:26] [main/TRACE] [FML]: Using mcmod dependency info for schematica: [forge@[14.23.0.2491,), lunatriuscore@[1.2.0.42,)] [forge@[14.23.0.2491,), lunatriuscore@[1.2.0.42,)] []
[10:54:26] [main/DEBUG] [FML]: Examining file Schematica-1.12.2-1.8.0.169-universal.zip for potential mods
[10:54:26] [main/DEBUG] [FML]: The mod container Schematica-1.12.2-1.8.0.169-universal.zip appears to be missing an mcmod.info file
[10:54:26] [main/DEBUG] [FML]: Examining file Schematica-1.8.9-1.7.7.143-universal.jar for potential mods
[10:54:26] [main/TRACE] [FML]: Located mcmod.info file in file Schematica-1.8.9-1.7.7.143-universal.jar
[10:54:26] [main/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.schematica.Schematica) - loading
[10:54:26] [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 Schematica must be all lowercase.
    at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:144) ~[FMLModContainer.class:?]
    at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128) ~[FMLModContainer.class:?]
    ... 22 more
[10:54:26] [main/DEBUG] [FML]: Examining file Schematica-1.8.9-1.7.7.143-universal.zip for potential mods
[10:54:26] [main/DEBUG] [FML]: The mod container Schematica-1.8.9-1.7.7.143-universal.zip appears to be missing an mcmod.info file
[10:54:26] [main/INFO] [FML]: Forge Mod Loader has identified 6 mods to load
[10:54:26] [main/DEBUG] [FML]: Found API com.github.lunatrius.schematica.api.event (owned by SchematicaAPI providing SchematicaAPI|Events) embedded in schematica
[10:54:26] [main/DEBUG] [FML]: Found API com.github.lunatrius.schematica.api (owned by Schematica providing SchematicaAPI) embedded in schematica
[10:54:26] [main/DEBUG] [FML]: Creating API container dummy for API SchematicaAPI: owner: Schematica, dependents: [schematica]
[10:54:26] [main/TRACE] [FML]: Removing upstream parent Schematica from APIContainer{SchematicaAPI|Events:1.1}
[10:54:26] [main/DEBUG] [FML]: Creating API container dummy for API SchematicaAPI|Events: owner: SchematicaAPI, dependents: [schematica]
[10:54:26] [main/TRACE] [FML]: Received a system property request ''
[10:54:26] [main/TRACE] [FML]: System property request managing the state of 0 mods
[10:54:26] [main/DEBUG] [FML]: After merging, found state information for 0 mods
[10:54:26] [main/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[10:54:26] [main/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[10:54:26] [main/DEBUG] [FML]: Enabling mod lunatriuscore
[10:54:26] [main/DEBUG] [FML]: Enabling mod schematica
[10:54:26] [main/TRACE] [FML]: Verifying mod requirements are satisfied
[10:54:26] [main/TRACE] [FML]: All mod requirements are satisfied
[10:54:26] [main/TRACE] [FML]: Sorting mods into an ordered list
[10:54:26] [main/TRACE] [FML]: Mod sorting completed successfully
[10:54:26] [main/DEBUG] [FML]: Mod sorting data
[10:54:26] [main/DEBUG] [FML]:     lunatriuscore(LunatriusCore:1.2.0.42): LunatriusCore-1.12.2-1.2.0.42-universal.jar ()
[10:54:26] [main/DEBUG] [FML]:     SchematicaAPI(API: SchematicaAPI:1.1): Schematica-1.8.9-1.7.7.143-universal.jar ()
[10:54:26] [main/DEBUG] [FML]:     SchematicaAPI|Events(API: SchematicaAPI|Events:1.1): Schematica-1.12.2-1.8.0.169-universal.jar ()
[10:54:26] [main/DEBUG] [FML]:     schematica(Schematica:1.8.0.169): Schematica-1.12.2-1.8.0.169-universal.jar ()
[10:54:26] [main/INFO] [FML]: FML has found a non-mod file LunatriusCore-1.12.2-1.2.0.42-universal.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:54:26] [main/INFO] [FML]: FML has found a non-mod file LunatriusCore-1.8.9-1.1.2.32-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:54:26] [main/INFO] [FML]: FML has found a non-mod file LunatriusCore-1.8.9-1.1.2.32-universal.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:54:26] [main/INFO] [FML]: FML has found a non-mod file Schematica-1.12.2-1.8.0.169-universal.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:54:26] [main/INFO] [FML]: FML has found a non-mod file Schematica-1.8.9-1.7.7.143-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:54:26] [main/INFO] [FML]: FML has found a non-mod file Schematica-1.8.9-1.7.7.143-universal.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:54:27] [main/DEBUG] [FML]: Loading @Config anotation data
[10:54:27] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft
[10:54:27] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft
[10:54:27] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.040s
[10:54:27] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp
[10:54:27] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp
[10:54:27] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.002s
[10:54:27] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML
[10:54:27] [main/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists
[10:54:27] [main/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection
[10:54:27] [main/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99)
[10:54:27] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, lunatriuscore, schematica] at CLIENT
[10:54:27] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, lunatriuscore, schematica] at SERVER
[10:54:28] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML
[10:54:28] [main/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 1.155s
[10:54:28] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge
[10:54:28] [main/DEBUG] [forge]: Loading Vanilla annotations: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5c3b3f04
[10:54:28] [main/DEBUG] [forge]: Preloading CrashReport Classes
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$10
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$11
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$12
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$13
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$14
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$4
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$5
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$6
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$7
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$8
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/Minecraft$9
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$4
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$4
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$4
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/RenderGlobal$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$4
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureAtlasSprite$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureManager$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$4
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$5
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$6
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReport$7
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$4
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$5
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/entity/Entity$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/entity/Entity$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/entity/Entity$4
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/entity/Entity$5
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/entity/EntityTracker$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/entity/player/InventoryPlayer$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/network/NetHandlerPlayServer$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/network/NetworkSystem$6
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$4
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/World$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/World$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/World$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/World$4
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/World$5
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/chunk/Chunk$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$10
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$2
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$3
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$4
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$5
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$6
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$7
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$8
[10:54:28] [main/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$9
[10:54:28] [main/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable
[10:54:28] [main/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Alignment
[10:54:28] [main/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Column
[10:54:28] [main/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Row
[10:54:28] [main/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraftforge/fml/common/ICrashCallable
[10:54:28] [main/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[10:54:28] [main/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[10:54:28] [main/TRACE] [FML]: Mod forge is using network checker : No network checking performed
[10:54:28] [main/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection
[10:54:28] [main/TRACE] [FML]: The mod forge accepts its own version (14.23.5.2768)
[10:54:28] [main/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE
[10:54:28] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge
[10:54:28] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.439s
[10:54:28] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod lunatriuscore
[10:54:28] [main/TRACE] [FML]: Mod lunatriuscore is using network checker : Invoking method checkModList
[10:54:28] [main/TRACE] [FML]: Testing mod lunatriuscore to verify it accepts its own version in a remote connection
[10:54:28] [main/TRACE] [FML]: The mod lunatriuscore accepts its own version (1.2.0.42)
[10:54:28] [main/DEBUG] [FML]: Attempting to inject @SidedProxy classes into lunatriuscore
[10:54:28] [main/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for lunatriuscore
[10:54:28] [main/DEBUG] [FML]: Attempting to inject @Config classes into lunatriuscore for type INSTANCE
[10:54:28] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod lunatriuscore
[10:54:28] [main/DEBUG] [FML]: Bar Step: Construction - LunatriusCore took 0.194s
[10:54:28] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod schematica
[10:54:28] [main/TRACE] [FML]: Mod schematica is using network checker : Invoking method checkModList
[10:54:28] [main/TRACE] [FML]: Testing mod schematica to verify it accepts its own version in a remote connection
[10:54:28] [main/TRACE] [FML]: The mod schematica accepts its own version (1.8.0.169)
[10:54:28] [main/DEBUG] [FML]: Attempting to inject @SidedProxy classes into schematica
[10:54:28] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:LunatriusCore, FMLFileResourcePack:Schematica
[10:54:29] [main/DEBUG] [FML]: Bar Step: Loading Resources - Default took 0.015s
[10:54:29] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.012s
[10:54:29] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.008s
[10:54:29] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:LunatriusCore took 0.001s
[10:54:29] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Schematica took 0.002s
[10:54:29] [main/DEBUG] [FML]: Bar Finished: Reloading - LanguageManager took 0.517s
[10:54:29] [main/DEBUG] [FML]: Bar Step: Loading Resources - Reloading listeners took 0.518s
[10:54:29] [main/DEBUG] [FML]: Bar Finished: Loading Resources took 0.556s
[10:54:29] [main/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[10:54:29] [main/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[10:54:29] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 1/31/19 10:54 AM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/util/BlockPos
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
    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.minecraft.util.BlockPos
    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)
    ... 40 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.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
    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: 215282952 bytes (205 MB) / 469762048 bytes (448 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 6 mods loaded, 6 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    | lunatriuscore | 1.2.0.42     | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None                                     |
    | U     | schematica    | 1.8.0.169    | Schematica-1.12.2-1.8.0.169-universal.jar   | None                                     |

    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4549' Renderer: 'Intel(R) HD Graphics'
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics GL version 4.4.0 - Build 20.19.15.4549, 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: 4x Intel(R) Pentium(R) CPU 3825U @ 1.90GHz
[10:54:29] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\WIN-PC\AppData\Roaming\.minecraft\crash-reports\crash-2019-01-31_10.54.29-client.txt

 


 

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

Remove the 1.8.9 mods from your mods folder and try again.

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Found the solution, will be closing this soon. The Minecraft mining overlay can be rendered using: "serverplayer.connection.send(new ClientboundBlockDestructionPacket(serverplayer.getId(), blockpos, i));" Everything else is completely unnecessary, and I was making this harder than it had to be.
    • [17:35:03] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, MOD_DEV, --assetIndex, 5, --assetsDir, C:\Users\moraw\.gradle\caches\forge_gradle\assets, --gameDir, ., --fml.forgeVersion, 47.3.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [17:35:03] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.12 by Eclipse Adoptium; OS Windows 10 arch amd64 version 10.0 [17:35:03] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev] [17:35:03] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp] [17:35:03] [main/DEBUG] [cp.mo.mo.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner] [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path GAMEDIR is C:\Users\moraw\Documents\Livestock\run [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path MODSDIR is C:\Users\moraw\Documents\Livestock\run\mods [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\moraw\Documents\Livestock\run\config [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\moraw\Documents\Livestock\run\config\fml.toml [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: [17:35:03] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow [17:35:03] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 [17:35:03] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml] [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml [17:35:03] [main/DEBUG] [ne.mi.fm.lo.LauncherVersion/CORE]: Found FMLLauncher version 1.0 [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML 1.0 loading [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found ModLauncher version : 10.0.9+10.0.9+main.dcd20f30 [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found AccessTransformer version : 8.0.4+66+master.c09db6d7 [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found EventBus version : 6.0.5+6.0.5+master.eb8e549b [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found Runtime Dist Cleaner [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found CoreMod version : 5.1.6 [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package implementation version 7.0.1+7.0.1+master.d2b38bf6 [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package specification 5 [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin [17:35:03] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@34b7ac2f [17:35:04] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/moraw/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.5/9d1c0c3a304ae6697ecd477218fa61b850bf57fc/mixin-0.8.5.jar%23126!/ Service=ModLauncher Env=CLIENT [17:35:04] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager [17:35:04] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2) [17:35:04] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2) [17:35:04] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2) [17:35:04] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2) [17:35:04] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2) [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Setting up basic FML game directories [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path GAMEDIR is C:\Users\moraw\Documents\Livestock\run [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path MODSDIR is C:\Users\moraw\Documents\Livestock\run\mods [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\moraw\Documents\Livestock\run\config [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\moraw\Documents\Livestock\run\config\fml.toml [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Loading configuration [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Preparing ModFile [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Preparing launch handler [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Using forgeclientuserdev as launch service [17:35:04] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: Intel(R) Iris(R) Xe Graphics GL version 4.6.0 - Build 31.0.101.5594, Intel [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Received command line version data : VersionInfo[forgeVersion=47.3.0, mcVersion=1.20.1, mcpVersion=20230612.114412, forgeGroup=net.minecraftforge] [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml [17:35:04] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'mcp' [17:35:04] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {srg=srgtomcp:1234} [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Initiating mod scan [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModListHandler/CORE]: Found mod coordinates from lists: [] [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null),(userdev classpath:null) [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModDiscoverer/CORE]: Found Dependency Locators : (JarInJar:null) [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ta.CommonLaunchHandler/CORE]: Got mod coordinates livestock%%C:/Users/moraw/Documents/Livestock\build\resources\main;livestock%%C:/Users/moraw/Documents/Livestock\build\classes\java\main from env [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ta.CommonLaunchHandler/CORE]: Found supplied mod coordinates [{livestock=[C:\Users\moraw\Documents\Livestock\build\resources\main, C:\Users\moraw\Documents\Livestock\build\classes\java\main]}] [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file forge-1.20.1-47.3.0_mapped_parchment_2023.09.03-1.20.1.jar with {minecraft} mods - versions {1.20.1} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\fmlcore\1.20.1-47.3.0\3b6be96aba3e323f3c918e8ef6a96312d82d76ad\fmlcore-1.20.1-47.3.0.jar [17:35:04] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\fmlcore\1.20.1-47.3.0\3b6be96aba3e323f3c918e8ef6a96312d82d76ad\fmlcore-1.20.1-47.3.0.jar is missing mods.toml file [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\javafmllanguage\1.20.1-47.3.0\d7ebc62120f202109e300e084ca1a31a7b946a62\javafmllanguage-1.20.1-47.3.0.jar [17:35:04] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\javafmllanguage\1.20.1-47.3.0\d7ebc62120f202109e300e084ca1a31a7b946a62\javafmllanguage-1.20.1-47.3.0.jar is missing mods.toml file [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\lowcodelanguage\1.20.1-47.3.0\1bf3e845ea0ce750096da8c71c8364b188ab74d4\lowcodelanguage-1.20.1-47.3.0.jar [17:35:04] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\lowcodelanguage\1.20.1-47.3.0\1bf3e845ea0ce750096da8c71c8364b188ab74d4\lowcodelanguage-1.20.1-47.3.0.jar is missing mods.toml file [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mclanguage\1.20.1-47.3.0\6093682e943ddccbabf70539319d7f2fe64db2e7\mclanguage-1.20.1-47.3.0.jar [17:35:04] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mclanguage\1.20.1-47.3.0\6093682e943ddccbabf70539319d7f2fe64db2e7\mclanguage-1.20.1-47.3.0.jar is missing mods.toml file [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\Documents\Livestock\build\resources\main [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file main with {livestock} mods - versions {0.01-1.20.1} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate / [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file with {forge} mods - versions {47.3.0} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from forge-1.20.1-47.3.0_mapped_parchment_2023.09.03-1.20.1.jar, it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from , it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from main, it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mclanguage-1.20.1-47.3.0.jar, it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from javafmllanguage-1.20.1-47.3.0.jar, it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from fmlcore-1.20.1-47.3.0.jar, it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lowcodelanguage-1.20.1-47.3.0.jar, it does not contain dependency information. [17:35:04] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping! [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file forge-1.20.1-47.3.0_mapped_parchment_2023.09.03-1.20.1.jar with {minecraft} mods - versions {1.20.1} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Loading mod file C:\Users\moraw\.gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.20.1-47.3.0_mapped_parchment_2023.09.03-1.20.1\forge-1.20.1-47.3.0_mapped_parchment_2023.09.03-1.20.1.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]] [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate / [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file with {forge} mods - versions {47.3.0} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Loading mod file / with languages [LanguageSpec[languageName=javafml, acceptedVersions=[24,]]] [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Found coremod field_to_method with Javascript path coremods/field_to_method.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Found coremod field_to_instanceof with Javascript path coremods/field_to_instanceof.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Found coremod add_bouncer_method with Javascript path coremods/add_bouncer_method.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Found coremod method_redirector with Javascript path coremods/method_redirector.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Found coremod coremods/field_to_method.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Found coremod coremods/field_to_instanceof.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Found coremod coremods/add_bouncer_method.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Found coremod coremods/method_redirector.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\Documents\Livestock\build\resources\main [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file main with {livestock} mods - versions {0.01-1.20.1} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Loading mod file C:\Users\moraw\Documents\Livestock\build\resources\main with languages [LanguageSpec[languageName=javafml, acceptedVersions=[47,)]] [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml [17:35:04] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found 3 language providers [17:35:04] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1.0 [17:35:04] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found language provider lowcodefml, version 47 [17:35:04] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found language provider javafml, version 47 [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Configured system mods: [minecraft, forge] [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Found system mod: minecraft [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Found system mod: forge [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ModSorter/LOADING]: Found 2 mod requirements (2 mandatory, 0 optional) [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional) [17:35:05] [main/DEBUG] [ne.mi.fm.lo.MCPNamingService/CORE]: Loaded 34318 method mappings from methods.csv [17:35:05] [main/DEBUG] [ne.mi.fm.lo.MCPNamingService/CORE]: Loaded 31014 field mappings from fields.csv [17:35:05] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers [17:35:05] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin [17:35:05] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin [17:35:05] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml [17:35:05] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Loading coremod transformers [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_method.js [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: CoreMod loaded successfully [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_instanceof.js [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: CoreMod loaded successfully [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: Loading CoreMod from coremods/add_bouncer_method.js [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: CoreMod loaded successfully [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: Loading CoreMod from coremods/method_redirector.js [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: CoreMod loaded successfully [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@9b76b60 to Target : CLASS {Lnet/minecraft/world/level/biome/Biome;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@493ac8d3 to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@13dbed9e to Target : CLASS {Lnet/minecraft/world/effect/MobEffectInstance;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@67531e3a to Target : CLASS {Lnet/minecraft/world/level/block/LiquidBlock;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2b38b1f to Target : CLASS {Lnet/minecraft/world/item/BucketItem;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@1d50a7ca to Target : CLASS {Lnet/minecraft/world/level/block/StairBlock;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@51ab1ee3 to Target : CLASS {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2e766822 to Target : CLASS {Lnet/minecraft/world/item/ItemStack;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3003e580 to Target : CLASS {Lnet/minecraft/network/play/client/CClientSettingsPacket;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/npc/CatSpawner;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/animal/horse/SkeletonTrapGoal;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/ai/village/VillageSiege;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/monster/Strider;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/monster/Spider;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/monster/ZombieVillager;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/NaturalSpawner;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/npc/Villager;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/server/commands/RaidCommand;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/monster/Zombie;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/raid/Raid;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/EntityType;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/PatrolSpawner;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/PhantomSpawner;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/server/commands/SummonCommand;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/animal/frog/Tadpole;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml Exception in thread "main" java.lang.module.ResolutionException: Modules classes and livestock export package net.s3alampr3y.livestockmod.entity.client to module minecraft at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901) at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:815) at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:736) at java.base/java.lang.module.Resolver.finish(Resolver.java:380) at java.base/java.lang.module.Configuration.<init>(Configuration.java:140) at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:494) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:75) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.buildTransformingClassLoader(TransformationServicesHandler.java:60) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Process finished with exit code 1  
    • Bump? Do I have to add more content or can I just say this? Any help would be really appreciated.
    • Hello! My friends and I were attempting to add a few extra mods to the Create Chronicles modpack, and all was well until people started crashing when they opened their inventories. Any help finding the culprit would be MUCH appreciated, I've been scratching my head for the past few days on what went wrong. https://paste.ee/p/8pajP
  • Topics

×
×
  • Create New...

Important Information

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