Timeline



Aug 27, 2015:

10:22 PM Ticket #3115 (TCPRecv doesn't detect closed socket) created by matwachich
Hello! This bug is always here : TCPRecv doesn't returns an @error …
4:35 PM Ticket #3114 (Array as an parameter for Call Function instead of n parameters) closed by guinness
Rejected: Already available. Look in the help file for call.
4:19 PM Ticket #3114 (Array as an parameter for Call Function instead of n parameters) created by TheDcoder
I think it would be better if Call function can accept an array …

Aug 26, 2015:

1:02 PM Ticket #3113 (HelpFile Example - StderrRead.au3) closed by J-Paul Mesnage
Fixed: Fixed by revision [11492] in version: 3.3.15.1
5:05 AM Ticket #3112 (Function _Excel_RangeFind not working) updated by Oleg Masharov <omash@…>
Running a script that uses this function it is interrupted with an error. In version 3.3.12, this script works.

Aug 25, 2015:

9:54 PM Ticket #3113 (HelpFile Example - StderrRead.au3) created by mLipok
there is: […] should be: […]
8:51 PM Ticket #3111 (Allow for parallel compilations) updated by Jos
I have ran your example again a couple of times and have no issues any more. One other question: why do you have Scite in the Beta directory? "C:\Program Files (x86)\AutoIt3\Beta\SciTE\AutoIt3Wrapper There is no need for that and never done by the standard installers. There is not much I can do more at this moment unless I can get it to replicate your problem. There were several fixes in the code using the same file and also the _tempfile() returned the same name in case it was called within a certain timeframe, but those should all be sorted now. Jos
4:14 PM Ticket #3112 (Function _Excel_RangeFind not working) updated by BrewManNH
The error isn't in the example script, the error is in the function _Excel_RangeFind. There's no COM error handler in that function so it causes this error message to appear.
10:28 AM Ticket #3112 (Function _Excel_RangeFind not working) created by Oleg
OS - Windows 7 (x64) MS Office 2013 (x32) The script in the Help an …
9:00 AM Ticket #3111 (Allow for parallel compilations) updated by adrienc@…
I get between 1 and 3 errors when running the batch script, and things are working gine when doing one.
12:01 AM Ticket #2906 (TCPRecv can't detect closed client web browser sockets) updated by matwachich
Same problem with AutoIt v3.3.14.0 and beta3.3.15.0 This really needs to be fixed Thanks

Aug 24, 2015:

9:01 PM Ticket #3111 (Allow for parallel compilations) updated by Jos
.. and this is for all 5 when running the batch script and things are working fine when doing one? Jos
8:42 PM Ticket #3111 (Allow for parallel compilations) updated by adrienc@…
Hello, Sorry, no AV installed, WinDefender disabled... I always get this error: […]
7:11 PM Ticket #3111 (Allow for parallel compilations) updated by Jos
Looks good to me ... and you still have the same issue? Any AV installed and do you have the temp directory excluded: "%localappdata%\AutoIt v3" ? Jos

Aug 23, 2015:

10:23 PM Ticket #3111 (Allow for parallel compilations) updated by adrienc@…
Hello, I have uninstalled AutoIt3, AutoIt3 Beta and SciTe. I have then installed, in this order: AutoIt, AutoIt3 Beta, SciTe. Then I have downloaded the beta AutoIt3Wrapper.au3 and put it in the Beta directory. The script I am using is this one: […] Am I doing something wrong? Am I forgetting to do something? Thank you very much!!
9:49 PM Ticket #3111 (Allow for parallel compilations) updated by Jos
Are you sure you are using the script and new source I provided? I have tested many times with your provided example and things were working after the modifications I have made. Jos
8:05 PM Ticket #3111 (Allow for parallel compilations) updated by adrienc@…
Hello, Even with the beta version of AutoIt3Wrapper.au3 I still have mixed executable files. I do not know if this can help you, but here is the error message I get 50% of the time: […]
4:02 PM Ticket #3111 (Allow for parallel compilations) updated by Jos
You need to go to the SciTE4AutoIt3 Beta subdirectory, not the Beta AutoIt3 installer. https://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/ Download the AutoI3Wrapper.zu3 from there and replace the current one. Don't forget to update your SciTE setup as I am not providing any EXE's anymore for scripts. Jos
1:48 PM Ticket #3111 (Allow for parallel compilations) updated by adrienc@…
Hello, I have installed the Beta, but things are still the same. Quick question: is it me or the Beta did not update the file AutoIt3Wrapper.au3 ? Maybe this is the reason why the bug is not fixed, and you need to provide me the new AutoIt3Wrapper.au3 file? Thank you for your time!

Aug 22, 2015:

10:15 PM Ticket #3111 (Allow for parallel compilations) updated by Jos
Please give the current beta a try. also remember I am not supplying compiled scripts any more, so your program should look like this now: […] Jos
9:53 PM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by anonymous2
@anonymous Thank you GREATLY for posting the Au3Record.exe file. Since the new version of SCITE DO NOT INCLUDE IT, finding this forum posting was the only way to get back this awesome utility for AutoIt.
8:16 PM Ticket #3111 (Allow for parallel compilations) updated by Jos
This issue seems to stem from the _tempfile() udf which will generate the same name when ran with a certain timeframe. Things seems to work when I put a sleep between the compile lines: […] Just a workaround for the moment,while I check how this can be resolved. Jos
4:27 PM Ticket #3111 (Allow for parallel compilations) updated by adrienc@…
Hello, Here is a replication example, it is supposed to compile 5 programs named Program1.exe, Program2.exe, ..., Program5.exe. Each of these programs show a GUI with its name in a big label ("Program 1" is displayed by Program1.exe, and so on). On my computer and our servers it does several errors, sometimes some programs are compiled and as you can see when running those compiled programs, they are not the right ones. For instance Program2.exe will show "Program 5" and have no description on it. Thank you for your time and your work on AutoIt !!!
4:24 PM autoit_3111.zip attached to Ticket #3111 by adrienc@…
3:58 PM Ticket #3111 (Allow for parallel compilations) updated by Jos
Owner, Status, Component changed

Aug 21, 2015:

10:01 PM Ticket #3111 (Allow for parallel compilations) updated by Jos
Build me a replication example and I will have a look, but don't expect me to do the work first to replicate a possible bug. I have fixed an issue in au3stripper and make sure you use the last setup as that doesn't run autoit3wrapper.exe any more. Jos
8:29 AM Ticket #2823 (_ChooseFont default color) updated by BrunoJ
The fix applied did work for the input, but that was not the whole problem. The help states that element 5 of the return array is "COLORREF rgbColors". The value returned is actually BRG. Here is a suggested new line shown below in it's placement just before the last line: […] Also, the tag structure should be changed to reflect "bgrColors" instead of "rgbColors". Of course, this change will not affect operation. However, it will help avoid confusion when reading the code.
3:53 AM Ticket #3111 (Allow for parallel compilations) updated by BrewManNH
Are you actually running AutoIt3Wrapper, or are you running Aut2Exe? Have you tried compiling multiple scripts using just Aut2Exe and running them simultaneously?

Aug 20, 2015:

9:53 PM Ticket #3111 (Allow for parallel compilations) created by adrienc@…
Hello, In my company we have a lot (around 100-150) of AutoIt …

Aug 19, 2015:

3:41 PM Ticket #3110 (_ArrayUnique bug) closed by jchd18
Duplicate
12:53 PM Ticket #3110 (_ArrayUnique bug) updated by anonymous
#3078 fixed in. Close this.
10:44 AM Ticket #3109 (2x FileInstall in same line (in if statement) not working compiled) updated by anonymous
Replying to Jos: > Replying to anonymous: > > It is a real bug.. See #3107 > > @AutoIt Support (or whatever): Please read the tickets in future carefully and not simply stamping a request as no bug. Thank you > > Trying to make friends or something? > > Jos Seriously not! I just wanna help to improve AutoIt and get answers like that..
10:12 AM Ticket #3110 (_ArrayUnique bug) created by anonymous
[…] Array variable has incorrect number of subscripts or subscript …

Aug 18, 2015:

11:17 PM Ticket #3109 (2x FileInstall in same line (in if statement) not working compiled) updated by Jos
Replying to anonymous: > It is a real bug.. See #3107 > @AutoIt Support (or whatever): Please read the tickets in future carefully and not simply stamping a request as no bug. Thank you Trying to make friends or something? Jos
7:15 PM Ticket #3109 (2x FileInstall in same line (in if statement) not working compiled) updated by anonymous
It is a real bug.. See #3107 @AutoIt Support (or whatever): Please read the tickets in future carefully and not simply stamping a request as no bug. Thank you
7:10 PM Ticket #3109 (2x FileInstall in same line (in if statement) not working compiled) updated by anonymous
Here I got the evidence: Version 1 not working: […] Version 2 working: […] I added the third FileInstall. This line will not be excecuted but the Aut2Exe recognize the second file and the installation works!
7:06 PM Ticket #3109 (2x FileInstall in same line (in if statement) not working compiled) created by anonymous
Hello, the following code works fine: […] But in the compiled …
12:52 PM Ticket #3108 (function with optional parameters run via AdlibRegister() fails with ...) closed by jchd18
No Bug: This works as expected since AdlibRegister help explicitely mentions that You can not register a function using parameters. Closing as "No bug".
10:42 AM Ticket #3108 (function with optional parameters run via AdlibRegister() fails with ...) created by alex@…
Given the following definition: […] I expect the MyFunc()

Aug 15, 2015:

12:33 PM Ticket #3085 (wrong examples) closed by J-Paul Mesnage
Fixed: Fixed by revision [11489] in version: 3.3.15.1
1:28 AM Ticket #3085 (wrong examples) updated by mLipok
_GUIScrollBars_GetScrollInfoEx.au3 proposal: […]
1:16 AM Ticket #3085 (wrong examples) updated by mLipok
_GUICtrlTreeView_SetHeight.au3 Proposal: […]

Aug 14, 2015:

12:28 PM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by drummer@…
This error occurs consistently on a machine with a clean Windows 10 install. No other software or user services. The exact same hardware and software works properly in Windows 7. Perhaps this has to do with either the Windows 10 version of the Nvidea video driver, the optical mouse or keyboard driver. All drivers and options are vanilla. No unusual hareware, services or programs running In any event it fails every time. What next? - Dave

Aug 13, 2015:

1:00 AM Ticket #3085 (wrong examples) updated by mLipok
_IELinkClickByText[2] is showing how to: ; using a sub-string match. This would be beter to add new parameter: Here is proposal: […] add: #include <StringConstants.au3>
12:40 AM Ticket #3085 (wrong examples) updated by mLipok
_IEFormElementSetValue[3] _IEFormElementSetValue[4] are explained in Remarks: […]
12:14 AM Ticket #3085 (wrong examples) updated by mLipok
_GUICtrlTreeView_GetFirstItem Please change this: […] to this: […]

Aug 12, 2015:

4:27 PM Ticket #3106 (StringIsFloat doesn't accept a valid FP exponent) created by jchd18
StringIsFloat doesn't accept a float exponent in the string: […] …
11:42 AM Ticket #3105 (Example doesn't exist) closed by water
Fixed: Fixed by revision [11481] in version: 3.3.15.1
11:25 AM Ticket #3105 (Example doesn't exist) created by guinness
https://www.autoitscript.com/forum/topic/153782-help-filedocumentation- …

Aug 10, 2015:

9:50 PM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by BrewManNH
I just tested this on my Windows 10 x86 VM on my work computer, still not seeing any problems with this at all. […] I can only assume it only happens on some hardware or there is something wrong with the computers/software on the computers that are showing the error. I can't imagine that the counter should be decrementing between measurements the way your counter results show, although this page in MSDN explains that GetLastInputInfo isn't a system wide function, it only registers the current user's last input. So if you've got something running in the background simulating mouse/key actions it will throw it off. https://msdn.microsoft.com/en-us/library/windows/desktop/ms646302(v=vs.85).aspx

Aug 8, 2015:

4:56 PM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by drummer@…
I just tried booting the machine to Windows in BIOS mode instead of EFI. Same problem. - Dave
4:49 PM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by drummer@…
I tried the test again with the mouse unplugged. Same result, same problem. By the way, I don't have a touchscreen so no flies were involved. - Thanks, Dave
12:34 AM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by jchd18
Can you retry with the mouse unplugged (and no fly walking on the touch screen, if any [just joking])?

Aug 7, 2015:

11:39 PM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) updated by anonymous
3.3.14.1 works, thanks.
11:21 PM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by anonymous
Here are the incorrect results I'm seeing. The keyboard and mouse were not touched while the script was running. Note the machine is running Windows 10 with EFI firmware. The function worked properly on the same machine running Windows 7 with EFI firmware. It doesn't matter whether you use a compiled script or run the source directly. Same problem. 1657|1 578|0 1578|1 515|0 1515|1 437|0 1453|1 375|0 1375|1 313|0

Aug 6, 2015:

9:40 PM Ticket #3104 ('_EventLog__Read()' returns only domain name!?) updated by guinness
A safer option would be...as the array could be an empty array, who knows? At least now we are checking if the array as at least 2 elements […] I have amended.
5:59 PM Ticket #3104 ('_EventLog__Read()' returns only domain name!?) closed by J-Paul Mesnage
Fixed: Fixed by revision [11477] in version: 3.3.15.1

Aug 5, 2015:

10:03 AM Ticket #3104 ('_EventLog__Read()' returns only domain name!?) created by supersonic
Hi - Calling '_EventLogRead()' on a computer running in a domain …
2:19 AM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by BrewManNH
I just tested this on my Windows 10 machine, using 3.3.14.0 and I don't have the same problem as you're describing. Here are my results: […] I ran this using both x86 and x64 versions of AutoIt and got similar results in both. Your test script does not demonstrate the issue you say you're having for me.

Aug 4, 2015:

11:48 PM ErrorSub.AU3 attached to Ticket #3103 by drummer@…
11:48 PM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) created by drummer@…
The _Timer_GetIdleTime function returns invalid data when run on …
1:36 AM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) updated by mLipok
I see you are using 3.3.12.0 here is updated version: https://www.autoitscript.com/forum/files/file/270-autoit-latest-stable-version/

Aug 3, 2015:

11:09 PM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) updated by bmcgrath@…
Seems to have regressed: >"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /Prod /AU3check /in "T:\AUTOIT\mail.au3" +>15:06:28 Starting AutoIt3Wrapper v.15.729.1555.3 SciTE v.3.6.0.0 Keyboard:00000409 OS:WIN_7/Service Pack 1 CPU:X64 OS:X64 Environment(Language:0409) +> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Users\bmcgrath\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\bmcgrath\AppData\Local\AutoIt v3\SciTE >Running AU3Check (3.3.12.0) from:C:\Program Files (x86)\AutoIt3 input:T:\AUTOIT\mail.au3 "T:\AUTOIT\mail.au3"(48,15) : error: missing separator character before keyword. $objEmail.To
9:36 AM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) updated by guinness
FYI post your solution in the Forum please

Aug 2, 2015:

4:56 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) updated by anonymous
Okay; I figured out how to handle this issue and I am no longer affected. FYI
3:36 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) updated by anonymous
Replying to jchd18: > As Jos already told you, this is a consequence of the recent change in how COM errors are dealt with. Read changelog and post in help forum if necessary. Still looks like a bug. I looked at the change log but did not see anything describing COM error handling changes. Looked at error COM error handling in the help file and installed a COM Error handler as described in the example. The offending code does not trigger the error handler. AutoIT just crashes. The example works and if I modify my code to use an invalid object property (Comments instead of Comment); the error handler is called. The problem seems to me that my code not should trigger an error because it is valid code. The code should return an empty string when a comment is not present in the cell.
2:30 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) updated by jchd18
As Jos already told you, this is a consequence of the recent change in how COM errors are dealt with. Read changelog and post in help forum if necessary.
1:44 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) updated by anonymous
Hey Jos; I am pretty sure this is a bug and is not related to COM error handling. To replicate simply try to read a cell that does not have a comment using $oExcel.Cells(<Row>, <Column>).Comment.Text (where <Row> & <Column> specifies a specific cell). That throws an unrecoverable error for me and AutoIT crashes. I do not think this is planned behavior. If the cell has a comment; then the comment text is returned and all is good. The behavior I am getting means I have to know whether or not a cell has a comment before I try to read it and that is not always possible As I mentioned, I use Excel 2003 and I do not know if newer versions are affected. Your comment suggests you did not actually actually try to replicate the problem and I am asking you to give it a go

Aug 1, 2015:

8:10 PM Ticket #3096 (Confusing error message when initializing default argument with ...) closed by Jos
No Bug
8:08 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) closed by Jos
No Bug: I assume this is part of the changes around the COM error handling in the latest release, but this far from a complete bug report. My advise is to go to our forums and start a discussion there before declaring this a bug. In case it is we will need a proper reproducer script and files. For now: No BUG Jos
2:28 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) created by anonymous
AutoIT throws the following error when trying to read an the Excel …
8:34 AM Ticket #3099 (IniRead typo) closed by Melba23
Fixed: Fixed by revision [11465] in version: 3.3.15.1
5:57 AM Ticket #3096 (Confusing error message when initializing default argument with ...) updated by Bo-Cheng Jhan
Replying to jchd18: > You're supposed to run (compiled or not) only syntactically correct programs and this is exactly why Au3Check exists in the first place. > Now suppose the function is only used during yearly inventory: all you have gained in not running Au3Check is spread easy to fix bug(s) in the wild. Thanks for comment by jchd18. Actually, I didn't understand functions of other directories and exe in AutoIt3/ before. I'll survey how to use Au3Check via command line (.bat file) first. I like to compile/run programs by commands, and I feel inconvenience using graphical tools like Visual Studio. However, I appreciate the simplicity of GUI design in AutoIt.

Jul 31, 2015:

10:35 AM Ticket #3096 (Confusing error message when initializing default argument with ...) updated by jchd18
You're supposed to run (compiled or not) only syntactically correct programs and this is exactly why Au3Check exists in the first place. Now suppose the function is only used during yearly inventory: all you have gained in not running Au3Check is spread easy to fix bug(s) in the wild. The interpretor is not meant to carry the useless code needed to check all issues caught by specific code inside Au3Check. Other languages have comparable tools, e.g. valgrind, CodeSonar, ... but what you seem to expect is something like clang, which is a much, much bigger project.
3:20 AM Ticket #3096 (Confusing error message when initializing default argument with ...) updated by anonymous
Shouldn't the compiler/AutoIt3.exe give the correct line number for the error message? If you just run the script, you'd be looking at the line where test is called, and not at the actual line with the error. You shouldn't have to rely on Au3Check to tell you where the error is, AutoIt should tell you that, especially in an uncompiled script.

Jul 30, 2015:

9:27 PM Ticket #3101 (The SciTE download links are down) updated by lwc
If so, it's not easy to find, plus now it's a formal report. :-)

Jul 29, 2015:

4:17 PM Ticket #3101 (The SciTE download links are down) closed by guinness
No Bug: Please check the forum and you will see you're not the first one to report this. But thanks anyway.
3:21 PM Ticket #3100 (IniRead typo) closed by J-Paul Mesnage
Duplicate
7:53 AM Ticket #3101 (The SciTE download links are down) created by lwc
All of the SciTE download links are down. Please fix them. This is …
5:54 AM Ticket #3100 (IniRead typo) created by guinness
https://www.autoitscript.com/autoit3/docs/functions/IniRead.htm
5:54 AM Ticket #3099 (IniRead typo) created by guinness
https://www.autoitscript.com/autoit3/docs/functions/IniRead.htm

Jul 28, 2015:

1:49 PM Ticket #2121 (Au3Record creates incorrect function of WinWaitActivate) updated by anonymous
Could you please look at this thread? There are multiple versions of the Au3Record and the one in the Extra folder that comes with AutoIt has this issue when run as a standalone app with no option to generate the UDFs. Also, this appears to be a new issue in 3.3 because I have an older version 3.1 and this does not happen with that one. https://www.autoitscript.com/forum/topic/174316-au3record-generated-code-is-not-runnable/#comment-1261745
5:32 AM Ticket #3096 (Confusing error message when initializing default argument with ...) updated by J-Paul Mesnage
The AutoIT compiler and AutoIt have the same code so it is normal that you get the same result
5:22 AM Ticket #3095 (Resizing GUI Controls before showing GUI) closed by J-Paul Mesnage
No Bug
Note: See TracTimeline for information about the timeline view.