FrancoDM Posted October 1, 2020 Share Posted October 1, 2020 @mLipok When it comes to projects of immeasurable magnitudes, with many includes, AU3 Check will fail throwing an error code that I don't remember right now. https://www.autoitscript.com/trac/autoit/ticket/3782 Link to comment Share on other sites More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 1 minute ago, FrancoDM said: @mLipok When it comes to projects of immeasurable magnitudes, with many includes, AU3 Check will fail throwing an error code that I don't remember right now. https://www.autoitscript.com/trac/autoit/ticket/3782 When removing files from #include and joining them, the error disappears. They really are necessary and the error code is 0. Link to comment Share on other sites More sharing options...
Developers Jos Posted October 1, 2020 Developers Share Posted October 1, 2020 (edited) My standard answer in these cases: Did you check for error/warning messages in the au3stripper consoleoutput? What is the exact error you have? Supply the script showing the issue. Jos ps: this is NOT good enough when support is needed: 4 hours ago, FrancoDM said: AU3 Check will fail throwing an error code that I don't remember right now. Edited October 1, 2020 by Jos 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 More sharing options...
mLipok Posted October 1, 2020 Share Posted October 1, 2020 Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
mLipok Posted October 1, 2020 Share Posted October 1, 2020 2 hours ago, Jos said: this is NOT good enough when support is needed: To be clear I think that @Jos want to say that you @FrancoDM should post an example of error/warning which yous see in SciTE console pane. Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 >"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /Prod /AU3check /in "C:\Github\proyect\Main.au3" +>15:27:08 Starting AutoIt3Wrapper (19.1127.1402.0} from:SciTE.exe (4.2.0.0) Keyboard:0000080A OS:WIN_10/ CPU:X64 OS:X64 Environment(Language:080A) CodePage:0 utf8.auto.check:4 +> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Users\fabri\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\admin\AppData\Local\AutoIt v3\SciTE >Running AU3Check (3.3.14.5) from:C:\Program Files (x86)\AutoIt3 input:C:\Github\proyect\Main.au3 !>15:27:17 AU3Check ended.rc:-1073740791 +>15:27:17 AutoIt3Wrapper Finished. >Exit code: 0 Time: 9.868 Link to comment Share on other sites More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 The program was run as administrator. Once certain #includes are eliminated, the bug disappears and return code is 0. If they are going to criticize everything better I do not answer anything and that's it. Link to comment Share on other sites More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 @Jos @mLipok The cited system does not work with copy and paste, I took the name of the bugtraker developer. Take it or leave it, regards. Link to comment Share on other sites More sharing options...
Developers Jos Posted October 1, 2020 Developers Share Posted October 1, 2020 (edited) I do not see any output from au3stripper ? ... only a hardcrash of au3check on your input file which is strange. Edited October 1, 2020 by Jos 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 More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 PS: This only happens in the case that there are no files merged, since the error is in #include, that is in the 'precompiling' part, since it will stack the file but it will stop showing errors in the code and it is a serious error . Link to comment Share on other sites More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 4 minutes ago, Jos said: I do not see any output from au3stripper ? ... only a hardcrash of au3check on your input file which is strange. !>15:27:17 AU3Check ended.rc:-1073740791 It will happen regardless of the file names. It didn't just happen with my project. Link to comment Share on other sites More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 I checked with new and old versions, the error persists. Link to comment Share on other sites More sharing options...
Developers Jos Posted October 1, 2020 Developers Share Posted October 1, 2020 Again that is a hardcrash of au3check! NOT Au3stripper, so what does that have to do with it? When you want us to look at the hardcrash of au3check, you have to provide the script that is causing this with all none standard included files. Jos 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 More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 It does not correspond to me, I report the bug, you take it or leave it, try adding many includes, about 800. Link to comment Share on other sites More sharing options...
Developers Jos Posted October 1, 2020 Developers Share Posted October 1, 2020 (edited) 1 minute ago, FrancoDM said: It does not correspond to me, I report the bug, you take it or leave it, try adding many includes, about 800. No idea what you mean but you either provide a script I can test this issue or you are on your own: Take it or Leave it! Edited October 1, 2020 by Jos 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 More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 Sorry I expressed myself wrong, the problem is related, Au3stripper, will remove all #include, au3check will check it and this will work. You should treat people who are trying to collaborate with more respect. Link to comment Share on other sites More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 search 1073740791 in google. Link to comment Share on other sites More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 Quote Exit code -1073740791 or alternatively 0xC0000409, it is a Windows file system error. There are many possible causes. Link to comment Share on other sites More sharing options...
FrancoDM Posted October 1, 2020 Author Share Posted October 1, 2020 I will try to do more research in the windows event viewer. Link to comment Share on other sites More sharing options...
Developers Jos Posted October 1, 2020 Developers Share Posted October 1, 2020 1 minute ago, FrancoDM said: You should treat people who are trying to collaborate with more respect. Really? So let me get this strait... I am have now asked 4 times here and 1 time in the Track ticket to provide any replication script and you keep on ignoring it. So who is not being overly respectful for our time? ... and again a none contributing post. So for the last time: Provide a script which I can use to debug this issue or just stop posting all these oneliners without any information. 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 More sharing options...
Recommended Posts