Results 1 to 6 of 6

Thread: LoginPlayer? wtf

  1. #1
    Join Date
    Feb 2007
    Location
    EST (US East Coast)
    Posts
    250
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default LoginPlayer? wtf

    My LoginPlayer gets stuck for some reason. No idea why.

    It just logs in and gets stuck in this loop in the LoginPlayer procedure (line 329 ish in Login.scar):
    SCAR Code:
    repeat
          Wait(1000);
          c := c + 1;
          Writeln('Waited ' + inttostr(c) + ' seconds'); //it just keeps printing "Waited 1 seconds..." etc
        until (LoggedIn) or (c >= 600);

    And LoggedIn works fine, I've tried doing "if loggedin then writeln('stuff');" and it returns true. For some reason it wont break out of that loop.
    Temporarily inactive.

  2. #2
    Join Date
    Jul 2007
    Location
    St. Louis, Missouri, USA.
    Posts
    575
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ...What version of SCAR and SRL are you using?
    -You can call me Mick-



  3. #3
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Use Firefox, see if that helps.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  4. #4
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    FireFox and Scar 3.13 and SRL 4 REV# 9

  5. #5
    Join Date
    Feb 2007
    Location
    EST (US East Coast)
    Posts
    250
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    FireFox and Scar 3.13 and SRL 4 REV# 9
    Are exactly what I'm using.

    I've tried scar 3.13 and 3.12, with SRL rev 6 (?) and 9.

    And I have tried on vista and XP. Still doesn't work.

    It's really weird because the color it's looking for is there, I made sure to check. Plus "LoggedIn" works too...
    Temporarily inactive.

  6. #6
    Join Date
    Feb 2007
    Location
    EST (US East Coast)
    Posts
    250
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Santa_Clause View Post
    You didn't even put LoginPlayer in the loop...
    You don't understand.

    That loop is inside Login.scar, it's part of the LoginPlayer procedure.

    And I just tried it with IE to see if that made a difference. It didn't.

    edit: For some reason it works with SCAR 3.12c and SRL rev 9... oh well, just happy it works at all!
    Temporarily inactive.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. LoginPlayer
    By xxlegitxx in forum News and General
    Replies: 7
    Last Post: 08-10-2007, 01:37 PM
  2. Can't use LoginPlayer.........
    By syther fox in forum OSR Help
    Replies: 8
    Last Post: 07-19-2007, 01:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •