Results 1 to 4 of 4

Thread: Bot does not work on new account but works on old account

  1. #1
    Join Date
    Aug 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default Bot does not work on new account but works on old account

    Hello I wanted to run 2 bots at the same time but whenever I use my new account, the script won't run but it works on my old account. What's going on?

    My old account can run the script but my new account can't.

    The settings are fine, I checked everything, the client works but the script won't run.

    My old account was made before Runescape introduced email addresses for account names. My new account was just made a week ago. Help me please.
    Last edited by entengo; 02-07-2015 at 10:20 PM.

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    When a script works on one account but not the other, 95% of the time it's a graphics settings issues. Certain (graphical) settings are stored by the local cache, but interfaces are server-side.

    So post a picture of the "new" account's graphics settings - as well as try and explain the problem in more detail. "It doesn't work" tells us nothing - help us help you and provide some debug output or an in-depth explanation.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #3
    Join Date
    Aug 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    When a script works on one account but not the other, 95% of the time it's a graphics settings issues. Certain (graphical) settings are stored by the local cache, but interfaces are server-side.

    So post a picture of the "new" account's graphics settings - as well as try and explain the problem in more detail. "It doesn't work" tells us nothing - help us help you and provide some debug output or an in-depth explanation.
    Untitled.jpg

    Code:
    Showing Rafiki player manager
    Successfully executed.
    
    [WARNING]   : *** Terminating script ***
    
    [DEBUG]     : Freeing BMPs
    [DEBUG]     : Freeing DTMs
    Error: The given DTM Index[0] doesn't exist at line 329
    Execution failed.
    The following bitmaps were not freed: [SMART Debug Image]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (07-02-15 at 04.58.50 PM).txt] has not been freed in the script, freeing it now.
    Compiled successfully in 11934 ms.
    [DEBUG]     : Directories exist, or have been created.
    [DEBUG]     : Files exist, or have been downloaded.
    [DEBUG]     : Spawning SMART client...
    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (07-02-15 at 05.00.08 PM).txt
    -- setupSRL()
    ---- Setting up SRL...
    ---- attempting to spawn smart, attempt #: 1
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found no free clients to pair to
    ------ smartPairToExistingClient(): result = false
    ------ Attempting to spawn a new client..
    ------ smartCreateClient():
    ---------- smartGetParameters(): Succesfully grabbed paramters
    -------- getJavaPath():
    ---------- Attempting to search for your Java path
    ---------- Found your java path @ C:\Program Files\Java\jre1.8.0_31\bin\javaw.exe
    -------- getJavaPath()
    -------- Using parameters [http://world9.runescape.com/, f2363525276506241477]
    -------- Using plugins "opengl32.dll,d3d9.dll"
    -------- Succesfully spawned a client, attempting to target
    ---------- smartSetAsTarget(): Succesfully set SMART[2040] as Simba's target
    ------ smartCreateClient(): result = true
    ------ Succesfully initialized via spawning a new client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    ------ __setInputBoxes(): Set username and password boxes
    ---- Client is ready.
    ---- Setup SRL in 1 Minute and 5 Seconds
    -- setupSRL(): True
    [DEBUG]     : Logging in...
    [DEBUG]     : Setting camera.
    [DEBUG]     : Setting run.
    [DEBUG]     : Setting gametab.
    [DEBUG]     : Colors have been initalized.
    [DEBUG]     : DTMs have been initalized.
    [DEBUG]     : Map has been initalized.
    [DEBUG]     : Paths have been initalized.
    [DEBUG]     : Grabbed the price of Oak logs (213) in 499 ms.
    
    [WARNING]   : *** Terminating script ***
    
    [DEBUG]     : Freeing BMPs
    [DEBUG]     : Freeing DTMs
    
    [WARNING]   : *** Terminated script ***
    
    Successfully executed.
    The following DTMs were not freed: [1]
    Compiled successfully in 7566 ms.
    [DEBUG]     : Directories exist, or have been created.
    [DEBUG]     : Files exist, or have been downloaded.
    [DEBUG]     : Spawning SMART client...
    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (07-02-15 at 05.04.39 PM).txt
    -- setupSRL()
    ---- Setting up SRL...
    ---- attempting to spawn smart, attempt #: 1
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found 2 free client(s), attempting to pair to one...
    ---------- smartSetAsTarget(): Succesfully set SMART[2040] as Simba's target
    -------- Succesfully paired to a existing client, SMART[2040]
    ------ smartPairToExistingClient(): result = true
    ------ Succesfully initialized via pairing to a previously spawned client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...

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

    Default

    Quote Originally Posted by entengo View Post
    Untitled.jpg

    Code:
    Showing Rafiki player manager
    Successfully executed.
    
    [WARNING]   : *** Terminating script ***
    
    [DEBUG]     : Freeing BMPs
    [DEBUG]     : Freeing DTMs
    Error: The given DTM Index[0] doesn't exist at line 329
    Execution failed.
    The following bitmaps were not freed: [SMART Debug Image]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (07-02-15 at 04.58.50 PM).txt] has not been freed in the script, freeing it now.
    Compiled successfully in 11934 ms.
    [DEBUG]     : Directories exist, or have been created.
    [DEBUG]     : Files exist, or have been downloaded.
    [DEBUG]     : Spawning SMART client...
    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (07-02-15 at 05.00.08 PM).txt
    -- setupSRL()
    ---- Setting up SRL...
    ---- attempting to spawn smart, attempt #: 1
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found no free clients to pair to
    ------ smartPairToExistingClient(): result = false
    ------ Attempting to spawn a new client..
    ------ smartCreateClient():
    ---------- smartGetParameters(): Succesfully grabbed paramters
    -------- getJavaPath():
    ---------- Attempting to search for your Java path
    ---------- Found your java path @ C:\Program Files\Java\jre1.8.0_31\bin\javaw.exe
    -------- getJavaPath()
    -------- Using parameters [http://world9.runescape.com/, f2363525276506241477]
    -------- Using plugins "opengl32.dll,d3d9.dll"
    -------- Succesfully spawned a client, attempting to target
    ---------- smartSetAsTarget(): Succesfully set SMART[2040] as Simba's target
    ------ smartCreateClient(): result = true
    ------ Succesfully initialized via spawning a new client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    ------ __setInputBoxes(): Set username and password boxes
    ---- Client is ready.
    ---- Setup SRL in 1 Minute and 5 Seconds
    -- setupSRL(): True
    [DEBUG]     : Logging in...
    [DEBUG]     : Setting camera.
    [DEBUG]     : Setting run.
    [DEBUG]     : Setting gametab.
    [DEBUG]     : Colors have been initalized.
    [DEBUG]     : DTMs have been initalized.
    [DEBUG]     : Map has been initalized.
    [DEBUG]     : Paths have been initalized.
    [DEBUG]     : Grabbed the price of Oak logs (213) in 499 ms.
    
    [WARNING]   : *** Terminating script ***
    
    [DEBUG]     : Freeing BMPs
    [DEBUG]     : Freeing DTMs
    
    [WARNING]   : *** Terminated script ***
    
    Successfully executed.
    The following DTMs were not freed: [1]
    Compiled successfully in 7566 ms.
    [DEBUG]     : Directories exist, or have been created.
    [DEBUG]     : Files exist, or have been downloaded.
    [DEBUG]     : Spawning SMART client...
    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (07-02-15 at 05.04.39 PM).txt
    -- setupSRL()
    ---- Setting up SRL...
    ---- attempting to spawn smart, attempt #: 1
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found 2 free client(s), attempting to pair to one...
    ---------- smartSetAsTarget(): Succesfully set SMART[2040] as Simba's target
    -------- Succesfully paired to a existing client, SMART[2040]
    ------ smartPairToExistingClient(): result = true
    ------ Succesfully initialized via pairing to a previously spawned client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    You need slim headers on.

    Forum account issues? Please send me a PM

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
  •