Results 1 to 3 of 3

Thread: Need help. Please reply

  1. #1
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need help. Please reply

    I know I posted this already on a post but I don't know if it will be read and I really need this to be working to test my scripts.

    I got it from here...

    http://villavu.com/forum/showthread.php?t=57883

    I have ran this...

    Code:
    program new;
    {$i srl/srl/misc/smart.scar}
    {$i srl/srl.scar}
    {$i reflection/reflection.simba}
    begin
      SetupSRL;
      SetupReflectionEx(False);
    end.
    and get this

    Code:
    SMART Initialized.
    Loaded: Server 41, Members: False, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 110
    The following DTMs were not freed: [SRL - Lamp bitmap]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
    File[C:\Simba\Includes\SRL\Logs\SRL Log 09-09-10 0.txt] has not been freed in the script, freeing it now.On this line
    Code:
    Result := FindColor(cx, cy, 16777215, 439, 491, 440, 492);
    It opens a seperate tab called players and line 110 is highlighted.

    Everything is up to date in simba.
    Still learning to code in Simba.

  2. #2
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Check that you have Java installed correctly.. only thing I can suggest.
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  3. #3
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I just reinstalled java and it worked. Thanks.
    Still learning to code in Simba.

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
  •