Skip to content

Instantly share code, notes, and snippets.

@Leosky
Created December 20, 2017 20:18
Show Gist options
  • Save Leosky/f1bf7060bec12ae77350a0b2246c4659 to your computer and use it in GitHub Desktop.
Save Leosky/f1bf7060bec12ae77350a0b2246c4659 to your computer and use it in GitHub Desktop.
[21:01:18] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:01:18] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:01:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[21:01:18] [main/INFO]: Forge Mod Loader version 14.23.1.2578 for Minecraft 1.12.2 loading
[21:01:18] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Games\Minecraft\Install\runtime\jre-x64\1.8.0_25
[21:01:18] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12-0.2.3.9.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:01:18] [main/WARN]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:01:18] [main/WARN]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed!
[21:01:18] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.63.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:01:18] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:01:18] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in OpenModsLib-1.11.2-0.11.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:01:18] [main/WARN]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:01:18] [main/WARN]: The coremod OpenModsCorePlugin (openmods.core.OpenModsCorePlugin) is not signed!
[21:01:18] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:01:18] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:01:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:01:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:01:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:01:19] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[21:01:19] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[21:01:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:01:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:01:20] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:01:20] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:01:20] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:01:20] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:01:20] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:01:20] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[21:01:20] [main/INFO]: Setting user: Leosky
[21:01:20] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:185]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
[21:01:20] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:197]: Transforming net.minecraft.block.Block Finished.
[21:01:22] [main/ERROR]: Unable to launch
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
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.VerifyError: Expecting a stackmap frame at branch target 8
Exception Details:
Location:
net/minecraft/entity/passive/AbstractHorse.func_110232_cE()V @4: ifnonnull
Reason:
Expected stackmap frame at this location.
Bytecode:
0x0000000: 2ab4 01f4 c700 04b1 2ab4 0130 b401 f79a
0x0000010: 0021 2a2a b401 b503 b601 d7b6 01dc 9a00
0x0000020: 0e2a b601 fa99 0007 04a7 0004 03b6 01fc
0x0000030: b1
Stackmap Table:
same_locals_1_stack_item_frame(@44,Object[#2])
full_frame(@45,{Object[#2]},{Object[#2],Integer})
same_frame(@48)
at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_25]
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663) ~[?:1.8.0_25]
at java.lang.Class.getConstructor0(Class.java:3067) ~[?:1.8.0_25]
at java.lang.Class.getConstructor(Class.java:1817) ~[?:1.8.0_25]
at net.minecraft.entity.EntityList.func_191303_a(EntityList.java:410) ~[vi.class:?]
at net.minecraft.entity.EntityList.func_151514_a(EntityList.java:304) ~[vi.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:505) ~[ni.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:364) ~[bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
... 6 more
[21:01:22] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
[21:01:22] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
[21:01:22] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[21:01:22] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Runtime.exit(Runtime.java:107)
[21:01:22] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.System.exit(System.java:968)
[21:01:22] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[21:01:22] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment