+ Reply to Thread
Page 19 of 22 FirstFirst ... 91718192021 ... LastLast
Results 451 to 475 of 535

Thread: Common Problems ~ READ BEFORE POSTING

  1. #451
    Join Date
    Feb 2011
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey having a problem just starting up MSI.

    Exception in Script: Plugin(sps32) has not been found

    Anyone help me out?

  2. #452
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by dislocated View Post
    hey having a problem just starting up MSI.

    Exception in Script: Plugin(sps32) has not been found

    Anyone help me out?
    You missed part of the setup guide. You need to move the SPS plugin. Refer to the first post for a fix (I just added it).

  3. #453
    Join Date
    Feb 2011
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh Ok, Thanks a lot!

  4. #454
    Join Date
    Oct 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    i have an issue
    i am using rimmy power miner and instead of power mining iron it does powermine anything

    how can i make it do irons only

  5. #455
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by G R E E N View Post
    i have an issue
    i am using rimmy power miner and instead of power mining iron it does powermine anything

    how can i make it do irons only
    Last tab on the form, select Powerminer and check off only Iron.

  6. #456
    Join Date
    Nov 2011
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Okay.

    This is Barbarian Miner.

    It thinks the Stronghold of Security is a Coal Rock

  7. #457
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Fog856 View Post
    Okay.

    This is Barbarian Miner.

    It thinks the Stronghold of Security is a Coal Rock
    I need to see some debug to see what the uptext returns. That's the only way the hole would get clicked.

  8. #458
    Join Date
    Nov 2011
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sriro View Post
    I just tried to run MSI. The following appears in the Debugger:

    Simba Code:
    Opening MSI...
    [Hint] C:\Simba\Includes\MSI/MSI/Core/Locations.simba(1576:3): Variable 'AREATPA' never used at line 1575
    [Error] C:\Simba\Includes\MSI/MSI/Core/Scripts.simba(1560:46): Unknown identifier 'RUNECRAFTING_ALTARS' at line 1559
    Compiling failed.

    This is the code around that area:

    Simba Code:
    with pathInfo do
            begin
              name     := 'LOC_VW_BANK to LOC_ALTAR_AIR';
              startLoc := LOC_VW_BANK;
              endLoc   := LOC_ALTAR_AIR;

              spsPath := [
                TPointArray([Point(4579, 2906), Point(4353, 3020)]),
                TPointArray([])
              ];

              spsAreas   := [
                TStringArray(['11_7', '10_7']), TStringArray(['0_0'])
              ];

              spsSurfaces := [RUNESCAPE_SURFACE, RUNECRAFTING_ALTARS];

              obstacles[OBS_LOC_TO] := [OBS_RUINS_AIR];
              obstacles[OBS_LOC_FROM] := [OBS_PORTAL_AIR];
            end;
          end;

        SCRIPT_RC_EARTH:
          with MSI_Scripts[whichScript] do
          begin
            name         := 'Earth Runecrafter';
            constant     := whichScript;
            skillName    := 'Runecrafting';
            skillConst   := SKILL_RUNECRAFTING;
            bankType     := Bank;
            whichBank    := MSI_BANK_VE;
            getMaterials := True;
            autoObjects  := @MSI_CraftRunes;
            bankObjects  := @MSI_BankWithdraw;
            playerSetup  := @MSI_SetupRunecrafting;

    What should I do?

    Edit:

    I tried running the scripts script from MSI to see if it would compile (knowing that it shouldn't since the last error is in it, but just curious) and the following appeared:

    Simba Code:
    [Error] (42:5): Unknown identifier 'SCRIPT_POWER_CHOP' at line 41
    Compiling failed.

    I checked for updates on all extensions and restarted simba thrice.
    I wrote it in a thread where it seemed someone else was having a similar problem, but I feel it belongs here a bit better. If you look at that thread, I wrote a post after explaining the different things I'm trying to do to fix it.

    So far deleting and replacing MSI.SEX and re-updating MSI have not worked. I'll keep trying things and adding them to this list as I go along.

    Edit:
    I have uninstalled Simba and reinstalled it and all of the components. Still gets the same error. For a more detailed explanation, please feel free the other thread where my quoted post is at. I've detailed all the things I've attempted.
    Last edited by Sriro; 11-25-2011 at 05:11 AM. Reason: Update on Status

  9. #459
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    You just need the latest version of SPS. Is should update automatically.

  10. #460
    Join Date
    Nov 2011
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You just need the latest version of SPS. Is should update automatically.
    same proble but simba says "No SPS update available."
    We keep developing technologies to combat bots, but it's like an arms race – we stop bots, they improve their macros, we stop them, they improve again.
    Andrew Gower,

  11. #461
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    You just need the latest version of SPS. Is should update automatically.
    It doesn't yet...!



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  12. #462
    Join Date
    Nov 2011
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It doesn't yet...!
    so its impossible to fix this now?
    We keep developing technologies to combat bots, but it's like an arms race – we stop bots, they improve their macros, we stop them, they improve again.
    Andrew Gower,

  13. #463
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by fryt0l View Post
    so its impossible to fix this now?
    It's already done.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  14. #464
    Join Date
    Sep 2010
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what happened to the script didnt run thread? the link in the first post leads back to this thread, please dont kill/flame me :X

    now where else to post this, but the guild miner has a few walking bugs. one one occasion i checked the script and it logged me out, saying it failed to walk to the bank, i logged in and i was standing in the north part of the mine with nothing in my inventory. i have no idea what was up with that. on another occasion, it was walking to the bank and stopped just short of the bankers being visible and said failed to bank, here is where i was:

    http://i122.photobucket.com/albums/o276/DJB94/adg.png

  15. #465
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by magernub573 View Post
    what happened to the script didnt run thread? the link in the first post leads back to this thread, please dont kill/flame me :X
    This is the script didn't run thread, it was just renamed a while ago. The link in the first post was quoted from a different thread, I didn't realize it was there when I added it to this thread. It's fixed now, thanks.

    Quote Originally Posted by magernub573 View Post
    now where else to post this, but the guild miner has a few walking bugs. one one occasion i checked the script and it logged me out, saying it failed to walk to the bank, i logged in and i was standing in the north part of the mine with nothing in my inventory.
    I've had that happen a couple times as well. Unfortunately, there's no much I can do right now. I'm working to tweak it, but all you can do is keep trying. Sometimes it'll work for 1 load, sometimes 30.

    Quote Originally Posted by magernub573 View Post
    i have no idea what was up with that. on another occasion, it was walking to the bank and stopped just short of the bankers being visible and said failed to bank, here is where i was:
    I can edit the Falador bank location box in the next version. Make sure you have the latest version of MSI and SPS, also.

  16. #466
    Join Date
    Nov 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SMART Initialized.
    Loaded: Server 10, Members: False, Signed: True, Super Detail: False.

    comes up now.. it worked last night ive changed nothing.. now it wont log into smart

  17. #467
    Join Date
    Dec 2009
    Location
    R_GetPlayerLoc;
    Posts
    2,235
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by AMGmoarBOTs View Post
    SMART Initialized.
    Loaded: Server 10, Members: False, Signed: True, Super Detail: False.

    comes up now.. it worked last night ive changed nothing.. now it wont log into smart
    Graphics settings---

    Read this thread: http://villavu.com/forum/showthread.php?t=60510

    Either the graphics settings are incorrect or you have not entered your player info.
    "Logic never changes, just the syntax" - Kyle Undefined?

    Remember, The Edit Button Is There For A Reason!!!

  18. #468
    Join Date
    Sep 2010
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if it helps, i made a video of the mining guild miner running along side the debug. heres the vid:

    http://s122.photobucket.com/albums/o...nt=MyMovie.mp4

    view the vid fullscreen to see the debug more clearly.

  19. #469
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by magernub573 View Post
    if it helps, i made a video of the mining guild miner running along side the debug. heres the vid:

    http://s122.photobucket.com/albums/o...nt=MyMovie.mp4

    view the vid fullscreen to see the debug more clearly.
    Thanks, and yeah the dwarven mines have been having some walking issues, and I still don't know why. I'm going to try a few things to hopefully get it working again.

  20. #470
    Join Date
    Nov 2011
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Solved. Sorry!
    Last edited by Fog856; 11-29-2011 at 12:41 PM.

  21. #471
    Join Date
    Dec 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this error message.

    Exception in Script: Plugin(libsmart32) has not been found

  22. #472
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Jugg View Post
    I get this error message.

    Exception in Script: Plugin(libsmart32) has not been found
    Override your SRL or update. See http://villavu.com/forum/forumdisplay.php?f=448 for details on how to do that.

  23. #473
    Join Date
    Nov 2011
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Override your SRL or update. See http://villavu.com/forum/forumdisplay.php?f=448 for details on how to do that.
    I was actually getting the same error and I override-updated my SRL but I'm still getting the same error.

  24. #474
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by 99 Doors View Post
    I was actually getting the same error and I override-updated my SRL but I'm still getting the same error.
    Extract the SMART plugins to Simba/Plugins/. Restart Simba.

  25. #475
    Join Date
    Nov 2011
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I get

    [Error] (43:13): Unknown identifier 'MSI_SetupWoodcutting' at line 42
    Compiling failed.

    when trying to run the MSI mining script. I'm running version 977 of Simba if that's any help.

    Edit: Changed 'MSI_SetupWoodcutting' to 'MSI_SetupMining' (dunno if I should have done that) and now I get:

    [Error] (70:37): Unknown type 'TMSObject' at line 69
    Compiling failed.
    Last edited by i_liek2feesh; 12-09-2011 at 05:01 AM.

+ Reply to Thread
Page 19 of 22 FirstFirst ... 91718192021 ... LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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