Jump to content

what is this?


Recommended Posts

hi please help me i have some problem my scribt stop some times becuse of some owerflows i dont know what it is and i dont know what i can do so it will stop please help me

this is the massage i got

C:\Documents and Settings\Mattias\Skrivbord\Ladderslasher catacomb bot 100% mattias ^^.au3 (140) : ==> Recursion level has been exceeded - AutoIt will quit to prevent stack overflow.:

sleep(1000)

>Exit code: 1 Time: 10971.944

Please help me :D

Link to comment
Share on other sites

You put something into a continuous loop and ran into a stack overflow.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

hi please help me i have some problem my scribt stop some times becuse of some owerflows i dont know what it is and i dont know what i can do so it will stop please help me

this is the massage i got

C:\Documents and Settings\Mattias\Skrivbord\Ladderslasher catacomb bot 100% mattias ^^.au3 (140) : ==> Recursion level has been exceeded - AutoIt will quit to prevent stack overflow.:

sleep(1000)

Go to Edit Script and Look in line "140"
I read ... I update ... I learn ...
Link to comment
Share on other sites

Give us a break. Post at least the loop code so we can see what you did wrong. My crystal ball isn't working right now so I can't see what is happening.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

  • Moderators

ok there is a

sleep(1000)

Here's a suggestion or 2.

1. Look up the definition of recursion. http://en.wikipedia.org/wiki/Recursion_(computer_science)

2. Re design your script so that it doesn't call the same function over and over without ever returning to the original point of origin with a return.

3. If you still don't understand, or you still can't fix it, then post your script. Posting a line of code is pointless without seeing what the rest of it is doing.

Edit:

4. Don't listen to Fi0da again.

Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...