+ Reply to Thread
Results 1 to 5 of 5

Thread: Error and cant click anything to login take a look please!

  1. #1
    Join Date
    Sep 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Error and cant click anything to login take a look please!

    Hey when i run RunMe.scar, and start script, it opens the runescape window and installs but i cant click anything to login :/

    and after a while the Simba errors :

    PHP Code:
    Exception in ScriptOut of Global Vars range
    The following DTMs were not freed
    : [SRL Lamp bitmap1234567891011121314151617181920212223242526272829303132333435363738394041424344454647]
    The following bitmaps were not freed: [SRL Mod bitmapSRL Admin bitmap]
    File[C:\Simba\Includes\SRL\Logs\SRL Log 04-09-10 0.txthas not been freed in the scriptfreeing it now
    And rs window closes.(EDIT: NO IT DOESNT CLOSE but script stops)

    My info in script is like following:

    PHP Code:
    with MSI_Players[0] do
      
    begin
        Name     
    := 'myusername';       // Username
        
    Pass     := 'mypassword';       // Password
        
    Nick     := 'didnt get it so i put my first 4 digits of my username in lowercase';       // Nickname (3-4 lowercase letters from username)
        
    Pin      := '';       // Bank pin; leave as '' if player doesn't have one
        
    Active   := True;     // Use this player?
        
    Member   := False;    // Is this player a member?
        
    Location := LOC_VE_TREES;         // See instructions at the top
        
    Scripts  := [SCRIPT_VE_TREES];       // See instructions at the top
        
    Objects  := [[TREE_NORMAL]];     // See instructions at the top
        
    Loads[0] := 0;        // Amount of loads before breaking/switching players
        
    Loads[1] := 0;        // Total loads for the player to do
      
    end

    What's wrong? Please help me, thanks

    EDIT:
    I can click and login if i click Disable SMART but when i enable again it doesnt do anything, and wasnt it supposed to login me itself
    Last edited by anthurium; 09-04-2010 at 08:07 PM.

  2. #2
    Join Date
    Jun 2008
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    fix ur graphics settings. thats what i had to do and it worked

  3. #3
    Join Date
    Oct 2009
    Location
    Stockton, CA
    Posts
    2,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Disable SMART, go to graphics settings, and select Safe Mode. Then re-run the script and it should work. Also, your nickname is just 3-4 letters of your name not including the first letter. So like if my name was Kylew i would put ylew as my nickname. They don't really matter anymore though..
    Join the IRC! irc.rizon.net:6667/srl | SQLite (0.99rc3+) | SRL Doc | Simba Doc | Extra Simba Libraries (openSSL & sqlite3)
    Quote Originally Posted by #srl
    10:45 < Toter> daphil when can get sex anyday I want
    10:45 < Toter> he is always on #SRL
    "A programmer is just a tool which converts caffeine into code"

  4. #4
    Join Date
    May 2008
    Location
    ;)
    Posts
    576
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    EDIT: nevermind....
    Last edited by nickrules; 09-05-2010 at 03:38 AM.

  5. #5
    Join Date
    Sep 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks i will try it in a sec and edit this post



    edit:
    thank you a loooooot! it didnt work at first but it worked without even restarting when i clicked "Fixed" instead of resizeable!
    Omg i though never a bot was gonna work for me, ty guys!!!



    Last question,
    how do i split between two locations in script?

    I just put the bank location where im in and now it worked, thanks a lot all
    Last edited by anthurium; 09-05-2010 at 11:42 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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