Jump to content

Recommended Posts

Posted (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 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 - Wiki
OutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
PowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & Support
Excel - Example Scripts - Wiki
Word - Wiki
 
Tutorials:

ADO - Wiki

 

Posted (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 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 - Wiki
OutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
PowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & Support
Excel - Example Scripts - Wiki
Word - Wiki
 
Tutorials:

ADO - Wiki

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...