"Lag" when Nautilus is opened with NTFS partition mounted

Hi, I have a problem with Nautilus 3.14. I have a mounted shared Windows partition with the options below in fstab:
defaults,nls=utf8,umask=000,uid=1000,gid=1000,windows_names,hide_dot_files,hide_hid_files
Everytime I open Nautilus, it "lags" (I don't know what to call it. It freezes and then be usable again for an uncertain amount of time). Tried to unmount the ntfs partition and it worked flawlessly. Nautilus' shell output doesn't show anything strange (just some random GTK warning).
This "lag" doesn't happen when I use Nemo. It runs well with the NTFS partition mounted.
Is anyone knows the solution or has the same problem?

solstice wrote:
it began to make a few click noise when I was copying data to/from it.
I can't believe it. It's a 2 week old harddrive. a western digital suposed to be good quality.
Have I broken it or what ?
I have made a badblocks scan before trying to use it and found no problem. I'll try again but I fear loosing data any moment now :-(((
Western Digital is great but every manufacturer ships out defective drives now and again. Run a hard test with Sea Tools or the WD equivalent and if anything comes up, call them immediately. Your drive is still under warranty if it's brand new so they should replace it for free.

Similar Messages

  • I'm trying to open a PDF from Safari with iBooks, but when I choose "Open with ..." in Safari, only Pages and Dropbox show as options.  I'm running iOS 7.1.2 and iBooks 3.2.  Thanks for any ideas!

    On my iPad, I'm trying to open a PDF from Safari with iBooks, but when I choose "Open with ..." in Safari, only Pages and Dropbox show as options.  I'm running iOS 7.1.2 and iBooks 3.2.  I have rebooted the iPad and that did not help, and reinstalled iBooks, which also changed nothing.  Thanks for any ideas!

    Yup, it was uploaded to our school Wiki as a PDF, and Pages did open it.  I was then able to move it to iBooks, but I'd rather avoid the extra steps.

  • How can I get to see the app NoteTaker HD in the options I have when I use " Open with ..."

    How can I get to see my app Note Taker HD in the options that I have when I use " Open with ...  "  I am trying to open a PDF that I have attached to a mail document in Note Taker HD.
    Thanks

    To buy Apps or to check out the Apps available via your iPad use the App Store App.
    On your iPad your Music is kept in the iPod App and the movies are on the Movie App after you have synced the Music and Movies from iTunes on your computer to your iPad.
    S.

  • I have a seagate 1T. When its hooked up with USB, it mounts immediately on the desktop. When its hooked up with firewire, i have to restart for it to mount. I dont mind doin this, but is there something i can do to get it to mount on the first start up?

    I have a seagate 1T. When its hooked up with USB, it mounts immediately on the desktop. When its hooked up with firewire, i have to restart for it to mount. I dont mind doin this, but is there something i can do to get it to mount on the first start up? thanks...

    You are right, but how could i send it to Apple? when the phone company first replaced my iphone they had in stock alots of iphones and they just sent mine back to Apple and gave me a new one, so all i did is to give them my phone, but now how could i sent it to Apple? and i cant send it by myself, and the store wont do that, its a lost for them.. so sending it to Apple wasnt an option from the begining.
    and for the record, i dont think the store where i bought it is an authorized shop.. its just a store who boughts phone's from Apple in a low price and sells it in much more money..

  • Arch and Win7 cannot open an NTFS partition created by the other

    This is almost certainly related to another post where I was struggling to create logical partitions from Windows. Basically, Linux and Minitool Partition Wizard agreed that there were no logical partitions, but the built-in Windows disk utility said there was. I ended up using fdisk from Arch install media, and Minitool and Arch now both saw the logical partitions (Windows shows a big extended partition of free space). I installed Arch just fine, can boot to it and win7... life is good.
    Not so much. A key to my setup is having an encrypted partition to share data between OS's. I used TrueCrypt with great success on my former laptop and am now having great difficulty!
    Some preliminary information:
    # fdisk -l /dev/sda
    Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x1e6513b3
    Device Boot Start End Sectors Size Id Type
    /dev/sda1 * 2048 2101247 2099200 1G 7 HPFS/NTFS/exFAT
    /dev/sda2 2101248 172433407 170332160 81.2G 7 HPFS/NTFS/exFAT
    /dev/sda3 172433408 390537215 218103808 104G 7 HPFS/NTFS/exFAT
    /dev/sda4 390537216 500118191 109580976 52.3G 5 Extended
    /dev/sda5 390539264 391587839 1048576 512M 83 Linux
    /dev/sda6 391589888 500118191 108528304 51.8G 83 Linux
    I also went partition by partition to check Minitool's agreement on sectors (they match perfectly with the exception that it doesn't show the extended /dev/sda4 container). I triple checked the Minitool partition info properties as you can't copy and paste from it's window, and pasted the fdisk output to minimize errors. I'm showing a column for mini/Arch for both start/stop sectors, and just subtracted them to make sure I got 0. Appears to be perfect alignment:
    | part | start (mini) | start (arch) | diff | | end (mini) | end (arch) | diff |
    |------+--------------+--------------+------+---+------------+------------+------|
    | sda1 | 2048 | 2048 | 0 | | 2101247 | 2101247 | 0 |
    | sda2 | 2101248 | 2101248 | 0 | | 172433407 | 172433407 | 0 |
    | sda3 | 172433408 | 172433408 | 0 | | 390537215 | 390537215 | 0 |
    | sda4 | 390539264 | 390539264 | 0 | | 391587839 | 391587839 | 0 |
    | sda5 | 391589888 | 391589888 | 0 | | 500118191 | 500118191 | 0 |
    - Screenshot of how Minitool sees my disk
    - Screenshot of how Windows disk utility sees my disk
    I used TrueCrypt 7.1a on both OS's. I created a non-system encrypted partition using the GUI on Arch with the AES cipher/sha-512 hash, with filesystem as "none." Once created I did:
    $ sudo cryptesetup --type tcrypt open /dev/sda3 vault
    That worked fine, which I followed with:
    $ sudo mkfs.ntfs /dev/mapper/vault
    It initialized the device with zero's and then gave me the success/have a nice day message. Closed the volume and rebooted. When I tried to open the device from win7, I got "Incorrect password or not a TrueCrypt volume." Hmmm. I guess I'll try in reverse. I duplicated the procedure exactly as above from win7, this time having TrueCrypt automatically format with NTFS. All succeeds and I can open the device. Reboot into Arch and I get the same message from TrueCrypt! If I try with cryptsetup, it's "No device header detected with this passphrase."
    Next, I tried just doing NTFS with no encryption. From Arch:
    $ sudo mkfs.ntfs /dev/sda3
    All goes well and I can mount it. I boot into Windows and it's not even listed! I used Minitool to issue it a drive letter, at which point clicking that pops up a windows dialog box asking me if I want to format the disk. Format the partition with NTFS in Windows, reboot into Arch and I get:
    [jwhendy@arch_zbook ~]$ sudo mount /dev/sda3 /mnt/scratch/
    NTFS signature is missing.
    Failed to mount '/dev/sda3': Invalid argument
    The device '/dev/sda3' doesn't seem to have a valid NTFS.
    Maybe the wrong device is used? Or the whole disk instead of a
    partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
    Doesn't matter if I add "-t ntfs" or "-t ntfs-3g." I get the same result.
    Just to add a couple more oddities... when I created the NTFS partition in Arch, I also created a file called vault.tc as a TrueCrypt file-based encrypted container. My thinking was that the issue was with TrueCrypt full-partitions and that I could get around it with a plain partition containing an encrypted file. Reboot into windows and the partition isn't shown (as stated above). From Minitool, if I right click the partition and choose "Explore," it lists the partition contents and there is my vault.tc file. Windows thinks it's unformatted!
    I noticed the option to backup/restore a TrueCrypt header, and gave a shot at backing up the working TrueCrypt setup on windows to a flash drive, booting to Arch, and then restoring the /dev/sda3 header from the flash drive file. Arch still couldn't open it.
    Lastly, I noticed when I go to select a device to encrypt in TrueCrypt, my logical partitions aren't showing up (just like Windows only sees the end of the disk as free space). I just can't help but think something is tweaked in the partition table... basically:
    - TrueCrypt sees what Windows sees
    - Arch sees what Minitool sees
    How could I go about diagnosing further or fixing the issue. This is driving me crazy!
    I'd hate to do this given that I already setup my wm, configs, packages, etc... but my last resort attempt would be to wipe my logical partitions and see if I can at least get the win7 disk utility, minitool, arch, and truecrypt to like each other with respect to /dev/sda1-3... and then try to re-add the logicals afterward and re-install arch? I honestly don't know why this would be any different, but was just a thought. The issues from the other post seem to arise with logical partitions not being recognized the same between win/linux.
    Or figure out how to just use primaries (like dedicated boot on a USB drive or something). Or fiddle with growing/shrinking windows to see if I can undo whatever is telling windows where/what things are? Really grasping at straws here.
    Last edited by jwhendy (2015-06-10 23:32:22)

    Hi Ramesh,
    Please install the hotfix package and test the issue again:
    http://support.microsoft.com/kb/2817576/en-us
    In addition, try uncheck the option “confirm open after download” per:
    http://jritmeijer.wordpress.com/2006/08/20/some-files-can-harm-your-computer-if-the-file-information-looks-suspicious-or-you-do-not-fully-trust-the-source-do-not-open-the-file/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • I can't select Photoshop CC 2014 when using the "Open with" menu in Windows 7

    I have recently installed CC 2014, and uninstalled my CC version. When I go to a jpeg, or any image file in windows explorer, I right-click and "open with" and it isn't listed on my program list to open the file with. I click on "browse programs", find the exe file in adobe-photoshop cc2014 folder and click OK, and it just goes back to the open with menu with no option for photoshop.
    Any ideas on how I can get it on that list, so I can open these files from the file location, instead of opening up photoshop and then searching for the file location within photoshop?
    Also, I don't have any problems opening up the pictures from within photoshop, just within windows explorer.

    I'm having a similar problem, but only with jpg's. I have PS CS6, CC, and CC 2014. Other image file formats function normally with regard to the "open with" list. PS CC 2014 appears on the list. But with jpg's only PS CC appears on the "open with" list and 2014 can't be added by the browsing for it.
    The curious thing is that if I have any of the three versions of Photoshop open, click on Photoshop CC in the "open with" list, the image opens in whatever version is already open on my computer. This is true of all image formats. No matter which version I pick from the "open with" list it opens in the currently running program. I use only the latest version so keeping it open all the time is an easy work around. I won't uninstall any of the earlier versions lest more file association quirks result. it would be nice to have this matter fixed.

  • Cannot open .jnlp file when asked to open with firefox web browser in ubuntu 11.10 using firefox 6

    After upgrading to ubuntu 11.10 the firefox 6 browser cannot download and open .jnlp file from the interactivebrokers website. Usually I go to the IB website and download tws.jnlp file which is opened in the firefox web browser. But now when I click on the Open with Firefox Browser button, the firefox browser opens a new tab and display the same open window again.

    Seems that after upgrading to 11.10, jnlp files open with firefox instead of javaws (Java Web Start).
    If you right click the file on the download folder and choose "open with" you can manually select java web start.
    Ubuntu bug...
    You can right click any .jnlp file and select "properties", go to "Open With" tab, mark Sun Java 6 Web Start and click "Set as Default". Should fix it. I don't know what would happen if you have the default ubuntu java instead of Sun's. Maybe this wouldn't be necessary.

  • When using the "Open With" functionality to download an eml file, firefox is appending a *.txt extension to the filename. How can I prevent this from happening?

    If I save the file instead of open it, the file saves correctly (ie: without the added txt extension). If I attempt to open instead of save, the txt is added, resulting in the file opening as a text file instead of an eml file.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Font style of pdf files changes when it is opened with adobe reader 10.1.2 version

    The font style of pdf files changes if opened with adobe reader 10.1.2 version.
    Plz suggest wht to do....
    Following is the screenshot from adobe reader
    view: 75 % zoom in adobe reader (issue)
    view: 75 % zoom in foxit reader (no issue)
    Thanks,
    Neha

    Hi,
    Can you please share the PDF with which you are seeing this issue.
    You can mail me the PDF to e-mail that i have specified in the private message send to you.

  • Disk image not opening with disk image mounter...

    I downloaded a shareware program and for some reason it reset my dmg files to open with it instead of with the default normal program.
    I cannot find the "diskimagemounter" that is listed in the open with... option (used spotlight to find name). i can have it use the disk utility, but wouldn't that run the disk utility program in the front everytime i mounted an image?
    any help would b greatly appreciated.
    thanks,
    jason Kent

    Choose a .dmg file and then "Get Info" (command-i)
    Under "Open with" set to "DiskImageMounter" and select change all.
    fyi - the app itself resides in /system/library/coreservices.
    -mj
    [email protected]

  • Iphoto crashes when trying to open with the existing db

    Hi there,
    iPhoto keeps crashing when i try to launch it with the existing db. I can open it with a new db but am not sure how I can get the old one working.
    I love using iPhoto with all the events, faces and other features. Is there a way to get all them back?
    Thank you in advance
    Here is the crash log:
    Process:         iPhoto [270]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.4.3 (9.4.3)
    Build Info:      iPhotoProject-720091000000000~1
    App Item ID:     408981381
    App External ID: 15017489
    Code Type:       X86 (Native)
    Parent Process:  launchd [123]
    User ID:         501
    Date/Time:       2013-08-30 17:40:29.477 +0300
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          223 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  8 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      14DBC6AD-2C67-87D4-F3EB-208F45A7B3D8
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x921a0e8b __raiseError + 219
    1   libobjc.A.dylib                     0x95c5a52e objc_exception_throw + 230
    2   CoreFoundation                      0x920ac07b -[__NSArrayM insertObject:atIndex:] + 299
    3   CoreFoundation                      0x920abf40 -[__NSArrayM addObject:] + 64
    4   iPhoto                              0x00069858 iPhoto + 256088
    5   iPhoto                              0x00350d0c iPhoto + 3300620
    6   iPhoto                              0x0026065c iPhoto + 2315868
    7   libdispatch.dylib                   0x982f1cb1 _dispatch_barrier_sync_f_slow_invoke + 80
    8   libdispatch.dylib                   0x982ebc82 _dispatch_client_callout + 46
    9   libdispatch.dylib                   0x982f12e3 _dispatch_main_queue_callback_4CF + 223
    10  CoreFoundation                      0x9209cc29 __CFRunLoopRun + 1961
    11  CoreFoundation                      0x9209c01a CFRunLoopRunSpecific + 378
    12  CoreFoundation                      0x9209be8b CFRunLoopRunInMode + 123
    13  HIToolbox                           0x92a48f5a RunCurrentEventLoopInMode + 242
    14  HIToolbox                           0x92a48cc9 ReceiveNextEventCommon + 374
    15  HIToolbox                           0x92a48b44 BlockUntilNextEventMatchingListInMode + 88
    16  AppKit                              0x997c993a _DPSNextEvent + 724
    17  AppKit                              0x997c916c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    18  AppKit                              0x997bf5cc -[NSApplication run] + 855
    19  AppKit                              0x997625f6 NSApplicationMain + 1053
    20  iPhoto                              0x0003b0b9 iPhoto + 65721
    21  iPhoto                              0x0003a705 iPhoto + 63237
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x921a16a7 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   libobjc.A.dylib                         0x95c5a52e objc_exception_throw + 230
    2   com.apple.CoreFoundation                0x920ac07b -[__NSArrayM insertObject:atIndex:] + 299
    3   com.apple.CoreFoundation                0x920abf40 -[__NSArrayM addObject:] + 64
    4   com.apple.iPhoto                        0x00069858 0x2b000 + 256088
    5   com.apple.iPhoto                        0x00350d0c 0x2b000 + 3300620
    6   com.apple.iPhoto                        0x0026065c 0x2b000 + 2315868
    7   libdispatch.dylib                       0x982f1cb1 _dispatch_barrier_sync_f_slow_invoke + 80
    8   libdispatch.dylib                       0x982ebc82 _dispatch_client_callout + 46
    9   libdispatch.dylib                       0x982f12e3 _dispatch_main_queue_callback_4CF + 223
    10  com.apple.CoreFoundation                0x9209cc29 __CFRunLoopRun + 1961
    11  com.apple.CoreFoundation                0x9209c01a CFRunLoopRunSpecific + 378
    12  com.apple.CoreFoundation                0x9209be8b CFRunLoopRunInMode + 123
    13  com.apple.HIToolbox                     0x92a48f5a RunCurrentEventLoopInMode + 242
    14  com.apple.HIToolbox                     0x92a48cc9 ReceiveNextEventCommon + 374
    15  com.apple.HIToolbox                     0x92a48b44 BlockUntilNextEventMatchingListInMode + 88
    16  com.apple.AppKit                        0x997c993a _DPSNextEvent + 724
    17  com.apple.AppKit                        0x997c916c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    18  com.apple.AppKit                        0x997bf5cc -[NSApplication run] + 855
    19  com.apple.AppKit                        0x997625f6 NSApplicationMain + 1053
    20  com.apple.iPhoto                        0x0003b0b9 0x2b000 + 65721
    21  com.apple.iPhoto                        0x0003a705 0x2b000 + 63237
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9496c9ae kevent + 10
    1   libdispatch.dylib                       0x982eec71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x982ee7a9 _dispatch_mgr_thread + 53
    Thread 2:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x9496980e semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x982f0e70 _dispatch_thread_semaphore_wait + 25
    2   libdispatch.dylib                       0x982f0ccc _dispatch_barrier_sync_f_slow + 149
    3   libdispatch.dylib                       0x982ed3fb dispatch_barrier_sync_f + 37
    4   libdispatch.dylib                       0x982f1c5a _dispatch_sync_slow + 70
    5   com.apple.iPhoto                        0x002605fc 0x2b000 + 2315772
    6   com.apple.Foundation                    0x913c9f27 -[NSBlockOperation main] + 188
    7   com.apple.Foundation                    0x9139d259 -[__NSOperationInternal start] + 740
    8   com.apple.Foundation                    0x9139cf64 -[NSOperation start] + 67
    9   com.apple.Foundation                    0x913a5039 __block_global_6 + 135
    10  libdispatch.dylib                       0x982eff8f _dispatch_call_block_and_release + 15
    11  libdispatch.dylib                       0x982ebc82 _dispatch_client_callout + 46
    12  libdispatch.dylib                       0x982ecf02 _dispatch_worker_thread2 + 285
    13  libsystem_c.dylib                       0x995c0e72 _pthread_wqthread + 441
    14  libsystem_c.dylib                       0x995a8d2a start_wqthread + 30

    Here's how to repair your iPhoto database.
    How to Rebuild/Repair an iPhoto Library.

  • Facebook freezes when trying to open with firefox but not other browsers, how do I fix this?

    I have two users on my pc. The main user has no problem accessing facebook using his windows account and firefox browser. The second user, however all of a sudden, cannot access facebook with his windows account and firefox browser. Firefox freezes and says not responding. Other browsers, however work. I have loaded and run a windows registry repair which did not fix the problem. I have also run my virus scanning software. I cannot find an answer to this issue. Can someone please help?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Serious screen lag when typing in fields with Safari, Chrome, etc.

    With my MacBook Pro 15" i7 I'm experiencing a serious lag time when typing comments in posts online... like right now.. I'll type a few words and nothing shows up on the screen until I stop typing. Then the rest of the words leisurely fill in after I stop.
    This happens in Safari, Chrome, Firefox, etc. On my iMac 27" i7 and MacPro, using the same Airport wi-fi in my house, I do not experience this.
    When I type in Mail, TextEdit, etc., as I type the letters show up as fast as I can type.
    I've got 8GB of RAM, 4GB of free RAM, a MacBook Pro15" i7, 500GB 7200 RPM HDD with plenty of space on it, recently fixed permissions, checked disk with Disk Utility AND DiskWarrior, re-booted, cleared caches, checked for current firmware... what now?
    This doesn't happen on my other Macs, so I know something is up with this machine. (I typed that entire last sentence in before anything showed up on the screen - then when I stopped, after a few seconds, the words filled in.)
    Driving me bonkers! Can anyone offer a solution?

    Im am having the same problems never happen before -15inch macbook pro i7 4 gb ram 500 gb 7200 rpm hd... curious that we both have the 7200 rpm!!?? ....On 2nd laptop same problem and after days with apple online and store -still no answer ....  Here is a link for another thread i'm on with further lag issues im having...
    http://forums.macrumors.com/showthread.php?p=12450126&posted=1#post12450126

  • Sequences is displaying wrong media when CS6 project opened with CC

    I recently upgraded from CS6 to CC.  I have many old projects that I have made in CS6.  A few of my clients have requested changes recently and when I opened the project it opened in CC instead of CS6.  This did not seem a big deal to me as I have done this with older versions of Premiere and never had an issue unless for some reason i went back versions.  However this time is different.  I have noticed on more than one project that when I export a sequence something goes wrong.
    Lets say I am working with a wedding reception
    -In preimere it plays fine the first time i open it. 
    -then i export it
    -when i watch my exported clip it is messed up
    -when i reopen the project it plays messed up
    now what i mean by messed up is the clip will start lets say instead of at the entrence of the bridal party but durning the toasts, with the wrong audio to go with it.  that will play through then the dances start.  when it switches to a different clip i will now again be watching footage of the toasts. 
    the sequence within the project looks fine.  each cut clip in the timeline has the right file name, and is trimed how I had it and as for the overall look like i said it looks fine, however upon playback it will play the worng clips just like in the exported file.
    I have no idea why it is doing this of how to fix it quickly.
    anyone have any tips of thoughts.....

    Hi diabetic23,
    Can we get more info, please? What information should I provide when asking a question on this forum?
    Thanks,
    Kevin

  • What matter with a pdf  with Reader Extensions when it's open with Acrobat profesional?

    Hi all
    I'm trying to learn about the functionality of LC using Tour de LiveCycle. It is an exceptional documentation!
    I'm taked the 2 examples about reader extensions functionnality:
    PurchaseOrderExtended.pdf and PurchaseOrder.pdf
    I've open PurchaseOrder.pdf with acrobat profesional and...I could insert comments, save as, signed the pdf...
    Opening it with  Acrobat Reader this is not possible
    Then
    If the company decide to produce a PDF with the "1, 2, 3" funcionalities of reader extensions but not enabling the "4 and 5" funcionalities.....
    Someone that opens this PDF with acrobat profesional has the "1,2,3,4 and 5" functionalities available
    Then
    The  functionality strategy of the company based on the pdf it's not operative!
    Where is the mistake?
    TIA

    There are two possible philosophies for Reader Extensions:
    1) That it is a scheme to limit the the actions that one can take on a PDF; think of this as a sort of a security profile operation
    2) To provide PDF-based access to capabilities on the PDF without having to buy the full Acrobat Standard/Pro.
    Reader Extensions is much more model 2 than model 1.  The goal is to allow people to save filled-in forms, sign pdf or comment on the pdf without having to have the full Acrobat std/pro licensed for their desktop.  So two other things derive from this:
    a) That people who have the full Acrobat version should be able to do anything to the file that they desire
    b) But also that they should be aware of actions that they might take on the PDF that would change the file so substantially that it would lose its rights and the ability of downstream Reader users to act on the file.
    This (2, and then a and b) is the basic philosophy of Reader Extensions and Acrobat.

Maybe you are looking for