Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Ok so I'm completely new to this"Gradle" stuff, and decided to try going for 1.7.2

It worked, and I opened eclipse. I noticed some differences...

Am I supposed to see the minecraft.src anywhere?

Then I decide to just run minecraft...

It worked until I created a world, where it crashed

 

The crash report:

 

---- Minecraft Crash Report ----

// On the bright side, I bought you a teddy bear!

 

Time: 4/22/14 7:52 PM

Description: Starting integrated server

 

java.lang.ExceptionInInitializerError

at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:171)

at net.minecraft.server.integrated.IntegratedServer.<init>(IntegratedServer.java:46)

at net.minecraft.client.Minecraft.launchIntegratedServer(Minecraft.java:2150)

at net.minecraft.client.gui.GuiCreateWorld.actionPerformed(GuiCreateWorld.java:239)

at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:248)

at net.minecraft.client.gui.GuiCreateWorld.mouseClicked(GuiCreateWorld.java:392)

at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:339)

at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:303)

at net.minecraft.client.Minecraft.runTick(Minecraft.java:1685)

at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:994)

at net.minecraft.client.Minecraft.run(Minecraft.java:910)

at net.minecraft.client.main.Main.main(Main.java:112)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Caused by: 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.<clinit>(NetworkSystem.java:47)

... 18 more

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)

... 22 more

Caused by: java.io.IOException: Unable to establish loopback connection

at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:125)

at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:69)

at java.security.AccessController.doPrivileged(Native Method)

at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:141)

at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)

at java.nio.channels.Pipe.open(Pipe.java:150)

at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)

at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)

at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126)

... 25 more

Caused by: java.net.ConnectException: Connection timed out: connect

at sun.nio.ch.Net.connect0(Native Method)

at sun.nio.ch.Net.connect(Net.java:465)

at sun.nio.ch.Net.connect(Net.java:457)

at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:666)

at java.nio.channels.SocketChannel.open(SocketChannel.java:184)

at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:97)

... 33 more

 

 

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

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:171)

at net.minecraft.server.integrated.IntegratedServer.<init>(IntegratedServer.java:46)

 

-- Starting integrated server --

Details:

Level ID: Ignotus

Level Name: Ignotus

Stacktrace:

at net.minecraft.client.Minecraft.launchIntegratedServer(Minecraft.java:2150)

at net.minecraft.client.gui.GuiCreateWorld.actionPerformed(GuiCreateWorld.java:239)

at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:248)

at net.minecraft.client.gui.GuiCreateWorld.mouseClicked(GuiCreateWorld.java:392)

at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:339)

at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:303)

 

-- Affected screen --

Details:

Screen name: net.minecraft.client.gui.GuiMainMenu

Stacktrace:

at net.minecraft.client.Minecraft.runTick(Minecraft.java:1685)

at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:994)

at net.minecraft.client.Minecraft.run(Minecraft.java:910)

at net.minecraft.client.main.Main.main(Main.java:112)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.7.2

Operating System: Windows 8 (amd64) version 6.2

Java Version: 1.7.0_45, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 980183256 bytes (934 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)

JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v9.01-pre FML v7.2.156.1060 Minecraft Forge 10.12.1.1060 4 mods loaded, 4 mods active

mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

FML{7.2.156.1060} [Forge Mod Loader] (forgeSrc-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Forge{10.12.1.1060} [Minecraft Forge] (forgeSrc-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

examplemod{1.0} [Example Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Launched Version: 1.6

LWJGL: 2.9.0

OpenGL: GeForce GTX 660M/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation

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)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Anisotropic Filtering: Off (1)

 

Heylo!

I am Lurgypai, but my coder name is LurgyCoder (I have an account under the same name on minecraft forums)

The name is not supposed to reference lurgy, I just came up with it.

  • Author

I'm probably making a stupid mistake, please help me!

Heylo!

I am Lurgypai, but my coder name is LurgyCoder (I have an account under the same name on minecraft forums)

The name is not supposed to reference lurgy, I just came up with it.

  • Author

someone HELP ME

Heylo!

I am Lurgypai, but my coder name is LurgyCoder (I have an account under the same name on minecraft forums)

The name is not supposed to reference lurgy, I just came up with it.

  • Author

Help...

Heylo!

I am Lurgypai, but my coder name is LurgyCoder (I have an account under the same name on minecraft forums)

The name is not supposed to reference lurgy, I just came up with it.

Posting every few minutes will not get people to help you, just to get mad at you. The source is in Referenced Libraries. It appears that your run configurations are wrong, or you set up your workspace the wrong way. What are your run configurations? What tutorial did you follow?

  • Author

sry for posting so much...

anyway, I followed the normal tutorialthats posted here a few times. Then I tried tbe advanced setup twice. no luck

Heylo!

I am Lurgypai, but my coder name is LurgyCoder (I have an account under the same name on minecraft forums)

The name is not supposed to reference lurgy, I just came up with it.

  • Author

do you mean latest gradle? I tried using the recomended, and latest builds. I can try again. I'll try using recomended.

Heylo!

I am Lurgypai, but my coder name is LurgyCoder (I have an account under the same name on minecraft forums)

The name is not supposed to reference lurgy, I just came up with it.

  • Author

same result.

Heylo!

I am Lurgypai, but my coder name is LurgyCoder (I have an account under the same name on minecraft forums)

The name is not supposed to reference lurgy, I just came up with it.

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.