Visual artifacts in old AIR projects running with beta 15

After installing the latest AIR runtime I am seeing a lot visual artifacts in older AIR apps that seem to be related to BitmapData.draw() in conjunction with a transformation matrix. It pretty much always happens when applying a rotation or skew and it also happens with certain offsets.
Here is an example created with Nodewerk (Nodewerk):
From left to right: original, skew, rotation, offset

I sent a similar report to non-labs forum. In my experiences these artifacts only appeared on Flash Builder's AIR simulator. Didn't see them on Android or iOS device.

Similar Messages

  • I can't open old IMovie project done with ILife09

    I can't open old IMovie project done with ILife09 on my new MacBook Pro Retina with Lion Mountain system.

    you can't just move a project that way. It all needs to be contained properly. If you can find the original imovieHD project folder, you can start again.

  • Project Runs With No Errors Compiled in VS2010 - Compiles But Will Not Run with VS2012 or VS2013.

    I am trying to do all of my work in Visual Studio 2013, but I have found that, in one case (at least), if I compile the project in VS 2013 or VS 2012, I get the error "Could
    not load file or assembly 'NationalInstruments.DAQmx, Version=9.4.40.50, Culture=neutral, PublicKeyToken=dc6ad606294fc298'
    or one of its dependencies. The system cannot find the file specified."
    Yes, I am loading a third party DLL and here's what is strange... If I compile it with VS2010, I have no problem - the program works correctly - no errors. If I take the same solution and load it in VS2012 or VS2013, it compiles cleanly and looks good (no
    errors and no warnings) - until I run it.
    So,  how do I get this to work with VS2013? And what changed? And with the number of developers in this company - it HAS to work with VS2010, 2012 and 2013 (different developers have different licenses), so how do I get that and how do I ensure that
    future development does not have this problem?
    The project targets .NET framework 4.
         Rob

    Hi,
    If the error occurred at a third-party dll, then it is out of support range of forums. Please consult your issue on the forums/communities provided by the third-party dll for better solutions and support.
    Moreover VS General Question forum mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Using swc in AIR project built with CS4

    Hi,
    excuse my poor english, I hope I am in the good place.
    I use Flash CS4 to build an AIR 1.5 Application.
    In the library path of ActionScript 3 I add an swc (textLayout.swc) needed to display hebrew text. While developing with flash, it works fine.
    But when I publish .air file, the application works fine until it needs the classes of the swc ( TextFlow does not appear ).
    So I don't know what to do for the published application uses correctly the swc classes.
    Thank you for your help.

    Looking in the other areas it seems you'll need to use the command line. Try this in Terminal:
    svn checkout http://native-media-picker.googlecode.com/svn/trunk/ native-media-picker-read-only
    That should put all the source into your home folder. There is a not too informative PDF to read, and various source files, geared towards Flash Builder. The examples are also more elaborate than you need. So, find the ANE itself and add that to a test FLA, and try these lines:
    import com.haitrinh.NativeMediaPicker.NativeMediaPicker;
    var p:NativeMediaPicker = new NativeMediaPicker();
    p.showMediaPicker();
    Unfortunately, it doesn't work with the Simulator, so you have to do tests to an actual device. But believe it or not, those three lines is enough to show your music collection and to let you play a song!

  • Can I use my old AIr Port Extreme with my new Mac Pro with Lion installed? It has worked well with the G-4 that I'm replacing.

    Can I use my old Airport Exteme with my new Mac Pro with Lion installed? It has worked well for years with my G-4.

    I'm smarter now. It worked fine.

  • How to convert keystore (from native android project) to .p12 to use with AIR project?

    Due to the advancements with adobe AIR, I'm really excited to be finishing up a HUGE update of an old project that was originally made with native android.
    But, i've hit a brick wall with 2 issues, and it would be terrible if all the work i've done in AIR was for nothing...
    First, how do I convert the keystore I previously used (from native android project) to .p12 to use with AIR project? (on a mac)
    Second, how do I remove the "air." that gets automatically appended onto the front my android package name? I plan to use a captive runtime, so it's not really needed at all, and I can't upload it like this as an update because it will think it's a different app.
    Please help so I can continue using air for all my projects from now on!

    Thanks for the reply!
    So I'm going through this guide..
    http://helpx.adobe.com/air/kb/opt-out-air-application-analytics.html
    I followed all the steps, made all the adjustments to the androidmanifest.xml like it asks.
    But when i get to the stap that says
    "Run the following command to create the resource file for the updated AndroidManifest.xml:"
    I run this..
        "/Users/brybam/Documents/eclipse/android-sdk-mac_x86/platform-tools/aapt" package -f -M AndroidManifest.xml -F resources.arsc -I "/Users/brybam/Documents/eclipse/android-sdk-mac_x86/platforms/android-8/android.jar" -S ./res
    But I keep getting the same error
        ./res/layout/expandable_chooser_row.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/expandable_multiple_chooser_row.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/main.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/multiple_file_selection_panel.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/ssl_certificate_warning.xml:1: error: Error parsing XML: not well-formed (invalid token)
    The guide doesn't say anything about these xml files, and im not sure what to do with these ore how to handle them.
    If i go into the res/layout folder, and just delete these (i know theyre for my layout and i need them, but im just saying i deleted them for the sake of a test)
    I was able to get through the rest of the steps in the guide fine, make an apk, and put it on my phone...only to find out the app will crash the moment you try to run it.
    So my question is, does anyone with any experience re-packaging an android application know how I might get around this or take care of the errors with the xml files in the layout folder?
    Thanks!!
    EDIT to note something i've tried:
    So, earlier in the guide they have me use thing thing called the "AXMLPrinter2.jar" to make the AndroidManifest.xml readable so i can edit it.
    I run something like this:
        java -jar "/Users/brybam/Desktop/repackage/AXMLPrinter2.jar" AndroidManifest.xml > AndroidManifest.xml.bk
    This makes a new file "AndroidManifest.xml.bk" and i can edit that.
    So, I was thinking with all of these layout xml files, maybe I could run this "AXMLPrinter2.jar" on them and then edit them. Because right now if you open them they're not human readable, and its hard for me to work on them if they're not...
    But when i do the same command I did on the AndroidManifest.xml i just get blank files...
    I tried
        java -jar "/Users/brybam/Desktop/repackage/AXMLPrinter2.jar" main.xml > main.xml.bk
    Just get a blank file.
    So, i think the issue might be with these just not being re-formatted to human readable.

  • Visual artifacts with IMovie11 after moving to Lion

    Hi, I have recently moved to Lion and created a new IMovie11 project, but now the project videos are complete with visual artifacts ( vertical lines ) they are also shown in the exported movie:
    I haven't experienced this before as I did few movies with IMovie and it worked well.
    The initial video is shot with Canon 5D Mark II at 1080p 25fps, the project is also set to 25 fps:
    Uploaded with ImageShack.us
    Any help, thanks.

    Here's the specs for the MBP. 
    I'll have to wait till I get home to post details on the macbook.
    Cheers everyone.
      Chipset Model:          Intel HD Graphics
      Type:          GPU
      Bus:          Built-In
      VRAM (Total):          288 MB
      Vendor:          Intel (0x8086)
      Device ID:          0x0046
      Revision ID:          0x0012
      gMux Version:          1.9.21
      Displays:
    Display Connector:
      Status:          No Display Connected
    NVIDIA GeForce GT 330M:
      Chipset Model:          NVIDIA GeForce GT 330M
      Type:          GPU
      Bus:          PCIe
      PCIe Lane Width:          x16
      VRAM (Total):          256 MB
      Vendor:          NVIDIA (0x10de)
      Device ID:          0x0a29
      Revision ID:          0x00a2
      ROM Revision:          3560
      gMux Version:          1.9.21
      Displays:
    Color LCD:
      Resolution:          1440 x 900
      Pixel Depth:          32-Bit Color (ARGB8888)
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Built-In:          Yes
    Display Connector:
      Status:          No Display Connected

  • How do we use Script (batch file with msbuild/msbuild project) to build Cordova Project created with Visual Studio Tools for Apache Cordova?

    I use Visual Studio to create Cordova projects. I need to build Cordova projects using msbuild and buildbot via script for my project but I can find only information about how VS combine with Cordova CLI to build multi device hybrid application.

    Hi Samseth,
    Yes, correct, the only thing we can find on the MSDN is:
    Deploy and Run Your App
    And that's the reason why Visual Studio Tools for Apache Cordova existing.
    I think you may get more detail compile information from here:
    http://cordova.apache.org/docs/en/4.0.0/guide_cli_index.md.html
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do I use Embed with an environment variable in an Actionscript AIR project Flash Builder 4.7

    I am using Flash Builder 4.7 to build an Actionscript AIR project.  The project embeds a number of png files from my local directory and I have been using absolute paths which all works fine.
    I have a laptop with which I want to start developing the same project - I set up a git repository that both the laptop and main pc can pull from and so I can get the source where I need it and push it back to the central repository.
    My problem is that the absolute paths for the embed commands don't work on the laptop as it has a different filesystem setup (Windows 8 with one drive as opposed to Windows 7 with a SSD and a data drive).  I thought the solution would be as easy as using an environment variable to specify the path which could then point to a different physical directory on both machines, i.e:
    [Embed(source = "DEVELOPER_RESOURCES/graphics/are/here.png"]
    I did a bit of research and there was quite a lot mentioned about setting up resource directories using path variables which I worked through but I just can't get it to compile.  The Actionscript compiler just won't find the png files however I specify the path.  I tried something with a FLEX project and the compiler didn't complain but I think this is because the compiler for FLEX uses a different convention.
    [Embed(source ="/Project Name/DEVELOPER_RESOURCES/graphics/are/here.png"]  works with FLEX but not Actionscript.
    So does anyone have a recipe for using the Embed command referencing assets using an environment variable that works across multiple machines with different file structures?

    I managed to find a solution on Windows which was to use symlinks and absolute paths.  You an basically point one directory to another so I did something like:
    mklink c:\developer_resources c:/the/local/path/to/my/resources
    and then reference all resources as c:\developer_resources\...
    Now as long as a developer machine has the right link (from c:\developer_resources to the place where the resources are kept) then it seems to work. 
    This doesn't however work for Mac and certainly isn't a solution for passing files between Mac and windows

  • My Macbook Air is running slow with Yosemite.

    My Macbook Air is running slow with Yosemite.
    I checked out most of the blogs and everything and have removed widgets from the notification center, but everything seems to run kinda slowly.
    Sure, i have the base model 2014 macbook air but that 4 gb ram should run a freakin finder just fine. I had Mavericks installed before, and with that, i could do everything. I even made cool music in GarageBand and nothing was lagging for me. Now i installed Yosemite... Everything is lagging. Scrolling seems like it happens around 10 FPS. That aint good man. Memory cleaner says around 1gb ram free when only the finder is running in the background (before it did around 2). I just uninstalled Memory Cleaner o I'm not looking at that little amount of memory. I don't know what to do now? I would appreciate it, if someone would help me. Otherwise, ill just wait for a new update.

    Since it's new I would take it back for repair or exchange under your warranty before bothering to read further.
    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    4. Reinstall Yosemite: Reboot from the Recovery HD. Select Reinstall OS X from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    5. Reinstall Yosemite from Scratch:
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    How to Clean Install OS X Yosemite
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Unwanted visual artifacts with mastered DVD

    My mastered DVD has unwanted visual artifacts resulting from a video recording of a dance recital that contained taped markings on a stage floor   This visual disturbance does not appear with raw footage or compressed file but only with mastered DVD.  Tried changing field order with each subsequent build but still get wavy lines that fluctuate.  Any one dealt with similar situation before?  Any suggestions?

    We had the same issues with artifacts which appeared wavy, especially during fast movements.  We read several forums and attempted different methods with no results to solve the issue.  Finally, we discovered a solution!
    We use Adobe Premiere CC and 6.
    Recorded footage AVCHD 1080i
    AVCHD 1080i30 (60i)
    Make sure you have your footage in the correct editing sequence setting. 
    When exporting the auto settings appeared to compress the footage in interlace format which made artifacts on the screen on a progressive TV.
    In Premiere Export in MPEG2 (Not MPEG2-DVD)
    Select HDTV 1080p 29.97 High Quality (Or the format you recorded at but select P for progressive)
    Export your video.
    Afterwards import into Encore or your DVD authoring program.
    Unfortunately, if your using Premiere with the dynamic link option to connect from Premiere to Encore there's a known bug that prevents from fixing this issue.
    For an average dance recital the compressed file should be larger than the 4.7GB DVD size but once imported into Encore the program should allow the footage to fit onto the DVD. Otherwise, depending on your program you may need to change your export compressing settings to allow for the video to fit.

  • How does one install a express sql server to run with Visual Web Developer 2008?

    I successfully installed .NET framework v 3.5 and VWD 2008 on a new Vista laptop. When I want to add a Sql Server database to a website, errors tell me to install SS 2005 Express. MSDN SS 2005 Express download tells me I MUST  first install .NET framework v 2.0 before SS 2005. When I try to install framework v 2.0, I'm sent to v. 3.5 and no way to download SS 2005.
    How does one install a express sql server to run with Visual Web Developer 2008?   

    Momark,
    Do you still need help with this?
    Thank you!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • I have an Apple Cin HD Display 23" monitor, purchased in 2006.  I use it with a old PC (2007) running Win XP.  Works fine.  Can this monitor be used with a new PC with Intel 4th gen i5 processor, running Win 8.1?

    I have an Apple Cin HD Display 23" monitor (part no. M9178LL/A), purchased in 2006.  I use it with an old PC (2007) running Windows XP.  Works fine.  Can this monitor be used with a new PC with Intel 4th gen i5 or i7 processor, running Win 8.1?

    I have an Apple Cin HD Display 23" monitor (part no. M9178LL/A), purchased in 2006.  I use it with an old PC (2007) running Windows XP.  Works fine.  Can this monitor be used with a new PC with Intel 4th gen i5 or i7 processor, running Win 8.1?

  • Hi plz help me here .. I update my macbook air running with Mac 10.8.5 to yosemite and it will take too long to shut down and when stars it will like its gonig update?

    Hi plz help me here .. I update my macbook air running with Mac 10.8.5 to yosemite and it will take too long to shut down and when stars it will like its gonig update?

    More information would be helpful.

  • If I upgrade my iOS from 5.1 to 6.0 then do I have to upgrade my Xcode also? So my question is all my old Xcode project which I have tried with Xcode 4.3.2 will be still there because I do not want to destroy them.

    I have xcode 4.3.2 and  iOS simulator Version 5.1 (272.21). But this course is on iOS 6. If I upgrade my iOS from 5.1 to 6.0 then do I have to upgrade my Xcode also? So my question is all my old Xcode project which I have tried with Xcode 4.3.2 will be still there because I do not want to destroy them.
    I have a MacBook Pro (Software Mac OS X Lion 10.7.5 (11G63b). Please let me know about upgrading iOS version so that I will be able to do the class project.

    To program for iOS 6, you need iOS 6 SDK. You need to download Xcode 4.5.x. But don't worry. All your previous projects are still alive and you are able to open them in the new Xcode.

Maybe you are looking for

  • Apple TV jerky and audio sync mavericks

    Apple TV with Mavericks, was working fine before update, now it is very jerky and sound does not sync in mirror or extended desktop

  • Oracle 9.2.0.1.0 installation problem

    Hi, When i am trying to install 9i version on linux after 17% at copying of file naeet.o installation get stucked. Please help me for fix this issue. thanks Nirav

  • Measurementproblems with NI USB-6008 in Visual C++ 6.0

    Hi, I'm trying to read some data from this device, but I'm sill in trouble with it. With this code I get a few values, but then I get the following error: DAQmx Error: Attempted to read samples that are no longer available. The requested sample was p

  • IMac displays a black screen during installation of Windows 7

    I tried to install windows 7 on my imac 27" but imac displays a black screen during installation of windows 7. I also tried to install it as apples instruction of http://support.apple.com/kb/ts3173 but it failed. Any solution please.. thanks I have a

  • Asking for Lights out Management?

    Running 10 iMacs & 10 Min Macs. We can lock, restart, power off, control, all of that. But as soon as we try to power on from shutdown, it comes up with ARD not active, and Lights out management not supported. Obviously LOM has been discountinued wit