Results 1 to 5 of 5

Thread: Need some help

  1. #1
    Join Date
    Apr 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need some help

    Hello, I have had simba working until recently. I have uninstalled simba and I'm trying to install it freshly again but I just can't seem to get it to work somehow.

    I get an error very early with the extensions, specificly associates.sex. Every single time I re-install simba and try to enable the associates.sex, I get an error saying:

    "Loading extension Extensions\associate.sex
    Extension Disabled - Did not compile
    [Error] (13:3): Duplicate identifier 'TCharArray' at line 13"

    I dont think I can progress any further with this error and I need some help, please.

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

    Default

    simply remove that line. it means TCharArray has alr been declared somewhere (simba in this case).
    I presume that line looks like this:
    Simba Code:
    type TCharArray = array of char;

  3. #3
    Join Date
    Apr 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Also, when I go to view > extensions, it says the version of associates.sex is NA. Not sure if that's normal or not.

  4. #4
    Join Date
    Mar 2013
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    My problem is similar to yours in the sense of simba not working and having to reinstall. Ever since that simba V1 update, the client was mainly focused on RS3 not on OSR which is why our scripts and client fucked up. Well I guess it's time to move on lol

  5. #5
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    I added TCharArray type to be declared internally

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
  •