Results 1 to 5 of 5

Thread: Dev Rev only works with SCAR 3.21 now?

  1. #1
    Join Date
    Feb 2009
    Posts
    1,447
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Dev Rev only works with SCAR 3.21 now?

    A few minutes ago, I was testing some of my functions and I updated SRL to the Dev SRL (I was using Dev Rev borfire I updated) because I wanted to see if there was anything new and when I started testing functions again, I got this error:
    [/quote]
    [Runtime Error] : Out Of Range in line 34 in script C:\Program Files\SCAR 3.20\includes\SRL/SRL/Misc/FontUpdater.scar
    [/quote]
    I went onto SCAR 3.21 and tested out my functions and they run perfectly.

    Does everyone with the latest rev have to switch over to SCAR 3.21 now?

  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Update your scarprerelease svn and run the fixscar.exe in your scarprerelease folder.
    If that doesn't work: move plugins.
    ~Hermen

  3. #3
    Join Date
    Feb 2009
    Posts
    1,447
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Hermen View Post
    Update your scarprerelease svn and run the fixscar.exe in your scarprerelease folder.
    If that doesn't work: move plugins.
    Just to let you know, SCAR 3.21 has been released so its not the pre release.
    SCAR 3.21 runs perfectly but SCAR 3.20 dosnt anymore since I updated the Dev Rev.

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

    Default

    I had patches uploaded to the dev repos which disable the font updater for 3.21 because it has it's own font updater. It's also the only version of SCAR that will able to cope with fonts with shadows added which will be added for the new OCR in SCAR 3.22, I'll look into the problem for you though. After all, I'm still part of the team

    EDIT: Apparently I caused that bug, I always use High or Length statements when I'm looping trough arrays in case I change them later on, I didn't notice that that wasn't the case for Markus' code, he used static numbers, so when I removed TradeChars from the arrays it kinda died, I'll have someone upload my patch.
    Last edited by Freddy1990; 07-23-2009 at 07:43 PM.

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

    Default

    Quote Originally Posted by Freddy1990 View Post
    I had patches uploaded to the dev repos which disable the font updater for 3.21 because it has it's own font updater. It's also the only version of SCAR that will able to cope with fonts with shadows added which will be added for the new OCR in SCAR 3.22, I'll look into the problem for you though. After all, I'm still part of the team

    EDIT: Apparently I caused that bug, I always use High or Length statements when I'm looping trough arrays in case I change them later on, I didn't notice that that wasn't the case for Markus' code, he used static numbers, so when I removed TradeChars from the arrays it kinda died, I'll have someone upload my patch.
    So I guess its fixed then.

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
  •