1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Lag with intellij idea.

Discussion in 'Client & Site Support' started by Tikas, Dec 14, 2014.

  1. Tikas

    Joined:
    Oct 30, 2014
    Messages:
    69
    Likes Received:
    6
    Hello, so i stumbled upon another problem :/ When i try to run my script bot via intellij idea it just crashes and lags, but when i try to run it via eclipse everything works perfectly fine.
    Here is my log:
    Code (Text):
    1.  
    2. "C:\Program Files (x86)\Java\jdk1.8.0_25\bin\java" -Didea.launcher.port=7533 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 14.0.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\charsets.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\deploy.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\javaws.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\jce.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\jfr.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\jfxswt.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\jsse.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\management-agent.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\plugin.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\resources.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\rt.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\access-bridge-32.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\cldrdata.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\dnsns.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\jaccess.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\jfxrt.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\localedata.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\nashorn.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\sunec.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\sunjce_provider.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\sunmscapi.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\sunpkcs11.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\zipfs.jar;D:\Dev\Java\RuneMate\bin;D:\Dev\Java\RuneMate\RuneMate.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 14.0.2\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain com.runemate.Boot -sdk -Xmx2048M -Xms2048M
    3. Dec 14, 2014 9:56:04 AM java.util.prefs.WindowsPreferences <init>
    4. WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
    5. (09:56:04) [Debug] Started RuneMate V1.0.0 Beta 66 with java 1.8.0_25
    6. (09:56:10) [Setup] Downloading game...
    7. (09:56:12) [Setup] Syncing with RuneMate Cloud (76dee9ed)...
    8. (09:57:51) Error: oq.n:285 oq.j:83 oq.a:74 wd.g:24 zb.o:44 zb.h:34 iu.a:525 apo.c:117 apo.<init>:37 cl.s:89 uj.g:27 gm.au:4338 pw.q:781 tj.b:378 gb.f:265 aam.c:203 ahd.gh:3043 client.av:1534 ry.q:583 ry.z:559 ry.run:516 java.lang.Thread.run:745 | java.lang.OutOfMemoryError: Java heap space |  3232,3320,104,104 0,3285,3370 1 0 2 800,575 0 0 0 0 0 0 248 1 8103 Mgt5BIYKx/khpWx1U4LOlxI7q9M3jA8R
    9. Exception in thread "RMThreadFactory 1530078053" (09:57:51) java.lang.OutOfMemoryError: Java heap space
    10. (09:57:51)     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.addConditionWaiter(AbstractQueuedSynchronizer.java:1855)
    11. (09:57:51)     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2068)
    12. (09:57:51)     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
    13. (09:57:51)     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
    14. (09:57:51)     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
    15. (09:57:51)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
    16. (09:57:51)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    17. (09:57:51)     at java.lang.Thread.run(Thread.java:745)
    18. (09:57:52) error_game_crash
    19. (09:57:52) [Setup] RS3 crashed!
    20. (09:57:52) Blocked loading http://world17.runescape.com/error_game_crash.ws
    21. Exception in thread "AWT-EventQueue-1" (09:58:11) java.lang.OutOfMemoryError: Java heap space
    22. (09:58:11) java.lang.OutOfMemoryError: Java heap space
    23. (09:58:11) Unable to load model component for 65252: "Java heap space"
    24. (09:58:11) java.lang.NullPointerException
    25. (09:58:11)     at com.runemate.game.api.hybrid.local.Screen.getBounds(bxb:214)
    26. (09:58:11)     at a.Em.short(hrb:1244)
    27. (09:58:11)     at a.cn.enum(hrb:50)
    28. (09:58:11)     at com.runemate.game.api.hybrid.Projection.getViewport(dxb:38)
    29. (09:58:11)     at com.runemate.game.api.hybrid.location.Coordinate.getBounds(gqb:828)
    30. (09:58:11)     at com.runemate.game.api.hybrid.location.Coordinate.contains(gqb:650)
    31. (09:58:11)     at com.runemate.game.api.hybrid.location.Area.contains(itb:179)
    32. (09:58:11)     at a.OL.contains(jsb:141)
    33. (09:58:11)     at a.Sm.move(dtb:185)
    34. (09:58:11)     at com.runemate.game.api.hybrid.input.Mouse.move(ap:26)
    35. (09:58:11)     at a.OL.interact(jsb:191)
    36. (09:58:11)     at com.runemate.game.api.hybrid.entities.details.Interactable.interact(jj:136)
    37. (09:58:11)     at com.puze.aesminer.AesMiner.onLoop(AesMiner.java:62)
    38. (09:58:11)     at com.runemate.game.api.script.framework.LoopingScript.run(fhb:129)
    39. (09:58:11)     at com.runemate.game.api.script.framework.AbstractScript.start(tjb:131)
    40. (09:58:11)     at a.Ai.run(ghb:201)
    41. Exception in thread "JavaFX Application Thread" (09:58:16) java.lang.ArrayIndexOutOfBoundsException: 2
    42. (09:58:16)     at javafx.animation.SequentialTransition.impl_playTo(SequentialTransition.java:576)
    43. (09:58:16)     at javafx.animation.AnimationAccessorImpl.playTo(AnimationAccessorImpl.java:39)
    44. (09:58:16)     at com.sun.scenario.animation.shared.SingleLoopClipEnvelope.timePulse(SingleLoopClipEnvelope.java:99)
    45. (09:58:16)     at javafx.animation.Animation.impl_timePulse(Animation.java:1102)
    46. (09:58:16)     at javafx.animation.Animation$1.lambda$timePulse$25(Animation.java:186)
    47. (09:58:16)     at javafx.animation.Animation$1$$Lambda$157/27805198.run(Unknown Source)
    48. (09:58:16)     at java.security.AccessController.doPrivileged(Native Method)
    49. (09:58:16)     at javafx.animation.Animation$1.timePulse(Animation.java:185)
    50. (09:58:16)     at com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(AbstractMasterTimer.java:344)
    51. (09:58:16)     at com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(AbstractMasterTimer.java:267)
    52. (09:58:16)     at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:447)
    53. (09:58:16)     at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:431)
    54. (09:58:16)     at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$363(QuantumToolkit.java:298)
    55. (09:58:16)     at com.sun.javafx.tk.quantum.QuantumToolkit$$Lambda$47/5425978.run(Unknown Source)
    56. (09:58:16)     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    57. (09:58:16)     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    58. (09:58:16)     at com.sun.glass.ui.win.WinApplication.lambda$null$141(WinApplication.java:102)
    59. (09:58:16)     at com.sun.glass.ui.win.WinApplication$$Lambda$43/21149417.run(Unknown Source)
    60. (09:58:16)     at java.lang.Thread.run(Thread.java:745)
    61.  
    62.  
    I run Runemate jar with these options: -sdk -Xmx2048M -Xms2048M
     
  2. Baddest Man on Earth

    Joined:
    Nov 26, 2014
    Messages:
    616
    Likes Received:
    246
    Try running it with only the -sdk argument
     
  3. Tikas

    Joined:
    Oct 30, 2014
    Messages:
    69
    Likes Received:
    6
    Code (Text):
    1. "C:\Program Files (x86)\Java\jdk1.8.0_25\bin\java" -Didea.launcher.port=7532 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 14.0.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\charsets.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\deploy.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\javaws.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\jce.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\jfr.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\jfxswt.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\jsse.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\management-agent.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\plugin.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\resources.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\rt.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\access-bridge-32.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\cldrdata.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\dnsns.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\jaccess.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\jfxrt.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\localedata.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\nashorn.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\sunec.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\sunjce_provider.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\sunmscapi.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\sunpkcs11.jar;C:\Program Files (x86)\Java\jdk1.8.0_25\jre\lib\ext\zipfs.jar;D:\Dev\Java\RuneMate\bin;D:\Dev\Java\RuneMate\RuneMate.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 14.0.2\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain com.runemate.Boot -sdk
    2. Dec 14, 2014 10:33:33 AM java.util.prefs.WindowsPreferences <init>
    3. WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
    4. (10:33:34) [Debug] Started RuneMate V1.0.0 Beta 66 with java 1.8.0_25
    5. (10:33:40) [Setup] Downloading game...
    6. (10:33:43) [Setup] Syncing with RuneMate Cloud (76dee9ed)...
    7. (10:34:52) java.lang.OutOfMemoryError: Java heap space
    8. (10:34:52)     at java.util.HashMap.resize(HashMap.java:703)
    9. (10:34:53)     at java.util.HashMap.putVal(HashMap.java:662)
    10. (10:34:53)     at java.util.HashMap.put(HashMap.java:611)
    11. (10:34:53)     at a.Qg.short(gmb:173)
    12. (10:34:53)     at a.Qg.short(gmb:256)
    13. (10:34:53)     at a.tg.short(gmb:258)
    14. (10:34:53)     at a.wF.short(xkb:142)
    15. (10:34:53)     at a.PI.short(abb:264)
    16. (10:34:53)     at a.wF.short(xkb:110)
    17. (10:34:53)     at a.ck.short(zlb:109)
    18. (10:34:53)     at a.Mi.short(reb:270)
    19. (10:34:53)     at a.QG.short(xjb:11)
    20. (10:34:53)     at a.Un.getModel(hwb:265)
    21. (10:34:53)     at a.OL.contains(jsb:102)
    22. (10:34:53)     at a.Sm.move(dtb:185)
    23. (10:34:53)     at com.runemate.game.api.hybrid.input.Mouse.move(ap:26)
    24. (10:34:53)     at a.OL.interact(jsb:191)
    25. (10:34:53)     at com.runemate.game.api.hybrid.entities.details.Interactable.interact(jj:136)
    26. (10:34:53)     at com.puze.aesberries.AesBerries.onLoop(AesBerries.java:36)
    27. (10:34:53)     at com.runemate.game.api.script.framework.LoopingScript.run(fhb:129)
    28. (10:34:53)     at com.runemate.game.api.script.framework.AbstractScript.start(tjb:131)
    29. (10:34:53)     at a.Ai.run(ghb:201)
    30. (10:34:53) Unable to load model component for 7826: "Java heap space"
    31. (10:34:56) java.lang.OutOfMemoryError: Java heap space
    32. (10:34:56)     at java.util.Arrays.copyOf(Arrays.java:3236)
    33. (10:34:56)     at a.xh.enum(efb:85)
    34. (10:34:56)     at a.KG.short(kbb:15)
    35. (10:34:56)     at a.Kh.short(deb:157)
    36. (10:34:56)     at a.tg.short(gmb:250)
    37. (10:34:56)     at a.wF.short(xkb:142)
    38. (10:34:56)     at a.PI.short(abb:264)
    39. (10:34:56)     at a.wF.short(xkb:110)
    40. (10:34:56)     at a.ck.short(zlb:109)
    41. (10:34:56)     at a.Mi.short(reb:270)
    42. (10:34:56)     at a.QG.short(xjb:11)
    43. (10:34:56)     at a.Un.getModel(hwb:265)
    44. (10:34:56)     at a.OL.contains(jsb:102)
    45. (10:34:56)     at a.Sm.move(dtb:185)
    46. (10:34:56)     at com.runemate.game.api.hybrid.input.Mouse.move(ap:26)
    47. (10:34:56)     at a.OL.interact(jsb:191)
    48. (10:34:56)     at com.runemate.game.api.hybrid.entities.details.Interactable.interact(jj:136)
    49. (10:34:56)     at com.puze.aesberries.AesBerries.onLoop(AesBerries.java:36)
    50. (10:34:56)     at com.runemate.game.api.script.framework.LoopingScript.run(fhb:129)
    51. (10:34:56)     at com.runemate.game.api.script.framework.AbstractScript.start(tjb:131)
    52. (10:34:56)     at a.Ai.run(ghb:201)
    53. (10:34:56) Unable to load model component for 7813: "Java heap space"
    54. (10:34:58) java.lang.OutOfMemoryError: Java heap space
    55. (10:34:58)     at a.Kh.short(deb:205)
    56. (10:34:58)     at a.tg.short(gmb:250)
    57. (10:34:58)     at a.wF.short(xkb:142)
    58. (10:34:58)     at a.PI.short(abb:264)
    59. (10:34:58)     at a.wF.short(xkb:110)
    60. (10:34:58)     at a.ck.short(zlb:109)
    61. (10:34:58)     at a.Mi.short(reb:270)
    62. (10:34:58)     at a.QG.short(xjb:11)
    63. (10:34:58)     at a.Un.getModel(hwb:265)
    64. (10:34:58)     at a.OL.getInteractionPoint(jsb:91)
    65. (10:34:58)     at a.OL.getInteractionPoint(jsb:95)
    66. (10:34:58)     at a.Sm.move(dtb:159)
    67. (10:34:58)     at com.runemate.game.api.hybrid.input.Mouse.move(ap:26)
    68. (10:34:58)     at a.OL.interact(jsb:191)
    69. (10:34:58)     at com.runemate.game.api.hybrid.entities.details.Interactable.interact(jj:136)
    70. (10:34:58)     at com.puze.aesberries.AesBerries.onLoop(AesBerries.java:36)
    71. (10:34:58)     at com.runemate.game.api.script.framework.LoopingScript.run(fhb:129)
    72. (10:34:58)     at com.runemate.game.api.script.framework.AbstractScript.start(tjb:131)
    73. (10:34:58)     at a.Ai.run(ghb:201)
    74. (10:34:58) Unable to load model component for 7826: "Java heap space"
    75. (10:35:00) java.lang.OutOfMemoryError: Java heap space
    76. (10:35:00)     at a.Kh.short(deb:205)
    77. (10:35:00)     at a.tg.short(gmb:250)
    78. (10:35:00)     at a.wF.short(xkb:142)
    79. (10:35:00)     at a.PI.short(abb:264)
    80. (10:35:00)     at a.wF.short(xkb:110)
    81. (10:35:00)     at a.ck.short(zlb:109)
    82. (10:35:00)     at a.Mi.short(reb:270)
    83. (10:35:00)     at a.QG.short(xjb:11)
    84. (10:35:00)     at a.Un.getModel(hwb:265)
    85. (10:35:00)     at a.OL.getInteractionPoint(jsb:91)
    86. (10:35:00)     at a.OL.getInteractionPoint(jsb:95)
    87. (10:35:00)     at a.Sm.move(dtb:159)
    88. (10:35:00)     at com.runemate.game.api.hybrid.input.Mouse.move(ap:26)
    89. (10:35:00)     at a.OL.interact(jsb:191)
    90. (10:35:00)     at com.runemate.game.api.hybrid.entities.details.Interactable.interact(jj:136)
    91. (10:35:00)     at com.puze.aesberries.AesBerries.onLoop(AesBerries.java:36)
    92. (10:35:00)     at com.runemate.game.api.script.framework.LoopingScript.run(fhb:129)
    93. (10:35:00)     at com.runemate.game.api.script.framework.AbstractScript.start(tjb:131)
    94. (10:35:00)     at a.Ai.run(ghb:201)
    95. (10:35:00) Unable to load model component for 7813: "Java heap space"
    96. (10:35:03) java.lang.OutOfMemoryError: Java heap space
    97. (10:35:03) Unable to load model component for 7826: "Java heap space"
    98. (10:35:05) java.lang.OutOfMemoryError: Java heap space
    99. (10:35:05) Unable to load model component for 7813: "Java heap space"
    100. (10:35:06) java.lang.OutOfMemoryError: Java heap space
    101. (10:35:06) Unable to load model component for 7826: "Java heap space"
    102. (10:35:08) java.lang.OutOfMemoryError: Java heap space
    103. (10:35:08) Unable to load model component for 7813: "Java heap space"
    104. (10:35:10) java.lang.OutOfMemoryError: Java heap space
    105. (10:35:10) Unable to load model component for 7826: "Java heap space"
    106. (10:35:13) java.lang.OutOfMemoryError: Java heap space
    107. (10:35:13) Unable to load model component for 7813: "Java heap space"
    108. (10:35:15) java.lang.OutOfMemoryError: Java heap space
    109. (10:35:15) Unable to load model component for 7826: "Java heap space"
    110. (10:35:16) java.lang.OutOfMemoryError: Java heap space
    111. (10:35:16) Unable to load model component for 7813: "Java heap space"
    112. (10:35:41) Error: | java.lang.OutOfMemoryError: Java heap space |  3224,3320,104,104 0,3277,3372 1 0 2 800,575 0 0 0 0 0 0 248 1 8103 Wcm8FaI3lrO9Q04TlKy/n4Je9joTlHko
    113. Exception in thread "TimerQueue" (10:35:41) java.lang.OutOfMemoryError: Java heap space
    114. (10:35:41) java.lang.OutOfMemoryError: Java heap space
    115. (10:35:41) Unable to load bounded varp definition for 20603: "Java heap space"
    116. (10:35:41) error_game_crash
    117. (10:35:41) [Setup] RS3 crashed!
    118. (10:35:41) Blocked loading http://world26.runescape.com/error_game_crash.ws
    119. (10:35:55) java.lang.OutOfMemoryError: Java heap space
    120. (10:35:55) Unable to load bounded varp definition for 4167: "Java heap space"
    121. Exception in thread "Keep-Alive-Timer" (10:36:05) java.lang.OutOfMemoryError: Java heap space
    122. (10:36:05) java.lang.OutOfMemoryError: Java heap space
    123. (10:36:05) Unable to load bounded varp definition for 20603: "Java heap space"
    124.  
    125. Process finished with exit code -805306369 (0xCFFFFFFF)
    126.  
     
  4. frazboyz

    Joined:
    Nov 15, 2013
    Messages:
    339
    Likes Received:
    56
  5. Tikas

    Joined:
    Oct 30, 2014
    Messages:
    69
    Likes Received:
    6
  6. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    It looks like something was off with your jagex cache and because of that it caused runemate to allocate a ridiculous amount of memory and then crash. Try deleting your jagex cache and trying again.
     

Share This Page

Loading...