Results 1 to 2 of 2

Thread: Unkown identifier 'SRL_Savepath' at line 118 Compiling failed.

  1. #1
    Join Date
    Dec 2011
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Unkown identifier 'SRL_Savepath' at line 118 Compiling failed.

    I'm new to this, as you can tell. I'm trying to learn from my mistakes, but it's very hard. I haven't used Simba in quite a while so when I opened it for the first time in a couple of months, I went to tools and updated it. After I had done that, I watched a couple videos to get it working.

    I used these tools:

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

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

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

    And after much frustration, I finally got everything in place.

    But... I keep on getting this error message, which I can't wrap my head around.

    When I press play the first time using:

    "program new;
    {$DEFINE SMART8}
    {$i srl/srl.simba}

    begin
    ClearDebug();
    SRL_SixHourFix:=True;
    SMART_FIXSPEED := TRUE;
    SetupSRL();
    end. "

    I get this error:

    [Error] C:\Simba\Includes\SRL/SRL/core/login.simba(119:14): Unknown identifier 'SRL_SavePath' at line 118
    Compiling failed.

    When I click play again, I get an additional error:

    [Error] C:\Simba\Includes\SRL\SRL\core\login.simba(89:21): Unknown identifier 'GetLobbyTab' at line 88
    Compiling failed.

    If anyone knows what the problem is, I would be greatful to receive help from you.

    Thank you for your time.

  2. #2
    Join Date
    May 2012
    Posts
    704
    Mentioned
    4 Post(s)
    Quoted
    147 Post(s)

    Default

    Did you update SRL and SPS? Or just the simba itself?

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
  •