rsbot on linux?

Discussion in 'Archives' started by enj0y, Feb 16, 2009.

Thread Status:
Not open for further replies.
rsbot on linux?
  1. Unread #1 - Feb 16, 2009 at 3:34 PM
  2. enj0y
    Joined:
    Feb 5, 2009
    Posts:
    71
    Referrals:
    0
    Sythe Gold:
    0

    enj0y Member

    rsbot on linux?

    hey,i was wondering if theres anyway to use rsbot on linux.i try to run it but .bat dont work on linux.i run the lastest version on ubuntu,have made some search and didnt found how.do anyone got a tut or could help me please?
     
  3. Unread #2 - Feb 16, 2009 at 6:04 PM
  4. fatman101
    Joined:
    Mar 26, 2008
    Posts:
    167
    Referrals:
    0
    Sythe Gold:
    0

    fatman101 Active Member

    rsbot on linux?

    I think u run the .sh file, i heard it somewhere, worth a try dunno if it will work tho
     
  5. Unread #3 - Feb 16, 2009 at 6:13 PM
  6. krazedkat
    Joined:
    Feb 16, 2009
    Posts:
    9
    Referrals:
    0
    Sythe Gold:
    0

    krazedkat Newcomer

    rsbot on linux?

  7. Unread #4 - Feb 17, 2009 at 12:55 AM
  8. xk1llxk1llx
    Joined:
    Apr 13, 2008
    Posts:
    212
    Referrals:
    2
    Sythe Gold:
    0
    Tier 1 Prizebox

    xk1llxk1llx awesomeness lurks within this playa ;)
    $100 USD Donor New

    rsbot on linux?

    You dumb'a.

    Do you even know how to work linux, I'm using it right now, RSBot has a .sh!!!
    Use that, .bat don't run, wow like no-one knew that in this community :eek: .

    Go to terminal (im using Ubuntu too).
    go to the dictionary: etc: Home/User/Desktop/RSBot
    the do chmod +x run.sh
    then ./run.sh

    If there's a run.sh in there. :)
     
  9. Unread #5 - Feb 17, 2009 at 11:03 AM
  10. enj0y
    Joined:
    Feb 5, 2009
    Posts:
    71
    Referrals:
    0
    Sythe Gold:
    0

    enj0y Member

    rsbot on linux?

    thanks for all replies,
    when i try to open the .sh it popup an error saying succs what i should do?yes im noob withlinux,im not the 1 that installed it
     
  11. Unread #6 - Feb 17, 2009 at 1:17 PM
  12. enj0y
    Joined:
    Feb 5, 2009
    Posts:
    71
    Referrals:
    0
    Sythe Gold:
    0

    enj0y Member

    rsbot on linux?

    i did this but they say error cant find world list and some other error after:

    yanni@marika-desktop:~/rsbotsvn$ sh runmembers.sh
    [13:26:10][ Log] Logging to: logs/09.02.17_13.26.10.log
    [13:26:10][ Author] RSBot by Speljohan & Qauters. Maintained by BAsh & Illusion.
    [13:26:11][ Output Stream] java.lang.RuntimeException: org.tmatesoft.svn.core.SVNException: svn: This client is too old to work with working copy '/home/yanni/rsbotsvn/.'; please get a newer Subversion client
    [13:26:11][ Output Stream] at rsbot.bash.SVN.getCurVersion(SVN.java:144)
    [13:26:11][ Output Stream] at rsbot.bash.CheckForUpdates.runUpdate(CheckForUpdates.java:70)
    [13:26:11][ Output Stream] at rsbot.bash.CheckForUpdates.run(CheckForUpdates.java:52)
    [13:26:11][ Output Stream] at com.speljohan.rsbot.Application.main(Application.java:55)
    [13:26:11][ Output Stream] Caused by: org.tmatesoft.svn.core.SVNException: svn: This client is too old to work with working copy '/home/yanni/rsbotsvn/.'; please get a newer Subversion client
    [13:26:11][ Output Stream] at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:55)
    [13:26:11][ Output Stream] at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:40)
    [13:26:11][ Output Stream] at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.checkWC(SVNAdminAreaFactory.java:84)
    [13:26:11][ Output Stream] at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probe(SVNWCAccess.java:661)
    [13:26:11][ Output Stream] at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:273)
    [13:26:11][ Output Stream] at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:1917)
    [13:26:11][ Output Stream] at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:1853)
    [13:26:11][ Output Stream] at rsbot.bash.SVN.getCurVersion(SVN.java:129)
    [13:26:11][ Output Stream] ... 3 more
    [13:26:12][ Controller Ldr] Loaded GUIController
    [13:26:12][ Controller Ldr] Loaded 1 class(es) in total.
    [13:26:12][ ByteWorldList] java.io.FileNotFoundException: http://www.runescape.com/l=1/a=0/slr2.ws?order=LPWM
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1288)
    at com.speljohan.rsbot.world.WorldList$ByteWorldList.readWorldList(WorldList.java:315)
    at com.speljohan.rsbot.world.WorldList$ByteWorldList.updateList(WorldList.java:303)
    at com.speljohan.rsbot.world.WorldList.load(WorldList.java:176)
    at GUIController.onStart(GUIController.java:55)
    at com.speljohan.rsbot.Application.run(Application.java:133)
    at com.speljohan.rsbot.Application.main(Application.java:66)

    [13:26:12][ ByteWorldList] Failed to load a world.
    [13:26:12][ GUIController] Failed to load the worldlist. Check your connection.
    [13:26:13][ Error Stream] java.lang.NullPointerException
    [13:26:13][ Error Stream] at rsbot.bash.SVN.checkDirValid(SVN.java:58)
    [13:26:13][ Error Stream] at rsbot.bash.SVN.setWorkingCopy(SVN.java:50)
    [13:26:13][ Error Stream] at rsbot.bash.ReportError.sendError(ReportError.java:48)
    [13:26:13][ Error Stream] at rsbot.bash.ReportError.reportIfNeeded(ReportError.java:31)
    [13:26:13][ Error Stream] at rsbot.bash.ReportError.run(ReportError.java:26)
    [13:26:13][ Error Stream] at java.lang.Thread.run(Thread.java:619)

    once again im noob at linux..please help Dx
     
  13. Unread #7 - Feb 17, 2009 at 3:40 PM
  14. fatman101
    Joined:
    Mar 26, 2008
    Posts:
    167
    Referrals:
    0
    Sythe Gold:
    0

    fatman101 Active Member

    rsbot on linux?

    Wow, that's a big error. Sorry to let you down, but i cant help. Only ever been on a linux comp once i couldnt work it for shit.
     
  15. Unread #8 - Feb 17, 2009 at 3:43 PM
  16. enj0y
    Joined:
    Feb 5, 2009
    Posts:
    71
    Referrals:
    0
    Sythe Gold:
    0

    enj0y Member

    rsbot on linux?

    ow =S.thanks neway for tried to help me at 1st :).hopefully someone will drop on this and help me.else i wont even bother to bump it up lol
     
  17. Unread #9 - Feb 17, 2009 at 4:14 PM
  18. lanboy
    Joined:
    Sep 1, 2007
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    lanboy Newcomer

    rsbot on linux?

    It looks like some of your stuff is out of date.... Did you install svn or by download. I recommend svn...

    .. Open a terminal, cd to the folder your rsbot files are in and do a

    sudo svn update

    Then do a

    ./Compile.sh or a
    sh ./Compile.sh

    Then do a

    sh ./Run\ Members.sh

    and see if it works.

    Its all good for me.... I originally did a

    chmod +x *.sh

    to make all the shell files executable.
     
  19. Unread #10 - Feb 17, 2009 at 4:17 PM
  20. lanboy
    Joined:
    Sep 1, 2007
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    lanboy Newcomer

    rsbot on linux?

    Wait a minute, you have a subversion error...

    Do a

    sudo apt-get install subversion

    first.
     
  21. Unread #11 - Feb 17, 2009 at 4:35 PM
  22. enj0y
    Joined:
    Feb 5, 2009
    Posts:
    71
    Referrals:
    0
    Sythe Gold:
    0

    enj0y Member

    rsbot on linux?

    man i love you,it opened but nwow it say me this(in the rsbot place)
    4:01][Account Handler] Loaded 1 account(s).
    [16:34:03][ Output Stream] error_game_js5connect_outofdate
    [16:34:03][ Bot Stub] ===============================================================================
    [16:34:03][ Bot Stub] RSBot is currently outdated, please wait patiently for an update.
    [16:34:03][ Bot Stub] Posting a duplicate thread or a thread somewhere other than
    [16:34:03][ Bot Stub] the download section will result in an instant BAN.
    [16:34:03][ Bot Stub] ===============================================================================

    anything u can help?
     
  23. Unread #12 - Feb 17, 2009 at 4:40 PM
  24. lanboy
    Joined:
    Sep 1, 2007
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    lanboy Newcomer

    rsbot on linux?

    sudo svn update
     
  25. Unread #13 - Feb 17, 2009 at 4:45 PM
  26. enj0y
    Joined:
    Feb 5, 2009
    Posts:
    71
    Referrals:
    0
    Sythe Gold:
    0

    enj0y Member

    rsbot on linux?

    still do the same,i tink i got a old version of RS.ill find a new one on sythe i hope.
     
  27. Unread #14 - Feb 17, 2009 at 5:10 PM
  28. lanboy
    Joined:
    Sep 1, 2007
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    lanboy Newcomer

    rsbot on linux?

    Sorry, just

    svn update

    from the directory svn installed rsbot.
     
  29. Unread #15 - Feb 17, 2009 at 5:11 PM
  30. lanboy
    Joined:
    Sep 1, 2007
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    lanboy Newcomer

    rsbot on linux?

    Oh and a

    sh ./Compile.sh

    after that. Look for errors.
     
  31. Unread #16 - Feb 17, 2009 at 5:20 PM
  32. enj0y
    Joined:
    Feb 5, 2009
    Posts:
    71
    Referrals:
    0
    Sythe Gold:
    0

    enj0y Member

    rsbot on linux?

    i did

    svn update on the folder rsbot is in

    /home/yanni/rsbotsvn/compile.sh

    /home/yanni/rsbotsvn/runmembers.sh

    still say rsbot is outdated. also i tried to use the update.jar from stickies but im total linux noob and it dont help -S
     
  33. Unread #17 - Feb 17, 2009 at 6:18 PM
  34. enj0y
    Joined:
    Feb 5, 2009
    Posts:
    71
    Referrals:
    0
    Sythe Gold:
    0

    enj0y Member

    rsbot on linux?

    lanbyoy rock omfg i didnt was fast in the head and he kept responding my around 10 pm to help me out.i dont know if this can be used as vouche but he took more than a hour to help me!!h es so cool now rsbot work for me.
     
< How to get free stuff | RsBot client download NEEDED! >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site