Forum Discussion
Not Recommended, but you can manually remove or rename the Win32API.dll in the Extensions folder of your TestComplete installation, but this may break other features that rely on dialog hooks.
I suggest you uninstall, reboot, reinstall, and make sure SessionCreator, TestComplete and TestExecute are the exact same build number and always call that exact EXE when kicking off your run.
Optional, if you don’t need low-level Win32 call interception, you can disable that plug-in at launch or in TestComplete UI Tools → Install Extensions… → uncheck Win32API.
SessionCreator.exe /SkipPlugins=Win32API /project:"MyProject.pjs" /testsuite:"SmokeTests"
If you still see exit code 2147483647 after these steps, reach out to SmartBear support with your build numbers and SessionCreator log.
💬 If a response helped you out, don’t forget to Like it! And if it answered your question, mark it as the solution so others can benefit too.