Results 1 to 7 of 7

Thread: Small problem within SRL

  1. #1
    Join Date
    Dec 2006
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Small problem within SRL

    Hey, well it shows this in the debug box after i run one of the (very small) scripts ive made.


    [Runtime Error] : Exception: Access violation at address 006549BC in module 'scar.exe'. Read of addresC:\Program Files\SCAR 2.03\includes\srl\srl\core\Bank.scar

    Solutions?

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Setupsrl in beginning of main loop?
    Plugins installed correctly?

  3. #3
    Join Date
    Dec 2006
    Location
    Ky
    Posts
    390
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You didn't include SRL correctly or your SRL is messed up, post script for further explanation.
    SUMMER BREAK be back when I want to

  4. #4
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    It's probably trying to read text like 'welcome to bank of runescape' in bankscreen, but the charset hasn't been loaded with setupsrl; Make sure it's the first thing in main loop!!!! See freddys tut to do it automatically

  5. #5
    Join Date
    Dec 2006
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No, i have all SRL, but in place plugins inside plugins (or whatever) folder, on
    'FreddyPlugin' the caption shows '2.5.0.18', that might be it, but i don't know.

  6. #6
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Is setupsrl the FIRST thing in your main loop?

    program New;
    {.include SRL/SRL.scar}

    begin
    SetupSRL;
    end.

  7. #7
    Join Date
    Dec 2006
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Its the third to last in srl folder.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Small Problem
    By lilpaintballer in forum OSR Help
    Replies: 9
    Last Post: 09-27-2008, 10:04 PM
  2. small problem not sure how to fix it
    By shaheerpak in forum OSR Help
    Replies: 3
    Last Post: 01-02-2008, 04:41 AM
  3. small problem. Need help.
    By One Leeter in forum OSR Help
    Replies: 8
    Last Post: 06-15-2007, 09:03 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
  •