Hello everyone,
I believe this is my first post ever, so I apologize if it is in the wrong category.
I've been playing minecraft for a very long time, never a problem, but a couple days ago my dad decided to use my computer; and funny enough, not Minecraft won't work.
Here is the error I get:
[16:12:42 INFO]: JFX has been detected & successfully loaded
[16:12:42 INFO]: Refreshing local version list...
[16:12:42 INFO]: Minecraft Launcher 1.3.11 (through bootstrap 5) started on windows...
[16:12:42 INFO]: Current time is Apr 14, 2014 4:12:42 PM
[16:12:42 INFO]: System.getProperty('os.name') == 'Windows 8'
[16:12:42 INFO]: System.getProperty('os.version') == '6.2'
[16:12:42 INFO]: System.getProperty('os.arch') == 'amd64'
[16:12:42 INFO]: System.getProperty('java.version') == '1.7.0_51'
[16:12:42 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[16:12:42 INFO]: System.getProperty('sun.arch.data.model') == '64'
[16:12:42 INFO]: Refreshing remote version list...
[16:12:42 ERROR]: Unexpected exception refreshing version list
java.net.SocketException: Unrecognized Windows Sockets error: 10107: create
at java.net.Socket.createImpl(Unknown Source) ~[?:1.7.0_51]
at java.net.Socket.connect(Unknown Source) ~[?:1.7.0_51]
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) ~[?:1.7.0_51]
at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.launcher.Http.performGet(Http.java:56) ~[launcher.jar:?]
at net.minecraft.launcher.updater.RemoteVersionList.getContent(RemoteVersionList.java:26) ~[launcher.jar:?]
at net.minecraft.launcher.updater.VersionList.refreshVersions(VersionList.java:77) ~[launcher.jar:?]
at net.minecraft.launcher.updater.VersionManager.refreshVersions(VersionManager.java:60) ~[launcher.jar:?]
at net.minecraft.launcher.Launcher$1.run(Launcher.java:165) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_51]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
[16:12:42 INFO]: Loaded 2 profile(s); selected 'ZPERO'
[16:12:42 INFO]: Refreshing auth...
[16:12:42 INFO]: Logging in with access token
[16:12:42 ERROR]: Exception whilst logging into profile
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:69) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithToken(YggdrasilUserAuthentication.java:124) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:53) ~[launcher.jar:?]
at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:208) [launcher.jar:?]
at net.minecraft.launcher.Launcher$1.run(Launcher.java:177) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_51]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
Caused by: java.net.SocketException: Unrecognized Windows Sockets error: 10107: create
at java.net.Socket.createImpl(Unknown Source) ~[?:1.7.0_51]
at java.net.Socket.connect(Unknown Source) ~[?:1.7.0_51]
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) ~[?:1.7.0_51]
at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) ~[?:1.7.0_51]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:52) ~[launcher.jar:?]
... 9 more
After that, it allows me to click on "Play Offline" just to crash when I select any of my worlds (online servers ping endlessly)
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 4/14/14 4:21 PM
Description: Starting integrated server
java.lang.ExceptionInInitializerError
at net.minecraft.server.MinecraftServer.<init>(SourceFile:113)
at btq.<init>(IntegratedServer.java:43)
at azl.a(SourceFile:1585)
at bcp.e(SourceFile:162)
at bcq.a(SourceFile:214)
at bbi.a(SourceFile:186)
at bcp.a(SourceFile:187)
at bms.b(EntityRenderer.java:1344)
at azl.ah(SourceFile:784)
at azl.f(SourceFile:711)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
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 nb.<clinit>(SourceFile:31)
... 17 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)
... 21 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)
... 24 more
Caused by: java.net.SocketException: Unrecognized Windows Sockets error: 10107: socket
at sun.nio.ch.Net.socket0(Native Method)
at sun.nio.ch.Net.serverSocket(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.<init>(Unknown Source)
at sun.nio.ch.SelectorProviderImpl.openServerSocketChannel(Unknown Source)
at java.nio.channels.ServerSocketChannel.open(Unknown Source)
... 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>(SourceFile:113)
at btq.<init>(IntegratedServer.java:43)
-- Starting integrated server --
Details:
Level ID: Spaceship
Level Name: Spaceship
Stacktrace:
at azl.a(SourceFile:1585)
at bcp.e(SourceFile:162)
at bcq.a(SourceFile:214)
at bbi.a(SourceFile:186)
at bcp.a(SourceFile:187)
-- Screen render details --
Details:
Screen name: bcw
Mouse location: Scaled: (150, 47). Absolute: (300, 385)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
Stacktrace:
at bms.b(EntityRenderer.java:1344)
at azl.ah(SourceFile:784)
at azl.f(SourceFile:711)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.7.5
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 330903768 bytes (315 MB) / 381681664 bytes (364 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.7.5-OptiFine_HD_U_D1
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3277, Intel
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: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
Resource Packs: [faithful32pack.zip]
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: On (16)
Can anyone tell what the problem is?
I tried uninstalling programs that magically appear on my computer on occasion as well as removing Java entirely and re installing it.
I also tried changing my client from Forge 1.7.2 to Vanilla 1.7.2 as well as OF 1.7.4 and 1.7.5 and their Vanilla counterparts, all unsuccessful.
I just figured out how to fix it, after all day doing research.
Theoretically I should delete this now, but I'm going to leave an explanation of how I fixed this here if anybody needs it:
All i did was follow this link and did what the "Best Answer" says: https://answers.yahoo.com/question/index?qid=20100917061445AAWg2S7
I apologize for posting such a gigantic question and then finding the answer myself, but at the very least I hope someone finds use in it (Until an administrator deleted the thread).
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I believe this is my first post ever, so I apologize if it is in the wrong category.
I've been playing minecraft for a very long time, never a problem, but a couple days ago my dad decided to use my computer; and funny enough, not Minecraft won't work.
Here is the error I get:
[16:12:42 INFO]: JFX has been detected & successfully loaded
[16:12:42 INFO]: Refreshing local version list...
[16:12:42 INFO]: Minecraft Launcher 1.3.11 (through bootstrap 5) started on windows...
[16:12:42 INFO]: Current time is Apr 14, 2014 4:12:42 PM
[16:12:42 INFO]: System.getProperty('os.name') == 'Windows 8'
[16:12:42 INFO]: System.getProperty('os.version') == '6.2'
[16:12:42 INFO]: System.getProperty('os.arch') == 'amd64'
[16:12:42 INFO]: System.getProperty('java.version') == '1.7.0_51'
[16:12:42 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[16:12:42 INFO]: System.getProperty('sun.arch.data.model') == '64'
[16:12:42 INFO]: Refreshing remote version list...
[16:12:42 ERROR]: Unexpected exception refreshing version list
java.net.SocketException: Unrecognized Windows Sockets error: 10107: create
at java.net.Socket.createImpl(Unknown Source) ~[?:1.7.0_51]
at java.net.Socket.connect(Unknown Source) ~[?:1.7.0_51]
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) ~[?:1.7.0_51]
at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.launcher.Http.performGet(Http.java:56) ~[launcher.jar:?]
at net.minecraft.launcher.updater.RemoteVersionList.getContent(RemoteVersionList.java:26) ~[launcher.jar:?]
at net.minecraft.launcher.updater.VersionList.refreshVersions(VersionList.java:77) ~[launcher.jar:?]
at net.minecraft.launcher.updater.VersionManager.refreshVersions(VersionManager.java:60) ~[launcher.jar:?]
at net.minecraft.launcher.Launcher$1.run(Launcher.java:165) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_51]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
[16:12:42 INFO]: Loaded 2 profile(s); selected 'ZPERO'
[16:12:42 INFO]: Refreshing auth...
[16:12:42 INFO]: Logging in with access token
[16:12:42 ERROR]: Exception whilst logging into profile
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:69) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithToken(YggdrasilUserAuthentication.java:124) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:53) ~[launcher.jar:?]
at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:208) [launcher.jar:?]
at net.minecraft.launcher.Launcher$1.run(Launcher.java:177) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_51]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
Caused by: java.net.SocketException: Unrecognized Windows Sockets error: 10107: create
at java.net.Socket.createImpl(Unknown Source) ~[?:1.7.0_51]
at java.net.Socket.connect(Unknown Source) ~[?:1.7.0_51]
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) ~[?:1.7.0_51]
at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) ~[?:1.7.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) ~[?:1.7.0_51]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:52) ~[launcher.jar:?]
... 9 more
After that, it allows me to click on "Play Offline" just to crash when I select any of my worlds (online servers ping endlessly)
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 4/14/14 4:21 PM
Description: Starting integrated server
java.lang.ExceptionInInitializerError
at net.minecraft.server.MinecraftServer.<init>(SourceFile:113)
at btq.<init>(IntegratedServer.java:43)
at azl.a(SourceFile:1585)
at bcp.e(SourceFile:162)
at bcq.a(SourceFile:214)
at bbi.a(SourceFile:186)
at bcp.a(SourceFile:187)
at bms.b(EntityRenderer.java:1344)
at azl.ah(SourceFile:784)
at azl.f(SourceFile:711)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
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 nb.<clinit>(SourceFile:31)
... 17 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)
... 21 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)
... 24 more
Caused by: java.net.SocketException: Unrecognized Windows Sockets error: 10107: socket
at sun.nio.ch.Net.socket0(Native Method)
at sun.nio.ch.Net.serverSocket(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.<init>(Unknown Source)
at sun.nio.ch.SelectorProviderImpl.openServerSocketChannel(Unknown Source)
at java.nio.channels.ServerSocketChannel.open(Unknown Source)
... 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>(SourceFile:113)
at btq.<init>(IntegratedServer.java:43)
-- Starting integrated server --
Details:
Level ID: Spaceship
Level Name: Spaceship
Stacktrace:
at azl.a(SourceFile:1585)
at bcp.e(SourceFile:162)
at bcq.a(SourceFile:214)
at bbi.a(SourceFile:186)
at bcp.a(SourceFile:187)
-- Screen render details --
Details:
Screen name: bcw
Mouse location: Scaled: (150, 47). Absolute: (300, 385)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
Stacktrace:
at bms.b(EntityRenderer.java:1344)
at azl.ah(SourceFile:784)
at azl.f(SourceFile:711)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.7.5
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 330903768 bytes (315 MB) / 381681664 bytes (364 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.7.5-OptiFine_HD_U_D1
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3277, Intel
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: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
Resource Packs: [faithful32pack.zip]
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: On (16)
Can anyone tell what the problem is?
I tried uninstalling programs that magically appear on my computer on occasion as well as removing Java entirely and re installing it.
I also tried changing my client from Forge 1.7.2 to Vanilla 1.7.2 as well as OF 1.7.4 and 1.7.5 and their Vanilla counterparts, all unsuccessful.
Any clue what is going on?
Theoretically I should delete this now, but I'm going to leave an explanation of how I fixed this here if anybody needs it:
All i did was follow this link and did what the "Best Answer" says:
https://answers.yahoo.com/question/index?qid=20100917061445AAWg2S7
I apologize for posting such a gigantic question and then finding the answer myself, but at the very least I hope someone finds use in it (Until an administrator deleted the thread).