Description
When calling natlink.execScript, Dragon freezes.
When running the testscript, the playEvents action is performed, but the windows error message shows up.
(not the code as shown in the image has been changed a bit after it was taken). replace unimacroutils. by natlinkutils., as is now correct in the test file, (buttonclicktest.py in natlinkcore.tests)
The problem shows up with natlinkutils.buttonClick.
When you need this buttonClick function, you can circumvent via unimacroutils, then it runs via natlink.execScript, which also shows, that this function is working.
When the test script runs without Dragon is running, , the code runs (the right click is performed), but afterwards
the "ESP" error is hit.
When Dragon is running, it freezes, and must be closed with the windows task manager.