Results 1 to 6 of 6

Thread: Help Please!

  1. #1
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Help Please!

    Hi,

    I'm using the script of ZephyrsFury; Zephyr's Draynor Yew Gatherer Link

    and every time i run it i get this error:

    Code:
    [Runtime Error] : Exception: Access violation at address 02CF10AB in module 'Embedded SMART.dll'. Read of address 00000054 in line 48 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/misc/SMART.scar
    for people who wanna know the line:
    Code:
      result:= SmartGetColor(x, y);
    I know you have to put {$DEFINE SMART} as first line in smart.scar i did that but i still get the error so what is wrong?

  2. #2
    Join Date
    Aug 2007
    Location
    bend down and ill show you!
    Posts
    210
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    maby its the script?

  3. #3
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    complete guesses

    1) move plugins

    2) reinstall SRL

  4. #4
    Join Date
    Sep 2007
    Posts
    415
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by lilmike View Post
    I know you have to put {$DEFINE SMART} as first line in smart.scar i did that but i still get the error so what is wrong?
    wrong, it makes it easier if you follow the whole tut, if that is all you did, go re-read the tut, http://www.villavu.com/forum/showthread.php?t=21279
    or read the smart release page, that gives enough info to modify the script
    Quote Originally Posted by That guy that wrote forefeathers
    <munklez>haha im too lazy, girls annoy me
    <munklez> they always wanna like, do stuff
    <munklez> and i just wanna program
    <munklez> and they always take all my money

  5. #5
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just:
    SCAR Code:
    {.include srl/srl/misc/smart.scar}

    and :
    SCAR Code:
    SmartSetupEx(SmartWorld, False, True);
      SetTargetDC(SmartGetDC);

    and delete all the other stuff.


  6. #6
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    try running this
    SCAR Code:
    program Test;
    {.include SRL/SRL.scar}
    {.include srl/srl/misc/smart.scar}

    begin
      SmartSetupEx(131, False, True);
      SetTargetDC(SmartGetDC);
      SetupSRL;
      Wait(30000);
      Writeln('KoKouKo is gangster'); // ??????????????????????
    end.

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
  •