ImageMagick 'import' command returning mostly black images

I've been having this issue on my desktop running Arch, and now it's happening on my netbook running a fresh install of ArchBang, so I figured it's time to get help.  I've been using ImageMagick's 'import' command to take screenshots, and they all come out somewhat like this.
http://imgur.com/8W1g2
I'm using the command 'import root ~/screenshot.png', which lets me select a box to capture.
It seems that unless I make the box over the same window that I ran the command from, I get nothing but black, and if I do make the box over the same window, I get something like the image linked above.
Both machines are running OpenBox.  The netbook is using intel drivers, and the desktop is using ati catalyst, and neither are having any video issues.  I really don't know what could be causing this issue.

Sotanaht wrote:I've been using it both in a terminal and in a Python app I've been working on, and my system is fully up-to-date.  I just tried testing the screenshot tool that comes with ArchBang, and it works.  It uses "scrot -s " to take the screenshot, so I think I'll just use that from now on.  I wonder what could be causing the black screenshots though.
Maybe I've uncovered part of the problem. I just used the import command to take a screenshot; it shows up okay in sxiv, but then when I edit it in Gimp I get the message:
GIMP wrote:
PNG Image Message
The PNG file specifies an offset that caused the layer to be positioned outside the image.
Indeed, in gimp I see a yellow anttrail (for the image) sitting outside the checkered background area.
IOW, IMO, it's an imagemagick bug.

Similar Messages

  • Why does USB Snap.vi return a black image?

    I am using the USB camera drivers/tools to perform a snap acquire with a Logitech Quick Cam Chat.  If I use the Snap.vi example file in LabVIEW 7.1\examples\IMAQ\imaqUSB examples.llb I get a blank (black) image.  But if I add a for loop in the first frame of the sequence around the snap function and do about 5 iterations before outputing the image to a display everything seems fine.  It seems that i need to do at least 4-5 iterations to get a clean image.  I would like to know whay I can't just do a single snap iteration.
    Thanks
    Dan Berry
    Faculty Research Assistant
    Oregon State University

    IMAQdx Snap is included in the Vision Acquisition Software package (the $400 version I mentioned previously).  
    There is a very old KB article that references a list of all the VIs in the package.  The better way to find that list is in the help files:
    If you want to try out the software, you can download it and use it in eval mode for 30 days or so... 
    Greg
    Certifed LabVIEW Developer

  • ** Reduce jpg file size...returns black image

    Hey Guys,
    I have this function to reduce the image file size.
    It works but returns a black image when I view it.
    This code is what I have found on other boards...I just can't seem to get it to work..
    Any ideals??
    Phil
    ======================================
                     try
                         FileInputStream inFile = new FileInputStream(imagePathName);
                         ImageIcon imageIcon = new ImageIcon(imagePathName);                    
                         Image image = imageIcon.getImage();                    
                         int height = image.getHeight(null);
                         int width  = image.getWidth(null);                    
                         if(height > MAX_HEIGHT || width > MAX_WIDTH)
                             //See which one was over the most by percentage
                             float widthOver  = (float)(height - MAX_HEIGHT) / (float)MAX_HEIGHT;
                             float heightOver = (float)(width - MAX_WIDTH) / (float)MAX_WIDTH;         
                             int newWidth;
                             int newHeight;                        
                             if(widthOver > heightOver)
                                 float ratio = (float)MAX_HEIGHT / (float)height;                            
                                 newWidth = (int)(width * ratio);         
                                 newHeight = MAX_HEIGHT;
                             else
                                 float ratio = (float)MAX_HEIGHT / (float)height;                            
                                 newWidth = (int)(width * ratio);         
                                 newHeight = MAX_HEIGHT;
                             System.out.println("Original size was: width = " + width + "  height = " + height);
                             System.out.println("New size is: width = " + newWidth + "  height = " + newHeight);                        
                             System.out.println("Phil -- New size is: width ---> " + newWidth + "  height ----> " + newHeight);                 
                             Image newImage = image.getScaledInstance(newWidth, newHeight, Image.SCALE_SMOOTH);
                             //============================
                             try
                                 BufferedImage bufferedImage = createBufferedImage(newImage,newWidth,newHeight);                                                                               
                                 try
                                     File file77 = new File("newimage_ps.jpg");
                                     ImageIO.write(bufferedImage, "jpg", file77);
                                    catch (IOException ioe)
                                      System.out.println("IOExcepotion caught: " + ioe.toString());
                             catch (Exception buffError)
                                 System.out.println("IOExcepotion BufferedImage: " + buffError.toString());
                     catch(IOException ioe)
                         System.out.println("IOException reading: " + imagePathName + "\n" + ioe.toString());
    // ==============================================================                
        static public BufferedImage createBufferedImage(Image imageIn, int pass_newWidth, int pass_newHeight )
               System.out.println(" " );     
                 System.out.println("+++++ imageIn   " + imageIn.getWidth(null) ); 
                 System.out.println("pass_newWidth " + pass_newWidth);
               System.out.println(" " );     
    //          BufferedImage bufferedImageOut = new BufferedImage(imageIn.getWidth(null),
    //                                                             imageIn.getHeight(null),
    //                                                             BufferedImage.TYPE_INT_RGB);
              BufferedImage bufferedImageOut = new BufferedImage(pass_newWidth,
                                                 pass_newHeight,
                                                                 BufferedImage.TYPE_INT_RGB);         
              // Graphics g = bufferedImageOut.getGraphics();
              Graphics2D g2 = bufferedImageOut.createGraphics();
              g2.drawImage(imageIn, 0, 0, null);
             // g.drawImage(imageIn, 0, 0, null);
              return bufferedImageOut;
        }     

    >
    Hi Andrew,
    Thanks for your reply..Your links sent me to this ...
    Page Not Found
    We are sorry, the page you have requested was not found on our system. >Ahh. That is because I foolishly hand edited those links and did not check them. They included 'api' twice.
    In any case they were simply the links to the javadocs for those two classes.
    Search [google for bytearrayoutputstream|http://www.google.com.au/search?hl=en&q=bytearrayoutputstream&meta=] and you will end up in the same or similar place.
    As to using them, you simply put an appropriate ByteArray stream in place of the other streams (e.g. File based) that you were using.
    I'd have to search for an actual example, but you could do the same (probably faster).
    Edit 1:
    Adding 'imageio' to 'bytearrayoutputstream' as a search led to this as top hit [Memory Efficiency of BufferedImage and ImageIO|http://forum.java.sun.com/thread.jspa?threadID=5261937&tstart=0].
    Edited by: AndrewThompson64 on Jul 6, 2008 2:37 PM

  • Importing black images from my 4s on to iphoto

    Hey there
    can anyone help me with an issue on iphoto? recently im importing some photos from my 4s and some of them are coming up as black images on my iphoto ....
    does any one else have this issue ?
    ive tried doing the repair library on i photo by pressing command + ALT but it hasnt improved it....
    can any one recommend any options for me  ?
    Thanks alot
    Wayne

    Do you have a passcode lock on your iphone? I have a 4s and many of my photos turn up black in iPhoto.
    I THINK that this happens because you take photos without unlocking your phone, so you technically "wouldn't have pemissions" on those photos. I only think this because I sometimes need to take a quick picture and don't unlock my phone, and those are the photos that are black on iPhoto.
    I also tried repairing my library, but nothing.  I guess we must wait.

  • Encore CS4 asset import creates black images

    Running Encore CS4 on Win 7 32-bit;   4GB RAM,  Radeon 7750 graphics
    If I do an Import of assets, namely a bunch of standard, out of camera jpegs, about 2.5-4MB in size, then CS4 imports them but anywhere from 10-100% of them will just be black images.  
    Only solution I've found is to clear out the bad ones, save, close project, re-open project, re-import.  Sometimes you can only import them one at a time without going through a close/open project step.  Just clearing the image and trying to re-import without  closing the project never works.
    Worse - after re-opneing the project, sometimes some of the 'good' images have gone black and have to be re-imported.
    Never had this problem with Encore 2.0.
    Not having this problem with Encore CS3, but a CS3 project opened in CS4 also displays a bunch of black images which were OK in CS3.
    So 2 questions
    - anybody seen CS4 being so stupid as this? and have a real fix? (as it took me 4 hours to add 60 images yesterday, which is ridiculous)
    -  given CS3 seems to work (and opens projects much faster), is ther any downside to staying on CS3?

    The links below are about editing, not authoring, but may help
    Pictures that are "overly" large may cause video editing problems
    Photo Scaling for Video http://forums.adobe.com/thread/450798
    -HiRes Pictures to DVD http://forums.adobe.com/thread/1187937?tstart=0
    -PPro Crash http://forums.adobe.com/thread/879967

  • One of my imported MOV files turns "black" after editing with it for a time and I can't retrieve the images. This has happened three times, only this file. The placeholder is still there. Files are fine on hard drive. What gives? how to stop this?

    One of my imported MOV files turns "black" after editing with it for a time and I can't retrieve the images. This has happened three times, only this file. The placeholder is still there. Files are fine on hard drive. What gives? how to stop this? is in final cut pro 10.1.4

  • I have the Photoshop Elements 11 and when I use the stamp effect the image becomes totally black. It used to have my line drawing in white, now, just a black image. I need the stamp effect. also, most other effects simply crash the program.

    I have the Photoshop Elements 11 and when I use the stamp effect the image becomes totally black. It used to have my line drawing in white, now, just a black image. I need the stamp effect. also, most other effects simply crash the program.

    Which operating system are you using?
    Some filters like Filter>Sketch>Stamp need to have two different colors for the Foreground and Background set in the toolbox.
    Press the D key to set the default toolbox color swatches to Black and White and then try the Stamp filter.
    If your using mac os x 10.9 or 10.10, then some of the filters under Filter>Sketch will crash pse 11
    They are Filter>Sketch>Comic, Graphic Novel and Pen and Ink
    Otherwise resetting the pse11 editor preferences might resolve the crashing.
    Go to Photoshop Elements Editor(Edit)>General, click on Reset Preferences on Next Launch and then restart the pse 11 editor

  • Mount CD/Image failed: mount command returned 0xc059

    Hi
    When i try to open a ISO Image or insert a DVD, then sometimes the error "no mountable filesystems" occour.
    This happens not with every CD/DVD but always with the same.
    I think only when the disk has both a windows/iso9600 and a mac/hfs filesystem.
    Also this happens on my iMac27 AND MacBookPro15 (both upgraded from 10.6 to 10.7) but NOT on my new iMac27 (native 10.7)
    I tried to mount it manually with "sudo hdiutil attach -verbose -debug /dev/disk1" and get some debug info.
    On the failing machines i see the entry: mount command returned 0xc059 ... and
    on the working machine there is: mount command returned 0x0
    Maybe there went something wrong with the upgrade?
    Is there a way to fix it without re-installing 10.7 and loosing all settings/programs?
    Thank you,
    matthias
    DEBUG OUTPUT:
    calling DIHLDiskImageAttach with
    image-options:
    debug: true
    quiet: false
    drive-options:
    main-url: file://localhost/dev/disk1
    verbose: true
    agent: hdiutil
    2011-10-24 17:32:53.225 hdiutil[329:d07] DIHLDiskImageAttach: input dictionary {
        agent = hdiutil;
        debug = 1;
        "drive-options" =     {
        "image-options" =     {
        "main-url" = "file://localhost/dev/disk1";
        quiet = 0;
        verbose = 1;
    2011-10-24 17:32:53.227 hdiutil[329:d07] DIHLDiskImageAttach: disabling legacy image format attach
    2011-10-24 17:32:53.227 hdiutil[329:d07] DIHLDiskImageAttach: newImagekeys = {
        "legacy-disabled" = 1;
    2011-10-24 17:32:53.228 hdiutil[329:d07] DIHLDiskImageAttach: creating DIHelperProxy
    2011-10-24 17:32:53.228 hdiutil[329:d07] with dictionary: {
        agent = hdiutil;
        debug = 1;
        "drive-options" = <62706c69 73743030 d0080000 00000000 01010000 00000000 00010000 00000000 00000000 00000000 0009>;
        "image-options" = <62706c69 73743030 d101025f 100f6c65 67616379 2d646973 61626c65 6409080b 1d000000 00000001 01000000 00000000 03000000 00000000 00000000 00000000 1e>;
        "main-url" = "file://localhost/dev/disk1";
        operation = DIHelperAttach;
        quiet = 0;
        verbose = 1;
    2011-10-24 17:32:53.229 hdiutil[329:d07] [DIHelperProxy alloc]
    2011-10-24 17:32:53.229 hdiutil[329:d07] [DIHelperProxy alloc] returning self 0x102f35de0, retainCount 1
    2011-10-24 17:32:53.230 hdiutil[329:d07] DIHLDiskImageAttach: running DIHelperProxy
    2011-10-24 17:32:53.230 hdiutil[329:d07] [DIHelperProxy performOperationReturning] entry
    2011-10-24 17:32:53.231 hdiutil[329:d07] [DIHelperProxy performOperationReturning] detaching thread
    2011-10-24 17:32:53.231 hdiutil[329:2803] [DIHelperProxy workerThread] entry
    2011-10-24 17:32:53.232 hdiutil[329:2803] [DIHelperProxy workerThread] setting up server
    2011-10-24 17:32:53.232 hdiutil[329:2803] [DIHelperProxy threadSetupServer] entry
    2011-10-24 17:32:53.233 hdiutil[329:2803] [DIHelperProxy threadSetupServer] setting up _headerConnection
    2011-10-24 17:32:53.234 hdiutil[329:2803] [DIHelperProxy threadSetupServer] setting up _headerConnection rootObject
    2011-10-24 17:32:53.234 hdiutil[329:2803] [DIHelperProxy threadSetupServer] adding NSConnectionDidInitializeNotification notification
    2011-10-24 17:32:53.235 hdiutil[329:2803] [DIHelperProxy threadSetupServer] exiting
    2011-10-24 17:32:53.235 hdiutil[329:2803] [DIHelperProxy workerThread] launching
    2011-10-24 17:32:53.236 hdiutil[329:2803] [DIHelperProxy threadLaunchToolAuthenticated] entry
    2011-10-24 17:32:53.237 hdiutil[329:2803] launching helper tool at "/System/Library/PrivateFrameworks/DiskImages.framework/Resources/diskimages-he lper".
    2011-10-24 17:32:53.238 hdiutil[329:2803] [DIHelperProxy threadLaunchToolAuthenticated] adding NSTaskDidTerminateNotification notification
    2011-10-24 17:32:53.239 hdiutil[329:2803] [DIHelperProxy thread LaunchToolAuthenticated] launching
    2011-10-24 17:32:53.240 hdiutil[329:2803] [DIHelperProxy threadLaunchToolAuthenticated] exiting
    2011-10-24 17:32:53.241 hdiutil[329:2803] [DIHelperProxy workerThread] running runloop
    2011-10-24 17:32:53.265 hdiutil[329:2803] [DIHelperProxy helperConnectionInitialized] entry
    2011-10-24 17:32:53.266 hdiutil[329:2803] [DIHelperProxy helperConnectionInitialized] adding new NSConnectionDidDieNotification notification
    2011-10-24 17:32:53.266 hdiutil[329:2803] [DIHelperProxy helperConnectionInitialized] removing old NSConnectionDidDieNotification notification
    2011-10-24 17:32:53.267 hdiutil[329:2803] [DIHelperProxy helperConnectionInitialized] removing old connection rootObject
    2011-10-24 17:32:53.267 hdiutil[329:2803] [DIHelperProxy helperConnectionInitialized] invalidating old connection
    2011-10-24 17:32:53.268 hdiutil[329:2803] [DIHelperProxy helperConnectionInitialized] releasing old connection
    2011-10-24 17:32:53.268 hdiutil[329:2803] [DIHelperProxy helperConnectionInitialized] and replacing with new connection
    2011-10-24 17:32:53.269 hdiutil[329:2803] [DIHelperProxy helperConnectionInitialized] exit
    2011-10-24 17:32:53.271 hdiutil[329:2803] [DIHelperProxy connectToFramework] entry, helper 0x7fd00290ab40
    2011-10-24 17:32:53.271 hdiutil[329:2803] [DIHelperProxy connectToFramework] exit
    2011-10-24 17:32:53.372 hdiutil[329:2803] [DIHelperProxy sendOperationToHelper] entry
    2011-10-24 17:32:53.373 hdiutil[329:2803] [DIHelperProxy sendOperationToHelper] starting operation with helper
    2011-10-24 17:32:53.378 hdiutil[329:2803] [DIHelperProxy sendOperationToHelper] exit
    2011-10-24 17:32:53.384 hdiutil[329:2803] [DIHelperProxy frameworkCallbackWithDictionary] entry
    status proc called: initialize
    Initialisieren …
    myStatusProc: returning 0
    2011-10-24 17:32:53.385 hdiutil[329:2803] [DIHelperProxy frameworkCallbackWithDictionary] exit
    2011-10-24 17:32:53.387 diskimages-helper[331:2503] updateImageAndDriveDictionaries: before update _imageOptions: {
        "enable-keychain" = 1;
    2011-10-24 17:32:53.388 diskimages-helper[331:2503] updateImageAndDriveDictionaries: _imageOptions: {
        "enable-keychain" = 1;
        "legacy-disabled" = 1;
    2011-10-24 17:32:53.388 diskimages-helper[331:2503] _driveOptions: {
        autodiskmount = 1;
        "unmount-timeout" = 0;
    2011-10-24 17:32:53.388 diskimages-helper[331:2503] DIHelperAttach: performOperation: initializing framework
    2011-10-24 17:32:53.388 diskimages-helper[331:2503] {
        agent = hdiutil;
        "auto-fsck-failure-override-type" = callback;
        "auto-open-ro-root" = 0;
        "auto-open-rw-root" = 0;
        "auto-stretch" = 0;
        "bundlebs-checkpointing" = 0;
        "bundlebs-localcloseonflush" = 0;
        "bundlebs-localcloseonidle" = 0;
        "bundlebs-localcloseonsleep" = 0;
        "bundlebs-localfdcount" = 6;
        "bundlebs-remotecloseonflush" = 0;
        "bundlebs-remotecloseonidle" = 0;
        "bundlebs-remotecloseonsleep" = 0;
        "bundlebs-remotefdcount" = 3;
        "burn-apple-supported-devices-only" = 0;
        "burn-no-underrun-protection" = 0;
        "burn-synthesize-content" = 1;
        "bzip2-level" = 0;
        "callback-with-sla" = 1;
        debug = 1;
        "disable-encrypted-images" = 0;
        "disable-kernel-mounting" = 1;
        "disable-owners" = 0;
        "drive-options" = <62706c69 73743030 d0080000 00000000 01010000 00000000 00010000 00000000 00000000 00000000 0009>;
        "enable-owners" = 0;
        "filevault-default-case-sensitive-file-system" = "Case-sensitive Journaled HFS+";
        "filevault-default-encryption-type" = "AES-128";
        "filevault-default-file-system" = "Journaled HFS+";
        "filevault-default-image-type" = SPARSEBUNDLE;
        "filevault-default-partition-type" = SPUD;
        "filevault-default-volume-name" = FileVault;
        "force-idme" = 0;
        "hfsplus-stretch-parameters" =     {
            "hfsplus-stretch-allocation-block-size" = 4096;
            "hfsplus-stretch-allocation-file-size" = 8388608;
            "hfsplus-stretch-threshold" = 524288;
        "idle-timeout" = 15;
        "ifd-format" = UDZO;
        "ifd-ignore-io-errors" = 1;
        "ifd-segment-size" = 0;
        "iff-format" = UDZO;
        "iff-fs" = "HFS+";
        "iff-layout" = SPUD;
        "iff-source-owners" = auto;
        "iff-spotlight-indexing" = 0;
        "iff-temp-sparse-band-size" = 20480;
        "iff-temp-use-rw-if-possible" = 1;
        "iff-usehelper" = 1;
        "ignore-bad-checksums" = 0;
        "image-options" = <62706c69 73743030 d101025f 100f6c65 67616379 2d646973 61626c65 6409080b 1d000000 00000001 01000000 00000000 03000000 00000000 00000000 00000000 1e>;
        "main-url" = "file://localhost/dev/disk1";
        "mount-attempted" = 1;
        "mount-point" = "/Volumes/";
        "mount-private" = 0;
        "mount-required" = 1;
        "mount-type" = in;
        "nbi-spotlight-indexing" = 0;
        operation = DIHelperAttach;
        "progress-delay" = 5;
        "pthread-reader-cap" = 4;
        quiet = 0;
        "reauthenticate-upon-wake" = 1;
        "skip-auto-fsck-for-system-images" = 1;
        "skip-idme" = 1;
        "skip-idme-reveal" = 0;
        "skip-idme-trash" = 0;
        "skip-previously-verified" = 1;
        "skip-sla" = 0;
        "skip-verify" = 0;
        "skip-verify-locked" = 0;
        "skip-verify-remote" = 1;
        "sparsebundle-compactonidle" = 0;
        "suppress-uiagent" = 1;
        "unmount-timeout" = 0;
        "use-compressed-xml" = 0;
        "use-keychain" = 1;
        verbose = 1;
        "zlib-level" = 1;
    DILoadDriver: checking for disk image driver
    DILoadDriver: DI_kextExists() returned 0x00000000 (0)
    DIIsInitialized: returning NO
    2011-10-24 17:32:53.393 diskimages-helper[331:2503] -checkForPreviouslyAttachedImage: entry
    2011-10-24 17:32:53.393 diskimages-helper[331:2503] imageURL file://localhost/dev/disk1
    2011-10-24 17:32:53.393 diskimages-helper[331:2503] shadowURL (null)
    2011-10-24 17:32:53.393 diskimages-helper[331:2503] sectionStart (null) sectionLength (null)
    2011-10-24 17:32:53.393 diskimages-helper[331:2503] checkForPreviouslyAttachedImage: setting legacy-disabled to 1
    DIIsInitialized: returning YES
    DIBackingStoreNewWithCFURL: entry with
    file://localhost/dev/disk1
    skip-permissions-check: true
    legacy-disabled: true
    DIBackingStoreInstantiatorProbe: entry
    file://localhost/dev/disk1
    skip-permissions-check: true
    legacy-disabled: true
    DIBackingStoreInstantiatorProbe: probing interface 0 CBSDBackingStore
    CBSDBackingStore::newProbe score 100 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  0, score      100, CBSDBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 1 CBundleBackingStore
    CBundleBackingStore::newProbe score -1000 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  1, score    -1000, CBundleBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 2 CRAMBackingStore
    CRAMBackingStore::probe: scheme "file": not ram: or ramdisk: scheme.
    CRAMBackingStore::probe: score -1000 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  2, score    -1000, CRAMBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 3 CCarbonBackingStore
    CCarbonBackingStore::newProbe: setting initial rval to +100
    CCarbonBackingStore::newProbe: cannot get FSRef, rval=-1000
    CCarbonBackingStore::newProbe FSPathMakeRef() failed.  -36.
    CCarbonBackingStore::newProbe score -1000 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  3, score    -1000, CCarbonBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 4 CDevBackingStore
    CDevBackingStore::newProbe score 900 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  4, score      900, CDevBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 5 CCURLBackingStore
    CCURLBackingStore::probe: scheme is: file
    CCURLBackingStore::probe: not recognized URL scheme.
    CCURLBackingStore::probe: score -1000 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  5, score    -1000, CCURLBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 6 CVectoredBackingStore
    CVectoredBackingStore::newProbe not "vectored" scheme.
    CVectoredBackingStore::newProbe score -1000 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  6, score    -1000, CVectoredBackingStore
    DIBackingStoreInstantiatorProbe: selecting CDevBackingStore
    DIBackingStoreNewWithCFURL: CDevBackingStore
    CDevBackingStore::setURL_Permissions_and_OpenFile: url, path, extension, device inode are set
    CDevBackingStore::setPermission: entry with request 0
    CBSDBackingStore::setPermission: opening /dev/rdisk1
    CBSDBackingStore::OpenLockFriendly: mapping flags 0x00000002 -> 0x00000026 (locks are MANDATORY)
    CBSDBackingStore:OpenLockFriendly: could not open with lock 13
    CBSDBackingStore::OpenLockFriendly: mapping flags 0x00000000 -> 0x00000014 (locks are MANDATORY)
    CBSDBackingStore::OpenLockFriendly: setting F_SETBACKINGSTORE
    CBSDBackingStore::OpenLockFriendly: F_SETBACKINGSTORE retured errno = 22
    (RO lock acquired)
    CBSDBackingStore::setPermission: kDI_PERM_READONLY granted.
    CDevBackingStore::setPermission: CBSDBackingStore granted kDI_PERM_READONLY.
    CDevBackingStore::setURL_Permissions_and_OpenFile: permission granted kDI_PERM_READONLY.
    CDevBackingStore::setURL_Permissions_and_OpenFile: dev is open
    CDevBackingStore::_grabDeviceInfo: got block size
    CDevBackingStore::_grabDeviceInfo: got max read transfer
    CDevBackingStore::_grabDeviceInfo: got max write transfer
    CDevBackingStore::_grabDeviceInfo: got block count
    CDevBackingStore device size is 0x0000000070098000 (1879670784) bytes
    CDevBackingStore block size is 0x00000800 (2048) bytes
    CDevBackingStore device size is 0x000E0130 (917808) blocks
    CDevBackingStore max read transfer size is 0x0000FFFF (65535) blocks
    CDevBackingStore max write transfer size is 0x0000FFFF (65535) blocks
    DIBackingStoreNewWithCFURL: instantiator returned 0
    DIBackingStoreNewWithCFURL: returning 0
    2011-10-24 17:32:53.395 diskimages-helper[331:2503] -checkForPreviouslyAttachedImage: resolving file://localhost/dev/disk1 returned 0
    2011-10-24 17:32:53.396 diskimages-helper[331:2503] -checkForPreviouslyAttachedImage: imageUID (
        "d201430344:i613"
    ) shadowUID (null)
    2011-10-24 17:32:53.397 diskimages-helper[331:2503] DIHelperAttach: performOperation: resolving disk image
    DIIsInitialized: returning YES
    DIIsInitialized: returning YES
    DIBackingStoreNewWithCFURL: entry with
    file://localhost/dev/disk1
    image-path: /dev/disk1
    enable-keychain: true
    legacy-disabled: true
    DIBackingStoreInstantiatorProbe: entry
    file://localhost/dev/disk1
    image-path: /dev/disk1
    enable-keychain: true
    legacy-disabled: true
    DIBackingStoreInstantiatorProbe: probing interface 0 CBSDBackingStore
    CBSDBackingStore::newProbe score 100 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  0, score      100, CBSDBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 1 CBundleBackingStore
    CBundleBackingStore::newProbe score -1000 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  1, score    -1000, CBundleBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 2 CRAMBackingStore
    CRAMBackingStore::probe: scheme "file": not ram: or ramdisk: scheme.
    CRAMBackingStore::probe: score -1000 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  2, score    -1000, CRAMBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 3 CCarbonBackingStore
    CCarbonBackingStore::newProbe: setting initial rval to +100
    CCarbonBackingStore::newProbe: cannot get FSRef, rval=-1000
    CCarbonBackingStore::newProbe FSPathMakeRef() failed.  -36.
    CCarbonBackingStore::newProbe score -1000 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  3, score    -1000, CCarbonBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 4 CDevBackingStore
    CDevBackingStore::newProbe score 900 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  4, score      900, CDevBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 5 CCURLBackingStore
    CCURLBackingStore::probe: scheme is: file
    CCURLBackingStore::probe: not recognized URL scheme.
    CCURLBackingStore::probe: score -1000 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  5, score    -1000, CCURLBackingStore
    DIBackingStoreInstantiatorProbe: probing interface 6 CVectoredBackingStore
    CVectoredBackingStore::newProbe not "vectored" scheme.
    CVectoredBackingStore::newProbe score -1000 for file://localhost/dev/disk1
    DIBackingStoreInstantiatorProbe: interface  6, score    -1000, CVectoredBackingStore
    DIBackingStoreInstantiatorProbe: selecting CDevBackingStore
    DIBackingStoreNewWithCFURL: CDevBackingStore
    CDevBackingStore::setURL_Permissions_and_OpenFile: url, path, extension, device inode are set
    CDevBackingStore::setPermission: entry with request 0
    CBSDBackingStore::setPermission: opening /dev/rdisk1
    CBSDBackingStore::OpenLockFriendly: mapping flags 0x00000002 -> 0x00000026 (locks are MANDATORY)
    CBSDBackingStore:OpenLockFriendly: could not open with lock 13
    CBSDBackingStore::OpenLockFriendly: mapping flags 0x00000000 -> 0x00000014 (locks are MANDATORY)
    CBSDBackingStore::OpenLockFriendly: setting F_SETBACKINGSTORE
    CBSDBackingStore::OpenLockFriendly: F_SETBACKINGSTORE retured errno = 22
    (RO lock acquired)
    CBSDBackingStore::setPermission: kDI_PERM_READONLY granted.
    CDevBackingStore::setPermission: CBSDBackingStore granted kDI_PERM_READONLY.
    CDevBackingStore::setURL_Permissions_and_OpenFile: permission granted kDI_PERM_READONLY.
    CDevBackingStore::setURL_Permissions_and_OpenFile: dev is open
    CDevBackingStore::_grabDeviceInfo: got block size
    CDevBackingStore::_grabDeviceInfo: got max read transfer
    CDevBackingStore::_grabDeviceInfo: got max write transfer
    CDevBackingStore::_grabDeviceInfo: got block count
    CDevBackingStore device size is 0x0000000070098000 (1879670784) bytes
    CDevBackingStore block size is 0x00000800 (2048) bytes
    CDevBackingStore device size is 0x000E0130 (917808) blocks
    CDevBackingStore max read transfer size is 0x0000FFFF (65535) blocks
    CDevBackingStore max write transfer size is 0x0000FFFF (65535) blocks
    DIBackingStoreNewWithCFURL: instantiator returned 0
    DIBackingStoreNewWithCFURL: returning 0
    DIResolveURLToBackingStore: processing level 1 encodings.
    DIFileEncodingNewWithBackingStore: entry for encoding level 1
    DIFileEncodingInstantiatorProbe: entry for level 1
    image-path: /dev/disk1
    enable-keychain: true
    legacy-disabled: true
    DIFileEncodingInstantiatorProbe: probing level 1 interface 0 CMacBinaryEncoding
    00000000: 4552 0200 0038 048c 0001 0001 0000 0000   | ER...8.......... |
    00000010: 0000 0000 0000 0000 0000 0000 0000 0000   | ................ |
    (repeated 6 times)
    diskimages-helper: fileNameLength          $00000052
    diskimages-helper: resourceForkLength      $00000000
    diskimages-helper: dataForkLength          $00000000
    diskimages-helper: commentLength           $00000000
    diskimages-helper: MacBinary III signature        (0x00000000)
    diskimages-helper: header CRC              $00000000
    diskimages-helper: minimum decoder version $00000000
    diskimages-helper: encoder version         $00000000
    no MacBinary III signature - checking for MacBinary I or IIDIFileEncodingInstantiatorProbe: interface  0, score    -1000, CMacBinaryEncoding
    DIFileEncodingInstantiatorProbe: probing level 1 interface 1 CAppleSingleEncoding
    00000000: 0002 5245 8c04 3800 0001 0001 0000 0000   | ..RE..8......... |
    00000010: 0000 0000 0000 0000 0000 0000 0000 0000   | ................ |
    00000020: 0000 0000 0000 .... .... .... .... ....   | ................ |
    CAppleSingleEncoding::isAppleSingleFile loadAppleSingleHeader failed with error 22
    DIFileEncodingInstantiatorProbe: interface  1, score    -1000, CAppleSingleEncoding
    DIFileEncodingInstantiatorProbe: probing level 1 interface 2 CEncryptedEncoding
    CEncryptedEncoding::copyHeaderInformation: inBackingStore->openDataFork returned 0
    CEncryptedEncoding::copyHeaderInformation: inBackingStore->getDataForkLength (stub header) returned 0
    CEncryptedEncoding::copyHeaderInformation: backingStore data fork length is 1879670784
    CEncryptedEncoding::copyHeaderInformation: reading V1 header from offset 1879669508
    CEncryptedEncoding::copyHeaderInformation: inBackingStore->readDataFork (stub header) returned 0
    CEncryptedEncoding::copyHeaderInformation: not recognized as v1 header
    CEncryptedEncoding::copyHeaderInformation: reading V2 header from offset 0
    CEncryptedEncoding::copyHeaderInformation: inBackingStore->readDataFork (stub header) returned 0
    CEncryptedEncoding::copyHeaderInformation: not recognized as v2 header
    (null)
    DIFileEncodingInstantiatorProbe: interface  2, score    -1000, CEncryptedEncoding
    DIFileEncodingInstantiatorProbe: nothing to select.
    DIFileEncodingNewWithBackingStore: probe fails to find appropriate CFileEncoding class.
    DIFileEncodingNewWithBackingStore: returning 109
    DIResolveURLToBackingStore: level 1 encoding match failed. 109.
    (continuing)
    DIResolveURLToBackingStore: processing level 2 encodings.
    DIFileEncodingNewWithBackingStore: entry for encoding level 2
    DIFileEncodingInstantiatorProbe: entry for level 2
    image-path: /dev/disk1
    enable-keychain: true
    legacy-disabled: true
    DIFileEncodingInstantiatorProbe: probing level 2 interface 0 CUDIFEncoding
    CUDIFEncoding::newProbe: failing because backing store is not UDIF file
    DIFileEncodingInstantiatorProbe: interface  0, score    -1000, CUDIFEncoding
    DIFileEncodingInstantiatorProbe: nothing to select.
    DIFileEncodingNewWithBackingStore: probe fails to find appropriate CFileEncoding class.
    DIFileEncodingNewWithBackingStore: returning 109
    DIResolveURLToBackingStore: level 2 encoding match failed. 109.
    (continuing)
    DIResolveURLToBackingStore: processing level 3 encodings.
    DIFileEncodingNewWithBackingStore: entry for encoding level 3
    DIFileEncodingInstantiatorProbe: entry for level 3
    image-path: /dev/disk1
    enable-keychain: true
    legacy-disabled: true
    DIFileEncodingInstantiatorProbe: probing level 3 interface 0 CSegmentedNDIFEncoding
    checkTypeCreator:     /   
    checkTypeCreator: returning     , score 0
    CSegmentedNDIFEncoding::isSegmentedNDIFFile checkTypeCreator failed
    DIFileEncodingInstantiatorProbe: interface  0, score    -1000, CSegmentedNDIFEncoding
    DIFileEncodingInstantiatorProbe: probing level 3 interface 1 CSegmentedUDIFEncoding
    CSegmentedUDIFEncoding::isSegmentedUDIFFile backing store is not of type CUDIFEncoding
    DIFileEncodingInstantiatorProbe: interface  1, score    -1000, CSegmentedUDIFEncoding
    DIFileEncodingInstantiatorProbe: probing level 3 interface 2 CSegmentedUDIFRawEncoding
    DIFileEncodingInstantiatorProbe: interface  2, score    -1000, CSegmentedUDIFRawEncoding
    DIFileEncodingInstantiatorProbe: nothing to select.
    DIFileEncodingNewWithBackingStore: probe fails to find appropriate CFileEncoding class.
    DIFileEncodingNewWithBackingStore: returning 109
    DIResolveURLToBackingStore: level 3 encoding match failed. 109.
    (continuing)
    DIIsInitialized: returning YES
    DIDiskImageNewWithBackingStore: entry with
    image-path: /dev/disk1
    enable-keychain: true
    legacy-disabled: true
    DIDiskImageInstantiatorProbe: entry
    image-path: /dev/disk1
    enable-keychain: true
    legacy-disabled: true
    DIDiskImageInstantiatorProbe: probing interface 0 CUDIFDiskImage
    CUDIFDiskImage::checkBackingStoreType: backing store is wrong type
    DIDiskImageInstantiatorProbe: interface  0, score    -1000, CUDIFDiskImage
    DIDiskImageInstantiatorProbe: probing interface 1 CSparseBundleDiskImage
    CSparseBundleDiskImage::newProbe: returning 0
    DIDiskImageInstantiatorProbe: interface  1, score        0, CSparseBundleDiskImage
    DIDiskImageInstantiatorProbe: probing interface 2 CSparseDiskImage
    DIDiskImageInstantiatorProbe: interface  2, score        0, CSparseDiskImage
    DIDiskImageInstantiatorProbe: probing interface 3 CRawDiskImage
    CRawDiskImage: checkBackingStoreType score: 100
    DIDiskImageInstantiatorProbe: interface  3, score      100, CRawDiskImage
    DIDiskImageInstantiatorProbe: probing interface 4 CDARTDiskImage
    DIDiskImageInstantiatorProbe: interface  4, score        0, CDARTDiskImage
    DIDiskImageInstantiatorProbe: probing interface 5 CDiskCopy42DiskImage
    DIDiskImageInstantiatorProbe: interface  5, score        0, CDiskCopy42DiskImage
    DIDiskImageInstantiatorProbe: probing interface 6 CNDIFDiskImage
    checkTypeCreator:     /   
    checkTypeCreator: returning     , score 0
    DIDiskImageInstantiatorProbe: interface  6, score        0, CNDIFDiskImage
    DIDiskImageInstantiatorProbe: probing interface 8 CShadowedDiskImage
    DIDiskImageInstantiatorProbe: interface  8, score     -100, CShadowedDiskImage
    DIDiskImageInstantiatorProbe: probing interface 9 CCFPlugInDiskImage
    DIDiskImageInstantiatorProbe: interface  9, score    -1000, CCFPlugInDiskImage
    DIDiskImageInstantiatorProbe: probing interface 10 CWrappedDiskImage
    DIDiskImageInstantiatorProbe: interface 10, score     -100, CWrappedDiskImage
    DIDiskImageInstantiatorProbe: selecting CRawDiskImage
    DIDiskImageNewWithBackingStore: CRawDiskImage
    checkBackingStoreType returned score 100 type *WAR
    CDevBackingStore::setPermission: entry with request 0
    CDevBackingStore::setPermission: CBSDBackingStore granted kDI_PERM_READONLY.
    DIDiskImageNewWithBackingStore: instantiator returned 0
    DIDiskImageNewWithBackingStore: returning 0
    2011-10-24 17:32:54.691 diskimages-helper[331:2503] DIHelperAttach: performOperation: resolving shadow/section options
    2011-10-24 17:32:54.691 diskimages-helper[331:2503] resolveShadowAndSectionOptions: returned 0
    2011-10-24 17:32:54.692 diskimages-helper[331:2503] DIHelperAttach: performOperation: checking in-use (1)
    2011-10-24 17:32:54.692 diskimages-helper[331:2503] performInUseVerification: the disk image is already in-use
    2011-10-24 17:32:54.694 diskimages-helper[331:2503] performInUseVerification: and a mount dictionary was found
    system-entities:
              0:
                        content-hint: Apple_partition_scheme
                        dev-entry: /dev/disk1
              1:
                        content-hint: Apple_partition_map
                        dev-entry: /dev/disk1s1
              2:
                        content-hint: Apple_HFS
                        dev-entry: /dev/disk1s2
    2011-10-24 17:32:54.695 hdiutil[329:2803] [DIHelperProxy frameworkCallbackWithDictionary] entry
    status proc called: attach
    Aktivieren …
    myStatusProc: returning 0
    2011-10-24 17:32:54.696 hdiutil[329:2803] [DIHelperProxy frameworkCallbackWithDictionary] exit
    2011-10-24 17:32:54.697 diskimages-helper[331:2503] performInUseVerification: returned 0
    2011-10-24 17:32:54.698 diskimages-helper[331:2503] DIHelperAttach: performOperation: setting up IDME
    2011-10-24 17:32:54.698 diskimages-helper[331:2503] -[DIHelperHDID initWithDiskImage:]
    2011-10-24 17:32:54.698 diskimages-helper[331:2503] enableCallbacks() entry
    2011-10-24 17:32:54.698 diskimages-helper[331:2503] enableCallbacks() call backs now enabled
    2011-10-24 17:32:54.699 diskimages-helper[331:2503] DIHelperAttach: performOperation: attaching disk image
    2011-10-24 17:32:54.699 diskimages-helper[331:2503] performAttach: entry
    2011-10-24 17:32:54.700 hdiutil[329:2803] [DIHelperProxy frameworkCallbackWithDictionary] entry
    status proc called: attach
    myStatusProc: returning 0
    2011-10-24 17:32:54.700 hdiutil[329:2803] [DIHelperProxy frameworkCallbackWithDictionary] exit
    2011-10-24 17:32:54.701 diskimages-helper[331:2503] setMountFlags: 0x3
    2011-10-24 17:32:54.701 diskimages-helper[331:2503] performAttach: calling remountReturningDictionary
    2011-10-24 17:32:54.701 diskimages-helper[331:2503] -remountReturningDictionary:
    2011-10-24 17:32:54.702 diskimages-helper[331:2503] _mountDevEntries: (DiskArb version)
    2011-10-24 17:32:54.703 diskimages-helper[331:2503] _mountDevEntries: disk1 {
        DAAppearanceTime = "341163045.763455";
        DABusName = PMP;
        DABusPath = "IODeviceTree:/PCI0@0/SATA@1F,2/PRT1@1/PMP@0";
        DADeviceInternal = 1;
        DADeviceModel = "DVD-R   UJ-898";
        DADevicePath = "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPch SeriesAHCI/PRT1@1/IOAHCIDevice@0/IOAHCISerialATAPI/IOSCSIPeripheralDeviceNub/IOS CSIPeripheralDeviceType05/IODVDServices";
        DADeviceProtocol = SATA;
        DADeviceRevision = HC10;
        DADeviceUnit = 0;
        DADeviceVendor = MATSHITA;
        DAMediaBSDMajor = 14;
        DAMediaBSDMinor = 5;
        DAMediaBSDName = disk1;
        DAMediaBSDUnit = 1;
        DAMediaBlockSize = 2048;
        DAMediaContent = "Apple_partition_scheme";
        DAMediaEjectable = 1;
        DAMediaIcon =     {
            CFBundleIdentifier = "com.apple.iokit.IODVDStorageFamily";
            IOBundleResourceFile = "DVD-R.icns";
        DAMediaKind = IODVDMedia;
        DAMediaLeaf = 0;
        DAMediaName = "MATSHITA DVD-R UJ-898 Media";
        DAMediaPath = "IODeviceTree:/PCI0@0/SATA@1F,2/PRT1@1/PMP@0/@0:0";
        DAMediaRemovable = 1;
        DAMediaSize = 1879670784;
        DAMediaType = "DVD-R";
        DAMediaWhole = 1;
        DAMediaWritable = 0;
        DAVolumeMountable = 0;
        DAVolumeNetwork = 0;
    2011-10-24 17:32:54.704 diskimages-helper[331:2503] _mountDevEntries: disk1s1 {
        DAAppearanceTime = "341163045.762737";
        DABusName = PMP;
        DABusPath = "IODeviceTree:/PCI0@0/SATA@1F,2/PRT1@1/PMP@0";
        DADeviceInternal = 1;
        DADeviceModel = "DVD-R   UJ-898";
        DADevicePath = "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPch SeriesAHCI/PRT1@1/IOAHCIDevice@0/IOAHCISerialATAPI/IOSCSIPeripheralDeviceNub/IOS CSIPeripheralDeviceType05/IODVDServices";
        DADeviceProtocol = SATA;
        DADeviceRevision = HC10;
        DADeviceUnit = 0;
        DADeviceVendor = MATSHITA;
        DAMediaBSDMajor = 14;
        DAMediaBSDMinor = 6;
        DAMediaBSDName = disk1s1;
        DAMediaBSDUnit = 1;
        DAMediaBlockSize = 2048;
        DAMediaContent = "Apple_partition_map";
        DAMediaEjectable = 1;
        DAMediaIcon =     {
            CFBundleIdentifier = "com.apple.iokit.IODVDStorageFamily";
            IOBundleResourceFile = "DVD-R.icns";
        DAMediaKind = IOMedia;
        DAMediaLeaf = 1;
        DAMediaName = MRKS;
        DAMediaPath = "IODeviceTree:/PCI0@0/SATA@1F,2/PRT1@1/PMP@0/@0:1";
        DAMediaRemovable = 1;
        DAMediaSize = 17920;
        DAMediaWhole = 0;
        DAMediaWritable = 0;
        DAVolumeMountable = 0;
        DAVolumeNetwork = 0;
    2011-10-24 17:32:54.704 diskimages-helper[331:2503] _mountDevEntries: disk1s2 {
        DAAppearanceTime = "341163045.761972";
        DABusName = PMP;
        DABusPath = "IODeviceTree:/PCI0@0/SATA@1F,2/PRT1@1/PMP@0";
        DADeviceInternal = 1;
        DADeviceModel = "DVD-R   UJ-898";
        DADevicePath = "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPch SeriesAHCI/PRT1@1/IOAHCIDevice@0/IOAHCISerialATAPI/IOSCSIPeripheralDeviceNub/IOS CSIPeripheralDeviceType05/IODVDServices";
        DADeviceProtocol = SATA;
        DADeviceRevision = HC10;
        DADeviceUnit = 0;
        DADeviceVendor = MATSHITA;
        DAMediaBSDMajor = 14;
        DAMediaBSDMinor = 7;
        DAMediaBSDName = disk1s2;
        DAMediaBSDUnit = 1;
        DAMediaBlockSize = 2048;
        DAMediaContent = "Apple_HFS";
        DAMediaEjectable = 1;
        DAMediaIcon =     {
            CFBundleIdentifier = "com.apple.iokit.IODVDStorageFamily";
            IOBundleResourceFile = "DVD-R.icns";
        DAMediaKind = IOMedia;
        DAMediaLeaf = 1;
        DAMediaName = "Toast 10.0.5 HFS+/Joliet Builde";
        DAMediaPath = "IODeviceTree:/PCI0@0/SATA@1F,2/PRT1@1/PMP@0/@0:2";
        DAMediaRemovable = 1;
        DAMediaSize = 1879592960;
        DAMediaWhole = 0;
        DAMediaWritable = 0;
        DAVolumeKind = hfs;
        DAVolumeMountable = 1;
        DAVolumeName = RockyHorror;
        DAVolumeNetwork = 0;
        DAVolumeUUID = "<CFUUID 0x7f86e960afd0> A97C9EAF-E18F-3BE3-80CD-8A8C6FB6E8E7";
    2011-10-24 17:32:54.705 diskimages-helper[331:2503] newMountPoint is going to be (null)
    2011-10-24 17:32:54.705 diskimages-helper[331:2503] _mountDevEntries: issuing mount command with URL (null)
    2011-10-24 17:32:54.705 diskimages-helper[331:2503] 0: automatic
    2011-10-24 17:32:55.069 diskimages-helper[331:2503] _mountDevEntries: mount command returned 0xc059
    2011-10-24 17:32:55.069 diskimages-helper[331:2503] -remountReturningDictionary: _remountDevEntries returned 111
    2011-10-24 17:32:55.069 diskimages-helper[331:2503] _buildReturnDictionary:
    2011-10-24 17:32:55.070 diskimages-helper[331:2503] _dictionaryFromDisk: adding (disk1): {
        "content-hint" = "Apple_partition_scheme";
        "dev-entry" = "/dev/disk1";
        "potentially-mountable" = 0;
        "unmapped-content-hint" = "Apple_partition_scheme";
    2011-10-24 17:32:55.071 diskimages-helper[331:2503] _dictionaryFromDisk: adding (disk1s1): {
        "content-hint" = "Apple_partition_map";
        "dev-entry" = "/dev/disk1s1";
        "potentially-mountable" = 0;
        "unmapped-content-hint" = "Apple_partition_map";
    2011-10-24 17:32:55.071 diskimages-helper[331:2503] _dictionaryFromDisk: adding (disk1s2): {
        "content-hint" = "Apple_HFS";
        "dev-entry" = "/dev/disk1s2";
        "potentially-mountable" = 1;
        "unmapped-content-hint" = "Apple_HFS";
        "volume-kind" = hfs;
    2011-10-24 17:32:55.071 diskimages-helper[331:2503] -remountReturningDictionary: _buildReturnDictionary returned 111
    2011-10-24 17:32:55.071 diskimages-helper[331:2503] -remountReturningDictionary: detaching because no mountable filesystems.
    2011-10-24 17:32:55.072 diskimages-helper[331:2503] -unmountAndDetachWithForce:YES andTryManualDetach:NO
    2011-10-24 17:32:55.072 diskimages-helper[331:2503] -unmountAndDetachWithForce: rootDiskIdentifier not cached yet - trying harder...
    2011-10-24 17:32:55.072 diskimages-helper[331:2503] -_getDiskToDetach: (DA) checking _peekArray
    2011-10-24 17:32:55.072 diskimages-helper[331:2503] -_getDiskToDetach: checking _diskArray
    2011-10-24 17:32:55.072 diskimages-helper[331:2503] -unmountAndDetachWithForce: using disk1
    2011-10-24 17:32:55.075 diskimages-helper[331:2503] -unmountAndDetachWithForce: unmount returned 0
    2011-10-24 17:32:55.079 diskimages-helper[331:2503] -unmountAndDetachWithForce: eject returned 49168
    2011-10-24 17:32:55.079 diskimages-helper[331:2503] performAttach: remountReturningDictionary returned 111
    2011-10-24 17:32:55.079 diskimages-helper[331:2503] -[DIHelperHDIDDA dealloc:]
    2011-10-24 17:32:55.080 diskimages-helper[331:2503] disableCallbacks() entry
    2011-10-24 17:32:55.080 diskimages-helper[331:2503] disableCallbacks() call backs now disabled
    2011-10-24 17:32:55.080 diskimages-helper[331:2503] -[DIHelperHDID dealloc:]
    2011-10-24 17:32:55.080 diskimages-helper[331:2503] DIHelperHDID dealloc: releasing diskimage 0x7f86ea90a400
    2011-10-24 17:32:55.080 diskimages-helper[331:2503] DIHelperHDID dealloc: done releasing diskimage 0x0
    2011-10-24 17:32:55.081 hdiutil[329:2803] [DIHelperProxy frameworkCallbackWithDictionary] entry
    status proc called: attach
    Error 111 (Keine aktivierbaren Dateisysteme).
    myStatusProc: returning 0
    2011-10-24 17:32:55.083 hdiutil[329:2803] [DIHelperProxy frameworkCallbackWithDictionary] exit
    2011-10-24 17:32:55.083 diskimages-helper[331:2503] performAttach: returned 111
    2011-10-24 17:32:55.084 hdiutil[329:2803] [DIHelperProxy frameworkCallbackWithDictionary] entry
    status proc called: cleanup
    Fertigstellen …
    myStatusProc: returning 0
    2011-10-24 17:32:55.084 hdiutil[329:2803] [DIHelperProxy frameworkCallbackWithDictionary] exit
    2011-10-24 17:32:55.085 diskimages-helper[331:2503] DIHelperAttach performOperation: returning 111
    2011-10-24 17:32:55.085 diskimages-helper[331:303] DIHelper _report_results: reporting {
        payload =     {
            "system-entities" =         (
                    "content-hint" = "Apple_partition_scheme";
                    "dev-entry" = "/dev/disk1";
                    "content-hint" = "Apple_partition_map";
                    "dev-entry" = "/dev/disk1s1";
                    "content-hint" = "Apple_HFS";
                    "dev-entry" = "/dev/disk1s2";
        "result-code" = 111;
    2011-10-24 17:32:55.085 diskimages-helper[331:2503] -decrementBackgroundThreadCount: _backgroundThreadCount is now 0.
    2011-10-24 17:32:55.086 hdiutil[329:2803] reportResultsToFramework: proxy has finished operation
    2011-10-24 17:32:55.087 hdiutil[329:2803] reportResultsToFramework: results are: {
        payload =     {
            "system-entities" =         (
                    "content-hint" = "Apple_partition_scheme";
                    "dev-entry" = "/dev/disk1";
                    "content-hint" = "Apple_partition_map";
                    "dev-entry" = "/dev/disk1s1";
                    "content-hint" = "Apple_HFS";
                    "dev-entry" = "/dev/disk1s2";
        "result-code" = 111;
    2011-10-24 17:32:55.087 hdiutil[329:2803] reportResultsToFramework: _threadResultsError is 111
    2011-10-24 17:32:55.088 hdiutil[329:2803] reportResultsToFramework: disconnecting from helper.
    2011-10-24 17:32:55.088 diskimages-helper[331:303] -setCanTerminate: main thread can exit
    2011-10-24 17:32:55.189 hdiutil[329:2803] [DIHelperProxy disconnectFromHelper] entry
    2011-10-24 17:32:55.191 hdiutil[329:2803] disconnectFromHelper: removing observers
    2011-10-24 17:32:55.192 hdiutil[329:2803] disconnectFromHelper: terminating proxy
    2011-10-24 17:32:55.194 diskimages-helper[331:303] DIHelper: terminateHelper: entry.
    2011-10-24 17:32:55.194 hdiutil[329:2803] disconnectFromHelper: terminated proxy
    2011-10-24 17:32:55.195 hdiutil[329:2803] [DIHelperProxy disconnectFromHelper] releasing helper
    2011-10-24 17:32:55.195 hdiutil[329:2803] [DIHelperProxy disconnectFromHelper] exit
    2011-10-24 17:32:55.295 diskimages-helper[331:303] [DIHelper frameworkConnectionDied] entry
    2011-10-24 17:32:55.295 diskimages-helper[331:303] [DIHelper frameworkConnectionDied] releasing connection
    2011-10-24 17:32:55.295 diskimages-helper[331:303] [DIHelper frameworkConnectionDied] releasing frameworkProxy
    2011-10-24 17:32:55.296 diskimages-helper[331:303] -DIHelperAgentMaster terminateUIAgentConnection.
    2011-10-24 17:32:55.296 diskimages-helper[331:303] [DIHelper frameworkConnectionDied] marking _frameworkDisconnected
    2011-10-24 17:32:55.296 diskimages-helper[331:303] [DIHelper frameworkConnectionDied] exiting
    2011-10-24 17:32:56.089 hdiutil[329:2803] [DIHelperProxy workerThread] removing NSConnectionDidDieNotification observers
    2011-10-24 17:32:56.090 hdiutil[329:2803] [DIHelperProxy workerThread] removing NSConnectionDidInitializeNotification observers
    2011-10-24 17:32:56.091 hdiutil[329:2803] [DIHelperProxy workerThread] removing NSTaskDidTerminateNotification observers
    2011-10-24 17:32:56.092 hdiutil[329:2803] [DIHelperProxy threadRunRunLoop] invalidating connection
    2011-10-24 17:32:56.093 diskimages-helper[331:303] DIHelper dealloc.
    2011-10-24 17:32:56.093 hdiutil[329:2803] [DIHelperProxy threadRunRunLoop] releasing connection
    2011-10-24 17:32:56.093 diskimages-helper[331:303] -DIHelperAgentMaster terminateUIAgentConnection.
    2011-10-24 17:32:56.094 diskimages-helper[331:303] helper: child_after_exec returning 0
    2011-10-24 17:32:56.094 hdiutil[329:2803] [DIHelperProxy workerThread] after running runloop
    2011-10-24 17:32:56.094 hdiutil[329:2803] [DIHelperProxy workerThread] waiting for task to terminate to avoid zombies
    2011-10-24 17:32:56.095 hdiutil[329:2803] [DIHelperProxy workerThread] releasing task
    2011-10-24 17:32:56.096 hdiutil[329:2803] [DIHelperProxy workerThread] exiting
    2011-10-24 17:32:56.096 hdiutil[329:d07] [DIHelperProxy performOperationReturning] returning 111
    2011-10-24 17:32:56.097 hdiutil[329:d07] DIHLDiskImageAttach: DIHelperProxy returned 111
    2011-10-24 17:32:56.098 hdiutil[329:d07] [DIHelperProxy dealloc]
    DIHLDiskImageAttach() returned 111
    system-entities:
              0:
                        content-hint: Apple_partition_scheme
                        dev-entry: /dev/disk1
              1:
                        content-hint: Apple_partition_map
                        dev-entry: /dev/disk1s1
              2:
                        content-hint: Apple_HFS
                        dev-entry: /dev/disk1s2
    hdiutil: attach failed - Keine aktivierbaren Dateisysteme

    If a game is testing whether it was run from a CD or DVD then that's part of its piracy protection. Which then implies that you may be trying to run pirated software with which we cannot really help since the Apple Discussions is provided by Apple.
    On the other hand if you have the legitimate disc and are simply trying to run the game without having to insert the disc, then I'm afraid you won't be able to do that if the game software is using this as part of the software protection scheme.
    Assuming you aren't using pirated software, read the user guide that came with the game to see if the game can be copied and run exclusively from the hard drive. If the game has no copy protection, then this should be feasible.

  • Black images in PSE9 organizer?

    I recently scanned some old B&W prints to TIFF files but they only show as black images in PSE9 organizer although they appear normally in the editor. Files that don't appear are all less than 1Mb file size. Any suggestions about how to have these images appear properly in the organizer would be appreciated. Thanks in advance

    Here are the release notes for PSE9:
    http://kb2.adobe.com/cps/861/cpsid_86152.html#main_Photoshop Elements Organizer notes
    Specifically, this section (emphasis added):
    Organizer thumbnails:
    If an image has been rotated in an application other than Photoshop Elements 9, update the thumbnail before printing or using the image in a creation to ensure that the images appear properly rotated. To update the thumbnail, select the image(s) and choose Update Thumbnail or Update Thumbnail for Selected Items in the Edit menu.
    Some TIFF files and files that use uncommon color profiles may appear black or as generic thumbnails in the Organizer. To fix this, select the file, and choose File Export As New File(s). This will save the file with the supported set of file tags required by the Organizer to show the thumbnails.
    Very large files appear with generic thumbnails. For example, panoramas created with Photomerge Panorama return multiple layers, which, when saved, creates very large files. To make thumbnails visible in the Organizer, consider saving panorama files as flattened JPEG images
    Files that are not supported in the Organizer look like broken thumbnail icons. You can import these files by saving an album containing a file in an unsupported format, using the Photoshop Elements Editor, or importing files not supported by the Organizer, using Premiere Elements.
    Ken

  • Getting black image when resize to thumbnail

    When uploading images through a servlet via a webbrowser, I am saving the image to the harddrive and then resizing the image as thumbnail for certain view pages.
    I have tried serveral approaches to resizing the image, with all solutions I use the thumbnail image is being returned as a solid back image.
    I started with the example on the Sun Tech Tips site: http://java.sun.com/developer/TechTips/1999/tt1021.html
        public static void createThumbnail(
                String orig, String thumb, int maxDim) {
            try {
                // Get the image from a file.
                Image inImage = new ImageIcon(orig).getImage();
                // Determine the scale.
                double scale = (double) maxDim / (double) inImage.getHeight(null);
                if (inImage.getWidth(null) > inImage.getHeight(null)) {
                    scale = (double) maxDim / (double) inImage.getWidth(null);
                // Determine size of new image. One of them
                // should equal maxDim.
                int scaledW = (int) (scale * inImage.getWidth(null));
                int scaledH = (int) (scale * inImage.getHeight(null));
                // Create an image buffer in which to paint on.
                BufferedImage outImage = new BufferedImage(scaledW, scaledH,
                        BufferedImage.TYPE_INT_RGB);
                // Set the scale.
                AffineTransform tx = new AffineTransform();
                // If the image is smaller than the desired image size,
                // don't bother scaling.
                if (scale < 1.0d) {
                    tx.scale(scale, scale);
                // Paint image.
                Graphics2D g2d = outImage.createGraphics();
                g2d.drawImage(inImage, tx, null);
                g2d.dispose();
                // JPEG-encode the image and write to file.
                OutputStream os = new FileOutputStream(thumb);
                JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(os);
                encoder.encode(outImage);
                os.close();
            } catch (IOException e) {
                e.printStackTrace();
        }I have tried other approaches from various posting I found off google such as:
        public static void scale(String filename, String outputfile, int width, int height)
                throws Exception {
            ImageIcon source = new ImageIcon(filename);
            double sf_x = width / (double) source.getIconWidth();
            double sf_y = height / (double) source.getIconHeight();
            System.err.println("Scale_factor_X: " + sf_x);
            System.err.println("Scale_factor_Y: " + sf_y);
            BufferedImage bufimg = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB);
            Graphics2D g = bufimg.createGraphics();
            g.setComposite(AlphaComposite.Src);
            AffineTransform aft = AffineTransform.getScaleInstance(sf_x, sf_y);
            g.drawImage(source.getImage(), aft, null);
            FileOutputStream os = new FileOutputStream(outputfile);
            JPEGImageEncoder enc = JPEGCodec.createJPEGEncoder(os);
            enc.encode(bufimg);
            os.flush();
            os.close();
        }No matter the implementation, the output is always the black image. I tried additional steps such as adding the JVM flag of:
    -Djava.awt.headless=true
    I've certainly spent a few hours on the google search engine and reviewing various newgroup posting, your suggestions come with many thanks.
    Cheers,
    Justen

    I tried your method and it worked okay. The only way I can get the black image is to send in a distorted path. One of the problems with the ImageIcon.getImage technique is that you get no feedback about loading failure. Here's a way to peek into the process for some indication of how it went. If you can tolerate j2se 1.4+ you could use the ImageIO methods in lieu of the proprietary JPGImageEncoder.
    import com.sun.image.codec.jpeg.*;
    import java.awt.*;
    import java.awt.geom.AffineTransform;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import java.net.URL;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    public class ImageScalingTest extends JPanel
        public static void createThumbnail(
                String orig, String thumb, int maxDim) {
            try {
                // Get the image from a file.
                ImageIcon icon = new ImageIcon(orig);
                int status = icon.getImageLoadStatus();
                String s = "";
                switch(status)
                    case MediaTracker.ABORTED:
                        s = "ABORTED";
                        break;
                    case MediaTracker.ERRORED:
                        s = "ERRORED";
                        break;
                    case MediaTracker.COMPLETE:
                        s = "COMPLETE";
                System.out.println("image loading status: " + s);
                Image inImage = icon.getImage();
    //            Object o = ImageScalingTest.class.getResource(orig);
    //            /*Buffered*/Image inImage = ImageIO.read(((URL)o).openStream());
                // Determine the scale.
                double scale = (double) maxDim / (double) inImage.getHeight(null);
                if (inImage.getWidth(null) > inImage.getHeight(null)) {
                    scale = (double) maxDim / (double) inImage.getWidth(null);
                // Determine size of new image. One of them
                // should equal maxDim.
                int scaledW = (int) (scale * inImage.getWidth(null));
                int scaledH = (int) (scale * inImage.getHeight(null));
                // Create an image buffer in which to paint on.
                BufferedImage outImage = new BufferedImage(scaledW, scaledH,
                        BufferedImage.TYPE_INT_RGB);
                // Set the scale.
                AffineTransform tx = new AffineTransform();
                // If the image is smaller than the desired image size,
                // don't bother scaling.
                if (scale < 1.0d) {
                    tx.scale(scale, scale);
                // Paint image.
                Graphics2D g2d = outImage.createGraphics();
                g2d.setRenderingHint(RenderingHints.KEY_INTERPOLATION,
                                     RenderingHints.VALUE_INTERPOLATION_BICUBIC);
                g2d.drawImage(inImage, tx, null);
                g2d.dispose();
                // JPEG-encode the image and write to file.
                OutputStream os = new FileOutputStream(thumb);
                JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(os);
                encoder.encode(outImage);
                os.close();
    //           ImageIO.write(outImage, "jpg", new File(thumb));
            } catch (IOException e) {
                e.printStackTrace();
        public static void main(String[] args)
            String path = "images/cougar.jpg";
            String fileName = "imageScalingTest.jpg";
            int size = 75;
            ImageScalingTest test = new ImageScalingTest();
            test.createThumbnail(path, fileName, size);
    }

  • Green hue to black images ?

    My eMac (1.25 GHz,USB 2.0 model) looks fine when I look at any kind of photo or graphic on the screen. Unless it is a graphic that is mostly black. Like the iPhone page now on the Apple home page.
    When a black image is covering most of the screen the menu bar and other exposed areas have green hue to them. Even the non-image area of the CRT turns green.
    Have any other graphic on the screen and it looks crystal clear and sharp, most importantly the correct color. The non-image area of the CRT is black.
    I have tried calibration, better, but not resolved.
    This is not a slight hue difference, but a large on.
    If the guns were damaged I would expect this hue all the time, but I can not understand why it comes and goes. Luckily it is not present more than it is.
    Any ideas what is wrong ?
    And how to resolve it ?
    I just reinstalled 10.4 and applied all updates.
    Thanks,
    Mike

    Hi Michael
    Some thoughts:
    1. Have you done any simple tests to exlude optical illusion, by holding up a black sheet of paper and trying to reproduce the effect.
    2. Degaussing the monitor is simply done by leaving it switched off and physically unplugged, and disconnected for three or four hours. Also consider if it is receiving interference from other strong electromagnetism, say on the other side of the wall.
    3. I am wondering if your eMac was one of those affected by the 'bad capacitor' problem. Though, to be fair, your symptoms don't exactly match the condition of those afflicted models.
    you can check whether your model is affected here:
    http://www.apple.com/ca/support/emac/repairextensionprogram/
    Good luck in solving your mystery.
    regards roam

  • Getting a black image after joining two images

    Hey Guys,
    I have joined two images. In the joined image. i am getting the first image but the second one im getting as a black image. Can you please tell me what is the problem??
    Below is the code:
    w = inv*img[inv].getWidth(null) + img1.getWidth(null);
         h = Math.max(img[inv].getHeight(null), img1.getHeight(null));
         BufferedImage[] joinedImg = new BufferedImage[lnuInvoiceIndex];
         Graphics2D[] g = new Graphics2D[lnuInvoiceIndex];
    JPEGImageEncoder[] encoder=new JPEGImageEncoder[lnuInvoiceIndex];
         for(int join=0;join<=lnuInvoiceIndex;join++){
    joinedImg[join]=new BufferedImage(w, h, BufferedImage.TYPE_INT_RGB);
    g[join] = joinedImg[join].createGraphics();
    g[join].drawImage((BufferedImage)thumbImage[inv], 0,0, null);
    encoder[join] = JPEGCodec.createJPEGEncoder(response.getOutputStream());
    encoder[join].encode((BufferedImage)joinedImg[join]);
    }

    import java.awt.*;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import javax.swing.*;
    public class JoinImages {
        private JPanel getContent(BufferedImage[] images) {
            JPanel panel = new JPanel(new BorderLayout());
            panel.add(wrap(join(images, 4)), "Before");
            panel.add(wrap(join(images, 1)), "Last");
            panel.add(wrap(join(images, 2)));
            return panel;
        private BufferedImage join(BufferedImage[] images, int rows) {
            int cols = images.length/rows;
            // For all images having the same size.
            int iw = images[0].getWidth();
            int ih = images[0].getHeight();
            int w = cols*iw;
            int h = rows*ih;
            int type = BufferedImage.TYPE_INT_RGB;
            BufferedImage image = new BufferedImage(w, h, type);
            Graphics2D g2 = image.createGraphics();
            for(int j = 0, index = 0; j < rows; j++) {
                for(int k = 0; k < cols; k++) {
                    int x = k*iw;
                    int y = j*ih;
                    g2.drawImage(images[index++], x, y, null);
            g2.dispose();
            return image;
        private JLabel wrap(BufferedImage image) {
            return new JLabel(new ImageIcon(image),
                              JLabel.CENTER);
        public static void main(String[] args) throws IOException {
            String[] ids = { "-c---", "--g--", "---h-", "----t" };
            BufferedImage[] images = new BufferedImage[ids.length];
            for(int j = 0; j < images.length; j++) {
                String path = "images/geek/geek" + ids[j] + ".gif";
                images[j] = javax.imageio.ImageIO.read(new File(path));
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.add(new JoinImages().getContent(images));
            f.pack();
            f.setLocation(200,200);
            f.setVisible(true);
    }Geek images from [Using Swing Components: Examples|http://java.sun.com/docs/books/tutorial/uiswing/examples/components/index.html].

  • Report with two Command is empty if one of the two commands returns no data

    Hi all,
    I have a report with two Commands not linked together.
    If ONLY one of the two Commands returns no data, the full report is empty (although the other Command returns data).
    I'm using Crystal Report 2008 and the CRJ 12.2.205
    Have an idea?

    Hi Ted,
    how can I solve the problem, please? It is important.
    If I can help yourself, the problem is appeared in many reports since I updated the library (the old library version 11.8.4.1094 works fine with all). I'm waiting for your answer, please.
    Thank you very much.

  • Reduce File Size in Acrobat Pro (9.5.5) Corrupts Graphics in PDF Documents - shows up as black image

    Whenever I use Reduce File Size in Acrobat Pro (9.5.5), sometimes some of the images (not all) get corrupted and show up as a black image in the new document.
    Actually, the new reduced document looks okay when viewed in Acrobat, but the problem shows up when viewed in the Preview application on the Mac.
    I'm using Acrobat 9.5.5 with Mac OS 10.8.6
    I've tried re-importing the graphic into a new graphic box, which didn't work.  Thinking there may be some type of corruption with the actual graphic file, I then tried viewing the graphic, then taking a screenshot of it to create a completely new file, and then re-importing the new graphic file into the original document (created in Adobe In Design 5.0.4).  I then export the new document as a pdf, and brought it into Acrobat Pro to do the Reduce File Size.  Same thing happens - black box appears where the graphic was.
    I then tried using the Reduce File Size within the Save As function of the Preview application on the Mac - while the graphic remains intact, many of the other graphics in the document are "reduced" too much, to the point where the image quality is seriously degraded, and therefore not usable.
    Any other ideas?

    Hi Anoop,
    I can share the graphic file, but not the pdf which contains it (as it contains confidential information) - thanks!

  • Difficulty Importing a Properly Sized TIFF image (I think)

    Hello,
    I am having difficulty importing an appropriately sized TIFF image that is a screen shot from my film.  It seems to be a resizing issue of some sort.
    The TIFF image is a straight frame grab from my film, which is sized 1920 x 1080.
    here is the issue:
    The screen shot from the film has the reclining face buddha image overlay upon "the walk in the forest" perfectly centered in the frame of the film, but when I import that screen shot from the film, the mouth of the Buddha and chin is cut off on the left hand side.
    Any thoughts?
    Is this because I am making this into a smaller DVD frame in Standard Definition?
    Will it do this cutting off of the image for my entire film as well?
    Matt

    Hey Matt.  If you are using this tiff in a menu in your SD project, there is going to be some issues going from an HD size of 1920x1080 down to 720x480.  Is your project 4:3 aspect ratio or 16:9?  Generally you want your menus to match what the video elements are.
    If your encoded video elements are 4:3 (hard) letterboxed, then the menu should be 4:3 as well, although it could be 4:3 full frame.  No sense having black bars on your menu pages.  If this is the case, that 16:9 tiff image will be edge-cropped.
    Likely since your video was shot in HD, you want to have a widescreen dvd.  The source video will have to be encoded as 16:9 SD.  I usually make all my elements before bringing them into Encore.  For any menus, I start in Photoshop using the appropriate "Film and Video" preset.  Probably the 720x480 widescreen preset (1.21 pixel aspect ratio) will work for your project if it is indeed a 16:9 disc you want to make.  Being a 16:9 frame size, the tiff file will scale down almost perfectly into a 720x480 widescreen frame.
    I would suggest making a new file in Photoshop using the appropriate film and video preset.  Then open your tiff file in Photoshop and drag it into that one.  Scale it down and save.  That way when you bring it into Encore, the scaling has been done and you know what it is going to look like.
    Note that when you are working with files in Photoshop that are not square pixels, they will appear jaggy or squeezed depending on if you have pixel-aspect correction turned On or Off in the View menu.  The files are fine and will look good on a disc.  Also, I almost always change the viewer in Encore to 100% or some other whole number rather than "Fit".  Fit just seems to make things look terrible, especially text and the outer frame edges.  There is also the option to toggle pixel aspect correction On or Off in that viewer as well.
    Hope this helps.
    Cheers.

Maybe you are looking for