Results 1 to 17 of 17

Thread: 64bit

  1. #1
    Join Date
    Jun 2012
    Location
    THE Students-City of Holland
    Posts
    332
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default 64bit

    Is it possible to run the java.exe of SMART in 64 bit? I have not much knowledge about these things but I do know that when this is possible, it will probably run more efficiently on a 64bit computer.

    Master BAW
    Former Name: MasterCrimeZ.
    ToDo: 1. Finish my private bot 2. Make some cool bots for this community 3. Become a member
    If you have any questions about scripting, feel free to PM me

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    There are 64 bit versions of SMART, Simba, etc, but overall it doesn't work fully on 64 bit, so no need.

  3. #3
    Join Date
    Jun 2012
    Location
    THE Students-City of Holland
    Posts
    332
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    There are 64 bit versions of SMART, Simba, etc, but overall it doesn't work fully on 64 bit, so no need.
    what do you mean 'it doesn't work fully?' It would be really nice to have it because right now I use 6 bots at the same time but I'm using 100% of my CPU... I have a very fast computer so this should be about 20% with 6 bots.

    Do you / does anyone know how to improve the efficiency / decrease CPU of the scripts in another way?
    Former Name: MasterCrimeZ.
    ToDo: 1. Finish my private bot 2. Make some cool bots for this community 3. Become a member
    If you have any questions about scripting, feel free to PM me

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    I don't think 64 bit would reduce the CPU by a lot or anything (idk exactly what 64 but does but I highly doubt it would noticeably lower CPU usage).

    What kind of processor do you have, what script are you running.

    Best way to lower CPU usage is to lower the FPS bar on the right hand side of SMART as low as you can with the script still being able to run smoothly,

  5. #5
    Join Date
    Jun 2012
    Location
    THE Students-City of Holland
    Posts
    332
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    I don't think 64 bit would reduce the CPU by a lot or anything (idk exactly what 64 but does but I highly doubt it would noticeably lower CPU usage).

    What kind of processor do you have, what script are you running.

    Best way to lower CPU usage is to lower the FPS bar on the right hand side of SMART as low as you can with the script still being able to run smoothly,
    It seems that the FPS bar does nothing for me right now , does it have something to do with this?
    Code:
        SRL_SIXHOURFIX := TRUE;
        SMART_FIXSPEED := TRUE;
    I use smart 8.0 and simba 0.99


    this is what's inside my computer:

    Code:
     Scythe Mugen 3 SCMG-3000 
    Sapp1GB D3 X HD6570 LR 
    Int Core i7-2600 3400 1155 BOX 
    Corsair TX750M 750W ATX23 
    Tt VL90001W2Z ATX 
    Asus 24x SA LS DRW-24B3ST BlR 
     MSI P67A-C43 (B3) P67 RG SA 
    Sams 1TB HD103SJ F3 SA2 
    D316GB 1600-999 Vengeance LP bu K4 COR
    Former Name: MasterCrimeZ.
    ToDo: 1. Finish my private bot 2. Make some cool bots for this community 3. Become a member
    If you have any questions about scripting, feel free to PM me

  6. #6
    Join Date
    Apr 2012
    Location
    Australia
    Posts
    1,252
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    I believe I read somewhere (potentially smart 7/7.2/8.0's thread) that the slider on the right-hand side has been disabled and is now automatically at the top. Correct me if this is incorrect, but this could also contribute to the increased use of your CPU

  7. #7
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by P1ng View Post
    I believe I read somewhere (potentially smart 7/7.2/8.0's thread) that the slider on the right-hand side has been disabled and is now automatically at the top. Correct me if this is incorrect, but this could also contribute to the increased use of your CPU
    It still exists (default is at middle) and only affects image transfer rate now, hence you can save cpu by turning it all the way to down.

  8. #8
    Join Date
    Apr 2012
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    change SmartSpawnClient in SmartParams to this
    Code:
    SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '-d32');
    Edit:Sorry for wronge information. After i delete 32bit java, the smart can't start up
    Last edited by freezeyp; 09-12-2012 at 12:03 PM.

  9. #9
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    64Bit allows a user's computer to use more Ram.. There is a way to tweak 32 bit comps to do this but it's not worth it.

    If your comp is already 64 bit, blame Jagex because runescape only uses 32bit java. It's not smart. Smart does indeed run in x64 mode it's just the Simba plugins and extensions have to be compiled/written for it too.

    This it's not smart's fault but rather jagex's and Simba's ATM.
    I am Ggzz..
    Hackintosher

  10. #10
    Join Date
    Jun 2012
    Location
    THE Students-City of Holland
    Posts
    332
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Brandon View Post
    64Bit allows a user's computer to use more Ram.. There is a way to tweak 32 bit comps to do this but it's not worth it.

    If your comp is already 64 bit, blame Jagex because runescape only uses 32bit java. It's not smart. Smart does indeed run in x64 mode it's just the Simba plugins and extensions have to be compiled/written for it too.

    This it's not smart's fault but rather jagex's and Simba's ATM.
    Thanks for the clarification!
    Former Name: MasterCrimeZ.
    ToDo: 1. Finish my private bot 2. Make some cool bots for this community 3. Become a member
    If you have any questions about scripting, feel free to PM me

  11. #11
    Join Date
    Apr 2012
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    I still can't understand why the smart will choose 32 bit version of java to run even though I give the path of 64bit version to PATH parameter
    P.S. I have both 32 and 64 bit java be installed

    By the way, runescape can be rune under 64bit java, I have test it on browser and powerbot client, so maybe set some parameter of JVM and the smart can work?
    Last edited by freezeyp; 09-12-2012 at 12:16 PM.

  12. #12
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by freezeyp View Post
    I still can't understand why the smart will choose 32 bit version of java to run even though I give the path of 64bit version to PATH parameter
    P.S. I have both 32 and 64 bit java be installed

    By the way, runescape can be rune under 64bit java, I have test it on browser and powerbot client, so maybe set some parameter of JVM and the smart can work?
    That's because you have both 32 and 64.. It's running 32 not the 64.

    Try uninstalling 32bit and try playing. It will take you to a page saying to download the latest java. That page points to the 32bit version.
    I am Ggzz..
    Hackintosher

  13. #13
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    If Jagex were to use 64bit java, wouldn't you notice an immediate change of max int, so the max gp would be more than 2147m?

  14. #14
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Running 6 bots at 100% on an i7? You sure they didn't scam you?
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  15. #15
    Join Date
    Apr 2012
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Quote Originally Posted by Brandon View Post
    That's because you have both 32 and 64.. It's running 32 not the 64.

    Try uninstalling 32bit and try playing. It will take you to a page saying to download the latest java. That page points to the 32bit version.
    testing environment:
    OS:WIN7
    browser:firefox nightly build 64bit version
    java: 64 bit only(I have removed 32 bit version)

    I can open runescape with browser and powerbot client without any problem, even though i always got error when closing powerbot client.

    Edit: I think it's because I'm using 32bit simba, so all the other stuff will need to be 32bit version
    Last edited by freezeyp; 09-13-2012 at 01:01 PM.

  16. #16
    Join Date
    Jun 2012
    Location
    THE Students-City of Holland
    Posts
    332
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by litoris View Post
    Running 6 bots at 100% on an i7? You sure they didn't scam you?
    haha I have ran more in the past. I don't think there's anything wrong with the processor, but with my settings more.
    I'm running 9 now btw,but I've got a little lag here and there
    Former Name: MasterCrimeZ.
    ToDo: 1. Finish my private bot 2. Make some cool bots for this community 3. Become a member
    If you have any questions about scripting, feel free to PM me

  17. #17
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    You can install 32-bit Java on a 64-bit machine just fine.
    EDIT: Only on this post did I realize I had the Donator PiP.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •