Page 6 of 6 FirstFirst ... 456
Results 126 to 136 of 136

Thread: SCAR 3.21 Alpha

  1. #126
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Nava2 View Post
    http://pastebin.com/m681f383f

    Just so you know

    That was a major crash I got.
    I'm afraid that won't tell me much, however, I've added error reporting to SCAR, so if you get another crash like that, you'll be prompted to send in an error report which will provide me the data I need to track down the bug.

    Quote Originally Posted by samm View Post
    Already tried, I have no idea what it could be, there is simply nothing blocking/denying it access, I've disabled it all.
    I've reinstalled SVN.
    I just don't know what is left for me to do lol.

    Will you be releasing compiled .exe's or .msi's for us to install it?
    That'd be ideal if you could

    xxxxxxxx
    Hmm, the final version will be released as a setup.

    Quote Originally Posted by staznpride View Post
    Does smart work? Because I downloaded the latest repositories but this still shows up on every script I use:

    Failed when compiling
    Line 4: [Error] (6:11): Unknown identifier 'SmartIsKeyDown' in script C:\Program Files\scarprerelease\includes\srl/srl/misc/smart.scar
    I dunno, I do'ntr eally occupy myself with SMART...

    Quote Originally Posted by WizOfTheOne View Post
    I feel stupid by asking this but how do i get it from "RC" to "Alpha".
    RC is a later stage in the development releases than Alpha.

    Quote Originally Posted by 99_ aka ian. View Post
    I tried Associate .scar files, Freddy, but it said that '' isn't a valid something (or something like that).
    Run SCAR as administrator.
    Last edited by Freddy1990; 07-21-2009 at 10:30 PM.

  2. #127
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by staznpride View Post
    Does smart work? Because I downloaded the latest repositories but this still shows up on every script I use:

    Failed when compiling
    Line 4: [Error] (6:11): Unknown identifier 'SmartIsKeyDown' in script C:\Program Files\scarprerelease\includes\srl/srl/misc/smart.scar
    see if at the top of your script you have:

    {.Include SRL\SRL.Scar}
    {.Include SRL\SRL\Misc\Smart.Scar}

    if smart is under srl, like above, then make it like this:

    {.Include SRL\SRL\Misc\Smart.Scar}
    {.Include SRL\SRL.Scar}

  3. #128
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    In the latest rev (28 i think?) sometimes when i press play my computer dies. Like i cant even move the mouse its completely dead. Like normally it says the script compiled then starts the script but none of that just a pure freeze.

    Lost 1 hour of scripting due to it, quite frustrating. Yet again my fault i didn't save my work.

  4. #129
    Join Date
    Apr 2009
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Baked0420 View Post
    see if at the top of your script you have:

    {.Include SRL\SRL.Scar}
    {.Include SRL\SRL\Misc\Smart.Scar}

    if smart is under srl, like above, then make it like this:

    {.Include SRL\SRL\Misc\Smart.Scar}
    {.Include SRL\SRL.Scar}
    yeah, but i think i did some setup wrong, i first used turquoise svn to checkout scar alpha 3.21 and then i use it again to checkout srl-developers into the includes, then i try running scripts and they all show up with the same error:

    Failed when compiling
    Line 5: [Error] (7:11): Unknown identifier 'SmartIsKeyDown' in script C:\Program Files\scarprerelease\includes\srl/srl/misc/Smart.scar

    can anyone please help?

  5. #130
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by staznpride View Post
    yeah, but i think i did some setup wrong, i first used turquoise svn to checkout scar alpha 3.21 and then i use it again to checkout srl-developers into the includes, then i try running scripts and they all show up with the same error:

    Failed when compiling
    Line 5: [Error] (7:11): Unknown identifier 'SmartIsKeyDown' in script C:\Program Files\scarprerelease\includes\srl/srl/misc/Smart.scar

    can anyone please help?
    You need to move your plugins. Go to your SRL folder and copy the stuff in "place inside plugins folder" into SCAR's Plugins folder.

  6. #131
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    The final release is coming up real soon now, so if you have any suggestions or bugs to report, this would be the time. Please do so at my forums though.

  7. #132
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    are you going to add the change client ass a procedure/function like someone suggested earlier? or did you already?

  8. #133
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Baked0420 View Post
    are you going to add the change client ass a procedure/function like someone suggested earlier? or did you already?
    I already did that, it's named DisguiseClient, it doesn't actually change the title of the client, rather the title of the window that holds the client.

  9. #134
    Join Date
    Feb 2008
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Question, when is this version going to go to beta, and finally release version, because personally I don't feel like testing a not finished product, yet want to continue macroing.

  10. #135
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Quote Originally Posted by Feroc1ty View Post
    Question, when is this version going to go to beta, and finally release version, because personally I don't feel like testing a not finished product, yet want to continue macroing.
    It's already on RC, and is only one release away from being finished.

  11. #136
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by Freddy1990 View Post
    I already did that, it's named DisguiseClient, it doesn't actually change the title of the client, rather the title of the window that holds the client.
    oh well thanks for the reply glad to know it's been done, and good job with the final release. I'm going to download it now.

Page 6 of 6 FirstFirst ... 456

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
  •