Jump to content

autoit error appears when script is compiled


Recommended Posts

Rather than try to skin the error, how about debugging your script so it doesn't produce the error in first place?

;)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

What's the error and why would you want it to be a custom error?

The program upper right corner icon can be set when you are compiling, click on the second tab when the compile screen loads

is there any directive or way to make it not come up as an autoit error but as a custom one or something? and how can i put my own icon in the compiled program instead of the autoit one?

Link to comment
Share on other sites

Can you get the error to replicate consistently?

If so to debug try this, put some consolewrite("Unique text here" & @crlf) and see which consolewrite is last written before your program bug checks, then trace through the code and find out what executes right after that last traceable consolewrite

I just don't want it to say AutoIt error and Line -1. I was wondering if I could take it out or change what it says.

And I don't know how to debug my script. I'm a noob with debugging.

Link to comment
Share on other sites

I just don't want it to say AutoIt error and Line -1. I was wondering if I could take it out or change what it says.

And I don't know how to debug my script. I'm a noob with debugging.

are you seriously suggesting you can't read SciTE console output after 345 posts ?

my crystal ball gently hummed "Well you've been a-messing, where you shouldn't' have been a-messing ..." LOL

whim

Link to comment
Share on other sites

are you seriously suggesting you can't read SciTE console output after 345 posts ?

my crystal ball gently hummed "Well you've been a-messing, where you shouldn't' have been a-messing ..." LOL

whim

haha LOLS dude ur funny man. i didn't know all debugging was, was to put consolewrite in and wait and see.

Link to comment
Share on other sites

Actually, i was just referring to watching what comes up, errorwise, in the SciTE console,

when you are compiling your source / running your source from SciTE ...

whim

Edited by whim
Link to comment
Share on other sites

My question remains is that if there is an error that does come up that I miss, Can it not say AutoIt error and say something else like "Program Error"?

This is the error that I'm talking about. Can I change it to something else instead of "AutoIt Error"?

Edited by Hypertrophy
Link to comment
Share on other sites

For whatever reason you are trying to hide that autoit is running on your computer or someone else's, I don't care

Either the wording for "autoit error" is in one of the built in functions in c:\program files\autoit, or it's built into the base program somewhere. You can try searching the built in functions in your program files.

My question remains is that if there is an error that does come up that I miss, Can it not say AutoIt error and say something else like "Program Error"?

This is the error that I'm talking about. Can I change it to something else instead of "AutoIt Error"?

[attachment=29215:pic.bmp]

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