Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Forge Gradle World Creation Error
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 0
LurgyCoder

Forge Gradle World Creation Error

By LurgyCoder, April 23, 2014 in ForgeGradle

  • Reply to this topic
  • Start new topic

Recommended Posts

LurgyCoder    0

LurgyCoder

LurgyCoder    0

  • Tree Puncher
  • LurgyCoder
  • Members
  • 0
  • 22 posts
Posted April 23, 2014

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)

 

  • Quote

Share this post


Link to post
Share on other sites

LurgyCoder    0

LurgyCoder

LurgyCoder    0

  • Tree Puncher
  • LurgyCoder
  • Members
  • 0
  • 22 posts
Posted April 23, 2014

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

  • Quote

Share this post


Link to post
Share on other sites

LurgyCoder    0

LurgyCoder

LurgyCoder    0

  • Tree Puncher
  • LurgyCoder
  • Members
  • 0
  • 22 posts
Posted April 23, 2014

someone HELP ME

  • Quote

Share this post


Link to post
Share on other sites

LurgyCoder    0

LurgyCoder

LurgyCoder    0

  • Tree Puncher
  • LurgyCoder
  • Members
  • 0
  • 22 posts
Posted April 23, 2014

Help...

  • Quote

Share this post


Link to post
Share on other sites

Parker8283    10

Parker8283

Parker8283    10

  • Creeper Killer
  • Parker8283
  • Forge Modder
  • 10
  • 164 posts
Posted April 24, 2014

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?

  • Quote

Share this post


Link to post
Share on other sites

LurgyCoder    0

LurgyCoder

LurgyCoder    0

  • Tree Puncher
  • LurgyCoder
  • Members
  • 0
  • 22 posts
Posted May 2, 2014

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

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45615 posts
Posted May 2, 2014

Are you using latest forge?

  • Quote

Share this post


Link to post
Share on other sites

LurgyCoder    0

LurgyCoder

LurgyCoder    0

  • Tree Puncher
  • LurgyCoder
  • Members
  • 0
  • 22 posts
Posted May 2, 2014

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

  • Quote

Share this post


Link to post
Share on other sites

LurgyCoder    0

LurgyCoder

LurgyCoder    0

  • Tree Puncher
  • LurgyCoder
  • Members
  • 0
  • 22 posts
Posted May 2, 2014

same result.

  • Quote

Share this post


Link to post
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • CanadaMan
      illegal wheat?

      By CanadaMan · Posted 16 minutes ago

    • CanadaMan
      illegal wheat?

      By CanadaMan · Posted 18 minutes ago

      Okay so I'm trying to join one of my friends modded server and it said that illegal state of wheat was stopping me from joining
    • MrNoodles75
      [1.14.3] send message to chat

      By MrNoodles75 · Posted 1 hour ago

      @Draco18s I have been figuring everything out since then, by going through the default code and getting information on how to do something
    • AntonBespoiasov
      attackEntityFrom() doesn't work. 1.12.2

      By AntonBespoiasov · Posted 2 hours ago

      public ItemStack onItemUseFinish(ItemStack stack, World worldIn, EntityLivingBase entityLiving) { Entity entity = ModMath.getMouseOver(Minecraft.getMinecraft().getRenderPartialTicks(), 0); // Gets entity that entityLiving is looking at if (entity != null && entity instanceof EntityLiving) { ((EntityLiving)entity).attackEntityFrom(DamageSource.MAGIC, 2.0f); ((EntityLiving)entity).setRevengeTarget(entityLiving); } return stack; }   Using item that has the implementation of the method above doesn't damage entity. Debugging it showed that attackEntityFrom() is called, code within if statement is executed but entity isn't attacked. I looked into Minecraft's files that use attackEntityFrom() and observed that they just call attackEntityFrom(), just one line of code(I assume that something else that can affect entity attacking process was called before attackEntityFrom() in that files). How can I solve this problem? How can I deal damage to entity?
    • Draco18s
      How to start learning

      By Draco18s · Posted 2 hours ago

      Objects, inheritance, overriding, methods, variables, singletons, event driven design, and probably a bunch more.   "Learning how to search for answers" being a very valuable tool regardless of what language you're working with (for instance, I see and vote-to-close-as-duplicate "I got this error it said something about null references?" question on Stack Overflow about twice a day).
  • Topics

    • CanadaMan
      1
      illegal wheat?

      By CanadaMan
      Started 18 minutes ago

    • MrNoodles75
      17
      [1.14.3] send message to chat

      By MrNoodles75
      Started Monday at 03:19 PM

    • AntonBespoiasov
      0
      attackEntityFrom() doesn't work. 1.12.2

      By AntonBespoiasov
      Started 2 hours ago

    • Lordyammer
      1
      How to start learning

      By Lordyammer
      Started 3 hours ago

    • LorenzoPapi
      6
      [1.12.2]Double-part block breaking problem

      By LorenzoPapi
      Started Yesterday at 09:51 AM

  • Who's Online (See full list)

    • J0WAY
    • gendeathrow
    • tdude0317
    • AntonBespoiasov
    • ShetiPhian
    • CanadaMan
    • plugsmustard
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Forge Gradle World Creation Error
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community