Jump to content

Forge 1.11 launching


MTMaster

Recommended Posts

Hi there! I was having a similar issue with 1.8.0, but that is not supported anymore. So I decided to try to launch the latest version of forge 1.11, and I have a similar issue. Any help would be greatly appreciated, thanks :D

 

Basically whenever I try to launch forge it does not launch. This is the game output.

 

 

 

2016-11-27 18:16:17,742 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-11-27 18:16:17,744 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[18:16:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:16:17] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:16:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[18:16:17] [main/INFO] [FML]: Forge Mod Loader version 13.19.0.2162 for Minecraft 1.11 loading
[18:16:17] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
[18:16:17] [main/INFO] [FML]: Loading tweaker eu.the5zig.mod.asm.ClassTweaker from The5zigMod-1.8.9_3.9.13.jar
[18:16:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:16:17] [main/INFO] [LaunchWrapper]: Loading tweak class name eu.the5zig.mod.asm.ClassTweaker
[18:16:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:16:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:16:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:16:17] [main/INFO] [LaunchWrapper]: Calling tweak class eu.the5zig.mod.asm.ClassTweaker
[18:16:17] [main/INFO] [LaunchWrapper]: Minecraft Version: 1.11-forge1.11-13.19.0.2162
[18:16:18] [main/INFO] [LaunchWrapper]: Forge detected!
[18:16:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:16:20] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[18:16:20] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[18:16:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:16:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:16:21] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:16:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:16:21] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
2016-11-27 18:16:22,689 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-11-27 18:16:22,715 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-11-27 18:16:22,719 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[18:16:22] [main/INFO] [sTDOUT]: [net.minecraft.client.main.Main:main:56]: Completely ignored arguments: [--nativeLauncherVersion, 307]
[18:16:23] [Client thread/INFO]: Setting user: Capso
[18:16:23] [Client thread/INFO]: [sTDERR]: [5zig] Failed to Transform Class axu!
[18:16:23] [Client thread/INFO]: [sTDERR]: java.lang.NullPointerException
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at org.objectweb.asm.ClassReader.<init>(Unknown Source)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at eu.the5zig.mod.asm.transformers.PatchGuiScreen.transform(PatchGuiScreen.java:23)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at eu.the5zig.mod.asm.Transformer.transform(Transformer.java:44)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.block.material.Material.<clinit>(SourceFile:4)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.block.BlockAir.<init>(SourceFile:14)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.block.Block.func_149671_p(Block.java:2084)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:491)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.client.Minecraft.<init>(Minecraft.java:340)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.client.main.Main.main(SourceFile:124)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at java.lang.reflect.Method.invoke(Method.java:483)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:16:23] [Client thread/ERROR] [LaunchWrapper]: Unable to launch
java.lang.reflect.InvocationTargetException
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.NoClassDefFoundError: axu
at net.minecraft.block.material.Material.<clinit>(SourceFile:4) ~[azq.class:?]
at net.minecraft.block.BlockAir.<init>(SourceFile:14) ~[ali.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2084) ~[als.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:491) ~[kt.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:340) ~[beq.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) ~[Main.class:?]
... 6 more
Caused by: java.lang.ClassNotFoundException: axu
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
at net.minecraft.block.material.Material.<clinit>(SourceFile:4) ~[azq.class:?]
at net.minecraft.block.BlockAir.<init>(SourceFile:14) ~[ali.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2084) ~[als.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:491) ~[kt.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:340) ~[beq.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) ~[Main.class:?]
... 6 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
at net.minecraft.block.material.Material.<clinit>(SourceFile:4) ~[azq.class:?]
at net.minecraft.block.BlockAir.<init>(SourceFile:14) ~[ali.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2084) ~[als.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:491) ~[kt.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:340) ~[beq.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) ~[Main.class:?]
... 6 more
Exception in thread "Client thread" [18:16:23] [Client thread/INFO]: [sTDERR]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at java.lang.Runtime.exit(Runtime.java:107)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at java.lang.System.exit(System.java:968)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[18:16:23] [Client thread/INFO]: [sTDERR]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

Link to comment
Share on other sites

That doesn't make sense.... Last time I checked, 5zig was in the "1.8.9" folder. So that would not affect 1.11.

 

So I can check tomorrow if 5zig updated and put itself in the main mods folder, because sometimes it'll do that, but I thought I checked my mods folder.

 

Either way, that could be the issue, so thanks for the tip. I'll be sure to check.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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