Created
January 10, 2021 12:20
-
-
Save YehudaEi/cd33f45415292d0a3e76eda35f3bf725 to your computer and use it in GitHub Desktop.
AutoIt String exe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
101 (Paused) | |
102 AutoIt Error | |
103 AutoIt has detected the stack has become corrupt.\n\nStack corruption typically occurs when either the wrong calling convention is used or when the function is called with the wrong number of arguments.\n\nAutoIt supports the __stdcall (WINAPI) and __cdecl calling conventions. The __stdcall (WINAPI) convention is used by default but __cdecl can be used instead. See the DllCall() documentation for details on changing the calling convention. | |
104 "EndWith" missing "With". | |
105 Badly formatted "Func" statement. | |
106 "With" missing "EndWith". | |
107 Missing right bracket ')' in expression. | |
108 Missing operator in expression. | |
109 Unbalanced brackets in expression. | |
110 Error in expression. | |
111 Error parsing function call. | |
112 Incorrect number of parameters in function call. | |
113 "ReDim" used without an array variable. | |
114 Illegal text at the end of statement (one statement per line). | |
115 "If" statement has no matching "EndIf" statement. | |
116 "Else" statement with no matching "If" statement. | |
117 "EndIf" statement with no matching "If" statement. | |
118 Too many "Else" statements for matching "If" statement. | |
119 "While" statement has no matching "Wend" statement. | |
120 "Wend" statement with no matching "While" statement. | |
121 Variable used without being declared. | |
122 Array variable has incorrect number of subscripts or subscript dimension range exceeded. | |
123 Variable subscript badly formatted. | |
124 Subscript used on non-accessible variable. | |
125 Too many subscripts used for an array. | |
126 Missing subscript dimensions in "Dim" statement. | |
127 No variable given for "Dim", "Local", "Global", "Struct" or "Const" statement. | |
128 Expected a "=" operator in assignment statement. | |
129 Invalid keyword at the start of this line. | |
130 Array maximum size exceeded. | |
131 "Func" statement has no matching "EndFunc". | |
132 Duplicate function name. | |
133 Unknown function name. | |
134 Unknown macro. | |
136 Unable to get a list of running processes. | |
138 Invalid element in a DllStruct. | |
139 Unknown option or bad parameter specified. | |
140 Unable to load the internet libraries. | |
141 "Struct" statement has no matching "EndStruct". | |
142 Unable to open file, the maximum number of open files has been exceeded. | |
143 "ContinueLoop" statement with no matching "While", "Do" or "For" statement. | |
144 Invalid file filter given. | |
145 Expected a variable in user function call. | |
146 "Do" statement has no matching "Until" statement. | |
147 "Until" statement with no matching "Do" statement. | |
148 "For" statement is badly formatted. | |
149 "Next" statement with no matching "For" statement. | |
150 "ExitLoop/ContinueLoop" statements only valid from inside a For/Do/While loop. | |
151 "For" statement has no matching "Next" statement. | |
152 "Case" statement with no matching "Select"or "Switch" statement. | |
153 "EndSelect" statement with no matching "Select" statement. | |
154 Recursion level has been exceeded - AutoIt will quit to prevent stack overflow. | |
155 Cannot make existing variables static. | |
156 Cannot make static variables into regular variables. | |
157 Badly formated Enum statement | |
159 This keyword cannot be used after a "Then" keyword. | |
160 "Select" statement is missing "EndSelect" or "Case" statement. | |
161 "If" statements must have a "Then" keyword. | |
162 Badly formated Struct statement. | |
163 Cannot assign values to constants. | |
164 Cannot make existing variables into constants. | |
165 Only Object-type variables allowed in a "With" statement. | |
166 "long_ptr", "int_ptr" and "short_ptr" DllCall() types have been deprecated. Use "long*", "int*" and "short*" instead. | |
167 Object referenced outside a "With" statement. | |
168 Nested "With" statements are not allowed. | |
169 Variable must be of type "Object". | |
170 The requested action with this object has failed. | |
171 Variable appears more than once in function declaration. | |
172 ReDim array can not be initialized in this manner. | |
173 An array variable can not be used in this manner. | |
174 Can not redeclare a constant. | |
175 Can not redeclare a parameter inside a user function. | |
176 Can pass constants by reference only to parameters with "Const" keyword. | |
177 Can not initialize a variable with itself. | |
178 Incorrect way to use this parameter. | |
179 "EndSwitch" statement with no matching "Switch" statement. | |
180 "Switch" statement is missing "EndSwitch" or "Case" statement. | |
181 "ContinueCase" statement with no matching "Select"or "Switch" statement. | |
182 Assert Failed! | |
184 Obsolete function/parameter. | |
185 Invalid Exitcode (reserved for AutoIt internal use). | |
186 Variable cannot be accessed in this manner. | |
187 Func reassign not allowed. | |
188 Func reassign on global level not allowed. | |
5000 Unable to parse line. | |
5001 Unable to open the script file. | |
5002 String missing closing quote. | |
5003 Badly formated variable or macro. | |
5004 Missing separator character after keyword. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment