rootx 18 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 post Share on other sites
rootx 18 Posted November 7, 2022 Author Share Posted November 7, 2022 Is there anybody here? #requireAdmin doesn't work Link to post Share on other sites
Danp2 1,382 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 WebDriver UDF [GH&S] Latest version Wiki FAQs Link to post Share on other sites
rootx 18 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 post Share on other sites
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