Jump to content

Fresh install of MC and latest Forge w/o mods, Game crashes on Create World...


Recommended Posts

Posted

Hello I hope someone can help, I am new to the mod community and Im having trouble getting forge to work. I have looked through the EAQ but did not see my error mentioned so here goes...

 

I Have 1.8 MC client, followed Forge prompt that I needed to start a game using 1.7.10 at least once, did that but when I start the game with Forge profile MC crashes at the point when I click Create World after setting all the world parameters.

 

I am running Forge-1.7.10-10.13.2.1231 and I just downloaded the latest version of Java

here is launcher log:

[22:39:33 INFO]: Minecraft Launcher 1.5.3 (through bootstrap 5) started on windows...

[22:39:33 INFO]: Current time is Oct 18, 2014 10:39:33 PM

[22:39:33 INFO]: System.getProperty('os.name') == 'Windows 7'

[22:39:33 INFO]: System.getProperty('os.version') == '6.1'

[22:39:33 INFO]: System.getProperty('os.arch') == 'x86'

[22:39:33 INFO]: System.getProperty('java.version') == '1.7.0_71'

[22:39:33 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'

[22:39:33 INFO]: System.getProperty('sun.arch.data.model') == '32'

[22:39:33 INFO]: JFX has been detected & successfully loaded

[22:39:34 INFO]: Refreshing local version list...

[22:39:34 INFO]: Refreshing remote version list...

[22:39:35 INFO]: Refresh complete.

[22:39:35 INFO]: Loaded 3 profile(s); selected 'Forge'

[22:39:35 INFO]: Refreshing auth...

[22:39:35 INFO]: Logging in with access token

 

And here is the crash report:

Thank you all for any help!

 

---- Minecraft Crash Report ----

// You're mean.

 

Time: 10/18/14 10:10 PM

Description: Starting integrated server

 

java.lang.ExceptionInInitializerError

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

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

at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2080)

at cpw.mods.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:669)

at net.minecraft.client.gui.GuiSelectWorld.func_146615_e(GuiSelectWorld.java:183)

at net.minecraft.client.gui.GuiSelectWorld.func_146284_a(GuiSelectWorld.java:130)

at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225)

at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)

at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1629)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)

at net.minecraft.client.main.Main.main(SourceFile:148)

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: 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)

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

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

... 26 more

Caused by: java.net.SocketException: Permission denied: listen

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

at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)

at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)

at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)

... 35 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:146)

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

 

-- Starting integrated server --

Details:

Level ID: New World-

Level Name: New World

Stacktrace:

at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2080)

at cpw.mods.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:669)

at net.minecraft.client.gui.GuiSelectWorld.func_146615_e(GuiSelectWorld.java:183)

at net.minecraft.client.gui.GuiSelectWorld.func_146284_a(GuiSelectWorld.java:130)

at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225)

at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)

at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

 

-- Affected screen --

Details:

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

Stacktrace:

at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1629)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)

at net.minecraft.client.main.Main.main(SourceFile:148)

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

Operating System: Windows 7 (x86) version 6.1

Java Version: 1.7.0_71, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

Memory: 137243392 bytes (130 MB) / 241041408 bytes (229 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

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.05 FML v7.10.85.1231 Minecraft Forge 10.13.2.1231 3 mods loaded, 3 mods active

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

FML{7.10.85.1231} [Forge Mod Loader] (forge-1.7.10-10.13.2.1231.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Forge{10.13.2.1231} [Minecraft Forge] (forge-1.7.10-10.13.2.1231.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Launched Version: 1.7.10-Forge10.13.2.1231

LWJGL: 2.9.1

OpenGL: GeForce GTS 240/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation

GL Caps: Using GL 1.3 multitexturing.

Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

Anisotropic filtering is supported and maximum anisotropy is 16.

Shaders are available because OpenGL 2.1 is supported.

 

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: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Anisotropic Filtering: Off (1)

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • coupon, shopping on the app or website becomes more affordable and rewarding. acp856709 – Enjoy a flat $100 discount on any order. acp856709 – Unlock a $100 coupon pack usable across multiple purchases. acp856709 – Exclusive $100 discount just for new users. acp856709 – Extra $100 promo code for loyal, returning customers. acp856709 – $100 coupon specially tailored for users in the USA and Canada. Temu Coupon Code $100 Off For New Users In 2025 If you’re a new Temu user, you can receive the most benefits by using our verified code. This Temu coupon $100 off combined with the Temu coupon code $100 off ensures a budget-friendly shopping experience. acp856709 – Flat $100 discount on your first-ever order. acp856709 – $100 coupon bundle designed exclusively for new customers. acp856709 – Up to $100 coupon bundle usable across different purchases. acp856709 – Benefit from free shipping to 68 countries globally. acp856709 – An extra 30% discount for first-timLooking for the best deals online? Our Temu coupon code $100 off is exactly what you need to unlock maximum savings. Use the Temu code acp856709 to get exclusive discounts for users across the USA, Canada, and Europe. This is your chance to shop smart and save big. Whether you are searching for a Temu coupon $100 off or a Temu 100 off coupon code, we’ve got you covered with verified offers that work every time. What Is The Coupon Code For Temu $100 Off? Both new and existing Temu customers can enjoy exciting savings when they use our exclusive Temu coupon $100 off. With the $100 off Temue users on any item. How To Redeem The Temu Coupon $100 Off For New Customers? To use the Temu $100 coupon and claim the Temu $100 off coupon code for new users, follow these steps: Download and install the Temu app or visit the website. Sign up as a new user with your email or phone number. Add your favorite products to the cart. Go to checkout and paste the coupon code acp856709 in the promo code box. Your discount will be automatically applied, and you can enjoy your savings. Temu Coupon $100 Off For Existing Customers Even existing customers can reap the rewards with our exclusive code. Use the Temu $100 coupon codes for existing users and benefit from Temu coupon $100 off for existing customers free shipping without missing out. acp856709 – An additional $100 off for loyal Temu users. acp856709 – Receive a $100 coupon bundle for several orders. acp856709 – Free gift and express shipping in the USA and Canada. acp856709 – Enjoy 30% off on top of any running offer. acp856709 – Free global shipping to 68 countries. How To Use The Temu Coupon Code $100 Off For Existing Customers? To make the most of the Temu coupon code $100 off and Temu coupon $100 off code as a returning customer: Open the Temu app or website and log in. Browse through the products and add items to your cart. At checkout, enter acp856709 in the promo section. Review your updated total reflecting the applied discount. Complete your purchase and enjoy amazing savings. Latest Temu Coupon $100 Off First Order Your first order with Temu just got even better! The Temu coupon code $100 off first order, Temu coupon code first order, and Temu coupon code $100 off first time user are here to elevate your shopping experience. acp856709 – Flat $100 off the first purchase. acp856709 – Verified $100 Temu coupon code for initial orders. acp856709 – Use this code to get a $100 coupon for multiple uses. acp856709 – Free shipping included for first orders in 68 countries. acp856709 – Additional 30% off on your first transaction. How To Find The Temu Coupon Code $100 Off? Wondering where to grab the best Temu coupon $100 off or track the Temu coupon $100 off Reddit discussions? Simply sign up for Temu’s newsletter for insider updates. You can also follow Temu on social media for limited-time offers and verified codes. For the latest and working codes, visit trusted coupon websites like ours for real-time updates. Is Temu $100 Off Coupon Legit? Yes, the Temu $100 Off Coupon Legit claim is absolutely true. Our code acp856709 is thoroughly tested and verified. You can safely use it for your first order and even on future ones without any concerns. The Temu 100 off coupon legit status means the code is valid worldwide and doesn’t expire anytime soon. How Does Temu $100 Off Coupon Work? The Temu coupon code $100 off first-time user and Temu coupon codes 100 off allow you to receive up to $100 in discounts when making a purchase on Temu. It works by applying the code acp856709 during checkout, which instantly reduces your payable total. Whether you're a first-time or repeat buyer, this coupon code brings significant value to your orders. How To Earn Temu $100 Coupons As A New Customer? To earn your Temu coupon code $100 off and enjoy the 100 off Temu coupon code benefits, all you need to do is sign up as a new user. Then, enter our verified code acp856709 at checkout to get instant access to your $100 discount, free shipping, and other benefits designed specifically for first-time shoppers. What Are The Advantages Of Using The Temu Coupon $100 Off? Using the Temu coupon code 100 off and Temu coupon code $100 off brings amazing shopping perks: $100 off on your very first Temu order $100 coupon bundle for ongoing purchases Up to 70% discount on selected trending items Extra 30% discount for returning users Up to 90% savings on exclusive deals Free welcome gift for new customers Complimentary global shipping to 68 nations Temu $100 Discount Code And Free Gift For New And Existing Customers There’s more than just savings when using our Temu $100 off coupon code and $100 off Temu coupon code. You’ll also receive valuable gifts and extended discounts. acp856709 – $100 off your very first order on Temu. acp856709 – Extra 30% off on any purchase. acp856709 – Complimentary gift for new shoppers. acp856709 – Access to 70% off selected items on the app. acp856709 – Free gift and free delivery in 68 nations. Pros And Cons Of Using The Temu Coupon Code $100 Off This Month Explore the highlights and considerations when using the Temu coupon $100 off code and Temu 100 off coupon: Pros: Verified and easy to apply   Valid for new and existing customers   Flat $100 discount on all orders   Global shipping with no extra cost   Up to 30% extra off even on discounted items   Cons: Limited to one use per account   May not stack with other special offers   Terms And Conditions Of Using The Temu Coupon $100 Off In 2025 Before using the Temu coupon code $100 off free shipping and latest Temu coupon code $100 off, please review the following terms: The code has no expiration date.   Valid in 68 countries, including the USA, UK, and Canada.   Applicable to both new and existing users.   No minimum purchase amount required.   Can be used through both app and website.   Final Note: Use The Latest Temu Coupon Code $100 Off Using the Temu coupon code $100 off is your gateway to incredible savings and rewards on every order. Shop now to make the most of this limited-time opportunity. Enjoy unbeatable prices, exclusive gifts, and free global shipping with the Temu coupon $100 off by applying our verified code today. FAQs Of Temu $100 Off Coupon Is the Temu $100 off coupon real? Yes, the Temu $100 off coupon is real, verified, and works for both new and returning customers across 68 countries. How do I apply the Temu coupon code on my first order? Add products to your cart, head to checkout, and enter the code acp856709 to instantly get $100 off. Can existing customers use the Temu $100 off coupon? Absolutely. Existing customers can use the code acp856709 to get an extra $100 discount and free gifts. Does the coupon code expire? No, our coupon code acp856709 does not have an expiration date, so you can use it anytime. What do I get apart from the $100 off? Along with the $100 discount, you get up to 30% extra off, free gifts, and free shipping worldwide. !  
    • coupon, shopping on the app or website becomes more affordable and rewarding. acp856709 – Enjoy a flat $100 discount on any order. acp856709 – Unlock a $100 coupon pack usable across multiple purchases. acp856709 – Exclusive $100 discount just for new users. acp856709 – Extra $100 promo code for loyal, returning customers. acp856709 – $100 coupon specially tailored for users in the USA and Canada. Temu Coupon Code $100 Off For New Users In 2025 If you’re a new Temu user, you can receive the most benefits by using our verified code. This Temu coupon $100 off combined with the Temu coupon code $100 off ensures a budget-friendly shopping experience. acp856709 – Flat $100 discount on your first-ever order. acp856709 – $100 coupon bundle designed exclusively for new customers. acp856709 – Up to $100 coupon bundle usable across different purchases. acp856709 – Benefit from free shipping to 68 countries globally. acp856709 – An extra 30% discount for first-timLooking for the best deals online? Our Temu coupon code $100 off is exactly what you need to unlock maximum savings. Use the Temu code acp856709 to get exclusive discounts for users across the USA, Canada, and Europe. This is your chance to shop smart and save big. Whether you are searching for a Temu coupon $100 off or a Temu 100 off coupon code, we’ve got you covered with verified offers that work every time. What Is The Coupon Code For Temu $100 Off? Both new and existing Temu customers can enjoy exciting savings when they use our exclusive Temu coupon $100 off. With the $100 off Temue users on any item. How To Redeem The Temu Coupon $100 Off For New Customers? To use the Temu $100 coupon and claim the Temu $100 off coupon code for new users, follow these steps: Download and install the Temu app or visit the website. Sign up as a new user with your email or phone number. Add your favorite products to the cart. Go to checkout and paste the coupon code acp856709 in the promo code box. Your discount will be automatically applied, and you can enjoy your savings. Temu Coupon $100 Off For Existing Customers Even existing customers can reap the rewards with our exclusive code. Use the Temu $100 coupon codes for existing users and benefit from Temu coupon $100 off for existing customers free shipping without missing out. acp856709 – An additional $100 off for loyal Temu users. acp856709 – Receive a $100 coupon bundle for several orders. acp856709 – Free gift and express shipping in the USA and Canada. acp856709 – Enjoy 30% off on top of any running offer. acp856709 – Free global shipping to 68 countries. How To Use The Temu Coupon Code $100 Off For Existing Customers? To make the most of the Temu coupon code $100 off and Temu coupon $100 off code as a returning customer: Open the Temu app or website and log in. Browse through the products and add items to your cart. At checkout, enter acp856709 in the promo section. Review your updated total reflecting the applied discount. Complete your purchase and enjoy amazing savings. Latest Temu Coupon $100 Off First Order Your first order with Temu just got even better! The Temu coupon code $100 off first order, Temu coupon code first order, and Temu coupon code $100 off first time user are here to elevate your shopping experience. acp856709 – Flat $100 off the first purchase. acp856709 – Verified $100 Temu coupon code for initial orders. acp856709 – Use this code to get a $100 coupon for multiple uses. acp856709 – Free shipping included for first orders in 68 countries. acp856709 – Additional 30% off on your first transaction. How To Find The Temu Coupon Code $100 Off? Wondering where to grab the best Temu coupon $100 off or track the Temu coupon $100 off Reddit discussions? Simply sign up for Temu’s newsletter for insider updates. You can also follow Temu on social media for limited-time offers and verified codes. For the latest and working codes, visit trusted coupon websites like ours for real-time updates. Is Temu $100 Off Coupon Legit? Yes, the Temu $100 Off Coupon Legit claim is absolutely true. Our code acp856709 is thoroughly tested and verified. You can safely use it for your first order and even on future ones without any concerns. The Temu 100 off coupon legit status means the code is valid worldwide and doesn’t expire anytime soon. How Does Temu $100 Off Coupon Work? The Temu coupon code $100 off first-time user and Temu coupon codes 100 off allow you to receive up to $100 in discounts when making a purchase on Temu. It works by applying the code acp856709 during checkout, which instantly reduces your payable total. Whether you're a first-time or repeat buyer, this coupon code brings significant value to your orders. How To Earn Temu $100 Coupons As A New Customer? To earn your Temu coupon code $100 off and enjoy the 100 off Temu coupon code benefits, all you need to do is sign up as a new user. Then, enter our verified code acp856709 at checkout to get instant access to your $100 discount, free shipping, and other benefits designed specifically for first-time shoppers. What Are The Advantages Of Using The Temu Coupon $100 Off? Using the Temu coupon code 100 off and Temu coupon code $100 off brings amazing shopping perks: $100 off on your very first Temu order $100 coupon bundle for ongoing purchases Up to 70% discount on selected trending items Extra 30% discount for returning users Up to 90% savings on exclusive deals Free welcome gift for new customers Complimentary global shipping to 68 nations Temu $100 Discount Code And Free Gift For New And Existing Customers There’s more than just savings when using our Temu $100 off coupon code and $100 off Temu coupon code. You’ll also receive valuable gifts and extended discounts. acp856709 – $100 off your very first order on Temu. acp856709 – Extra 30% off on any purchase. acp856709 – Complimentary gift for new shoppers. acp856709 – Access to 70% off selected items on the app. acp856709 – Free gift and free delivery in 68 nations. Pros And Cons Of Using The Temu Coupon Code $100 Off This Month Explore the highlights and considerations when using the Temu coupon $100 off code and Temu 100 off coupon: Pros: Verified and easy to apply   Valid for new and existing customers   Flat $100 discount on all orders   Global shipping with no extra cost   Up to 30% extra off even on discounted items   Cons: Limited to one use per account   May not stack with other special offers   Terms And Conditions Of Using The Temu Coupon $100 Off In 2025 Before using the Temu coupon code $100 off free shipping and latest Temu coupon code $100 off, please review the following terms: The code has no expiration date.   Valid in 68 countries, including the USA, UK, and Canada.   Applicable to both new and existing users.   No minimum purchase amount required.   Can be used through both app and website.   Final Note: Use The Latest Temu Coupon Code $100 Off Using the Temu coupon code $100 off is your gateway to incredible savings and rewards on every order. Shop now to make the most of this limited-time opportunity. Enjoy unbeatable prices, exclusive gifts, and free global shipping with the Temu coupon $100 off by applying our verified code today. FAQs Of Temu $100 Off Coupon Is the Temu $100 off coupon real? Yes, the Temu $100 off coupon is real, verified, and works for both new and returning customers across 68 countries. How do I apply the Temu coupon code on my first order? Add products to your cart, head to checkout, and enter the code acp856709 to instantly get $100 off. Can existing customers use the Temu $100 off coupon? Absolutely. Existing customers can use the code acp856709 to get an extra $100 discount and free gifts. Does the coupon code expire? No, our coupon code acp856709 does not have an expiration date, so you can use it anytime. What do I get apart from the $100 off? Along with the $100 discount, you get up to 30% extra off, free gifts, and free shipping worldwide. !  
    • Please read the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) and post logs as described there using a site like https://mclo.gs and post the link to it here. It may have the information required to solve your problem.  
    • the error code comes up when i trry to run it and ive tried to fix it but i cant  
  • Topics

×
×
  • Create New...

Important Information

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