Jump to content

AutoIt Exit Codes


Recommended Posts

Greetings.

 

I have managed to cause a bug that makes AutoIt crash without giving me a syntax error or undefined variable. Instead, the exe sets off the "AutoIt v3 Script has stopped working" dialog and ultimately exits with an exit code of 255. Since I haven't specified that exit code anywhere in the script, I am assuming it might tell me something about the type and location of the error.

 

The program is a chat client implementing my own protocol. As a side job, it bots a free-bitcoin website.

The error occurs anywhere from minutes to hours after the program connects to to the chat server. It runs perfectly before that.

 

My script is very expansive (1000 lines) and does not run productively if just pasted and executed, but I can tell you it uses a GUI with standard elements, GDIPlus (for a task outside the GUI), DLL Structs and TCP functions. While that is probably not enough information for you guys, it might be a start.

 

My main question is: Do the AutoIt exit codes have any meaning, are they documented somewhere or can somebody tell me about the rough nature of my error?

 

 

Here is my current code, if you do want to dig through it:

<snip>

Edited by Melba23
Code removed
Link to comment
Share on other sites

  • Moderators

TheBrainiac,

That code appears to contain functions intended to solve CAPTCHA images - is this indeed the case? :huh:

M23

Edit:

In fact now I have looked at the code more deeply I can see so many violations of the Forum rules (there is also a link at bottom right of each page) that there seems little point waiting for an answer - so I am locking the thread and removing the code immediately. :naughty:

Edited by Melba23
Locking thread

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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