Advertisement
Guest User

adi11

a guest
Aug 25th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. [19:51:50] [Client thread/INFO]: LWJGL Version: 2.9.4
  2. [19:51:51] [Client thread/INFO]: Reloading ResourceManager: Default
  3. [19:51:52] [Sound Library Loader/INFO]: Starting up SoundSystem...
  4. [19:51:52] [Thread-3/INFO]: Initializing LWJGL OpenAL
  5. [19:51:52] [Thread-3/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  6. [19:51:52] [Thread-3/INFO]: OpenAL initialized.
  7. [19:51:52] [Sound Library Loader/INFO]: Sound engine started
  8. [19:51:55] [Client thread/INFO]: Created: 1024x512 textures-atlas
  9. [19:51:56] [Client thread/INFO]: Narrator library for x64 successfully loaded
  10. [19:52:00] [Client thread/INFO]: Connecting to s48.hosthorde.com, 25565
  11. [19:52:02] [Server Connector #1/ERROR]: Couldn't connect to server
  12. io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: s48.hosthorde.com/198.178.127.44:25565
  13. at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:1.8.0_25]
  14. at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:716) ~[?:1.8.0_25]
  15. at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:352) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  16. at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  17. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:612) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  18. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  19. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  20. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  21. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  22. at java.lang.Thread.run(Thread.java:745) ~[?:1.8.0_25]
  23. Caused by: java.net.ConnectException: Connection refused: no further information
  24. ... 10 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement