TheBrainiac Posted December 18, 2013 Posted December 18, 2013 (edited) 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 December 18, 2013 by Melba23 Code removed
Moderators Melba23 Posted December 18, 2013 Moderators Posted December 18, 2013 (edited) TheBrainiac,That code appears to contain functions intended to solve CAPTCHA images - is this indeed the case? M23Edit: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. Edited December 18, 2013 by Melba23 Locking thread 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts