Posted April 5, 201510 yr Non modded profile loads fine. Forge profile crashes. Thanks for any insight/advice. 1. Clean Install of Minecraft Vanilla 2. Updated Java: Version 8 - 40 (done much earlier, double checked to ensure accuracy) 3. Clean Install of Forge 1.8 4. Ran Minecraft 1.8 - created world 5. Load Profile Name: Forge 1.8 6. Mods: EMPTY/NONE 7. Play Game as Forge Profile 8. SinglePlayer 9. Create World 10. "Shutting Down Internal Server..." fml-client-latest (crash report portion): 13:46:54] [Client thread/INFO] [sTDOUT/]: [net.minecraft.init.Bootstrap:func_179870_a:492]: ---- Minecraft Crash Report ---- // Uh... Did I do that? Time: 4/5/15 1:46 PM Description: Updating screen events java.lang.IllegalStateException: failed to create a child event loop at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:61) at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49) at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61) at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52) at net.minecraft.network.NetworkSystem$1.func_179286_a(NetworkSystem.java:53) at net.minecraft.network.NetworkSystem$1.func_179280_b(NetworkSystem.java:57) at net.minecraft.util.LazyLoadBase.func_179281_c(SourceFile:10) at net.minecraft.network.NetworkSystem.func_151270_a(NetworkSystem.java:131) at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2216) at net.minecraftforge.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:670) at net.minecraft.client.gui.GuiSelectWorld.func_146615_e(GuiSelectWorld.java:190) at net.minecraft.client.gui.GuiSelectWorld.func_146284_a(GuiSelectWorld.java:137) at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:472) at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:544) at net.minecraft.client.gui.GuiSelectWorld.func_146274_d(GuiSelectWorld.java:77) at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:516) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1662) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1021) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: io.netty.channel.ChannelException: failed to open a new selector at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128) at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120) at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87) at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:57) ... 25 more Caused by: java.io.IOException: Unable to establish loopback connection at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.nio.ch.PipeImpl.<init>(Unknown Source) at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source) at java.nio.channels.Pipe.open(Unknown Source) at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source) at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source) at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126) ... 28 more Caused by: java.net.SocketException: Invalid argument: connect at sun.nio.ch.Net.connect0(Native Method) at sun.nio.ch.Net.connect(Unknown Source) at sun.nio.ch.Net.connect(Unknown Source) at sun.nio.ch.SocketChannelImpl.connect(Unknown Source) at java.nio.channels.SocketChannel.open(Unknown Source) at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source) ... 37 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:61) at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49) at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61) at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52) at net.minecraft.network.NetworkSystem$1.func_179286_a(NetworkSystem.java:53) at net.minecraft.network.NetworkSystem$1.func_179280_b(NetworkSystem.java:57) at net.minecraft.util.LazyLoadBase.func_179281_c(SourceFile:10) at net.minecraft.network.NetworkSystem.func_151270_a(NetworkSystem.java:131) at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2216) at net.minecraftforge.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:670) at net.minecraft.client.gui.GuiSelectWorld.func_146615_e(GuiSelectWorld.java:190) at net.minecraft.client.gui.GuiSelectWorld.func_146284_a(GuiSelectWorld.java:137) at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:472) at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:544) at net.minecraft.client.gui.GuiSelectWorld.func_146274_d(GuiSelectWorld.java:77) at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:516) -- Affected screen -- Details: Screen name: net.minecraft.client.gui.GuiMainMenu Stacktrace: at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1662) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1021) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.8 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.8.0_40, Oracle Corporation Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation Memory: 60240056 bytes (57 MB) / 318578688 bytes (303 MB) up to 523501568 bytes (499 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP v9.10 FML v8.0.69.1354 Minecraft Forge 11.14.1.1354 3 mods loaded, 3 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{8.0.69.1354} [Forge Mod Loader] (forge-1.8-11.14.1.1354.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{11.14.1.1354} [Minecraft Forge] (forge-1.8-11.14.1.1354.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Loaded coremods (and transformers): Launched Version: 1.8-Forge11.14.1.1354 LWJGL: 2.9.1 OpenGL: AMD Radeon R9 200 Series GL version 4.4.13283 Compatibility Profile Context 14.501.1003.0, ATI Technologies Inc. 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: No 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) [13:46:54] [Client thread/INFO] [sTDOUT/]: [net.minecraft.init.Bootstrap:func_179870_a:492]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Cater\AppData\Roaming\.minecraft\crash-reports\crash-2015-04-05_13.46.54-client.txt
April 5, 201510 yr Try killing your firewall/av that may be derping it up. Also try runnign with the -Djava.net.preferIPv4Stack=true argument {tho this is defaulted in 1.8 so not sure if this will help} I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
April 6, 201510 yr Author Try killing your firewall/av that may be derping it up. Also try runnign with the -Djava.net.preferIPv4Stack=true argument {tho this is defaulted in 1.8 so not sure if this will help} No AV/Firewall installed. This was literally a 100% fresh/clean install. No router either, modem -> PC only. Where can I find/implement the "-Djava.net.preferIPv4Stack=true" argument? I appreciate your time in this.
April 7, 201510 yr Author Edit profile → tick off JVM argument : Thanks! That was what I needed. Thanks LexManos as well! Fixed my Problem!
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.