Results 1 to 19 of 19

Thread: Yushy is back, with issues....

  1. #1
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default Yushy is back, with issues....

    Dear runescapians,

    For some reason when I try to run this script:
    LmOQZ04.png

    The smart screen doesn't appear. A console pops up and quickly closes without showing errors/warnings.

    Any idea what to do?

  2. #2
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    Quote Originally Posted by Yush Dragon View Post
    Dear runescapians,

    For some reason when I try to run this script:
    LmOQZ04.png

    The smart screen doesn't appear. A console pops up and quickly closes without showing errors/warnings.

    Any idea what to do?
    Do you have the latest SMART?

  3. #3
    Join Date
    Sep 2014
    Posts
    447
    Mentioned
    10 Post(s)
    Quoted
    203 Post(s)

    Default

    I haven't used SMART in a while, but I think you need to set the smart plugins variable.

    Simba Code:
    clearDebug();
     smartPlugins := ['d3d9.dll'];
     smartEnableDrawing := true; //Not sure if this line is needed to just start up smart but it has other uses
     setupSRL();

    If that still doesn't work, make sure you are using 32bit Java 7.

  4. #4
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    Quote Originally Posted by yourule97 View Post
    I haven't used SMART in a while, but I think you need to set the smart plugins variable.

    Simba Code:
    clearDebug();
     smartPlugins := ['d3d9.dll'];
     smartEnableDrawing := true; //Not sure if this line is needed to just start up smart but it has other uses
     setupSRL();

    If that still doesn't work, make sure you are using 32bit Java 7.
    I have never used that line, so I highly doubt it's needed.

    You need Java 8.

  5. #5
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

  6. #6
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    And yes, I got the latest smart. So I don't get it. This is my debug:
    https://pastebin.com/dQpk96tX

  7. #7
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    run simba as admin

  8. #8
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Done that, same result

  9. #9
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    I've said it at least 10 times here, and I'll say it again, do a quick reinstall of your Simba, it won't delete any files so dont worry.
    Feel free to ask me any questions, I will do my best to answer them!

    Previously known as YouPee.

  10. #10
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Done that too. Fom C:/ to C:/Program Fiiles/ and still no positive result.

  11. #11
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Anyone else ?

  12. #12
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    no not that
    Use the windows uninstall tool.

    Control panel\Programs\Programs and (something that I cant translate?)

    and after you've succesfully uninstalled Simba you use Simba's installer again.
    As simple as that.
    Last edited by Joopi; 07-19-2017 at 03:40 PM.
    Feel free to ask me any questions, I will do my best to answer them!

    Previously known as YouPee.

  13. #13
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Joopi View Post
    no not that
    Use the windows uninstall tool.

    Control panel\Programs\Programs and (something that I cant translate?)

    and after you've succesfully uninstalled Simba you use Simba's installer again.
    As simple as that.
    That's exactly what I did. Completely uninstalled, also deleted the remaining simba folder and then reinstalled it.

  14. #14
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    When I use DEFINE SMART8, this is what happens in the debug:

    -- setupSRL()
    ---- Setting up SRL...
    ---- HINT: You are not using SMART, be sure to use Simba's crosshairs to select the RS client.
    ---- Waiting up to 5 minutes for RS to load...

  15. #15
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    That's what should happen when you don't use smart...
    Feel free to ask me any questions, I will do my best to answer them!

    Previously known as YouPee.

  16. #16
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    32 bit java or 64

  17. #17
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    I use 64 bit java and yes, I typed {$DEFINE SMART8}.
    If I use {$DEFINE SMART} then it pops up and quickly closes the console.

  18. #18
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    Quote Originally Posted by Yush Dragon View Post
    I use 64 bit java and yes, I typed {$DEFINE SMART8}.
    If I use {$DEFINE SMART} then it pops up and quickly closes the console.
    https://villavu.com/forum/showthread...89#post1387889

    Use 32 bit.

  19. #19
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Praise the god, it works! Thank you!

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
  •