Rising World
Java error when loading Rising World. Please help!
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at steamloader.SteamLoader.loadGame(SteamLoader.java:135)
at steamloader.SteamLoader.<init>(SteamLoader.java:38)
at steamloader.SteamLoader.main(SteamLoader.java:27)
Caused by: java.lang.IllegalStateException: failed to create a child event loop
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:99)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:68)
at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:100)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:71)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:56)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:41)
at vertxclient.VertxClient.<init>(VertxClient.java:38)
at content.Launcher.<init>(SourceFile:44)
... 7 more
Caused by: io.netty.channel.ChannelException: failed to open a new selector
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126)
at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:118)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:140)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:31)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:95)
... 15 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:124)
... 19 more
Caused by: java.net.SocketException: Invalid argument: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Unknown Source)
at sun.nio.ch.Net.connect(Unknown Source)
at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
at java.nio.channels.SocketChannel.open(Unknown Source)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source)
... 28 more
< >
1-4 / 4 のコメントを表示
red51  [開発者] 2017年3月12日 16時03分 
Thanks for posting the error message! This error indicates that the game was unable to establish a loopback connection (i.e. a "connection to itself"). Sometimes this can be caused by issues with the network drivers, but in most cases it's caused by firewalls or antivirus programs. What antivirus program do you use exactly? Adding the game to the exception list of the firewall/antivirus program usually does the trick ;)
I added Steam to the exemption list so I need to add RW?
I'm using malwarebytes
red51  [開発者] 2017年3月13日 18時02分 
Hmm... malwarebytes usually does not cause such issues... in this case it's more likely an issue with the network drivers.
I'd recommend to download and install the latest network driver from the homepage of your computer/laptop manufacturer.
Alternatively you could try to reset the windows sockets, sometimes Windows messes up the socket configuration. To do that, press your Windowskey + R and type cmd, then enter "netsh winsock reset" (without quot. marks), then restart your computer. But if this doesn't work, I guess a driver reinstall is inevitable...
If reinstalling the driver doesn't help, you could maybe also try to force the game to use your IPv6 stack. To do that, rightclick on RW in Steam -> Properties -> Set launch options -> enter "+ipv6" (without quot. marks) and try to start the game
< >
1-4 / 4 のコメントを表示
ページ毎: 1530 50

投稿日: 2017年3月12日 15時59分
投稿数: 4