Results 1 to 14 of 14

Thread: Error when starting script

  1. #1
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default Error when starting script

    I have installed AeroLib, and lape reflection correctly (I think). As I click the start button on simba, every script I have tried to run gives me this error: Exception in Script: Plugin(AND_TPA32) has not been found. Could it be that I am missing some sort of plugin? I am almost positive That I installed simba correctly, because I have used it for rsps's

  2. #2
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default

    Quote Originally Posted by jstemper View Post
    I have installed AeroLib, and lape reflection correctly (I think). As I click the start button on simba, every script I have tried to run gives me this error: Exception in Script: Plugin(AND_TPA32) has not been found. Could it be that I am missing some sort of plugin? I am almost positive That I installed simba correctly, because I have used it for rsps's
    download the plugins from aerolib again
    Formerly known as Undorak7

  3. #3
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    Quote Originally Posted by Lipcot View Post
    download the plugins from aerolib again
    Still nothing, I swear i'm doing it right

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

    Default

    Quote Originally Posted by jstemper View Post
    Still nothing, I swear i'm doing it right
    AND_TPA is a plugin written by @bg5;, the script you're trying to run probably depends on it.
    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

  5. #5
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    AND_TPA is a plugin written by @bg5;, the script you're trying to run probably depends on it.
    I think I have it though

  6. #6
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    AND_TPA is a plugin written by @bg5;, the script you're trying to run probably depends on it.
    Now it's giving me this error when aerolib is clearly im my plugins

  7. #7
    Join Date
    Dec 2011
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Are you sure the path when you include them in the script is correct ( red stuff at the top ) ?

  8. #8
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    Quote Originally Posted by Myke View Post
    Are you sure the path when you include them in the script is correct ( red stuff at the top ) ?
    yeah I think so? what do you mean by red stuff at the top

  9. #9
    Join Date
    Dec 2011
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    the red text i.e. the includes you have, and there is a path to these includes from the location of your script. Make sure it is pointing at the right directory

  10. #10
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    Nothing is working now lol, I uninstalled simba then reinstalled and now I can't even use the 2 of my personal scripts for soulsplit because they won't work
    Edit I needed to change it from Lape to PascalScript. but still getting this error Exception in Script: Plugin(AND_TPA32) has not been found

  11. #11
    Join Date
    Jan 2013
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    So open the AeroLib folder up and see if AeroLib.simba is in there, make sure the spelling is correct. Also go back to your main simba folder and make sure AND_TPA is in tbe plugins folder. Hope this helps.

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

    Default

    Quote Originally Posted by Zace View Post
    So open the AeroLib folder up and see if AeroLib.simba is in there, make sure the spelling is correct. Also go back to your main simba folder and make sure AND_TPA is in tbe plugins folder. Hope this helps.
    This.
    OP, judging from the screenshot the screenshot you provided: open the AeroLib folder shown and check to make sure AeroLib.simba is in there. I suspect it's not, and you've possibly got a subdirectory in there by accident.

    Then toss AND_TPA into your /Simba/Plugins/ dirrectory.

    You also don't have SRL-6 -- another suggestion would be to simply run the SRL-6 plugins updater, as this will retrieve all required plugins from the official repo.
    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

  13. #13
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

  14. #14
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    All those DLL files (plugins) should be in the correct Plugins folder, like so:
    Code:
    C:/Simba/Pluings/ ALL YOU DLL FILES
    ...but you have them in:
    Code:
    C:/Simba/Pluings/Plugins/ ALL YOU DLL FILES
    See the mistake?

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


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
  •