-
Recent Posts
- A cycle was detected in the build path of project
- Unable to verify icon dimensions, no icon found. You must define… a default Icon.png that is 57×57.
- Launch Failed: Process terminated without connection to the debugger.
- Invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.4
- uncaught exception: Error in Actionscript. Use a try/catch block to find error.
Recent Comments
Categories
Meta
Author Archives: Judah
A cycle was detected in the build path of project
A cycle was detected in the build path of project: MyProject PROBLEM There is a cyclical reference between two projects. When you receive this error the two projects should be listed. SOLUTION The solution is to remove the reference in … Continue reading
Posted in Compiler
Leave a comment
Unable to verify icon dimensions, no icon found. You must define… a default Icon.png that is 57×57.
iPhone / iPod Touch: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a default Icon.png that is 57×57. iPad: Info.plist: Unable to verify icon dimensions, no icon found. You must define … Continue reading
Posted in AIR, iOS
Leave a comment
Launch Failed: Process terminated without connection to the debugger.
The content cannot be loaded because their was a problem loading an extension: Error: Requested extension could not be found. Cause I tried to update an extension. I opened the project properties screen and compiler options and selected the extension … Continue reading
Posted in AIR, Compiler
Leave a comment
Invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.4
Process terminated without establishing connection to debugger. DVFreeThread – CFMachPortCreateWithPort hack = 0×517860, fPowerNotifyPort= 0x524aa0 DVFreeThread – CFMachPortCreateWithPort hack = 0x383d760, fPowerNotifyPort= 0x383e100 invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.4 Launch command details: “/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/bin/adl” -runtime “/Applications/Adobe Flash Builder … Continue reading
Posted in AIR, Compiler
3 Comments
uncaught exception: Error in Actionscript. Use a try/catch block to find error.
In this case the error was mentioned in the Firebug console. The solution, in this case, was to put the same files on the server or localhost. Before: file://directory/mypage.html After: http://localhost/mypage.html Obviously, add a try catch block around the code … Continue reading
Posted in Flex, Runtime, Security Error
Leave a comment
Error: Type was not found: FlexUnitTestRunnerUI
Error: Type was not found or was not a compile-time constant: FlexUnitTestRunnerUI Cause Not sure Solution Not sure Links http://code.google.com/p/vectoreditor/issues/detail?id=11#c5 http://workflowflash.com/105879/flash-builder-4-5-tip-use-a-custom-flexunit-sdk.php
Posted in Compiler, Flex, FlexUnit
Leave a comment
Exception during transcoding – Unable to build font
Exception during transcoding: Cannot embed local font ‘assets/fonts/myfont_rg.ttf’ as CFF. The CSS @font-face ‘local()’ syntax is not supported. Please specify a path directly to a font file using the ‘url()’ syntax. For [Embed] syntax the ‘systemFont’ attribute is not supported. … Continue reading
Posted in Compiler
Leave a comment
fx:Binding must be a child of the root tag.
‘<fx:Binding>’ must be a child of the root tag. Cause The tag cannot be nested more than one level deep. Incorrect: <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"> <fx:Declarations> <fx:Binding source="EffectManager.mx_internal.activeEffects" destination="effectsArray"/> <fx:Array id="effectsArray" /> </fx:Declarations> </s:Group> Correct: <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"> <fx:Binding … Continue reading
Posted in Compiler
Leave a comment
Cannot connect: Connection to https://169.254.0.1 refused.
Cannot connect: Connection to https://169.254.0.1:443 refused. Please check IP address settings for the target. You may have to reboot the target. Possible Cause Debug is not enabled on the device. Possible Solution Set device into debug mode.
Posted in AIR, Eclipse
Leave a comment
Silverlight Installation Problem Error Code: 2104
Silverlight Installation Problem Error Code: 2104 Description When viewing Silverlight content this message appears instead of the content. Solution The error message says, “This issue is often resolved by uninstalling and then reinstalling Microsoft Silverlight on your computer.” I don’t … Continue reading
Posted in General, Runtime
Leave a comment
Deployment Failed: Info: Sending request: Uninstall
Deployment Failed: Info: Sending request: Uninstall Info: Action: Uninstall Info: Uninstalling testDev_obile_debug873c77f2… Info: Processing 0 bytes Possible Cause This occurs when you attempt to debug (upload) your application from Flash Builder to your device and you have not logged into … Continue reading
Posted in AIR, Device, Eclipse
Leave a comment
Deployment Failed: …failure 881 debug token has expired
Deployment Failed: Info: Sending Request: Install … result::failure 881 debug token has expired This happens when you need to renew your debug token on your device. If it at one time you were able to debug on the device and … Continue reading
Posted in AIR, Device
Leave a comment