Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add error message about finishConnect() permissions error
Error below: java.net.ConnectException: Permission denied: no further information at java.net.http/jdk.internal.net.http.HttpClientImpl.send(Unknown Source) at java.net.http/jdk.internal.net.http.HttpClientFacade.send(Unknown Source) at net.runelite.launcher.Launcher.getBootstrap(Launcher.java:489) at net.runelite.launcher.Launcher.postInstall(Launcher.java:929) at net.runelite.launcher.Launcher.main(Launcher.java:265) Caused by: java.net.ConnectException: Permission denied: no further information at java.net.http/jdk.internal.net.http.common.Utils.toConnectException(Unknown Source) at java.net.http/jdk.internal.net.http.PlainHttpConnection$ConnectEvent.handle(Unknown Source) at java.net.http/jdk.internal.net.http.HttpClientImpl$SelectorManager.handleEvent(Unknown Source) at java.net.http/jdk.internal.net.http.HttpClientImpl$SelectorManager.lambda$run$3(Unknown Source) at java.base/java.util.ArrayList.forEach(Unknown Source) at java.net.http/jdk.internal.net.http.HttpClientImpl$SelectorManager.run(Unknown Source) Caused by: java.net.SocketException: Permission denied: no further information at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)
- Loading branch information