Results 1 to 11 of 11

Thread: login problems

  1. #1
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    login problems

    I'm using this
    http://www.villavu.com/forum/showthread.php?t=20110
    narcles fast fighter, and it is awesome. Only thing that's going wrong is that when it is supposed to log in, it doesnt. It shows a message that says

    [Runtime Error] : Exception: Access violation at address 006165B1 in module 'scar.exe'. Read of address 00000000 in line 406 in script D:\scar\SCAR 3.15\includes\SRL/SRL/Core/Login.scar

    I am very sorry if this is not the correct place to post this, but didnt know where to ask.

    Can any1 please help me?


    EDIT: when this happens, scar opens that login.scar file to a new tab, and that tab tells me:
    Line 35: [Error] (35:12): Unknown identifier 'LoggedIn' in script D:\scar\SCAR 3.15\includes\SRL\SRL\Core\Login.scar

  2. #2
    Join Date
    Aug 2007
    Posts
    213
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Make sure you are using the right rev.

  3. #3
    Join Date
    Jul 2008
    Location
    Poland
    Posts
    375
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Download the nevest rev

  4. #4
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    If the script uses reflection, The include order must be as follows,

    SCAR Code:
    {.include SRL/SRL/Misc/SMART.scar}
    {.include SRL/SRL.scar}
    {.include SRL/SRL/reflection/Reflection.scar}

    That error usually occurs when the includes are not placed in the correct order.
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  5. #5
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    set up ur players, and del any u dont need.
    Did someone say GDK?

  6. #6
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by manfromczech View Post
    Download the nevest rev
    what exactly is rev? sorry for being newbie

  7. #7
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    Edit : Ye U Need To Download The Newest Rev

  8. #8
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by pur3b100d View Post
    Edit : Ye U Need To Download The Newest Rev
    how?

  9. #9
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    when u login it Brings U up To A Main Page Just Look At Some of The Tuts There

  10. #10
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by maraizzos View Post
    how?
    If you are using the NEWEST version of scar it will ask you to download the newest rev (when yours is not up to date) but your error does not seem like an SRL issue. Have you filled out your script correctly? There should be a section in the script that looks similar too:

    SCAR Code:
    procedure DeclarePlayers;
    begin
      NumberOfPlayers(1);
      CurrentPlayer := 0;

      Players[0].Name :='';
      Players[0].Pass :='';
      Players[0].Nick :='';

    To log in you must fill out those variables, and nick is 3-4 letters from the center of your name. For me Seroko, I could use rok for example.

    SCAR Code:
    procedure DeclarePlayers;
    begin
      NumberOfPlayers(1);
      CurrentPlayer := 0;

      Players[0].Name :='yourusername';
      Players[0].Pass :='yourpassword';
      Players[0].Nick :='3-4 letters from the center of your username';

    Hope this helps!
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  11. #11
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Thank you Seroko! That solved my problem
    best script ever

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. More Login Problems
    By kitchenrange in forum News and General
    Replies: 6
    Last Post: 12-04-2008, 07:34 PM
  2. Computer problems... Terrible computer problems...
    By Jason2gs in forum News and General
    Replies: 22
    Last Post: 04-26-2007, 12:02 PM
  3. Login Problems?
    By magnetical in forum News and General
    Replies: 3
    Last Post: 12-05-2006, 01:44 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
  •