Results 1 to 17 of 17

Thread: Hey guys Text file problems

  1. #1
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Hey guys Text file problems

    Error: Out Of Range at line 738
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, 48]


    I get that when running the zmi bot. something to do with the text script and it just stops my scripts been having this problem for a long time now since 1.4 looking for any help people are willing to give.

  2. #2
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    anything?

  3. #3
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    545
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Try updating Simba and SRL.
    If that doesnt work, ask it in the script's thread

    Its a ZMI Script btw, not a bot

  4. #4
    Join Date
    Dec 2011
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    I get this error while running any script that involves right clicking (during right clicking is when this error appears), so I am relatively sure that this is not a problem with any specific script. And I get this problem like every 5-120 minutes. (in other words completely randomly)

    It is highly annoying as pretty much every time I come back to a script I see this error.

    So any info on that?
    Last edited by NotReligious; 02-07-2012 at 05:33 PM.

  5. #5
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    545
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by NotReligious View Post
    I get this error while running any script that involves right clicking (during right clicking is when this error appears), so I am relatively sure that this is not a problem with any specific script. And I get this problem like every 5-120 minutes. (in other words completely randomly)

    It is highly annoying as pretty much every time I come back to a script I see this error.

    So any info on that?
    Did you update everything?

  6. #6
    Join Date
    Dec 2011
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by Chris View Post
    Did you update everything?

    Yes I did.

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

    Default

    I get the same, everything's up to date. Weird bug with the newer chooseoption... hopefully it'll be fixed soon. In the meantime don't run scripts that use chooseoption (such as my catacomb script ^_^) I guess.


    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!

  8. #8
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Harry View Post
    I get the same, everything's up to date. Weird bug with the newer chooseoption... hopefully it'll be fixed soon. In the meantime don't run scripts that use chooseoption (such as my catacomb script ^_^) I guess.
    Just for the heck of posting helpfulness, I get this but for some reason it doesn't stop my script. What it would do is just say warning, and something about the equation. Everything still works fine...

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

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

    Default

    Quote Originally Posted by joeygupta View Post
    Just for the heck of posting helpfulness, I get this but for some reason it doesn't stop my script. What it would do is just say warning, and something about the equation. Everything still works fine...
    Could you post what the debug says when this happens?
    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.


  10. #10
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Quote Originally Posted by Harry View Post
    I get the same, everything's up to date. Weird bug with the newer chooseoption... hopefully it'll be fixed soon. In the meantime don't run scripts that use chooseoption (such as my catacomb script ^_^) I guess.
    Yeah I do to, I actually posted this in Member forums a while back, cause my Chopper/Pcer would give me bugs randomnly when it would look for pests/trees/plank, so I took out right click and made it left click only :/

    Thought was me only.

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

    Default

    It's very random, after doing 10 different DropAll's, I was only able to get it to error out twice and in two completely different places.

    First place was in FindNPCChatText which is line 738 of text.simba.

    Second place was in SortATPAFromFirstPointY at line 771, which is this:
    Simba Code:
    DistArr[i] := Round(Sqr(From.y - a[i][0].y));
    That function is called in GetChooseOptions at line 893 which is:
    Simba Code:
    SortATPAFromFirstPointY(ATPA, Point(w/2,0));
    I added WriteLn's through out the file to find out what was going on, and it stopped giving me those weird errors, which I don't know why :/

    That's all I have for it at the moment, hope it helps.
    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.


  12. #12
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    Could you post what the debug says when this happens?
    I don't think I can because it happened 1-2 days (I think?) ago, and since then has not shown up.

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  13. #13
    Join Date
    Dec 2011
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    So glad that the problem wasn't only with me..

    Hopefully you can figure out what is wrong, because it really is annoying.

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

    Default

    I believe Coh3n fixed this in the latest version of SRL, it should be out shortly
    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.


  15. #15
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    I'm getting too.

    I seem to ONLY get it however when there is a huge stack of something, causing the chooseoption pop up to go past the bottom of the mainscreen.
    Ex: A zillion ores on top of each other, right click, menu so big it goes off bottom of screen, error!

    Besides that I've been okay, but haven't botted much.

  16. #16
    Join Date
    Dec 2011
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    I believe Coh3n fixed this in the latest version of SRL, it should be out shortly

    Very glad to hear that! =)

    Quote Originally Posted by YoHoJo View Post
    I'm getting too.

    I seem to ONLY get it however when there is a huge stack of something, causing the chooseoption pop up to go past the bottom of the mainscreen.
    Ex: A zillion ores on top of each other, right click, menu so big it goes off bottom of screen, error!

    Besides that I've been okay, but haven't botted much.
    Well I get it (as I said) with just any basic right clicking.

    It seems weird that this error crashes the script instead of just making it try to right click again. <.< (but then again I know nothing of coding)
    Last edited by NotReligious; 02-08-2012 at 09:02 AM.

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

    Default

    Quote Originally Posted by NotReligious View Post
    Very glad to hear that! =)



    Well I get it (as I said) with just any basic right clicking.

    It seems weird that this error crashes the script instead of just making it try to right click again. <.< (but then again I know nothing of coding)
    The reason it was crashing is because the code was looking for a string in a box, when the variables (string/box) were passed into the function they were empty.
    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.


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
  •