Developers Jos Posted December 22, 2020 Developers Share Posted December 22, 2020 (edited) Ok, so you have issues to get the output in the SciTE Outputpane. Could it be you have chosen for the x64 in stead of the x86 version of AutoIt at install time and could you try reinstalling AutoIt3 with the x86 option? Jos Edited December 22, 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...
Laezylion Posted December 22, 2020 Share Posted December 22, 2020 I also tried this piece of code : Sleep(5000) ConsoleWrite('! = Red' & @CRLF) ; ! = red text color Everything os closed in a second. the output comes right away, without the wait. Like if nothing in the script is read or done. just a syntax check, or something like that... I'm pretty sure it's a simple dumb option ... It's driving me crazy ! Link to comment Share on other sites More sharing options...
Laezylion Posted December 22, 2020 Share Posted December 22, 2020 Just now, Jos said: Ok, so you have issues to get the output in the SciTE Outputpane. Could it be you have chosen for the x64 in stead of the x86 version of AutoIt at install time and could you try reinstalling AutoIt3 with the x86 option? Jos Will try that right now. Link to comment Share on other sites More sharing options...
Laezylion Posted December 22, 2020 Share Posted December 22, 2020 Fully reinstalled changing only this 2 parameters : This is the output of the console after reinstalling autoit alone : And this is the output after reinstalling Scite4autoit3 : Any toughts ? Link to comment Share on other sites More sharing options...
Laezylion Posted December 22, 2020 Share Posted December 22, 2020 I alos tried to compile the script and launch the resulting exe (alone AND from a command line) no waiting either ... Link to comment Share on other sites More sharing options...
Developers Jos Posted December 22, 2020 Developers Share Posted December 22, 2020 Strange.....because the AutoIt3Wrapper output you see is simply ConsoleWrite() output. Can you Cut&Paste the full content from the SciTE output pane into a codebox (<>) in a reply please? 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...
Developers Jos Posted December 22, 2020 Developers Share Posted December 22, 2020 ah ....wait a sec: don't tell you are trying to run a file from a google drive directory? Try a script file from a C drive to see if that works.. mLipok 1 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...
JockoDundee Posted December 22, 2020 Share Posted December 22, 2020 7 hours ago, Laezylion said: I'm a 40 years old sysadmin, don't spare me ... Seldom heard usage of the “spare me” idiom Code hard, but don’t hard code... Link to comment Share on other sites More sharing options...
Laezylion Posted December 22, 2020 Share Posted December 22, 2020 I copied the file a the root of C:; and it worked right away. also moved the folder of all my projects to the root of another hard drive, and it worked like a charm too. The Q drive on which I'm working is a cryptomator drive, stored on a google drive. I'd like to understand the difference it makes for autoit to work from such a drive, because I'm using this solution since a long time, and it works with Vscode, powershell, python, and even bash without problems. And more important : I work in IT, and I never faces a problem like that. I'd like to understand the underlying technical difference. Thanks in advance. Side topic : was there a warning somewhere in the forum or the help file about google drives ? I didn't tough to check that part at first. If it's a recurrent problem, is there a warning somechere that I missed ? Link to comment Share on other sites More sharing options...
Laezylion Posted December 22, 2020 Share Posted December 22, 2020 1 hour ago, JockoDundee said: Seldom heard usage of the “spare me” idiom I'm french, I love tolkien, and other writers that use a old way of speach ... this one is litteraly translate from my mother language ... Sorry if it doesn't make sense in english ^^ Link to comment Share on other sites More sharing options...
Developers Jos Posted December 22, 2020 Developers Share Posted December 22, 2020 12 minutes ago, Laezylion said: Side topic : was there a warning somewhere in the forum or the help file about google drives ? That's something that cropped up recently and this person had similar problems with that one script. Since you mentioned a reinstall etc , it didn't dawn on me right away that that could be the issue. 14 minutes ago, Laezylion said: And more important : I work in IT, and I never faces a problem like that. I'd like to understand the underlying technical difference. Same here (40+ years ) and it was the first time I saw this. guess there must be something with the file not being physically there so isn't read properly by Autoit3.exe. Can't test as I do not have it available in my setup. 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...
GokAy Posted December 23, 2020 Share Posted December 23, 2020 This one? https://www.autoitscript.com/forum/topic/196149-autoit-scripts-fail-to-run-or-compile-when-scriptdir-is-a-google-drive-file-stream-drive/ Link to comment Share on other sites More sharing options...
Laezylion Posted December 23, 2020 Share Posted December 23, 2020 Problem solved for me : I switched my scripts and files on a local hard drive, in a folder that I maintain/backup using gitlab. I'm done with google drive. I also tried to create a new vault in cryptomator, from a fixed drive, not stored in a google drive, onedrive or dropbox ... The problem is still the same. @GokAy : well done. I'm not sure I would have find this solution by myself. I really can't figure a link between the sync clients and files stored on a hard drive. Unless those sync clients are doing a nasty job at ... syncing ! FFS ! Anyway, this issue is not related to autoit itself, I just hope others than me would find it out later. Thanks to you all for the work, and have a nice day, and merry Christmas ! Link to comment Share on other sites More sharing options...
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