Jump to content

Forge Error


Recommended Posts

I've used forge before to download optifine and pixelmon (reforged) and I was trying to download the lucky block mod and this error appeared for the first time: "Looks like youre using an unsupported modified version of the game." The crash report is below, please help me! 

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
Contact their authors BEFORE contacting forge

// I blame Dinnerbone.

Time: 5/27/19 12:37 PM
Description: Initializing game

java.lang.NoSuchMethodError: net.minecraftforge.fml.common.ObfuscationReflectionHelper.getPrivateValue(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
    at mod.lucky.client.ClientProxy.preRegister(ClientProxy.java:34)
    at mod.lucky.client.ClientProxy.<init>(ClientProxy.java:21)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at java.lang.Class.newInstance(Class.java:442)
    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)


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

-- Head --
Thread: Client thread
Stacktrace:
    at mod.lucky.client.ClientProxy.preRegister(ClientProxy.java:34)
    at mod.lucky.client.ClientProxy.<init>(ClientProxy.java:21)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at java.lang.Class.newInstance(Class.java:442)
    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: 421763944 bytes (402 MB) / 771751936 bytes (736 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 Optifine OptiFine_1.12.2_HD_U_D3 15 mods loaded, 15 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    | foamfixcore    | 7.7.4         | minecraft.jar                          | None                                     |
    | UC    | metrics        | 1.12.2-1.2.0  | CoreMetricsMod.jar                     | None                                     |
    | UC    | craftpresence  | v1.5.0        | CraftPresence-1.12.2-1.5.0-dll_fix.jar | eca02c6a597321ad22340897683951ba5c76720a |
    | UC    | custommainmenu | 2.0.8         | CustomMainMenu-MC1.12.2-2.0.8.jar      | None                                     |
    | UC    | foamfix        | 0.10.3-1.12.2 | foamfix-0.10.3-1.12.2.jar              | None                                     |
    | UC    | jei            | 4.14.4.264    | jei_1.12.2-4.14.4.264.jar              | None                                     |
    | UC    | journeymap     | 1.12.2-5.5.2  | journeymap-1.12.2-5.5.2.jar            | None                                     |
    | U     | lucky          | 7.6.0         | luckyblock-1.12.2-7.6.0.zip            | None                                     |
    | U     | nettyfixer     | 1.0           | NettyFixer-1.12.2-SNAPSHOT.jar         | None                                     |
    | U     | pixelmon       | 7.0.6         | Pixelmon-1.12.2-7.0.6-universal.jar    | None                                     |
    | U     | resourceloader | 1.5.3         | ResourceLoader-MC1.12.1-1.5.3.jar      | None                                     |

    Loaded coremods (and transformers): 
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
    GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4463' Renderer: 'Intel(R) HD Graphics 4600'
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 20.19.15.4463, 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) Core(TM) i5-4200M CPU @ 2.50GHz
    OptiFine Version: OptiFine_1.12.2_HD_U_D3
    OptiFine Build: 20180515-125031
    Render Distance Chunks: 12
    Mipmaps: 3
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.3.0 - Build 20.19.15.4463
    OpenGlRenderer: Intel(R) HD Graphics 4600
    OpenGlVendor: Intel
    CpuCount: 4

Link to comment
Share on other sites

15 minutes ago, diesieben07 said:

Post updated logs as described in the EAQ.

The only thing that appears on my screen is this. Below is what I found in the .minecraft folder under logs (what was below was under "Latest") My apologies if it is not what you need. 

image.png.9d10e76d85fa201fe01890222ee7b930.png

[17:53:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[17:53:34] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[17:53:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[17:53:34] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR.
[17:53:34] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading
[17:53:34] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64
[17:53:34] [main/DEBUG] [FML]: Java classpath at launch is:
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2838\forge-1.12.2-14.23.5.2838.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\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
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\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
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.25\authlib-1.5.25.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Roaming\.minecraft\versions\1.12.2\1.12.2.jar
[17:53:34] [main/DEBUG] [FML]: Java library path at launch is:
[17:53:34] [main/DEBUG] [FML]:     C:\Users\Carlos\AppData\Local\Temp\83bf-cdd1-63dd-24c5
[17:53:34] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: C:\Users\Carlos\AppData\Roaming\.minecraft\libraries
[17:53:34] [main/DEBUG] [FML]: Cleaning up mods folder: C:\Users\Carlos\AppData\Roaming\.minecraft\mods
[17:53:34] [main/DEBUG] [FML]: Examining file: CoreMetricsMod.jar
[17:53:34] [main/DEBUG] [FML]: Examining file: CraftPresence-1.12.2-1.5.0-dll_fix.jar
[17:53:34] [main/DEBUG] [FML]: Examining file: CustomMainMenu-MC1.12.2-2.0.8.jar
[17:53:34] [main/DEBUG] [FML]: Examining file: foamfix-0.10.3-1.12.2.jar
[17:53:34] [main/DEBUG] [FML]: Examining file: jei_1.12.2-4.14.4.264.jar
[17:53:34] [main/DEBUG] [FML]: Examining file: journeymap-1.12.2-5.5.2.jar
[17:53:34] [main/DEBUG] [FML]: Examining file: NettyFixer-1.12.2-SNAPSHOT.jar
[17:53:34] [main/DEBUG] [FML]: Examining file: OptiFine_1.12.2_HD_U_D3.jar
[17:53:34] [main/DEBUG] [FML]: Examining file: Pixelmon-1.12.2-7.0.6-universal.jar
[17:53:34] [main/DEBUG] [FML]: Examining file: ResourceLoader-MC1.12.1-1.5.3.jar
[17:53:34] [main/DEBUG] [FML]: Enabling runtime deobfuscation
[17:53:34] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin
[17:53:34] [main/DEBUG] [FML]: Found signing certificates for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin)
[17:53:34] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[17:53:34] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[17:53:34] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin
[17:53:34] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin
[17:53:34] [main/DEBUG] [FML]: Found signing certificates for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin)
[17:53:34] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[17:53:34] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin
[17:53:34] [main/DEBUG] [FML]: All fundamental core mods are successfully located
[17:53:34] [main/DEBUG] [FML]: Discovering coremods
[17:53:34] [main/INFO] [FML]: Searching C:\Users\Carlos\AppData\Roaming\.minecraft\mods for mods
[17:53:34] [main/DEBUG] [FML]:   Adding CoreMetricsMod.jar to the mod list
[17:53:34] [main/DEBUG] [FML]:   Adding CraftPresence-1.12.2-1.5.0-dll_fix.jar to the mod list
[17:53:34] [main/DEBUG] [FML]:   Adding CustomMainMenu-MC1.12.2-2.0.8.jar to the mod list
[17:53:34] [main/DEBUG] [FML]:   Adding foamfix-0.10.3-1.12.2.jar to the mod list
[17:53:34] [main/DEBUG] [FML]:   Adding jei_1.12.2-4.14.4.264.jar to the mod list
[17:53:34] [main/DEBUG] [FML]:   Adding journeymap-1.12.2-5.5.2.jar to the mod list
[17:53:34] [main/DEBUG] [FML]:   Adding luckyblock-1.12.2-7.6.0.zip to the mod list
[17:53:34] [main/DEBUG] [FML]:   Adding NettyFixer-1.12.2-SNAPSHOT.jar to the mod list
[17:53:34] [main/DEBUG] [FML]:   Adding OptiFine_1.12.2_HD_U_D3.jar to the mod list
[17:53:34] [main/DEBUG] [FML]:   Adding Pixelmon-1.12.2-7.0.6-universal.jar to the mod list
[17:53:34] [main/DEBUG] [FML]:   Adding ResourceLoader-MC1.12.1-1.5.3.jar to the mod list
[17:53:34] [main/DEBUG] [FML]: Examining for coremod candidacy CoreMetricsMod.jar
[17:53:34] [main/DEBUG] [FML]: Not found coremod data in CoreMetricsMod.jar
[17:53:34] [main/DEBUG] [FML]: Examining for coremod candidacy CraftPresence-1.12.2-1.5.0-dll_fix.jar
[17:53:34] [main/DEBUG] [FML]: Not found coremod data in CraftPresence-1.12.2-1.5.0-dll_fix.jar
[17:53:34] [main/DEBUG] [FML]: Examining for coremod candidacy CustomMainMenu-MC1.12.2-2.0.8.jar
[17:53:34] [main/DEBUG] [FML]: Not found coremod data in CustomMainMenu-MC1.12.2-2.0.8.jar
[17:53:34] [main/DEBUG] [FML]: Examining for coremod candidacy foamfix-0.10.3-1.12.2.jar
[17:53:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.3-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[17:53:34] [main/DEBUG] [FML]: Instantiating coremod class FoamFixCore
[17:53:35] [main/TRACE] [FML]: coremod named Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) is loading
[17:53:35] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:53:35] [main/DEBUG] [FML]: Found signing certificates for coremod Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (pl.asie.foamfix.coremod.FoamFixCore)
[17:53:35] [main/DEBUG] [FML]: Found certificate 3481f72e377b0a1989bd38e3f07cf4cf0b626475
[17:53:35] [main/DEBUG] [FML]: Added access transformer class pl.asie.foamfix.coremod.FoamFixAT to enqueued access transformers
[17:53:35] [main/DEBUG] [FML]: Enqueued coremod Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.)
[17:53:35] [main/DEBUG] [FML]: Examining for coremod candidacy jei_1.12.2-4.14.4.264.jar
[17:53:35] [main/DEBUG] [FML]: Not found coremod data in jei_1.12.2-4.14.4.264.jar
[17:53:35] [main/DEBUG] [FML]: Examining for coremod candidacy journeymap-1.12.2-5.5.2.jar
[17:53:35] [main/DEBUG] [FML]: Not found coremod data in journeymap-1.12.2-5.5.2.jar
[17:53:35] [main/DEBUG] [FML]: Examining for coremod candidacy luckyblock-1.12.2-7.6.0.zip
[17:53:35] [main/DEBUG] [FML]: Not found coremod data in luckyblock-1.12.2-7.6.0.zip
[17:53:35] [main/DEBUG] [FML]: Examining for coremod candidacy NettyFixer-1.12.2-SNAPSHOT.jar
[17:53:35] [main/DEBUG] [FML]: Not found coremod data in NettyFixer-1.12.2-SNAPSHOT.jar
[17:53:35] [main/DEBUG] [FML]: Examining for coremod candidacy OptiFine_1.12.2_HD_U_D3.jar
[17:53:35] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_D3.jar
[17:53:35] [main/DEBUG] [FML]: Examining for coremod candidacy Pixelmon-1.12.2-7.0.6-universal.jar
[17:53:35] [main/DEBUG] [FML]: Not found coremod data in Pixelmon-1.12.2-7.0.6-universal.jar
[17:53:35] [main/DEBUG] [FML]: Examining for coremod candidacy ResourceLoader-MC1.12.1-1.5.3.jar
[17:53:35] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in ResourceLoader-MC1.12.1-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[17:53:35] [main/DEBUG] [FML]: Instantiating coremod class LoadingPlugin
[17:53:35] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:53:35] [main/DEBUG] [FML]: Found signing certificates for coremod LoadingPlugin (lumien.resourceloader.asm.LoadingPlugin)
[17:53:35] [main/DEBUG] [FML]: Found certificate d72e0dd57935b3e9476212aea0c0df352dd76291
[17:53:35] [main/DEBUG] [FML]: Enqueued coremod LoadingPlugin
[17:53:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:53:35] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[17:53:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[17:53:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:53:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:53:35] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[17:53:35] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[17:53:35] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[17:53:35] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ClassTransformer
[17:53:35] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:221]: OptiFine ZIP file: C:\Users\Carlos\AppData\Roaming\.minecraft\mods\OptiFine_1.12.2_HD_U_D3.jar
[17:53:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:53:35] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[17:53:35] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[17:53:35] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[17:53:35] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[17:53:35] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[17:53:35] [main/DEBUG] [FML]: Injection complete
[17:53:35] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[17:53:35] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin
[17:53:36] [main/DEBUG] [FML]: Read 1140 binary patches
[17:53:36] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36083 records
[17:53:37] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[17:53:38] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[17:53:38] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully
[17:53:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:53:38] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[17:53:38] [main/DEBUG] [FML]: Injection complete
[17:53:38] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[17:53:38] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin
[17:53:38] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully
[17:53:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[17:53:38] [main/DEBUG] [FML]: Loaded 215 rules from AccessTransformer config file forge_at.cfg
[17:53:38] [main/DEBUG] [FML]: Loaded 17 rules from AccessTransformer config file foamfix_runtime_at.cfg
[17:53:38] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer mod jar file C:\Users\Carlos\AppData\Roaming\.minecraft\mods\jei_1.12.2-4.14.4.264.jar!META-INF/jei_at.cfg

[17:53:38] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file C:\Users\Carlos\AppData\Roaming\.minecraft\mods\journeymap-1.12.2-5.5.2.jar!META-INF/journeymap_at.cfg

[17:53:38] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file C:\Users\Carlos\AppData\Roaming\.minecraft\mods\ResourceLoader-MC1.12.1-1.5.3.jar!META-INF/ResourceLoader_At.cfg

[17:53:38] [main/DEBUG] [FML]: Loaded 19 rules from AccessTransformer mod jar file C:\Users\Carlos\AppData\Roaming\.minecraft\mods\CustomMainMenu-MC1.12.2-2.0.8.jar!META-INF/CustomMainMenu_At.cfg

[17:53:38] [main/DEBUG] [FML]: Loaded 20 rules from AccessTransformer mod jar file C:\Users\Carlos\AppData\Roaming\.minecraft\mods\Pixelmon-1.12.2-7.0.6-universal.jar!META-INF/pixelmon_at.cfg

[17:53:38] [main/DEBUG] [FML]: Validating minecraft
[17:53:38] [main/DEBUG] [FML]: Minecraft validated, launching...
[17:53:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:53:38] [main/DEBUG] [FML]: Injecting coremod Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) \{pl.asie.foamfix.coremod.FoamFixCore\} class transformers
[17:53:38] [main/TRACE] [FML]: Registering transformer pl.asie.foamfix.coremod.FoamFixTransformer
[17:53:38] [main/DEBUG] [FML]: Injection complete
[17:53:38] [main/DEBUG] [FML]: Running coremod plugin for Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) \{pl.asie.foamfix.coremod.FoamFixCore\}
[17:53:38] [main/DEBUG] [FML]: Running coremod plugin Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.)
[17:53:38] [main/DEBUG] [FML]: Coremod plugin class FoamFixCore run successfully
[17:53:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:53:38] [main/DEBUG] [FML]: Injecting coremod LoadingPlugin \{lumien.resourceloader.asm.LoadingPlugin\} class transformers
[17:53:38] [main/TRACE] [FML]: Registering transformer lumien.resourceloader.asm.ClassTransformer
[17:53:38] [main/DEBUG] [FML]: Injection complete
[17:53:38] [main/DEBUG] [FML]: Running coremod plugin for LoadingPlugin \{lumien.resourceloader.asm.LoadingPlugin\}
[17:53:38] [main/DEBUG] [FML]: Running coremod plugin LoadingPlugin
[17:53:38] [main/DEBUG] [FML]: Coremod plugin class LoadingPlugin run successfully
[17:53:38] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[17:53:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[17:53:38] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[17:53:38] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[17:53:38] [main/DEBUG] [ResourceLoader]: Found Minecraft Class: net/minecraft/client/Minecraft
[17:53:38] [main/DEBUG] [ResourceLoader]:  - Found refreshResources 1/3
[17:53:38] [main/DEBUG] [ResourceLoader]:  - Patched Patched refreshResources 2/3
[17:53:38] [main/DEBUG] [ResourceLoader]:  - Patched refreshResources 3/3
[17:53:38] [main/DEBUG] [ResourceLoader]:  - Patched refreshResources 3/3
[17:53:39] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:112]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
[17:53:39] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:149]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
[17:53:39] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:65]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
[17:53:39] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:125]: Spliced in METHOD: net.minecraft.client.util.SearchTreeManager.func_110549_a
[17:53:40] [main/INFO] [Config]: [OptiFine] *** Reflector Forge ***
[17:53:40] [main/INFO] [Config]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[17:53:40] [main/INFO] [Config]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[17:53:40] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[17:53:40] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[17:53:40] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:125]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
[17:53:40] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:125]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState
[17:53:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:125]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a
[17:53:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:125]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f
[17:53:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:172]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache
[17:53:41] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:172]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]: java.lang.ExceptionInInitializerError
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at net.minecraftforge.common.ForgeHooks.<clinit>(ForgeHooks.java:338)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at java.lang.Class.forName0(Native Method)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at java.lang.Class.forName(Class.java:264)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at ReflectorClass.getTargetClass(ReflectorClass.java:45)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at ReflectorClass.<init>(ReflectorClass.java:24)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at ReflectorClass.<init>(ReflectorClass.java:15)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at Reflector.<clinit>(Reflector.java:258)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at net.minecraft.client.renderer.vertex.DefaultVertexFormats.<clinit>(DefaultVertexFormats.java:16)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at net.minecraftforge.client.ForgeHooksClient$LightGatheringTransformer.<clinit>(ForgeHooksClient.java:602)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at net.minecraftforge.client.ForgeHooksClient.<clinit>(ForgeHooksClient.java:645)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at net.minecraft.client.Minecraft.<init>(Minecraft.java:335)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at net.minecraft.client.main.Main.main(SourceFile:123)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at java.lang.reflect.Method.invoke(Method.java:497)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[17:53:42] [main/INFO] [STDERR]: [ReflectorClass:getTargetClass:53]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[17:53:42] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: Caused by: java.lang.RuntimeException: Accessed Items before Bootstrap!
[17:53:42] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]:     at net.minecraft.init.Items.<clinit>(SourceFile:9)
[17:53:42] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]:     ... 18 more
[17:53:42] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
[17:53:42] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
[17:53:42] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.ReturnIfBooleanTruePatch:apply:91]: Added return if option true in net/minecraft/client/renderer/texture/TextureMap func_94248_c
[17:53:42] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[17:53:42] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[17:53:42] [main/WARN] [Config]: [OptiFine] (Reflector) More than one method found: net.minecraft.potion.Potion.renderHUDEffect
[17:53:42] [main/WARN] [Config]: [OptiFine] (Reflector)  - public void net.minecraft.potion.Potion.renderHUDEffect(int,int,net.minecraft.potion.PotionEffect,net.minecraft.client.Minecraft,float)
[17:53:42] [main/WARN] [Config]: [OptiFine] (Reflector)  - public void net.minecraft.potion.Potion.renderHUDEffect(net.minecraft.potion.PotionEffect,net.minecraft.client.gui.Gui,int,int,float,float)
[17:53:42] [main/INFO] [Config]: [OptiFine] *** Reflector Vanilla ***
[17:53:43] [Client thread/INFO] [net.minecraft.client.Minecraft]: Setting user: wh0retilla
[17:53:43] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:125]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals
[17:53:43] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:125]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
[17:53:43] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:172]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
[17:53:43] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:172]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
[17:53:43] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:125]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
[17:53:43] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:172]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
[17:53:43] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:172]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
[17:53:43] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:125]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
[17:53:43] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:125]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
[17:53:44] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:125]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a
[17:53:44] [Client thread/ERROR] [LaunchWrapper]: Unable to launch
java.lang.reflect.InvocationTargetException: null
    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.NoClassDefFoundError: Could not initialize class net.minecraft.init.Items
    at net.minecraft.potion.PotionHelper.func_185207_a(PotionHelper.java:154) ~[akh.class:?]
    at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:504) ~[ni.class:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:365) ~[bib.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
    ... 6 more
[17:53:44] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
[17:53:44] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
[17:53:44] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[17:53:44] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.Runtime.exit(Runtime.java:107)
[17:53:44] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.System.exit(System.java:971)
[17:53:44] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[17:53:44] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 

Link to comment
Share on other sites

Try updating or removing Optifine

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

 

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

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

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

 

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

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

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

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

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

https://hastebin.com/: 400KB

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

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

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

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

Note for Windows users:

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

 

Where to get it:

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

 

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

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

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

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

 

Server Not Starting:

Spoiler

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

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

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

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

 

Posting your mod as a GitHub Repo:

Spoiler

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

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

 

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

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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