caramen Posted January 31, 2019 Posted January 31, 2019 (edited) Hi, i got low average hope on solving this... I am using Copy.au3 UDF i writed 1700 lines and the UDF is bugged just now(i mean it was working all the time until now) and i cant figure out what's happenning becose the output SciTE eror message is only this : --> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop !>14:12:39 AutoIt3.exe ended.rc:-1073741819 +>14:12:39 AutoIt3Wrapper Finished. >Exit code: 3221225477 Time: 6.531 After debuging a lot i noticed my script is crashing only during the _Copy_CopyDir call. I dont know what's wrong how can i do ? Copy.au3 When i read UDF docs i can read this : WARNING: Do not call any _Copy_* functions from the user function, otherwise script may hang. I dont understand this if someon can explain it's maybe my problem I am running _Copy_CopyDir in one of my function. The line i am running : _Copy_CopyDir(@UserProfileDir&"\"&"Music", @ScriptDir&"\Music backup", 0, 0, 3, '_Copy_CallbackDlg', $hGUI) I cannot do reproducer for this or it s working... Edited January 31, 2019 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
caramen Posted January 31, 2019 Author Posted January 31, 2019 (edited) Ahhh.... This UDF is distributed with 2 dll The x64 dll is buged. I have to use the x86 one to get the udf working. That's all... But wtf.. nvm. If somone got a fix ... or can point me on how to fix the x64 dll Edited January 31, 2019 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
LarsJ Posted January 31, 2019 Posted January 31, 2019 See the last posts in the thread. Start with this one. Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now