Getting error when trying of TurboActivate the latest version (4.1.3.3)Solved

I'm getting "Error: You must use the "systa" executable that comes with this version of TurboActivate." after trying to upgrade our Adobe AIR application to version 4.1.3.3

I downloaded "TurboActivate.zip" from https://wyday.com/limelm/api/#turboactivate-win, extracted the contents and replaced my old files with "Turboactivate.dll", "TurboActivate.exe" from \bin-windows\x86 as well as systa.exe from \bin-windows\x86\nodejs (Is this the correct systa.exe?)

I also replaced my old ActionScript files with the "TurboActivate.as" and "TurboActivateEvent.as" from API\Adobe AIR\src, so that I'm now on TA_ACTIONSCRIPT_VERS = "6"

Maybe the systa.exe in the nodejs-folder isn't the right one for ActionScript/AIR? If not, where can I find it?

By the way, IntelliJ IDEA with Flex 4.16/AIR31 gives a compile error on the bitwise ORs inside function declarations, so I had to introduce a new constant to and use that instead of "TA_USER | TA_VERIFIED_TRIAL" in functions "UseTrial", "TrialDaysRemaining" and "ExtendTrial" in TurboActivate.as:

public static const TA_USER_TA_VERIFIED_TRIAL:uint = 34; //TA_USER | TA_VERIFIED_TRIAL

Sorry, the current Adobe AIR example has some bugs. We'll make a point release with the fixes later this week or next week.

Thanks! Looking forward to it

Just wondering if the AIR example have been fixed in v4.1.5.0 (May 25, 2019). I didn't see it mentioned in the release notes.

Not yet. We'll release the fixed Adobe AIR example later this week.

The latest version of TurboActivate is released with an updated Adobe AIR integration.