Flex compiller(Built-In and mxmlc) IntelliJ Error:[AppName]: null or IntelliJ Error:[AppName]: unknown error

Answered

Whats the error mean in the title?

This error is random. How can I get mor result of this error to fix?

 

 

0
5 comments
Avatar
Permanently deleted user

I tried  change everything in ActionScript & Flex Compiler settings, but no sense

0
Avatar
Permanently deleted user

Information:[Kitar]: Starting Flex compiler:
/Library/Java/JavaVirtualMachines/jdk1.8.0_102.jdk/Contents/Home/jre/bin/java -Dapplication.home=/Volumes/Work/develop/as3/_SDK_/osx/air-27_feathers-3.4.0-beta -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx512m -classpath "/Volumes/Work/Applications/IntelliJ IDEA.app/Contents/plugins/flex/lib/idea-flex-compiler-fix.jar:/Volumes/Work/Applications/IntelliJ IDEA.app/Contents/plugins/flex/lib/flex-compiler.jar:/Volumes/Work/develop/as3/_SDK_/osx/air-27_feathers-3.4.0-beta/lib/flex-compiler-oem.jar" com.intellij.flex.compiler.FlexCompiler 52628
Information:[Kitar]: mxmlc -load-config=/Users/varadig/Library/Caches/IntelliJIdea2017.2/compile-server/kitar_573294a4/_temp_/IntelliJ_IDEA/idea-E7A5BE3F-45B54860.xml -preloader= -default-frame-rate=60
Information:[Kitar]: Loading configuration file /Users/varadig/Library/Caches/IntelliJIdea2017.2/compile-server/kitar_573294a4/_temp_/IntelliJ_IDEA/idea-E7A5BE3F-45B54860.xml
Information:[Kitar]: Compilation failed
Information:16/11/17 15:40 - Compilation completed with 1 error and 63 warnings in 6s 319ms
Error:[Kitar]: unknown error

0

Have you tried to reinstall SDK on the computer, delete SDK in Project Structure | SDKs and create again?

0
Avatar
Permanently deleted user

Yes, and I tried also with a completely new installed sdk, with no change

0

You may try File | Invalidate Caches, but most likely it won't help.

Hard to say what the problem is. IDE prints "unknown error" when the compiler itself throws an error with an empty message. You may try to compile the project from the command line without IDE at all, you'll probably get the same strange result.

It may be something wrong with the beta version of the SDK. I'll try to reproduce it on my end. Is it a Feathers SDK (just guessing looking at the path)? Do you know how it is different from the standard Adobe AIR SDK? Can you attach a sample problem to reproduce the issue?

0

Please sign in to leave a comment.