Results 1 to 19 of 19

Thread: Various bugs.

  1. #1
    Join Date
    Dec 2011
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Various bugs.

    I'm trying to run yohojo's PMS. txt.simba pops up and it won't start and keeps telling me the following things:

    Unknown identifier 'ClickContinue' at line 731
    Compiling failed.
    (line 731=ClickContinue(True, True); )

    Invalid number of parameters at line 345
    Compiling failed.
    (line 345= Text := Replace(Text, '?', '.'); )

    Unknown identifier 'MMouse' at line 455
    Compiling failed.
    (line 455= MMouse(x, y, 0, 0); )

    Can anybody help me please?

  2. #2
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    This a bug in the script, not SRL. Please post on the thread from which you downloaded.

  3. #3
    Join Date
    Dec 2011
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I thought that at first too, but it isn't; because it tells me this in every script i use. The text.simba file pops up and these 'errors' appear

  4. #4
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Amsterdam View Post
    I thought that at first too, but it isn't; because it tells me this in every script i use. The text.simba file pops up and these 'errors' appear
    Have you tried overriding your repositories (see FAQ in my signature if you don't know how)?

  5. #5
    Join Date
    Dec 2011
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    yes, I've done that several times; but it doesn't help a bit.. I've seen a lot of people that are having the same problem as me

  6. #6
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Try running this script:
    Simba Code:
    program new;
    {$i srl/srl.simba}

    begin
    end.
    Also, how are you getting multiple errors? It just shows a different one each time you hit run? Make sure you're running the right file. Hitting run with text.simba open will throw errors as it's an include fine, not a script file.

  7. #7
    Join Date
    Dec 2011
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Try running this script:
    Simba Code:
    program new;
    {$i srl/srl.simba}

    begin
    end.
    Also, how are you getting multiple errors? It just shows a different one each time you hit run? Make sure you're running the right file. Hitting run with text.simba open will throw errors as it's an include fine, not a script file.
    that script runs smoothly, but i've been running another script now for 58min,
    I hope it won't crash again; and show the annoying line 738 error;

    But i never got multiple errors, i always got one of them; it's because i first thought that i could fix the line 738 error by removing a piece of the script, but as I did this, I received a chain of other errors.

  8. #8
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Amsterdam View Post
    that script runs smoothly, but i've been running another script now for 58min,
    I hope it won't crash again; and show the annoying line 738 error;

    But i never got multiple errors, i always got one of them; it's because i first thought that i could fix the line 738 error by removing a piece of the script, but as I did this, I received a chain of other errors.
    Okay well you can't edit the code unless you know what you're doing. So the errors your getting of your own accord. You should have started with whatever this 738 error is you're talking about.

  9. #9
    Join Date
    Dec 2011
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    You helped me out! i got it fixed thanks!

    I'm still getting this error every single time:

    Error: Out Of Range at line 738
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, 3]

    line 738: function FindNPCChatText(txt: string; action: fnct_ActionOptions): boolean;

    do you know how i can fix this?
    Last edited by Coh3n; 02-07-2012 at 08:15 AM.

  10. #10
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Don't double post, use the edit button.

    What's the script doing when this happens?

  11. #11
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Don't double post, use the edit button.

    What's the script doing when this happens?
    Happends to me with YoJoHo's powerminer. As it's dropping the ores.

    Why is this resolved...

    What is fixed/tested? What was the problem?
    Last edited by Coh3n; 02-08-2012 at 01:40 AM.

  12. #12
    Join Date
    Dec 2011
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by wyn10 View Post
    Happends to me with YoJoHo's powerminer. As it's dropping the ores.
    sorry for the extra post, but it happens to me at the exactly same time! when using YoHoJo's pms and it starts dropping the ores.. this bug is so annoying; well i dont think anything is resolved

  13. #13
    Join Date
    Jan 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This happens for me aswell, the script runs fine for a while, and then it randomly crashes with text.simba tab opened with the line 738 error.

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

    Default

    Can you post what the script was doing when this happened?
    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
    Jan 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It was trying to exit a soul wars graveyard. Also happened with a powerminer, while it was dropping the ore.

  16. #16
    Join Date
    Dec 2011
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    It always occures with YoHoJo's pms regardless what i do, when dropping ores, identifying rocks, while doing anything. The same goes for s1n's M1d1 script, it keeps telling me this error after a few minutes, and sometimes even after a few secs

  17. #17
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by wyn10 View Post
    Why is this resolved...

    What is fixed/tested? What was the problem?
    Don't double post, you know the rules.

    And it's resolved because the problem in the OP was resolved. Also, this is clearly not an MSI bug if it's happening with several other scripts. My guess is it's somewhere in SRL's dropping procedure or whatever procedure is common over the scripts that are having issues.

  18. #18
    Join Date
    Nov 2011
    Location
    Turn Around...
    Posts
    528
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default

    It tends to happen with choose option or right clicking something. In this case dropping procedure requires you to right click and gives that error and crashes..happen with multiple different scripts as well
    We are all born ignorant, but one must work hard to remain stupid. - Benjamin Franklin

  19. #19
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Closing this thread. We've found it to be a bug in a couple SRL functions. See this thread for more details (last 4-5 posts).

    http://villavu.com/forum/showthread....031#post921031

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
  •