Jump to content

Multiple concurrent scripts crash - how to solve?


mavor
 Share

Recommended Posts

Hi everyone.

Lately I had been building a script that is being run concurrently with multiple copies of itself. However, recently I have begun to get a crash (only when running more then one of the script at a time) and I would like to seek some help on how I can pinpoint where the crash is occuring. Are there any debug tools I could use to find where my script is crashing itself?

Btw, this is a hard application crash, not a failure of the script itself. Every 5-20 minutes of concurrent running the autoit compiled exe will stop running and report that it has crashed.

Thank you ;)

Link to comment
Share on other sites

Have you got the FULL version of SciTE4AutoIt3? This is not the basic lite version that comes with the AutoIt installation, the link is in my sig. I'd install that and do a syntax check etc. Does the crash still occur when the script is ran uncompiled?

If nothing shows up still you should move to doing hardcore error checking. E.G writing a log of every function that errors, that sort of thing. That will help you work out why it crashed... The last line is the last function to execute with an error...

Another question is what is the function of this script? Can you post the script?

Cheers,

Brett

Link to comment
Share on other sites

Great ideas, I will try all of them and report back with my results.

The script is being developed to watch over various values in multiple game application instances so that its easier to multi-box. ;)

**Edit: and as for the syntax check you mean "SyntaxCheck Prod" under tools right? I can't imagine coding something like this script without the full version of scite lol

**Editedit: Ah and ... i thought it was impossible to run more then one script at a time if it is uncompiled? Am i wrong?

Edited by mavor
Link to comment
Share on other sites

Game cheating protection is probably the answer....

Definatly not, i am 99.9% sure that game protection is not causing the hard autoIT crash. I can run with two scripts going concurrently indefinatly, but three or more eventually brings me to the crash. I seriously doubt that a game protection would decide to let two scripts run but as soon as a third one is running it shuts down (only one of them) : D

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...