Skip to main content
Participant
July 24, 2020
Question

Failed to package AIR application Main.exe:

  • July 24, 2020
  • 1 reply
  • 299 views

I made a new, sample project with AIR to experiment with building an .exe but it fails. The error:

unexpected failure: Platform conversion failed. Process exited with error 5. Output was "[ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="execute: UPDATE `Property` SET `Value`= ? WHERE `Property`= ?[1627]: MSI Error" errorID=0]<br>"<br>java.io.IOException: Platform conversion failed. Process exited with error 5. Output was "[ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="execute: UPDATE `Property` SET `Value`= ? WHERE `Property`= ?[1627]: MSI Error" errorID=0]<br>"<br> at com.adobe.air.nai.NativePackager.conversionFail(NativePackager.java)<br> at com.adobe.air.nai.NativePackager.invokePlatformConversion(NativePackager.java)<br> at com.adobe.air.nai.NativePackager.createPackage(NativePackager.java)<br> at com.adobe.air.ADT.parseArgsAndGo(ADT.java)<br> at com.adobe.air.ADT.run(ADT.java)<br> at com.adobe.air.ADT.main(ADT.java)

    This topic has been closed for replies.

    1 reply

    Participant
    July 26, 2020

    This fails in both IntelliJ IDEA and through the adt cmd line.