Jump to content
  • Home
  • Files
  • Docs
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
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
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

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.

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

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.

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

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.

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

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.

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

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.

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56382 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

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.

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

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.

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

    • Beethoven92
      [1.16.4] Tile Registration

      By Beethoven92 · Posted just now

      public VendingTile(TileEntityType<?> tileEntityTypeIn) You don't need an argument in the constructor of your tile entity as in this case is not used since you are passing the TileEntityType to the super class: super(CommonRegistry.TILE_VENDING.get());  
    • BeardlessBrady
      [1.16.4] Tile Registration

      By BeardlessBrady · Posted 10 minutes ago

      Hello, I am having issues registering my tile entity. Here is my code as well as a link to the code in my github. The IDE is complaining that 'TileEntityType.Builder.create' has invalid arguments   // Tiles public static final DeferredRegister<TileEntityType<?>> TILE_ENTITY_TYPES = DeferredRegister.create(ForgeRegistries.TILE_ENTITIES, GOCurrency.MODID); public static final RegistryObject<TileEntityType<VendingTile>> TILE_VENDING = TILE_ENTITY_TYPES.register("vending_te", () -> TileEntityType.Builder.create(VendingTile::new, BLOCK_VENDING.get()).build(null));   https://github.com/Beardlessbrady/Currency-Mod/blob/95230ca4ee2d290b3e5f3ef81810a27f73137625/src/main/java/com/beardlessbrady/gocurrency/handlers/CommonRegistry.java#L42-L43
    • ThisIsNotOriginal
      Error at load_registries event phase

      By ThisIsNotOriginal · Posted 1 hour ago

      The pastebin for the log and Registry Event is posted below this text.   https://pastebin.com/KEzJvRgG https://pastebin.com/VUrXR94k
    • PlasmaPig13
      The game crashed whilst rendering overlay Error: java.lang.NullPointerException: Rendering overlay Exit Code: -1

      By PlasmaPig13 · Posted 1 hour ago

      Here's the crash report and the loglatest.log crash-2021-03-02_19.33.58-client.txt
    • PlasmaPig13
      The game crashed whilst rendering overlay Error: java.lang.NullPointerException: Rendering overlay Exit Code: -1

      By PlasmaPig13 · Posted 1 hour ago

      I'm using 1.14.4 forge version 28.2.23 and the game crashes with the title's error message. Also, I'm new here; how do I paste the log? 
  • Topics

    • BeardlessBrady
      1
      [1.16.4] Tile Registration

      By BeardlessBrady
      Started 11 minutes ago

    • ThisIsNotOriginal
      0
      Error at load_registries event phase

      By ThisIsNotOriginal
      Started 1 hour ago

    • PlasmaPig13
      1
      The game crashed whilst rendering overlay Error: java.lang.NullPointerException: Rendering overlay Exit Code: -1

      By PlasmaPig13
      Started 1 hour ago

    • EnderiumSmith
      3
      The vanilla tag system isnt suitable for ore dictionary

      By EnderiumSmith
      Started 14 hours ago

    • Ilikecheese
      0
      forge 1.16.5 wont show up

      By Ilikecheese
      Started 1 hour ago

  • Who's Online (See full list)

    • BeardlessBrady
    • ThisIsNotOriginal
    • ehbean
    • Beethoven92
    • Jeldrik
    • That_Tallone
    • squidlex
    • Lyon
    • Draco18s
    • Radical
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Forge Gradle World Creation Error
  • Theme

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