Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 KB | None | 0 0
  1. 2018-06-14 02:17:34 [AWT-EventQueue-0] ERROR net.runelite.client.RuneLite - Uncaught exception:
  2. java.util.ConcurrentModificationException: null
  3. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  4. at java.util.HashMap$EntryIterator.next(HashMap.java:1476)
  5. at java.util.HashMap$EntryIterator.next(HashMap.java:1474)
  6. at net.runelite.client.plugins.grounditems.GroundItemInputListener.mousePressed(GroundItemInputListener.java:83)
  7. at net.runelite.client.input.MouseManager.processMousePressed(MouseManager.java:79)
  8. at net.runelite.client.callback.Hooks.mousePressed(Hooks.java:195)
  9. at ax.mousePressed(ax.java:62)
  10. at java.awt.Component.processMouseEvent(Component.java:6530)
  11. at java.awt.Component.processEvent(Component.java:6298)
  12. at java.awt.Component.dispatchEventImpl(Component.java:4889)
  13. at java.awt.Component.dispatchEvent(Component.java:4711)
  14. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
  15. at java.awt.EventQueue.access$500(EventQueue.java:97)
  16. at java.awt.EventQueue$3.run(EventQueue.java:709)
  17. at java.awt.EventQueue$3.run(EventQueue.java:703)
  18. at java.security.AccessController.doPrivileged(Native Method)
  19. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
  20. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
  21. at java.awt.EventQueue$4.run(EventQueue.java:731)
  22. at java.awt.EventQueue$4.run(EventQueue.java:729)
  23. at java.security.AccessController.doPrivileged(Native Method)
  24. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
  25. at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
  26. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
  27. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
  28. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
  29. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
  30. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
  31. at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
  32. 2018-06-14 12:57:48 [RuneLite] INFO n.r.client.discord.DiscordService - Initializing Discord RPC service.
  33. 2018-06-14 12:57:49 [RuneLite] INFO n.r.c.plugins.kourendlibrary.Library - Library is now reset
  34. 2018-06-14 15:20:03 [RuneLite] INFO n.r.client.discord.DiscordService - Initializing Discord RPC service.
  35. 2018-06-14 15:20:04 [RuneLite] INFO n.r.c.plugins.kourendlibrary.Library - Library is now reset
  36. 2018-06-14 18:33:00 [RuneLite] ERROR net.runelite.client.ClientLoader - Error loading RS!
  37. java.net.SocketTimeoutException: connect timed out
  38. at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
  39. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  40. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  41. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  42. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
  43. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  44. at java.net.Socket.connect(Socket.java:589)
  45. at okhttp3.internal.platform.Platform.connectSocket(Platform.java:124)
  46. at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.java:221)
  47. at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:147)
  48. at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:192)
  49. at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:121)
  50. at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:100)
  51. at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
  52. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
  53. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
  54. at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
  55. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
  56. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
  57. at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
  58. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
  59. at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120)
  60. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
  61. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
  62. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:185)
  63. at okhttp3.RealCall.execute(RealCall.java:69)
  64. at net.runelite.client.ConfigLoader.fetch(ConfigLoader.java:54)
  65. at net.runelite.client.ClientLoader.loadRuneLite(ClientLoader.java:79)
  66. at net.runelite.client.ClientLoader.loadRs(ClientLoader.java:52)
  67. at net.runelite.client.RuneLite.start(RuneLite.java:193)
  68. at net.runelite.client.RuneLite.main(RuneLite.java:187)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  72. at java.lang.reflect.Method.invoke(Method.java:498)
  73. at net.runelite.launcher.ReflectionLauncher$1.run(ReflectionLauncher.java:66)
  74. 2018-06-14 18:33:31 [RuneLite] INFO n.r.client.discord.DiscordService - Initializing Discord RPC service.
  75. 2018-06-14 18:33:32 [RuneLite] INFO n.r.c.plugins.kourendlibrary.Library - Library is now reset
  76. 2018-06-14 19:16:56 [RuneLite] INFO n.r.client.discord.DiscordService - Initializing Discord RPC service.
  77. 2018-06-14 19:16:57 [RuneLite] INFO n.r.c.plugins.kourendlibrary.Library - Library is now reset
  78. 2018-06-14 19:23:20 [RuneLite] INFO n.r.client.discord.DiscordService - Initializing Discord RPC service.
  79. 2018-06-14 19:23:21 [RuneLite] INFO n.r.c.plugins.kourendlibrary.Library - Library is now reset
  80. 2018-06-14 19:24:37 [RuneLite] INFO n.r.client.discord.DiscordService - Initializing Discord RPC service.
  81. 2018-06-14 19:24:38 [RuneLite] INFO n.r.c.plugins.kourendlibrary.Library - Library is now reset
  82. 2018-06-14 19:25:32 [RuneLite] INFO n.r.client.discord.DiscordService - Initializing Discord RPC service.
  83. 2018-06-14 19:25:33 [RuneLite] INFO n.r.c.plugins.kourendlibrary.Library - Library is now reset
  84. 2018-06-14 19:28:14 [RuneLite] INFO n.r.client.discord.DiscordService - Initializing Discord RPC service.
  85. 2018-06-14 19:28:15 [RuneLite] INFO n.r.c.plugins.kourendlibrary.Library - Library is now reset
  86. 2018-06-14 19:50:59 [RuneLite] INFO n.r.client.discord.DiscordService - Initializing Discord RPC service.
  87. 2018-06-14 19:51:00 [RuneLite] INFO n.r.c.plugins.kourendlibrary.Library - Library is now reset
  88. 2018-06-14 20:11:57 [RuneLite] INFO n.r.client.discord.DiscordService - Initializing Discord RPC service.
  89. 2018-06-14 20:11:58 [RuneLite] INFO n.r.c.plugins.kourendlibrary.Library - Library is now reset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement