+ Reply to Thread
Results 1 to 9 of 9

Thread: out of range at line 257

  1. #1
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default out of range at line 257

    Can this bug be reproduced?

    after an random event completed, only once?


    Script & Location

    Karamja Noter


    Bug Description

    After the bot completed the random event (captn arav), it selected coins as the reward and did nothing after that ( i was waiting for the script to start fishing)


    Debug Text

    Progress Report:
    ------ Current CTS: 1
    Error: Out Of Range at line 257
    The following DTMs were not freed: [Bronze Pickaxe, Iron Pickaxe, Steel Pickaxe, Mithril Pickaxe, Adamant Pickaxe, Rune Pickaxe, Dragon Pickaxe, Bronze Hatchet, Iron Hatchet, Steel Hatchet, Mithril Hatchet, Adamant Hatchet, Rune Hatchet, Dragon Hatchet, Normal Logs, Oak Logs, Willow Logs, Maple Logs, Yew Logs, Magic Logs, Clay Ore, Copper Ore, Tin Ore, Iron Ore, Silver Ore, Coal Ore, Gold Ore, Mithril Ore, Adamantite Ore, Runite Ore, Small Fishing Net, Crayfish Cage, Fishing Rod, Fishing Bait, Fly Fishing Rod, Harpoon, Barb-Tail Harpoon, Lobster Pot, Raw Shrimps, Raw Crayfish, Raw Sardines, Raw Anchovies, Raw Herring, Raw Trout, Raw Pike, Raw Salmon, Raw Tuna, Raw Lobster, Raw Swordfish, Raw Monkfish, Raw Shark, Cooked Shrimps, Cooked Crayfish, Cooked Sardines, Cooked Anchovies, Cooked Herring, Cooked Trout, Cooked Pike, Cooked Salmon, Cooked Tuna, Cooked Lobster, Cooked Swordfish, Cooked Monkfish, Cooked Shark, Uncut Sapphire, Uncut Emerald, Uncut Ruby, Uncut Diamond, Bird'S Nest, Feather, Staff Of Air, Staff Of Water, Staff Of Earth, Staff Of Fire, Air Rune, Body Rune, Mind Rune, Earth Rune, Fire Rune, Water Rune, Chaos Rune, Law Rune, Cosmic Rune, Death Rune, Nature Rune, Blood Rune, Soul Rune, Astral Rune, Rune Essence, Pure Essence, Soft Clay, Vial, Vial Of Water, Jug, Jug Of Water, Bowl, Bowl Of Water, Bucket, Bucket Of Water, Air Tiara, Body Tiara, Mind Tiara, Earth Tiara, Fire Tiara, Water Tiara, Dwarven Army Axe, Coal Bag, SRL - Lamp bitmap, 108]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
    File[C:\Simba\Includes\MSI\Debug Logs\08-05-12 at 06 40 28 PM.txt] has not been freed in the script, freeing it now.

    Additional Information




    Thanks,
    ineedbot

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

    Default

    A bit more debug than that? Thanks.

    Oh, and if you still remember, what file it opened when it highlighted that line.

  3. #3
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    here nire debug stuff before it the error

    [ ] -------- Got more fish, setting new inventory count
    [ ] ------ Checking player's pixel shifting
    [ ] -------- Player is animating
    [ ] ------ Fishing spot not found
    [ ] ------ Checking inventory count
    [ ] ------ Checking player's pixel shifting
    [ ] -------- Player is animating
    [ ] ------ Fishing spot not found
    [ ] ------ Checking inventory count
    [ ] ------ Checking player's pixel shifting
    [ ] -------- Player animation: Player Idle
    [ ] -------- Player isn't animating
    [ ] ------ Fishing spot not found
    [ ] ------ Checking inventory count
    [ ] ------ Checking player's pixel shifting
    [ ] -------- Player animation: Player Idle
    [ ] -------- Player isn't animating
    [ ] ------ Can't find color, exiting
    [ ] ---- MSI_WaitWhileFishing: True
    [ ] ---- MSI_FindObjectTPA: FISHSPOT_HARPOON
    [ ] ------ Took 15 ms to complete
    [ ] ---- MSI_FindObjectTPA: False
    [ ] ------ Scanning for randoms...
    [ ] ------ MSI_FindRandoms: Finished Random Event!
    [ ] ---- MSI_WaitWhileFishing
    [ ] ------ Current CTS: 1


    note; I removed my name for obv reasons

  4. #4
    Join Date
    Dec 2011
    Location
    -bash
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    The script's loop is not failsafe. It is not checking to see if the player's pixel is shifting therefore it is not clicking the fishing spot cause it still thinks you are still fishing.

  5. #5
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    Have you tried:

    Go into your simba folder. The includes folder, then MSI. Delete the player.txt file. You will need to reenter your player info and what scripts to use but thats the fix

  6. #6
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Do what Abu said, that will fix it.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  7. #7
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    no ok i found out what you were saying before,

    it opened up "Fishing" when it gave me the error and highlighted some code at line 257 where the error is located... its still not solved and happens every time after a random event

  8. #8
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    no ok i found out what you were saying before,

    it opened up "Fishing" when it gave me the error and highlighted some code at line 257 where the error is located... its still not solved and happens every time after a random event
    I've ran the KJ NOTER script for ~16 hours today getting 2 randoms. Both were solved correctly and the script continued on. Make sure you're up to date.

  9. #9
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    odd, i am all up to date, checked updates in simba ( plugins and extensions), java, and i my rs config SHOULD be correct ( brightness level and safe mode on min) unless i am doing something wrong in the msi setup, (i just disabled QC level up, world switch and human breaker, everything else is default)

    also when it gave me the message of a random event i clicked "Have SLR do it", did you click it or have it timed out?

    EDIT: found a solution, did some more botting and waited for an event, i let the random event notifier time out and it did the trick.
    Last edited by ineedbot; 05-12-2012 at 12:45 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
  •