Hi, I'm having some issues with the Minecraft launcher at the moment. While trying to download launcher.pack.lzma I get the following exception:
Exception: java.net.SocketException: Socket operation on nonsocket: connect
I've tried googling the issue but haven't found anything that quite matches mine.
here is the log:
Bootstrap (v5)
Current time is Apr 17, 2014 8:58:47 PM
System.getProperty('os.name') == 'Windows NT (unknown)'
System.getProperty('os.version') == '6.2'
System.getProperty('os.arch') == 'amd64'
System.getProperty('java.version') == '1.7.0'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '64'
Im running Windows 8 (not NT!) on an Alienware m14x R2. Obviously the first place to start would be this 'Windows NT' thing but I'm not sure how to get Java to recognize I'm running a Windows 8 machine.
Here's what I've tried so far:
- Run a Malwarebytes scan (which picked up a few things) and restarted
- Deleted my .minecraft folder
- Uninstalled and reinstalled java.
- Downloaded a cracked version and tried to create a single player world, which failed (the error log also thinks I'm running Windows NT, I can post the rest of that log if needed).
It may be noted that I am getting the 'Caused by: java.lang.IllegalStateException: failed to create a child event loop' error on the cracked version of minecraft
right click the launcher exe, click properties, and then the compatibility tab, make sure compatibility mode is off
what happens when you goto https://s3.amazonaws...ncher.pack.lzma with your browser? you should get a prompt to download the file, if not something is blocking the link, check your hosts file
Hi, I checked compatibility mode and it is off.
I've tried going to the dl address in the log and I have gotten the download prompt.
As for inability to get some things from AWS server, that is little for me to say without another computer being used to test and see if a network problem or router/firewall issue.
Hi, I did try accessing it through my web browser which did work. I have an airport extreme 5th gen router connected to the verizon provided router. Are there any ports I should specifically leave open on the router? I've already checked the firewall and the issue persists even with all firewalls turned off. I've also tried using both wifi and ethernet with no changes. Does this help at all?
I would hope the Verizon modem is in Bridge mode, otherwise you are double NATing. Given it is Airport as well for second router, I cannot offer help with Apple products for I really despise Apple, sorry to say that one.
Also ensure in Windows firewall that Javaw.exe and Java.exe are not blocked.
And never turn off your Router's firewall except testing, but always turn it back on.
Hey, yeah I don't really like apple but my roomates do... and yea the router is in bridge.
I'll try it on a different computer tomorrow, right now they are all in use. I looked at the incoming/outgoing rules and didn't see any mention of javaw.exe or java.exe
Something that may be of note: I tried to run League of Legends (another online game if you aren't familiar with it), and it is also unable to connect to the internet to check for/download patches. Not sure if that's helpful?
Anyways I will try it out on another computer tomorrow and see what happens! Thanks for the help so far!
...
Im running Windows 8 (not NT!) on an Alienware m14x R2. Obviously the first place to start would be this 'Windows NT' thing but I'm not sure how to get Java to recognize I'm running a Windows 8 machine.
Windows 8/8.1 is the latest in the series of the NT line of Windows. This is not really a problem.
Here's what I've tried so far:
- Run a Malwarebytes scan (which picked up a few things) and restarted
- Deleted my .minecraft folder
- Uninstalled and reinstalled java.
- Downloaded a cracked version and tried to create a single player world, which failed (the error log also thinks I'm running Windows NT, I can post the rest of that log if needed).
It may be noted that I am getting the 'Caused by: java.lang.IllegalStateException: failed to create a child event loop' error on the cracked version of minecraft
You can connect to AWS with your browser and the MC client runs on another computer on the same network so it's not the router. Do you have any security software or personal firewalls on your PC that might be blocking traffic from java or the MC client?
"Exception: java.net.SocketException: Socket operation on nonsocket: connect"
It sounds like java might be having a problem handling the network layer or at least secure sockets. If you fire up javaws independently and point it at MC's AWS servers do you get the same error?
Do you just do that through cmd? I typed 'javaws' and then the URL of the AWS server and got an 'Unable to launch the application' error after the java 7 splash screen, but that also occurs even if I put anything else after 'javaws'
Here is the error code I get after pressing the 'details' button on the error message:
Exception tab:
CouldNotLoadArgumentException[ Could not load file/URL specified: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Wrapped Exception tab:
java.net.SocketException: Socket operation on nonsocket: create
at java.net.Socket.createImpl(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory._buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Exception: java.net.SocketException: Socket operation on nonsocket: connect
I've tried googling the issue but haven't found anything that quite matches mine.
here is the log:
Bootstrap (v5)
Current time is Apr 17, 2014 8:58:47 PM
System.getProperty('os.name') == 'Windows NT (unknown)'
System.getProperty('os.version') == '6.2'
System.getProperty('os.arch') == 'amd64'
System.getProperty('java.version') == '1.7.0'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '64'
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma
Exception: java.net.SocketException: Socket operation on nonsocket: connect
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 2/10)
Exception: java.net.SocketException: Socket operation on nonsocket: connect
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 3/10)
Exception: java.net.SocketException: Socket operation on nonsocket: connect
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 4/10)
Exception: java.net.SocketException: Socket operation on nonsocket: connect
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 5/10)
Exception: java.net.SocketException: Socket operation on nonsocket: connect
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 6/10)
Exception: java.net.SocketException: Socket operation on nonsocket: connect
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 7/10)
Exception: java.net.SocketException: Socket operation on nonsocket: connect
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 8/10)
Exception: java.net.SocketException: Socket operation on nonsocket: connect
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 9/10)
Exception: java.net.SocketException: Socket operation on nonsocket: connect
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 10/10)
Exception: java.net.SocketException: Socket operation on nonsocket: connect
Unable to download remote file. Check your internet connection/proxy settings.
FATAL ERROR: net.minecraft.bootstrap.FatalBootstrapError: Unable to download while being forced
at net.minecraft.bootstrap.Bootstrap.execute(Bootstrap.java:95)
at net.minecraft.bootstrap.Bootstrap.main(Bootstrap.java:381)
Please fix the error and restart.
Im running Windows 8 (not NT!) on an Alienware m14x R2. Obviously the first place to start would be this 'Windows NT' thing but I'm not sure how to get Java to recognize I'm running a Windows 8 machine.
Here's what I've tried so far:
- Run a Malwarebytes scan (which picked up a few things) and restarted
- Deleted my .minecraft folder
- Uninstalled and reinstalled java.
- Downloaded a cracked version and tried to create a single player world, which failed (the error log also thinks I'm running Windows NT, I can post the rest of that log if needed).
It may be noted that I am getting the 'Caused by: java.lang.IllegalStateException: failed to create a child event loop' error on the cracked version of minecraft
-
View User Profile
-
View Posts
-
Send Message
Moderatorwhat happens when you goto https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma with your browser? you should get a prompt to download the file, if not something is blocking the link, check your hosts file
Hi, I checked compatibility mode and it is off.
I've tried going to the dl address in the log and I have gotten the download prompt.
Digging back in past, it has been this way since existance of Windows 8.
http://www.minecraftforum.net/topic/1337244-windows-8-bad-video-card-drivers/
As for inability to get some things from AWS server, that is little for me to say without another computer being used to test and see if a network problem or router/firewall issue.
Also ensure in Windows firewall that Javaw.exe and Java.exe are not blocked.
And never turn off your Router's firewall except testing, but always turn it back on.
Is there another computer you can try?
I'll try it on a different computer tomorrow, right now they are all in use. I looked at the incoming/outgoing rules and didn't see any mention of javaw.exe or java.exe
Something that may be of note: I tried to run League of Legends (another online game if you aren't familiar with it), and it is also unable to connect to the internet to check for/download patches. Not sure if that's helpful?
Anyways I will try it out on another computer tomorrow and see what happens! Thanks for the help so far!
Windows 8/8.1 is the latest in the series of the NT line of Windows. This is not really a problem.
You can connect to AWS with your browser and the MC client runs on another computer on the same network so it's not the router. Do you have any security software or personal firewalls on your PC that might be blocking traffic from java or the MC client?
It sounds like java might be having a problem handling the network layer or at least secure sockets. If you fire up javaws independently and point it at MC's AWS servers do you get the same error?
Exception tab:
CouldNotLoadArgumentException[ Could not load file/URL specified: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Wrapped Exception tab:
java.net.SocketException: Socket operation on nonsocket: create
at java.net.Socket.createImpl(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory._buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)