Jump to content

Latest Beta


Jon
 Share

Recommended Posts

  • Administrators

AutoIt v3.3.5.1 (Beta) Released:

There has been a significant rewrite of the Send/ControlSend code to better cope with Unicode characters. Those using characters <127 (USA/English/UK/etc) shouldn't notice any difference unless something has gone very wrong. Extended/Unicode users should test this release to see if there are any improvements/disasters...

AutoIt:

- Fixed #1428: AdlibRegister/Unregister() were incorrectly using case-sensitive function names.

- Changed: Send() and ControlSend() code reworked to allow for more Unicode characters to be used.

Aut2Exe:

- Fixed #1409: Ctrl+C is no longer the shortcut for Convert. It is now Ctrl+G (Go) to avoid clashing with a Ctrl+C copy operation.

The following changes are script breaking changes:

Discuss the beta here.

Report issues here.

Download here.

Link to comment
Share on other sites

  • 2 weeks later...
  • Administrators

AutoIt v3.3.5.2 (Beta) Released:

There has been a significant rewrite of the Send/ControlSend code to better cope with Unicode characters. Those using characters <127 (USA/English/UK/etc) shouldn't notice any difference unless something has gone very wrong. Extended/Unicode users should test this release to see if there ary any improvements/disasters...

AutoIt:

- Fixed #1448: #OnAutoItStartRegister did not work in compiled scripts.

- Fixed #961: RegDelete() was not working properly on 64bit keys when using the 32bit version of AutoIt and HKLM64.

AutoItX:

- Fixed: Missing .lib files readded.

UDFs:

- Fixed #1438: AutoIt error when using _ArrayCombinations().

The following changes are script breaking changes:

Discuss the beta here.

Report issues here.

Download here.

Link to comment
Share on other sites

I just downloaded AutoIt v3.3.5.2 (Beta). Every script I start ends with code -1073741511 and the following messages:

>"C:\Programme\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /beta /ErrorStdOut /in "H:\tools\AutoIt3\AD\AD_Test.au3" /autoit3dir "C:\Programme\AutoIt3\beta" /UserParams

+>15:20:33 Starting AutoIt3Wrapper v.2.0.0.3 Environment(Language:0407 Keyboard:00000407 OS:WIN_XP/Service Pack 2 CPU:X64 OS:X86)

>Running AU3Check (1.54.19.0) from:C:\Programme\AutoIt3\beta

+>15:20:33 AU3Check ended.rc:0

>Running:(3.3.5.2):C:\Programme\AutoIt3\beta\autoit3.exe "H:\tools\AutoIt3\AD\AD_Test.au3"

!>15:20:33 AutoIT3.exe ended.rc:-1073741511

+>15:20:34 AutoIt3Wrapper Finished

>Exit code: -1073741511 Time: 1.535

Should I open a Bug report?

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

  • Moderators

Running fine for me with any number of scripts on Vista HP x86 SP2.

M23

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

  • Developers

VMWare:OS:WIN_XP/Service Pack 3 CPU:X64 OS:X86

---------------------------
autoit3.exe - Entry Point Not Found
---------------------------
The procedure entry point RegDeleteKeyExW could not be located in the dynamic link library ADVAPI32.dll. 
---------------------------
OK   
---------------------------

AutoIT3.exe ended.rc:-1073741511

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

I have the error, too:

!>15:52:21 AutoIT3.exe ended.rc:-1073741511

;Values obtained with Stable-Version
@OSArch:    X86
@OSBuild:   2600
@OSLang:    0407
@OSServicePack: Service Pack 3
@OSType:    WIN32_NT
@OSVersion: WIN_XP
@CPUArch:   X64

PS: starting AutoIt3.exe directly crashes, too (no FileOpenDialog shown, exits directly)

Edit: Since Jos postet a debug message, I conclude this is the result of the RegDelete-Fix for x64. The Function RegDeleteKeyEx is not available in Versions before XPx64 (XPx86 does not have it, too) :D

Edited by ProgAndy

*GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes

Link to comment
Share on other sites

Dies before executing any script code (wouldn't do _DebugBugReportEnv()):

>"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /beta /ErrorStdOut /in "C:\Program Files\AutoIt3\Scripts\Test_1.au3" /autoit3dir "C:\Program Files\AutoIt3\beta" /UserParams    
+>09:55:07 Starting AutoIt3Wrapper v.2.0.0.3    Environment(Language:0409  Keyboard:00000409  OS:WIN_XP/Service Pack 3  CPU:X86 OS:X86)
>Running AU3Check (1.54.19.0)  from:C:\Program Files\AutoIt3\beta
+>09:55:07 AU3Check ended.rc:0
>Running:(3.3.5.2):C:\Program Files\AutoIt3\beta\autoit3.exe "C:\Program Files\AutoIt3\Scripts\Test_1.au3"    
!>09:55:10 AutoIT3.exe ended.rc:-1073741511
+>09:55:11 AutoIt3Wrapper Finished
>Exit code: -1073741511    Time: 4.868

:D

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

  • Administrators

AutoIt v3.3.5.3 (Beta) Released:

There has been a significant rewrite of the Send/ControlSend code to better cope with Unicode characters. Those using characters <127 (USA/English/UK/etc) shouldn't notice any difference unless something has gone very wrong. Extended/Unicode users should test this release to see if there ary any improvements/disasters...

AutoIt:

- Fixed: Regression in FileOpen() where it wasn't allowed to open files in read mode if they were already open in write mode.

- Fixed #1449: GUICtrlDelete() not working for GUICtrlCreateDummy() types.

- Fixed: Error loading on Windows XP due to previous RegDelete() fix.

Au3Info:

- Fixed #1444: Controls in applications like RegEdit were left highlighted.

- Changed: Better identification of the control under the mouse.

UDFs:

- Fixed #1454: StringBetween() not working correctly.

The following changes are script breaking changes:

Discuss the beta here.

Report issues here.

Download here.

Link to comment
Share on other sites

Thanks Jon.

You forgot to archive the old versions again, especially the broken one from earlier today.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

I didn't forget. I used Valik's new upload scripts. Mwuahahahahaaaa

Well that's bound to break something.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

I didn't forget. I used Valik's new upload scripts. Mwuahahahahaaaa

Yay, that means it works.

An auto-archive cleanup script thingy will be coming eventually. I just haven't wrote it yet so it's currently a manual step in what is almost an entirely automated process.

Link to comment
Share on other sites

  • Administrators

AutoIt v3.3.5.4 (Beta) Released:

There has been a significant rewrite of the Send/ControlSend code to better cope with Unicode characters. Those using characters <127 (USA/English/UK/etc) shouldn't notice any difference unless something has gone very wrong. Extended/Unicode users should test this release to see if there ary any improvements/disasters...

AutoIt:

- Changed: FileWriteLine() performance improved.

- Added: ControlCommand() "SendCommandID" - used to send WM_COMMAND Control ID messages. Allows the

automation of ToolBarWindow32 controls (amongst others). For example, the "Back" button of

Internet Explorer. Use Au3Info to get the Command ID from the ToolBar tab.

- Fixed #1458: Inet sizes were capped to 32-bits.

- Fixed #1459: Hard crash when too much recursion is used.

- Fixed #1464: Regular expressions with a single character * pattern were stopping after the first null match.

- Fixed #1463: StringToASCIIArray() working incorrectly with UTF8 characters.

Au3Info:

- Fixed #1391: ToolbarWindow32 info only showing the first toolbar.

- Changed: Better identification of the control under the mouse (again...)

UDFs:

- Fixed #1441: _GUICtrlRichEdit_GetText() using wrong buffer length.

- Fixed #1446: _ScreenCapture_Capture() was using height/width of 1 pixel less.

The following changes are script breaking changes:

Discuss the beta here.

Report issues here.

Download here.

Link to comment
Share on other sites

I can't seem to find anything about "SendCommandID" in the beta helpfile. Did this info not get added?

Link to comment
Share on other sites

  • Administrators

Ah, yeah, I forgot to add the documentation. But as an example for IE8, this will click the back button ID:

ControlCommand("[CLASS:IEFrame]", "", "[CLASS:ToolbarWindow32; INSTANCE:1]", "SendCommandID", 256)

You get the 256 from the ToolBar info in Au3Info. It may also work on other controls using the ControlID (the ControlID is usually used for the Command ID as well)

Link to comment
Share on other sites

Ah, yeah, I forgot to add the documentation. But as an example for IE8, this will click the back button ID:

ControlCommand("[CLASS:IEFrame]", "", "[CLASS:ToolbarWindow32; INSTANCE:1]", "SendCommandID", 256)

You get the 256 from the ToolBar info in Au3Info. It may also work on other controls using the ControlID (the ControlID is usually used for the Command ID as well)

Oh OK. Thankyou very much.
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...