AutoWally 0 Posted July 3, 2019 Hello! I am new to this forum, so please be gentle and pardon if this is the wrong forum for this question. I'm using AutoIt for some years now and recently, I started having the following problem.Everytime I compile a simple script with autoit3wrapper (from within scite) to a x86 binary (EXE), when I start the exe, the following process is spawned C:\Windows\system32\rundll32.exe C:\Windows\system32\gameux.dll,GameUXShim {29dfdaf6-2655-4d7d-9dae-112ce811cf33};D:\AutoItProjects\MM.exe;5788 and the script will not run, but the spawned process will consume 100% CPU If I compile the script as x64, everything works fine. I could not find any information on this and just want to ask, if anybody has ever encountered something similar. Thank you in advance and for your time, Wally Share this post Link to post Share on other sites
AutoWally 0 Posted July 3, 2019 The formatting of the command line is wrong, but I can't edit the post :-( Share this post Link to post Share on other sites
AutoWally 0 Posted July 3, 2019 I think, I figured it out. The problem seems to be the filename "MM.exe". If I rename the project or create different filename on compile, the problem goes away. Share this post Link to post Share on other sites