Failed to package AIR application Main.exe:
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)
Please sign in to leave a comment.
Hi Douglas,
I submitted a new bug report to our issue tracker regarding this: IDEA-246609.
Feel free to subscribe to it for updates and leave additional comments.
Thanks. I found this https://issues.apache.org/jira/browse/FLEX-24594
I am not using flex but comments suggests making the MSI not read-only (for me it wasn't) and running in 32 bit which i have not tried yet.
Any progress on this one? Or any clues how to run compile as 32-bit on a 64-bit Intellij setup?
A little late, but might possibly help someone.
I had the same error recently with FlashDevelop. Figured out that the my path was too long. When I renamed some long folder and file names, the error disappeared.