Results 1 to 7 of 7

Thread: Login Error.

  1. #1
    Join Date
    Nov 2011
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Login Error.

    After installing smart8 and the p07include and the file found here http://villavu.com/forum/showthread.php?t=97599 I keep getting
    [Error] C:\Simba\Includes\SRL/SRL/core/login.simba(969:106): Invalid number of parameters at line 968 when trying to run the p07include test script.
    Any help with fixing it would be greatly appreciated. thanks

  2. #2
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by i_liek2feesh View Post
    After installing smart8 and the p07include and the file found here http://villavu.com/forum/showthread.php?t=97599 I keep getting
    [Error] C:\Simba\Includes\SRL/SRL/core/login.simba(969:106): Invalid number of parameters at line 968 when trying to run the p07include test script.
    Any help with fixing it would be greatly appreciated. thanks
    Did you replace the login.simba with the one on that thread?

  3. #3
    Join Date
    Nov 2011
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Did you replace the login.simba with the one on that thread?
    Yes.

  4. #4
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    So does SMART load before you get that error? If not does this work?

    Simba Code:
    program new;
    {$DEFINE SMART8}
    {$i SRL/SRL.simba}

    begin
      SetupSRL();
    end.

  5. #5
    Join Date
    Nov 2011
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    So does SMART load before you get that error? If not does this work?

    Simba Code:
    program new;
    {$DEFINE SMART8}
    {$i SRL/SRL.simba}

    begin
      SetupSRL();
    end.
    No and no.

  6. #6
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by i_liek2feesh View Post
    No and no.
    Ok, if I was you I would re-install Simba, then update to SMART8 before '07 stuff, just to make sure it is working.



    Follow the Quick-setup Guide here first

    Then download the SMART8 zip here

    Extract the files from the zip and copy/replace them to your plugins directory (\Simba\Plugins\ [copy them here]).

    Run that test script again and it should work.

  7. #7
    Join Date
    Nov 2011
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Got it working again, let's see if I can get it to open 07scape in smart now.

    And fixed. I dunno what the hell went wrong the first time but it's good now. Thanks.
    Last edited by i_liek2feesh; 03-07-2013 at 08:08 AM.

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
  •