Desktop file errors

$ desktop-file-validate /opt/Adobe/Reader9/Resource/Support/AdobeReader.desktop
/opt/Adobe/Reader9/Resource/Support/AdobeReader.desktop: error: file contains key "Caption" in group "Desktop Entry", but keys extending the format should start with "X-"
/opt/Adobe/Reader9/Resource/Support/AdobeReader.desktop: warning: value "Application;Office;Viewer;X-Red-Hat-Base;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application"
/opt/Adobe/Reader9/Resource/Support/AdobeReader.desktop: warning: key "InitialPreference" in group "Desktop Entry" is a reserved key for KDE

We are aware of this, but had to include these keys for legacy reasons: we observed inconsistent behavior on some of the older distributions in the absence of these 'extra' entries.
Besides, on distributions where these entries are not needed, they did not seem to cause any problem so we decided to include them.
In case you face any problem whatsoever because of this, please report it here so that it can be addressed appropriately.
Thanks!

Similar Messages

  • Iam trying to import a short video in final cut express and I'm getting this error... File Error: 1 file(s) recognized, 0 access denied, 1 unknown.  How do I solve this problem? The video is on my desktop it's an mpg.

    Iam trying to import a short video in final cut express and I'm getting this error... File Error: 1 file(s) recognized. 0 access denied, 1 unknown. How do I solve this problem?  The video is on my desktop and it's an mpg file. Please help me 

    Get a copy of MPEG Streamclip and convert your MPG file to QuickTime/Apple Intermediate Codec (AIC).  In FCE, select one of the setups that uses AIC that best matches your clip (say, 1920x1080i60).  Create a new sequence, then import the converted file.
    Note that if your MPG file is actually MPEG2 you will also need the QuickTime MPEG2 Component in addition to MPEG Streamclip. 
    What was the source of the MPG file?  How about if you open it in QuickTime, then do Window > Show Movie Inspector.  Tell us what it says for codec/compression, frame size & frame rate.

  • HT2914 Hello: I am very much a novice with Final Cut. I am trying to import some video files from my desktop but keep getting an error message that says, "File error 1 file recognized, 0 access denied, 1 unknown". The file type is .mov, 35MB, 1920 x 1080,

    Hello:
    I am very much a novice with Final Cut.  I am trying to import some video files from  my desktop but keep getting an error message that says, "File error  1 file recognized, 0 access denied, 1 unknown".  The file type is .mov, 35MB, 1920 x 1080, Codec MPEG-2 video linear PCM timecode, color profile HD (1+1+1).  Can someone help?  Thanks, Paul

    You can't import MPEG-2 files directly to FCP X.
    Can you play this file in Quicktime Player? If so, then you can use the free program MPEG Streamclip to convert this to Quicktime. Use the ProRes codec.

  • " Can not interpret the data in file " error while uploading the data in DB

    Dear All ,
    After running the below report I am getting the " Can not interpret the data in file " error.
    Need to upload the data in DB through excel or .txt file.
    Kindly advise to resolve the issue.
    REPORT  ZTEST_4.
    data : it like ZPRINT_LOC occurs 0 with header line,
    FILETABLE type table of FILE_TABLE,
    wa_filetable like line of filetable,
    wa_filename type string,
    rc type i.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
    CHANGING
    FILE_TABLE = filetable
    RC = rc.
    IF SY-SUBRC = 0.
    read table filetable into wa_filetable index 1.
    move wa_filetable-FILENAME to wa_filename.
    Else.
    Write: / 'HI'.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    start-of-selection.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    FILENAME = wa_filename
    FILETYPE = 'ASC'
    HAS_FIELD_SEPARATOR = 'X'
    TABLES
    DATA_TAB = it.
    IF SY-SUBRC = 0.
    Write: / 'HI'.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    insert ZPRINT_LOC from table it.
    if sy-subrc = 0.
    commit work.
    else.
    rollback work.
    endif.
    Regards
    Machindra Patade
    Edited by: Machindra Patade on Apr 9, 2010 1:34 PM

    Dear dedeepya reddy,
    Not able to upload the excel but have sucess to upload the .csv file to db through the below code. Thanks for your advise.
    REPORT  ZTEST_3.
             internal table declaration
    DATA: itab TYPE STANDARD TABLE OF ZPRINT_LOC,
          wa LIKE LINE OF itab,
          wa1 like line of itab.
                       variable  declaration
    DATA: v_excel_string(2000) TYPE c,
           v_file LIKE v_excel_string VALUE    'C:\Documents and Settings\devadm\Desktop\test.csv',  " name of the file
            delimiter TYPE c VALUE ' '.         " delimiter with default value space
         read the file from the application server
      OPEN DATASET v_file FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    IF sy-subrc NE 0.
    write:/ 'error opening file'.
      ELSE.
        WHILE ( sy-subrc EQ 0 ).
          READ DATASET v_file INTO wa.
          IF NOT wa IS INITIAL.
            append wa TO itab.
          ENDIF.
          CLEAR wa.
        ENDWHILE.
      ENDIF.
    CLOSE DATASET v_file.
    EXEC SQL.
         TRUNCATE TABLE "ZPRINT_LOC"
    ENDEXEC.
    *------display the data from the internal table
    LOOP AT itab into wa1.
    WRITE:/ wa1-mandt,wa1-zloc_code,wa1-zloc_desc,wa1-zloc,wa1-zstate.
    ENDLOOP.
    insert ZPRINT_LOC from table itab.

  • Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory

    Dear Experts,
    Please note that I am facing a chllenge while confiuguring the VNCServer on the local test Server. The Local Test Sver OS Version is Redhat Enterprise Linux Server 
    Release 5.5 32-bit. Please review the following error message and advise me on how to fix the vncserver issue.
    [root@test .vnc]#  cat xstartup
    #!/bin/sh
    # Uncomment the following two lines for normal desktop:
    unset SESSION_MANAGER
    exec /etc/X11/xinit/xinitrc
    gnome-session &
    [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    twm &
    [root@test .vnc]#  cat /etc/sysconfig/vncservers
    # The VNCSERVERS variable is a list of display:user pairs.
    # Uncomment the lines below to start a VNC server on display :2
    # as my 'myusername' (adjust this to your own).  You will also
    # need to set a VNC password; run 'man vncpasswd' to see how
    # to do that.
    # DO NOT RUN THIS SERVICE if your local area network is
    # untrusted!  For a secure way of using VNC, see
    # <URL:http://www.uk.research.att.com/archive/vnc/sshvnc.html>.
    # Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
    # Use "-nohttpd" to prevent web-based VNC clients connecting.
    # Use "-localhost" to prevent remote VNC clients connecting except when
    # doing so through a secure tunnel.  See the "-via" option in the
    # `man vncviewer' manual page.
    # VNCSERVERS="2:myusername"
    # VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
    VNCSERVERS="1:oracle"
    [root@test .vnc]# ls
    passwd test.oracle.co.zm:1.pid  test.oracle.co.zm:3.log  test.oracle.co.zm:5.pid  test.oracle.co.zm:6.pid
    test.oracle.co.zm:1.log test.oracle.co.zm:2.log  test.oracle.co.zm:5.log  test.oracle.co.zm:6.log  xstartup
    [root@test .vnc]# more test.oracle.co.zm:1.log
    Xvnc Free Edition 4.1.2
    Copyright (C) 2002-2005 RealVNC Ltd.
    See http://www.realvnc.com for information on VNC.
    Underlying X server release 70101000, The X.Org Foundation
    Tue Mar 11 11:18:37 2014
    vncext:      VNC extension running!
    vncext:      Listening for VNC connections on port 5901
    vncext:      Listening for HTTP connections on port 5801
    vncext:      created VNC server for screen 0
    Could not init font path element unix/:7100, removing from list!
    localuser:root being added to access control list
    No profile for user 'root' found
    SESSION_MANAGER=local/test.oracle.co.zm:/tmp/.ICE-unix/13603
    Window manager warning: Log level 32: could not find XKB extension.
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (nm-applet:13697): WARNING **: No connections defined
    Initializing nautilus-open-terminal extension
    Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-writer.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-impress.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-calc.desktop for panel launcher: No such file or directory
    [root@test .vnc]#
    Regards
    Mohammed Abdul Muqeet

    Hi,
    Try these 3 solutions
    1. Did you start vncserver services as:
    service vncserver start
    2.Check that port 5901 has not been blocked by a firewall:
    # nc -vz localhost 5901
    You should get a connection and a termination. If you get an error, fix the firewall.
    3. service iptables stop
    Hope This Helps
    Regards,
    -DK

  • Illustrator CC 2014 "Exception in file" error with linked images

    It appears some images are showing "Exception in file" error dialog boxes.
    If I resave the image in Photoshop or link it to a different image the error disappears.
    Happened with:
    - old design files linked to old images
    - image that was dragged from Mac Mail
    - linked to JPG provided from other users
    Does not happen with:
    - images created recently with Photoshop CC or CC 2014
    Here is the error:
    Has anyone else seen this and/or found a solution?
    This is an error on a new Mac Pro with brand new install of all software. No older versions of cc installed. Just CC 2014.

    That's a good idea. Unfortunately, same problem if I move the image to desktop or same folder as file.
    If I resave the file (JPG in this case) the error disappears.
    I understand this can be the solution, but given this issue had not happened before, it's interesting it is happening with CC 2014.
    Attached is the image in question. Note that this is not the only image. It has happened with older design files that were made from older versions of cc or before cc.
    I'm not sure if the uploader will recreate the JPG so I'll compress the file and is available here if anyone would like to test.
    Dropbox - photo 2.JPG.zip

  • Upload file error in BDC

    Hi all,
    I am using functiom module 'UPLOAD' to upload my tab delimited text file from my desktop, But it is giving file error while uploading and i am not able to perform the bdc, i have checked the all fields type , and given value all are correct , i don't know why it is giving error while uploading. Please help.
    thanks to all in Advance
    Regards,
    Vivek

    Hi,
    Please upload using GUI_UPLOAD function module. Can you pass the exception raised by function module? Please check in debug mode and let us know.
    ashish

  • File error - the specified file is locked, Final cut pro

    file error - the specified file is locked, Final cut pro

    I usually get this when I try to save a project and it isn't stored on my HD(usually external HD or RAID). Sometimes I can do a save as and save it to the desktop.
    Sometimes everything is cleared up with a restart. It seems like it is a FCP7/OS developmental need which is mute because 7 is no longer supported by Apple.

  • Conflicting Files Error /foo/bar exists in filesystem

    I tried to do a full update last night and once pacman had acquired all of the files it produced some errors which can be seen below (all of the packages I upgraded can also be seen below):
    Targets (353): libx11-1.1.5-2 expat-2.0.1-2 dbus-core-1.2.3-1 dbus-1.2.3-3 bluez-4.1-1 a52dec-0.7.4-4 gpm-1.20.5-2 aalib-1.4rc5-6 libpng-1.2.33-1 libjpeg-6b-5
    libtiff-3.8.2-4 hal-info-0.20081022-1 pciutils-3.0.2-1 procps-3.2.7-5 pm-utils-1.2.2.1-1 bash-3.2.039-3 e2fsprogs-1.41.3-2 util-linux-ng-2.14-1
    udev-130-1 hal-0.5.11-4 libdrm-2.4.1-1 openssl-0.9.8i-2 xkeyboard-config-1.3-1 libpciaccess-0.10.4-1 xorg-server-1.5.2-3 nvidia-utils-177.80-1
    mesa-7.2-1 sqlite3-3.6.4-1 qt-4.4.3-1 shared-mime-info-0.51-1 akonadi-1.0.0-2 gettext-0.17-2 heimdal-1.2-2 alpine-2.00-1 alsa-lib-1.0.17a-2
    dialog-1.1_20080819-1 alsa-utils-1.0.17-1 amarok-engine-xine-1.4.10-1 postgresql-libs-8.3.5-1 qt3-3.3.8-9 ruby-1.8.7_p72-2 amarok-base-1.4.10-1
    apr-1.3.3-1 unixodbc-2.2.12-2 apr-util-1.3.4-1 apache-2.2.10-1 archlinux-menus-2.1-2 aspell-0.60.6-2 libbonobo-2.24.0-1 at-spi-1.24.0-2 texinfo-4.13a-1
    m4-1.4.12-1 autoconf-2.63-1 avahi-0.6.23-1 binutils-2.18-9 bzip2-1.0.5-3 python-2.6-2 boost-1.36.0-2 gnome-keyring-2.24.1-1 fam-2.7.0-11 popt-1.14-1
    tdb-3.2.4-1 smbclient-3.2.4-3 gnome-vfs-2.24.0-1 libgnome-2.24.1-1 libbonoboui-2.24.0-1 libgnomeui-2.24.0-1 libglade-2.6.3-1
    evolution-data-server-2.24.1-1 totem-plparser-2.24.2-1 brasero-0.8.2-2 pycairo-1.6.4-2 pygobject-2.15.4-2 python-numeric-24.2-3 pygtk-2.13.0-2
    gnome-menus-2.24.1-3 libxau-1.0.4-1 libgtop-2.24.0-1 bug-buddy-2.24.1-1 run-parts-2.30-1 ca-certificates-20080809-5 cairomm-1.6.4-1 cdparanoia-10.2-2
    gstreamer0.10-base-plugins-0.10.21-1 librsvg-2.22.3-1 cheese-2.24.1-1 curl-7.19.0-1 conky-1.6.1-2 cpufrequtils-005-2 cracklib-2.8.13-1 libgcrypt-1.4.3-2
    cryptsetup-1.0.6-2 gnome-speech-0.4.21-1 dasher-4.9.0-1 dbus-python-0.83.0-2 desktop-file-utils-0.15-1 dhcpcd-4.0.3-1 libassuan-1.0.5-1 libksba-1.0.3-1
    dirmngr-1.0.2-1 jre-6u10-1 jdk-6u10-1 hunspell-1.2.6-1 xulrunner-1.9.0.3-1 eclipse-3.4.1-1 eclipse-cdt-5.0.1-1 ed-1.1-2 gnome-desktop-2.24.1-1
    eel-2.24.1-1 emacs-nox-22.3-2 gnome-icon-theme-2.24.0-1 eog-2.24.1-1 libtool-2.2.6a-1 libcanberra-0.10-1 epiphany-2.24.1-2 poppler-glib-0.8.6-1
    evince-2.24.1-1 evolution-webcal-2.24.0-1 libxfce4util-4.4.3-1 exo-0.3.4-3 fakeroot-1.10.1-1 file-4.26-1 file-roller-2.24.1-1 wxgtk-2.8.9-1
    filezilla-3.1.2-1 firefox-3.0.3-1 flashplugin-10.0.12.36-2 fluxbox-1.1.1-1 frostwire-4.17.0-1 fuse-2.7.4-1 gcalctool-5.24.1-1 gmp-4.2.4-1.1 mpfr-2.3.2-2
    gcc-4.3.2-1 gconf-editor-2.24.1-1 gksu-2.0.0-4 pam-1.0.2-2 zenity-2.24.0-1 consolekit-0.3.0-2 gdm-2.20.8-1 gtksourceview2-2.4.0-1
    pygtksourceview2-2.4.0-1 gedit-2.24.0-2 ghostscript-8.63-3 babl-0.0.22-1 gegl-0.0.20-1 gimp-2.6.2-1 libsigc++2.0-2.2.3-1 glibmm-2.18.1-1 libical-0.41-1
    gnokii-0.6.26-2 libgweather-2.24.1-1 libwnck-2.24.1-1 policykit-gnome-0.9.2-2 gnome-panel-2.24.1-1 gucharmap-2.24.1.1-1 libxklavier-3.7-1
    libgnomekbd-2.24.0-1 gnome-applets-2.24.1-2 gnome-backgrounds-2.24.0-1 gnome-settings-daemon-2.24.0-1 metacity-2.24.0-1 sound-theme-freedesktop-0.1-1
    gnome-control-center-2.24.0.1-3 rarian-0.8.1-1 gnome-doc-utils-0.14.0-1 pyorbit-2.24.0-2 gnome-python-2.22.3-3 gnome-python-desktop-2.24.0-2 guile-1.8.4-3
    gnome-games-2.24.1-1 gnome-games-extra-data-2.24.0-1 gnome-mag-0.15.4-1 gnome-media-2.24.0.1-1 gnome-netstatus-2.12.2-1 dnsutils-9.5.0.P2-1
    xinetd-2.3.14-3 netkit-bsd-finger-0.17-3 whois-4.7.28-2 gnome-nettool-2.22.1-1 gnome-power-manager-2.24.1-1 gnome-screensaver-2.24.0-1
    gnome-session-2.24.1-1 libgdiplus-2.0-1 mono-2.0-1 gtk-sharp-2-2.12.5-1 gnome-sharp-2.24.0-1 pango-1.22.2-1 pangomm-2.14.0-1 gtkmm-2.14.1-1
    gnome-system-monitor-2.24.1-1 vte-0.17.4-2 gnome-terminal-2.24.1.1-1 gtk-engines-2.16.0-1 gnome-themes-2.24.1-1 gnome-utils-2.24.1-1
    gnome-volume-manager-2.24.0-1 lzma-utils-4.32.7-1 yelp-2.24.0-2 gnome2-user-docs-2.24.0-1 pinentry-0.7.5-3 gnupg2-2.0.9-1 gok-2.24.0-1 grub-0.97-13
    gstreamer0.10-python-0.10.13-2 gtk-xfce-engine-2.4.3-1 libcdio-0.80-3 libgphoto2-2.4.3-1 gvfs-1.0.2-1 hdparm-8.9-1 hwdetect-0.9.1-2 ilmbase-1.0.1-1
    openexr-1.6.1-1 imagemagick-6.4.5.1-1 initscripts-2008.09-2 inputproto-1.4.4-1 linux-atm-2.5.0-1 iproute-2.6.26-1 iputils-20071127-2 irssi-0.8.12-4
    jack-audio-connection-kit-0.109.2-2 jfsutils-1.1.13-1 k3b-1.0.5-2 module-init-tools-3.4-1 kernel26-2.6.27.4-1 klibc-1.5.14-1 klibc-extras-2.5-1
    klibc-kbd-1.15.20080312-7 klibc-module-init-tools-3.4-2 klibc-udev-130-1 libburn-0.5.2-1 libdvdcss-1.2.10-1 libepc-0.3.8-1 libgnomecups-0.2.3-3
    libgnomeprint-2.18.3-3 mutagen-1.14-2 libgpod-0.6.0-3 libieee1284-0.2.11-2 libisofs-0.6.10-1 libnjb-2.2.5-4 libnova-0.12.2-1 libraw1394-1.3.0-2
    libtasn1-1.5-2 libtorrent-0.11.9-2 libxfce4mcs-4.4.3-1 libxfcegui4-4.4.3-1 libzip-0.9-1 physfs-1.1.1-1 sdl-1.2.13-3 sdl_mixer-1.2.8-3 lincity-ng-1.1.2-3
    links-2.2-2 lirc-utils-0.8.3-1 logrotate-3.7.7-3 madwifi-utils-0.9.4.3844-1 madwifi-0.9.4.3844-2 man-pages-3.11-1 mdadm-2.6.7-1 mlocate-0.21-1
    moc-2.4.3-4 mono-addins-0.3.1-4 mousepad-0.2.14-1 mpg123-1.6.0-1 nano-2.0.9-1 nautilus-2.24.1-1 nautilus-cd-burner-2.24.0-1 neon-0.28.3-1 netcfg-2.1.2-1
    netkit-ftp-0.17-6 nitrogen-1.4-1 ntfs-3g-1.5012-1 rrdtool-1.2.27-2 ntop-3.3.8-1 nvidia-177.80-2 icu-4.0-2 hsqldb-java-1.8.0.10-1 openoffice-base-3.0.0-3
    openssh-5.1p1-1 opera-9.62-1 orca-2.24.1-2 pacman-3.2.1-1 pcmciautils-015-2 postgresql-8.3.5-1 procinfo-19-3 psmisc-22.6-2 python-gdata-1.2.2-2
    pyxml-0.8.4-5 qimageblitz-0.0.5-1 quodlibet-2.0-3 rhythmbox-0.11.6-3 rp-pppoe-3.10-1 rtorrent-0.7.9-3 shadow-4.1.2.1-2 screen-4.0.3-6
    scrnsaverproto-1.1.0-2 sdparm-1.03-1 zip-3.0-1 seahorse-2.24.1-1 sound-juicer-2.24.0-1 speex-1.2rc1-1 thunar-0.9.3-1 squeeze-0.2.3-2 strace-4.5.18-1
    strigi-0.5.11.1-1 subversion-1.5.4-1 synergy-1.3.1-2 tcl-8.5.5-1 terminal-0.2.8.3-1 terminus-font-4.28-1 texlive-core-2008.11171-1
    texlive-latexextra-2008.11143-1 tk-8.5.5-1 gtkhtml-3.24.1-1 gnome-desktop-sharp-2.24.0-1 tomboy-0.12.1-2 totem-2.24.3-1 tree-1.5.2.1-2 ttf-dejavu-2.26-1
    tzdata-2008h-1 v86d-0.1.9-1 vi-7.2.25-1 vino-2.24.1-1 libv4l-0.5.3-1 vlc-0.9.5-3 which-2.20-1 wine-1.1.7-1 wireshark-1.0.4-1 xcb-proto-1.2-2
    xdm-archlinux-0.3-2 xextproto-7.0.3-2 xf86-video-nv-2.1.12-1 xf86-video-vesa-2.0.0-2 xfce-mcs-manager-4.4.3-1 xfce-mcs-plugins-4.4.3-1 xfce-utils-4.4.3-1
    xfce4-appfinder-4.4.3-1 xfce4-icon-theme-4.4.3-1 xfce4-panel-4.4.3-1 xfce4-mixer-4.4.3-2 xfce4-session-4.4.3-1 xfdesktop-4.4.3-1 xfprint-4.4.3-1
    xfsprogs-2.10.1-1 xfwm4-4.4.3-1 xfwm4-themes-4.4.3-1 xine-ui-0.99.5-4 xorg-twm-1.0.4-2 xpdf-3.02_pl2-2 xscreensaver-5.07-1 xterm-235-2 xtrans-1.2.2-1
    xvidcore-1.1.3-2 yakuake-2.9.4-1
    An example of the messages I get is below, they are all the same and just for klibc and xulrunner. What do you recommend?
    checking package integrity...
    (353/353) checking for file conflicts [##########################################################################################################################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    xulrunner: /usr/include/xulrunner-1.9 exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xor_64.h exists in filesystem
    Errors occurred, no packages were upgraded.
    Thanks in advance,
    Tom

    The fix for klibc is to run
    rm /usr/lib/klibc/include/asm
    then upgrade.
    I uninstalled xulrunner with
    pacman -Rc xulrunner
    and reinstalled firefox. It worked but I don't know if that's the best way.

  • File Error importing .mov

    Here's the background... I'm trying to import a .mov file I've gotten from a friend's wedding DVD. Used Handbrake to convert the wedding DVD to the individual files. The handbrake output was a MPG4. FCP wouldn't import that. So, took the MPG4 to Quicktime and then exported that as a .mov. I get the message...
    "File error: 1 file(s) recognized, 0 access deinied, 1 unknown."
    What am I doing wrong. Just want to help him re-edit his wedding video.
    Thanks for the help.
    Dave
    G5 Desktop   Mac OS X (10.4.4)   FCP 5.0.4, 7.0.4 Quicktime

    it doesnt sound like you are doing anything wrong. can you open the file in quicktime (yes), then you should be able to open it in FCP. I have done the same thing numerous times. In quicktime take the mp4 and export a 'movie to quicktime movie'. settings, uncompressed (10 bit if you can) audio = best (the best settings for both). Make sure your project in final cut matches your qt output and import the footage.

  • File Error - FCP-6 - "not enough memory" ---DVDPro disk is slightly jerky..

    I have a macbook. 2GHz Intel Core Duo, 1 GB 667 DDr2 SDRAM. Final Cut Pro 6.0.1
    OS 10.4.11
    I have a project file - HD that has worked fine up until now. And wouldn't you know it - it's just
    when I need to be able to burn to quicktime that this occurs.
    There appears to be a continuing "file error: not enough memory" - anytime I open a sequence - now in any project.
    I have done a disk repair with disk utility. I zapped the P-RAM. I've tried dragging the project files to my laptop desktop. Nothing works.
    I have a Lacie external drive with over 150GB of memory left. Another project was shot in HDV -
    and it seems this started to occur after working on that project.
    What else is there? Why is it doing this - of all things, now?
    Please advise - ASAP!?
    Also, one other small detail. If I have my sequence settings in FCP at DVCPRO-HD720p60, and I set my compressor file at 23.98fps - could that be responsible for a subtle jerking in the DVD Studio Pro Disk print? When I pull up the file in DVDpro - and play it on the simulator, the jerking is not present, only in the disk burn.

    The memory that FCP is referring to is RAM. If you're running with less than a couple of gigs, larger projects will report that there's not enough memory... a gig isn't really enough to run FCP anymore. Tiger and Leopard use a LOT of it up so you probably need more RAM.
    The other things that can use up RAM fast are graphics from photoshop, and if they have a blank layer in them, you'll get an out of memory error too. So might check that out, but my guts say you need more RAM for your laptop.
    Jerry

  • Continuous 'Compiler File Error'

    I've tried to burn various projects recently and each time I am getting a 'Compiler File Error' message. Can anybody advise what I should do to get rid of this. It's a real pain!
    Basically I have various projects which I'm unable to build it at all. Here's a run down on what's happening from the log...
    Starting DVD Build...
    Compiler File Error (in red)
    Build Cancelled
    Formatting Finished
    Building was not successful. See log. (in yellow)
    And there's nothing about this error message in the Help guide either.

    I had the very same problem. I simply moved the DVD Studio Pro prefs file found in system library>prefrences to my desktop. DVDSP will automaticly create a new pref file. If it fixed the problem you can trash the old pref file. This worked for me.

  • Web dynpro - Download desktop file

    Hi guys,
    How to download desktop file data into application server in the Web dynpro application?
    Thanks.

    Hi,
    FORM error_file .
      DATA:  l_msg(80) TYPE c,
             l_name1(100) TYPE c,
             l_ext1(5)    TYPE c,
             l_file1(300) TYPE c.
      CLEAR : l_msg,
              l_name1,
              l_ext1,
              l_file1.
      MOVE p_file TO w_file.
    *--- text-305 for '\in\'
      IF w_file CS text-305.
    *&---Create log file to keep old & new characteristic values
        CLEAR w_error_file.
        CLEAR wa_error.
        SPLIT w_file AT c_dot INTO l_name1 l_ext1.
        CONCATENATE l_name1 sy-datum sy-uzeit c_dot l_ext1 INTO l_file1.
        MOVE l_file1 TO w_error_file.
    *---text-305 for '\in\' & text-319 for '\error\'
        REPLACE text-305 IN w_error_file WITH text-319 IGNORING CASE.
        CONDENSE w_error_file NO-GAPS.
    *---to set txt format
    *---text-320   for 'csv'   & text-321   for 'txt'
        REPLACE text-320 IN w_error_file WITH text-321 IGNORING CASE .
      ENDIF.
      CLEAR w_count.
      DESCRIBE TABLE it_error LINES w_count.
      IF NOT w_count IS INITIAL.
        OPEN DATASET w_error_file
                     FOR OUTPUT IN TEXT MODE
                     ENCODING DEFAULT.    IF sy-subrc  0.
          WRITE:/ 'Error in opening file'.
        ELSE.
          wa_error-vbeln   = 'Order'.
          wa_error-posnr   = 'Item'.
          wa_error-matnr   = 'Material'.
          wa_error-error   = 'Error Description'.
          TRANSFER wa_error TO w_error_file.
          MOVE: sy-uline(200)
              TO wa_error.
          TRANSFER wa_error TO w_error_file.
          MOVE: '   '
                TO wa_error.
          TRANSFER wa_error TO w_error_file.
          LOOP AT it_error.
            CLEAR wa_error.
            wa_error-vbeln   = it_error-vbeln.
            wa_error-posnr   = it_error-posnr.
            wa_error-matnr   = it_error-matnr.
            wa_error-error   = it_error-error.
            TRANSFER wa_error TO w_error_file.
          ENDLOOP.*---text-317 for 'Error file saved successfully to :'
          CONCATENATE text-317 w_error_file INTO l_msg SEPARATED BY space.
         MESSAGE l_msg TYPE c_s. "Comment KC 10 Dec 08
    *>>BC KC 10 Dec 08
    *---pop up error message
          PERFORM popup_inform USING l_msg.
    *<<EC 10 Dec 08
        ENDIF.
      ENDIF.
      IF w_error_file IS NOT INITIAL.
        CLOSE DATASET w_error_file..
    Delete dataset w_error_file.   u201Cto delete file from AS  
      ENDIF.
    ENDFORM.                    " ERROR_FILE
    Regards
    Md.MahaboobKhan

  • What causes 'Unexpected end-of-file' error?

    Hi,
    I am a photographer and an avid Lightroom user. I have two camera's (Nikon D700 and D300) and two computers, a desktop PC and a MacbookPro. Lightroom is installed on both computers.
    For the last three photoshoots I have had this problem where 1 in 3 to 1 in 5 images in Lightroom on my desktop PC suddenly gives a 'Unexpected end-of-file' error. First I thought it was my camera. But then I loaded the images onto my MacbookPro and they worked fine. Then I took some images with my other camera, loaded them on to my Desktop PC, and, voila, same problem.
    The problem specified: the image stops rendering a preview. A dull preview appears. At the top of the screen the message appears: "An unexpected end-of-file occurred." The histogram window stays empty and the image can not be developed.
    I have browsed through this forum some looking for the cause and the fix. There are some mentions of it, but they all date back to 2007.
    I run LR 2.2 on Windows XP SP2 and on a MacbookPro with OS X, version 10.5.8.
    Please help me understand the cause of this problem, and help me find a fix?
    Thanks,
    Rogier
    Rotterdam, The Netherlands
    www.rogierbos.com

    While the corruption in your .NEF file could come from any one of a number of sources, here is a way to recover at least some of the information if you own Adobe Acrobat.  Your .NEF file should contain a smaller JPEG file created by your Nikon camera when the picture was taken.  Even if the .NEF file is corrupt, the JPEG may well be intact, and you can tell that's the case if a preview is visible in Lightroom or Bridge. 
    If you try to print it from Bridge or Lightroom, though, you will get an error.  You can get around this by loading up a CODEC that will let you preview the files in Windows Photo Gallery.  Nikon has one available for download to use with Vista x32 at http://www.nikonimglib.com/nefcodec/index.html.en, but it doesn't support Vista x64, so if you're running that (as I am) you'll need a second party CODEC such as the one available from http://www.ardfry.com/Products.htm with a 15-day trial download available.  They also have a DNG CODEC which I have not tried.
    With that CODEC installed and your system rebooted, preview the damaged NEF file in Windows Photo Gallery.  Choose the "Print" option and select the "Adobe PDF" printer.  Choose the "Postscript Custom Paper Size" option, and set the dpi resolution to the highest available (4000).
    Go to the "Options" link on the bottom right of the window and uncheck the "Sharpen For Printing" box, as you can do this yourself with later processing.  Then go to the "Printer Properties" link to see the Adobe PDF settings.
    Go to the Adobe PDF Settings tab and choose Default Settings: High Quality Print, which will set the resolution to 2400 dpi. 
    You want to have Acrobat interfere as little as possible with the output, so select "Edit" from the Default Settings tab, which will bring up the "High Quality Print - Adobe PDF Settings" dialog.  Here, turn off the "Optimize for fast web view" check box, then go to the "Images" folder and set the "Downsample" setting to Off and the pixels per inch to 2400.  Also, set "Compression" to Off.
    If you're going to do this in the future, you can also "Save As ..." your settings for future use with a name like "Fix Bad NEF Files."
    Print the file to a designated folder.  It won't be quite as good as the NEF file would have been, but at least you haven't lost the shot.

  • CC desktop download error even after reinstalling

    CC desktop gives error right after sarting. Removed several files and restarted, redownloaded CC etc. just as suggested on the adobe help site. Nothing works. Stragely enough, it worked well on my Desktop Mac pro, but the problem persists on my laptop macbook pro. What to do?

    Gaston Edgar what error are you receiving?  Also which version of Mac OS are you using?

Maybe you are looking for

  • How do i uncheck multiple songs at the same time in my library?

    how do i uncheck multiple songs at the same time in my library?

  • How to encode a fileHandler to output french characters ?

    Hi everyone, I'm trying to encode a fileHandler to create a file that contains french special characters (è, é, . . . .). I tried the following code: fileHandler.setEncoding("ISO-8859-1"); and the following fileHandler.setEncoding("UTF-8"); But still

  • INDD CS5 print booklet impose problem

    Using iMac with Lion and INDD CS5. Im doing a 28 page booklet on legal paper (8.5x14), so each final page is 8.5 tall by 7 wide.  I used the Print Booklet feature to make an imposed PDF and the preview looked fine, but the resulting ps file opens and

  • Serial Key Version not matching the OS

    So.....I think this is similar to one of the popular discussions, but different I got my lenovo laptop from US, but I moved to korea. This was 2013 Fall Last month, my hard drive broke down, and I replaced it in korea. The problem is that.. I got win

  • New MacBook Pro is "beach-balling." What's going on?

    My 15" Retina MBP w. NVIDIA & 16GB RAM has started lagging in performance, often beach-balling for a few seconds whenever performing simple app and Finder tasks. Checked Activity Monitor and noticed something I never saw on my 2011 Mac Mini (Lion) wh