Adobe Flex Builder + Air 2: Nothing Happens, nothing shows or “invocation forwarded to primary instance”
An obscure one, hard to Google. I was trying to use NativeProcess which is newly available in AIR 2.0. I wedged the AIR SDK into my Flex 3 SDK, then created a new AIR app. When I tried to run it (or debug it), nothing happened. If I tried to run it again, I got “invocation forwarded to primary instance”. This means that adl.exe is already running. You’ll have to kill that process. If I
Using FTE CFF Font in Flash: Class mx.core::FontAsset could not be found.
This happened when I was using a CFF font in a non-Flex project. I compiled my font and the Flex compiler will leave out FontAsset because it thinks the host SWF will have this class - well, not so if it’s not Flex. So, when compiling your font you have to tell the compiler to include any Flex classes in your font SWF:
-static-link-runtime-shared-libraries=true
