Results 1 to 3 of 3

Thread: What means this error?

  1. #1
    Join Date
    Sep 2006
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default What means this error?

    what this mean and what i must to do?
    [Runtime Error] : Exception: Access violation at address 006543CE in module 'scar.exe'. Read of address 00000008 in line 104 in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\GameTab.scar

  2. #2
    Join Date
    Aug 2006
    Location
    London
    Posts
    2,021
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    gametab.scar seems to have this bug, iv seen other people mention it, the best thing to do is just run the script again

    or if your writing a script you could put

    SCAR Code:
    try
    gametab(...
    except
    writeln('gametab failed')
    end

    the try statement means that if theres a runtime error, the script wont crash but just do the thing after the except
    Join the Official SRL IRC channel. Learn how to Here.

  3. #3
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Really ? Cool, never heard of that one
    Administrator's Warning:


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Don't understand what this error means
    By mexicoman100 in forum OSR Help
    Replies: 4
    Last Post: 12-03-2008, 04:12 PM
  2. A means to an end.
    By BlackThursday in forum OSR Help
    Replies: 16
    Last Post: 10-02-2008, 09:16 PM
  3. Replies: 0
    Last Post: 06-11-2008, 07:28 AM
  4. No avatar means lower cup
    By Boreas in forum SRL Site Discussion
    Replies: 0
    Last Post: 10-25-2006, 05:19 PM

Posting Permissions

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