Results 1 to 7 of 7

Thread: SMART Help

  1. #1
    Join Date
    Feb 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default SMART Help

    I HAVE done everything correctly..I went though the steps to setup SMART for old school about 6 times.. Keep getting this error..

    Code:
    SRL Compiled in 16 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed.
    Using this code..

    Code:
    program TestScript;
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}
    {$I SRL/srl/misc/SmartGraphics.simba}
    
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers
      (HowManyPlayers);
      CurrentPlayer := 0;
      with Players[0] do
      begin
        Name := '';
        Pass := '';
        Active := True;
      end;
    end;
    
    procedure SetupSmartClient;
    begin
      SRL_SixHourFix := True;
      SMART_FixSpeed := True;
      ClearDebug;
      SetupSRL;
      ActivateClient;
      DeclarePlayers;
      LoginPlayer;
    end;
    
    begin
      SetupSmartClient;
      WriteLn('Finished, exiting ...');
    end.

  2. #2
    Join Date
    Feb 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    BUMP::: please help

  3. #3
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Please don't bump threads in such a short time-span.

    Forum account issues? Please send me a PM

  4. #4
    Join Date
    Feb 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Please don't bump threads in such a short time-span.
    No one knows how to fix this freaking error..

  5. #5
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Several people do.
    Try running simba as admin.
    Make sure you have the correct plugins.
    Make sure SRL\Simba are updated.
    Make sure you are using the officical include\plugins.

    Let me know once you have done ALL the following

    Forum account issues? Please send me a PM

  6. #6
    Join Date
    Jan 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Several people do.
    Try running simba as admin.
    Make sure you have the correct plugins.
    Make sure SRL\Simba are updated.
    Make sure you are using the officical include\plugins.

    Let me know once you have done ALL the following

    I have done all of the following and I have the same problem

  7. #7
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Is there a space in your directory path?

    Quote:
    This could be because your simba folder is on a path with a space in it? Smart 8.0 won't load from such a path. e.g. "C:\Program Files\Simba\" won't work but "C:\Simba\" will.

    Creds to DannyRS for this wonderful sig!

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
  •