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

Resolved Mac cannot run scripts RS3

Discussion in 'Client & Site Support' started by lolicon, Jul 15, 2015.

  1. lolicon

    Joined:
    Jul 13, 2015
    Messages:
    43
    Likes Received:
    3
    Any script bot I run on mac osx just stays there and does nothing on RS3 I have run the script bot sin both legacy and default eoc mode. I've lost money from just launching the scripts bots (contacted respected authors regarding this) and am not sure what to do at the moment.
     
    creativeself likes this.
  2. Ozzy

    Joined:
    Nov 5, 2014
    Messages:
    505
    Likes Received:
    162
    - Open a terminal
    - cd to the directory where your RuneMate.jar file is (i.e: cd desktop/myfolder/)
    - Launch RuneMate.jar with the following command:
    Code (Text):
    1. java -jar RuneMate.jar
    Run a bot like you have been trying to, but this time if any errors occur they will display inside that terminal window, post any which arise here so that people can help you more specifically.
     
  3. TheDude

    TheDude Abides

    Joined:
    Jul 12, 2015
    Messages:
    60
    Likes Received:
    7
    Verify you have the most recent version of Java here: https://java.com/en/download/manual.jsp

    I am also running on osx, and I haven't had any trouble. I have ran about 6 different bots and each one had loaded up as it should have. If all else fails, try deleting all of your RuneMate files, restarting, and redownloading.
    --- Double Post Merged, Jul 15, 2015, Original Post Date: Jul 15, 2015 ---
    Edit:

    Also, do what Ozzy said up there ^
    :D
     
  4. lolicon

    Joined:
    Jul 13, 2015
    Messages:
    43
    Likes Received:
    3
    Ran AlphaLivid
    (06:50:07) java.io.FileNotFoundException: Users/user/RuneMate/temp/palettes/Blood.css (No such file or directory)
    (06:50:07) at java.io.FileInputStream.open0(Native Method)
    (06:50:07) at java.io.FileInputStream.open(FileInputStream.java:195)
    (06:50:07) at java.io.FileInputStream.<init>(FileInputStream.java:138)
    (06:50:07) at java.io.FileInputStream.<init>(FileInputStream.java:93)
    (06:50:07) at java.io.FileReader.<init>(FileReader.java:58)
    (06:50:07) at com.alpha.api.framework.ui.theme.Theme.refresh(Theme.java:41)
    (06:50:07) at com.alpha.api.framework.ui.theme.Theme.lambda$createThread$538(Theme.java:120)
    (06:50:07) at com.alpha.api.framework.ui.theme.Theme$$Lambda$410/630552591.run(Unknown Source)
    (06:50:07) at com.runemate.game.api.script bot.framework.core.LoopingThread.run(bpb:26)

    Updated java, problem still persists
    --- Double Post Merged, Jul 16, 2015, Original Post Date: Jul 16, 2015 ---
    So I decided to run the Celestial Divination script bot on my macbook air and it works fine now (although I'm $0.25 down...). Therefore there is a problem with the iMac I actually run the bot on, it is only a problem with RS3 though.
     
  5. Ozzy

    Joined:
    Nov 5, 2014
    Messages:
    505
    Likes Received:
    162
    Where are you running the .jar file from on each? Maybe on your iMac RuneMate doesn't have write permissions in the directory where it it is.
     
  6. lolicon

    Joined:
    Jul 13, 2015
    Messages:
    43
    Likes Received:
    3
    .jar file is run from my Desktop on both computers. The macbook air is from last year and iMac is about 2-3 years old, I don't understand because it runs osrs scripts bots perfectly but the rs3 ones stall
     
  7. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    That looks like an issue with AlphaLivid. Unless some other exceptions are being thrown I'm not really sure what the issue could be, what's your exact setup?
     
  8. lolicon

    Joined:
    Jul 13, 2015
    Messages:
    43
    Likes Received:
    3
    Not too sure what you mean by my exact setup. I just launch the RuneMate.jar file, have settings set to legacy mode.
     
  9. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Hardware and OS setup.
     
  10. lolicon

    Joined:
    Jul 13, 2015
    Messages:
    43
    Likes Received:
    3
    iMac Mid 2010 model
    3.06 ghz intel core i3 processor
    4GB ram
    ATI Radeon 256m graphics card
    running yosemite OS X 10.9.5
    --- Double Post Merged, Jul 16, 2015, Original Post Date: Jul 16, 2015 ---
    However, after deleting all game caches, RuneMate and upgrading Java + OS
    I ran
    Code (Text):
    1. sudo java -jar RuneMate.jar
    in the directory of the RuneMate client and it appears to be working for now.
    --- Double Post Merged, Jul 16, 2015 ---
    Okay so its definately not fixed. Was just about to goto bed, found out it crashed
    Code (Text):
    1. (10:44:52) java.io.FileNotFoundException: var/root/RuneMate/temp/palettes/Blood.css (No such file or directory)
    2. (10:44:52)     at java.io.FileInputStream.open0(Native Method)
    3. (10:44:52)     at java.io.FileInputStream.open(FileInputStream.java:195)
    4. (10:44:52)     at java.io.FileInputStream.<init>(FileInputStream.java:138)
    5. (10:44:52)     at java.io.FileInputStream.<init>(FileInputStream.java:93)
    6. (10:44:52)     at java.io.FileReader.<init>(FileReader.java:58)
    7. (10:44:52)     at com.alpha.api.framework.ui.theme.Theme.refresh(Theme.java:41)
    8. (10:44:52)     at com.alpha.api.framework.ui.theme.Theme.lambda$createThread$543(Theme.java:120)
    9. (10:44:52)     at com.alpha.api.framework.ui.theme.Theme$$Lambda$410/1784689771.run(Unknown Source)
    10. (10:44:52)     at com.runemate.game.api.script.framework.core.LoopingThread.run(bpb:26)
    11. (10:55:52) java.net.SocketTimeoutException: Read timed out
    12. (10:55:52)     at java.net.SocketInputStream.socketRead0(Native Method)
    13. (10:55:52)     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
    14. (10:55:52)     at java.net.SocketInputStream.read(SocketInputStream.java:170)
    15. (10:55:52)     at java.net.SocketInputStream.read(SocketInputStream.java:141)
    16. (10:55:52)     at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
    17. (10:55:52)     at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
    18. (10:55:52)     at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
    19. (10:55:52)     at sun.net.www.MeteredStream.read(MeteredStream.java:134)
    20. (10:55:52)     at java.io.FilterInputStream.read(FilterInputStream.java:133)
    21. (10:55:52)     at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3335)
    22. (10:55:52)     at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3328)
    23. (10:55:52)     at pr.<init>(pr.java:114)
    24. (10:55:52)     at py.call(py.java:99)
    25. (10:55:52)     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    26. (10:55:52)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    27. (10:55:52)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    28. (10:55:52)     at java.lang.Thread.run(Thread.java:745)
    29. (10:58:29) Failed to extend session... (383 seconds remaining)
    30. (10:59:29) Failed to extend session... (323 seconds remaining)
    31. (11:00:29) Failed to extend session... (263 seconds remaining)
    32. (11:04:26) java.net.SocketTimeoutException: Read timed out
    33. (11:04:26)     at java.net.SocketInputStream.socketRead0(Native Method)
    34. (11:04:26)     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
    35. (11:04:26)     at java.net.SocketInputStream.read(SocketInputStream.java:170)
    36. (11:04:26)     at java.net.SocketInputStream.read(SocketInputStream.java:141)
    37. (11:04:26)     at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
    38. (11:04:26)     at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
    39. (11:04:26)     at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
    40. (11:04:26)     at sun.net.www.MeteredStream.read(MeteredStream.java:134)
    41. (11:04:26)     at java.io.FilterInputStream.read(FilterInputStream.java:133)
    42. (11:04:26)     at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3335)
    43. (11:04:26)     at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3328)
    44. (11:04:26)     at pr.<init>(pr.java:114)
    45. (11:04:26)     at py.call(py.java:99)
    46. (11:04:26)     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    47. (11:04:26)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    48. (11:04:26)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    49. (11:04:26)     at java.lang.Thread.run(Thread.java:745)
    50. (11:04:54) Thanks for using Alpha Livid Farm
    51. (11:04:54) Runtime: 00:19:59
    52. (11:04:54) [Session Expired] Your RuneMate session has expired. This can happen for many reasons.
    53. (11:04:54) [Session Expired]
    54. (11:04:54) [Session Expired] If <a href="https://www.RuneMate.com/">https://www.RuneMate.com/</a> is unavailable, please try again later. Otherwise, contact the Staff for more specific information.
    55. (11:07:06) java.net.SocketTimeoutException: Read timed out
    56. (11:07:06)     at java.net.SocketInputStream.socketRead0(Native Method)
    57. (11:07:06)     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
    58. (11:07:06)     at java.net.SocketInputStream.read(SocketInputStream.java:170)
    59. (11:07:06)     at java.net.SocketInputStream.read(SocketInputStream.java:141)
    60. (11:07:06)     at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
    61. (11:07:06)     at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
    62. (11:07:06)     at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
    63. (11:07:06)     at sun.net.www.MeteredStream.read(MeteredStream.java:134)
    64. (11:07:06)     at java.io.FilterInputStream.read(FilterInputStream.java:133)
    65. (11:07:06)     at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3335)
    66. (11:07:06)     at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3328)
    67. (11:07:06)     at pr.<init>(pr.java:114)
    68. (11:07:06)     at py.call(py.java:99)
    69. (11:07:06)     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    70. (11:07:06)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    71. (11:07:06)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    72. (11:07:06)     at java.lang.Thread.run(Thread.java:745)
    73. (11:07:06) error_game_js5crc
    74. RS3 crashed! | This may be able to be avoided by allocating more memory to the JRE. |
    75. (11:07:06) The game attempted to load http://world1.runescape.com/k=3/error_game_js5crc.ws?a=40&g=41966.
    76. (11:09:33) java.net.SocketTimeoutException: Read timed out
    77. (11:09:33)     at java.net.SocketInputStream.socketRead0(Native Method)
    78. (11:09:33)     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
    79. (11:09:33)     at java.net.SocketInputStream.read(SocketInputStream.java:170)
    80. (11:09:33)     at java.net.SocketInputStream.read(SocketInputStream.java:141)
    81. (11:09:33)     at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
    82. (11:09:33)     at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
    83. (11:09:33)     at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
    84. (11:09:33)     at sun.net.www.MeteredStream.read(MeteredStream.java:134)
    85. (11:09:33)     at java.io.FilterInputStream.read(FilterInputStream.java:133)
    86. (11:09:33)     at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3335)
    87. (11:09:33)     at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3328)
    88. (11:09:33)     at pr.<init>(pr.java:114)
    89. (11:09:33)     at py.call(py.java:99)
    90. (11:09:33)     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    91. (11:09:33)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    92. (11:09:33)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    93. (11:09:33)     at java.lang.Thread.run(Thread.java:745)
     
  11. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Okay the first error was once again the issue with the bot you were using, the second was an issue with the game itself having a socket timeout, then an issue with the client not being able to contact the server followed by the game having more sockets timeout. That points to your internet completely failing.
     
  12. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,210
    Likes Received:
    1,042
    We're using the Palletes API to get the stylesheet location
     
  13. Jaeger

    Joined:
    May 29, 2015
    Messages:
    46
    Likes Received:
    14
    I'm on a Mac and I can run bots. No mouse or paint can be seen, but it'll run.
     
  14. lolicon

    Joined:
    Jul 13, 2015
    Messages:
    43
    Likes Received:
    3
    @Cloud I feel as if that code is unrelated to my problem, I was on Skype with EvilCabbage and he was unsure of the problem since no error messages were given, when using a celestial script bot. I would run it and the bot would just say resuming and I would stand there idle.
     
  15. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    It looks like the cached stylesheet is being deleted by the time you're accessing it for some reason.
    Can you get some screenshots of what certain bots are doing once you start them? As in a screenshot with the client window visible.
     
  16. lolicon

    Joined:
    Jul 13, 2015
    Messages:
    43
    Likes Received:
    3
    Well I have been using Celestial Divination, and from what I've heard Celestial bots are (pretty much) flawless. I do not have any problems or errors when running them. Both the scripts bots ( AlphaLivid & Celestial Divination ) run flawlessly (without any errors) on my macbook air.
     
  17. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Can you message me on slack?

    Edit: Or Skype
     
  18. lolicon

    Joined:
    Jul 13, 2015
    Messages:
    43
    Likes Received:
    3
    PM'd skype
     

Share This Page

Loading...