Results 1 to 15 of 15

Thread: ** Smart Cannot Spawn Clients **

  1. #1
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default ** Smart Cannot Spawn Clients **

    Hey,

    I'm having a little trouble running SMART 8 with Old School Runescape... here's what's happening.



    I'm running the sample script, with the edits YoHoJo made in his guide. Here is the script for reference:

    Program testP07;
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='username';
    P07_PlayerPass:='password';
    End;

    Begin
    SetupSRL;
    P07_DeclarePlayer;
    SetupP07Include;
    ActivateClient;
    Wait(2000);
    If (Not P07_LoggedIn) Then
    P07_LogInPlayer;
    P07_MakeCameraAngleHigh;
    P07_MakeCompassNorth;

    Writeln(P07_GetUpText);

    If P07_BankScreen Then
    WriteLn('Bank is Open');
    If P07_InvFull Then
    WriteLn('Inventory is Full');

    End.


    Does anyone have a solution to this problem? Thanks.

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

    Default

    Try loading your game thru your browser first? Then try again.

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Try loading your game thru your browser first? Then try again.
    Tried. Worked in my browser, still the same ** Smart Cannot Spawn Clients ** in Simba.

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

    Default

    Quote Originally Posted by Codes View Post
    Tried. Worked in my browser, still the same ** Smart Cannot Spawn Clients ** in Simba.
    Make sure you're using 32bit java , java 6 latest revision for better results.

    Creds to DannyRS for this wonderful sig!

  5. #5
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Make sure you're using 32bit java , java 6 latest revision for better results.
    Made sure. Still the same error.

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

    Default

    Then I has no clue.

    Creds to DannyRS for this wonderful sig!

  7. #7
    Join Date
    Apr 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I had the same problem it just stopped working and said it cant spawn smart

  8. #8
    Join Date
    Oct 2006
    Posts
    6,752
    Mentioned
    95 Post(s)
    Quoted
    532 Post(s)

    Default

    That happens to me sometimes, I just exit and restart simba and it works for me...

  9. #9
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Still need support.

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

    Default

    Are you running Java 6.41 32bit(x86)?
    Do you have SMART8 plugins?
    Are you running as an Administrator?

    Forum account issues? Please send me a PM

  11. #11
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Are you running Java 6.41 32bit(x86)?
    Do you have SMART8 plugins?
    Are you running as an Administrator?
    Yes
    Yes
    Yes

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

    Default

    Quote Originally Posted by Codes View Post
    Yes
    Yes
    Yes
    PM me your TeamViewer details, I'll take a quick look

    Forum account issues? Please send me a PM

  13. #13
    Join Date
    Mar 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Are you running Java 6.41 32bit(x86)?
    Do you have SMART8 plugins?
    Are you running as an Administrator?
    Ran as Admin and problem fixed for me.
    Cheers mate.

  14. #14
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Open from: C:\Simba\Simba.exe (a shortcut will work ) then use the open tool:
    to open up your script :P

    If that does not work then it might be because of MSVCR100.dll
    To fix this (Try above first!) copy it from your java file in bin and paste into System32

  15. #15
    Join Date
    Apr 2013
    Location
    UK
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Same problem, been trying a couple hours+ and still cant get it to work, got it to this from white screening.

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
  •