rootx Posted November 6, 2022 Share Posted November 6, 2022 Hi, why do I have this error? Without $STDOUT_CHILD it works properly Local $core = @ProgramFilesDir&"\myprogramX\core.exe" $run = Run($core & ' -m="'&$modules&'" -i="'&$ArrSource[$i]&'" -p="'&$Preset&'" -x="'&$configxml&'" -o="'&$output&'"',@ScriptDir,@SW_SHOW,$STDOUT_CHILD) ProcessWaitClose($run) ConsoleWrite(StdoutRead($run)) Link to comment Share on other sites More sharing options...
rootx Posted November 7, 2022 Author Share Posted November 7, 2022 Is there anybody here? #requireAdmin doesn't work Link to comment Share on other sites More sharing options...
Danp2 Posted November 7, 2022 Share Posted November 7, 2022 Try adding the following at the top of your script -- #AutoIt3Wrapper_UseX64=y If that doesn't work, then I suggest that you provide a way for us to replicate the issue. rootx 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
rootx Posted November 7, 2022 Author Share Posted November 7, 2022 Hi, I have already put it, no way! I want to read the output of a file that was made with .Net Framework 4.0, my SO is win10 home 64, AutoIt Version: 3.3.16.1. I found the porblem, in the CLI executable there is the -debug parameter, if I add it it works. thank you anyway 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