Set name of file - 'the operation could not be completed'

I have a script (see below) that is supposed to rename a list of files that have been recently saved as self contained by Quicktime Player in a script just run prior to this script .
What happens is that if the script is run immediately after the Quicktime Player script it generates a dialog with the message 'The operation could not be completed'. It was puzzling since the script would occasionally work as I tested it on its own in script editor.
After much trial and error messages I discovered that if
1. I run the Quicktime Player script saving the movies; Then
2. manually open the folder containing the movies in the finder, then
3. run the script to rename the movies,
the script would run correctly. If I don't open the folder the script fails with the 'the operation could not be completed' dialog.
Any ideas as to why this happens? Any workarounds suggested?
Thanks
Martin Koob
set movies_list to {"G-DRIVE:Projects:august 20 test 7:m-august 20 test 7A1.mov", "G-DRIVE:Projects:august 20 test 7:m-august 20 test 7A2.mov", "G-DRIVE:Projects:august 20 test 7:m-august 20 test 7A3.mov"}
set total_segments to "3" as integer
tell application "Finder"
try
activate
display dialog total_segments
repeat with current_segment from 1 to (total_segments)
set AppleScript's text item delimiters to ","
set thismoviepath to item current_segment of movies_list
set AppleScript's text item delimiters to ":"
set thisfilename to the last text item of thismoviepath
set name_length to the length of thisfilename
set AppleScript's text item delimiters to ""
set newfilename to the characters 3 thru name_length of thisfilename
set the name of file thismoviepath to newfilename as string
end repeat
on error errormessage
display dialog errormessage
end try
end tell

Hello
Finder has been affected by its long standing bug or design flaw in updating its internal cache, which seems relevant to your case.
Here's two sample codes I'd try.
Hope this may help,
H
PS. Why are you renaming files after saving them in different names? Saving them in the final names in QT Player would be the simplest way. Just my thought.
-- SAMPLE1
set pp to {"G-DRIVE:Videobook Projects:august 20 test 7:m-august 20 test 7A1.mov", "G-DRIVE:Videobook Projects:august 20 test 7:m-august 20 test 7A2.mov", "G-DRIVE:Videobook Projects:august 20 test 7:m-august 20 test 7A3.mov"}
try
set AppleScript's text item delimiters to {":"}
repeat with p in pp
set p to p's contents
set n to p's text item -1 -- original file name
set n1 to n's text 3 thru -1 -- new file name
set dp to "" & (p's text items 1 thru -2) & ":" -- container path
tell application "Finder"
(* code to evade Finder's bug by 'update' *)
update item dp -- update container status
--update item p -- update file status (may not be necessary)
set name of item p to n1 -- rename file
end tell
end repeat
set AppleScript's text item delimiters to {""}
on error errs number errn
set AppleScript's text item delimiters to {""}
display dialog errs & " " & errn
end try
-- END OF SAMPLE1
-- SAMPLE2
set pp to {"G-DRIVE:Videobook Projects:august 20 test 7:m-august 20 test 7A1.mov", "G-DRIVE:Videobook Projects:august 20 test 7:m-august 20 test 7A2.mov", "G-DRIVE:Videobook Projects:august 20 test 7:m-august 20 test 7A3.mov"}
try
tell application "Finder"
repeat with p in pp
set a to p as alias
(* code to evade Finder's bug by 'update' *)
update a's container -- update container status (may or may not work)
--update a -- update file status (may or may not work)
tell item a
set name to (get name)'s text 3 thru -1
end tell
end repeat
end tell
on error errs number errn
display dialog errs & " " & errn
end try
-- END OF SAMPLE2

Similar Messages

  • The operation could not be completed because an item with the name xyz already exists

    I am trying to make a click and drag backup on an external FAT 32 drive to compliment my Time Machine backup (long story) and I've done this each time by dragging my critical folders into the drive. I get a message asking me to stop, replace or skip, and whether to apply to all items. i click replace, apply all, and let it go.
    however, one stubborn folder refuses to comply. every single time I click and drag a group of folder that includes that one, I get a message saying "the operation could not be completed because an item with the name xyz already exists" even after I selected the the "apply all" prompt. at which point, the Mac stops transferring ALL the other files.
    I figured, OK, i'll just transfer the other folders individually and then deal with this folder later. so I do that, and once I get to the offending folder, I try to transfer just that one folder into the drive. no good; I get the operation message again. I decide to just transfer the contents of the folder, rather than the folder itself. No good, I just get the operation message about one of the folders within the main folder.
    anyone know the cause, or at least a fix?

    If you've installed a system modification called "TotalFinder," remove it according to the developer's instructions after backing up all data. Log out, log back in, and try again.
    Otherwise, open the Info dialog on both the source and the destination volumes. What is the Format of each? For example, it might be "Mac OS Extended (Journaled)".
    For some other possible solutions, see:
    operation can't be completed because an...: Apple Support Communities

  • PS CS5 The operation could not be completed. A file system I/O error has occurred

    Howdy...
    I'm using Photoshop CS5 and when I go to use a handful of filters such as Liquify or Lens Correction I am suddenly getting an error message saying:
    "The operation could not be completed. A file system I/O error has occurred"
    Doesn't matter if it's a massive file or a small one. Sometimes the Liquify box will actually come up, but after I make one or two strokes, the beachball comes up and moments later I get the error message again. It doesn't actually crash PS, it just prevents me from using those filters. Each time I click, the error message comes up again. I've also tried it with my PS CS3 on the same Mac and it does the same thing. However on my 4 year old MacBook Pro, it's absolutely fine. Grrrrr!
    I have my PS set as default on 64 bit. I have a scratch disk with nearly 500gb free (which is not my start-up disk) I am running a Mac Pro 2.8 GHz 8 Core Intel with 16gb of ram, so it's not a memory problem. Running Mac OS 10.6.7 but did the same on 10.6.6 too.
    I have repaired the disk permissions on the start-up disk. I have reloaded a fresh copy of PS (a few times). Even did a hard Un-install with maccs3clean after trying a regular Un-install with no success.
    I had an 1.5hr conversation with an Adobe Tech guy earlier today and he's scratching his head, so I'd thought I'd throw it open to you guys hoping someone has had the same problem and can save the rest of my hair from being pulled out.
    HELP!

    Hi Guys,
    I know this is an old post but I need to bump it.
    I work for a image processing company and we all sit on top spec mac pro's with 16-32 GB of RAM, top graphic cards and SSD drives.
    All of my collegaues' computers are working fine when it comes to using liquify and all of the filters that come with CS5, but it sure doesn't work on my mac at all.
    We have a tech guy who has re-installed the OSX on a new SSD drive now two times and we have started from scratch with installing CS5 but it still will not work. I keep getting "the operation could not be completed..." every time i try
    to liquify or do any other filter work.
    I am 100% sure it doesn't have to do with any disk permissions or broken drives in my case.
    Could there be an issue with the graphic card or any other hardware component since it's clearly not a software related issue?
    Any help would be much appreciated because we are very much in the dark here.
    Best regards,
    Anders

  • Hi Friends... I'm trying to delete a back-up file on mu TC but I get the message "The operation could not be completed because the item "bands" is in use. I'd like to start the Back from scratch, could help me out with deleting the current file?

    Hi Friends...
    I’m trying to delete a back-up file on mu TC but I get the message “The operation could not be completed because the item “bands” is in use. I’d like to start the Back from scratch, could help me out with deleting the current file?

    Sorry, I am very confused. I asked the following question....
    Is this the only backup file on your Mac, or do you have other backup files and data on the Time Capsule disk?
    The answer that you gave was....
    This is the only one
    Now you are saying that....
    But I have lots of other files on Time Capsule! The back up file is only one of them.
    Can you clarify, please?

  • The share operation "master file" has failed. the operation could not be completed because an error occurred creating Frame 93164 (error-1). how can i find the frame?

    The share operation "master file" has failed. the operation could not be completed because an error occurred creating Frame 93164 (error-1). how can i find the frame?

    https://discussions.apple.com/thread/6219522

  • Bridge Crashing:  Error message "The operation could not be completed. The file is Locked

    Bridge is acting real funny lately:  It won't close, so I have to force quite, then I get the error message:  "The operation could not be completed.  The file is Locked"

    Thread 7:
    0   libsystem_kernel.dylib         0x000000010a98e136 __psynch_cvwait + 10
    1   com.adobe.bridge5             0x0000000100671cf8 boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_i njector() + 83992
    2   com.adobe.bridge5             0x00000001006ae71e boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_i njector() + 332350
    3   com.adobe.bridge5             0x00000001004d2c99 start + 5045481
    4   com.apple.CoreServices.CarbonCore 0x000000010b28c8dc PrivateMPEntryPoint + 58
    5   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x000000010a98e136 __psynch_cvwait + 10
    1   com.adobe.bridge5             0x0000000100671cf8 boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_i njector() + 83992
    2   com.adobe.bridge5             0x000000010066b372 boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_i njector() + 56978
    3   com.adobe.bridge5             0x000000010066939d boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_i njector() + 48829
    4   com.adobe.bridge5             0x00000001004d2c99 start + 5045481
    5   com.apple.CoreServices.CarbonCore 0x000000010b28c8dc PrivateMPEntryPoint + 58
    6   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x000000010a98e136 __psynch_cvwait + 10
    1   SwitchBoardClient             0x000000011ebce948 void boost::condition_variable_any::wait<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&) + 80
    2   SwitchBoardClient             0x000000011ebc2cc8 adobe::switchboard::ConnectionQueue::run() + 300
    3   SwitchBoardClient             0x000000011ebc78a3 boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>::operator()(adobe::switchboard::ConnectionQueue*) const + 97
    4   SwitchBoardClient             0x000000011ebc7911 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::ConnectionQueue*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>&, boost::_bi::list0&, int) + 65
    5   SwitchBoardClient             0x000000011ebc794e boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::ConnectionQueue*> > >::operator()() + 54
    6   SwitchBoardClient             0x000000011ebc796c boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::ConnectionQueue*> > > >::run() + 28
    7   SwitchBoardClient             0x000000011eb632be thread_proxy + 89
    8   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    9   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    10  libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x000000010a98e136 __psynch_cvwait + 10
    1   SwitchBoardClient             0x000000011eb66a41 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 59
    2   SwitchBoardClient             0x000000011eb89433 adobe::switchboard::Client::run() + 111
    3   SwitchBoardClient             0x000000011eb91e05 boost::_mfi::mf0<void, adobe::switchboard::Client>::operator()(adobe::switchboard::Client*) const + 97
    4   SwitchBoardClient             0x000000011eb91e49 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::Client*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::Client>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::Client>&, boost::_bi::list0&, int) + 65
    5   SwitchBoardClient             0x000000011eb91e86 boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Client>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Client*> > >::operator()() + 54
    6   SwitchBoardClient             0x000000011eb91ea4 boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Client>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Client*> > > >::run() + 28
    7   SwitchBoardClient             0x000000011eb632be thread_proxy + 89
    8   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    9   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    10  libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x000000010a98e36a __recvmsg + 10
    1   SwitchBoardClient             0x000000011eba0b93 unsigned long boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::receive<boost::asio::mutable_buffers_1>(boost::asio::detail::reactive_socket_service<b oost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 537
    2   SwitchBoardClient             0x000000011eba0d08 unsigned long boost::asio::stream_socket_service<boost::asio::ip::tcp>::receive<boost::asio::mutable_bu ffers_1>(boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 58
    3   SwitchBoardClient             0x000000011eba0d42 unsigned long boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >::read_some<boost::asio::mutable_buffers_1>(boost::asio::mutable_buffers_1 const&, boost::system::error_code&) + 56
    4   SwitchBoardClient             0x000000011eba1dbb adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::runOne(boost::shared_ptr<adobe::switchboard::Connection<boost::asio::basic_stream_sock et<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&) + 185
    5   SwitchBoardClient             0x000000011eba2063 adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::run() + 69
    6   SwitchBoardClient             0x000000011eb91cd5 boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >::operator()(adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio ::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*) const + 97
    7   SwitchBoardClient             0x000000011eb91d19 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&, boost::_bi::list0&, int) + 65
    8   SwitchBoardClient             0x000000011eb91d56 boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > >::operator()() + 54
    9   SwitchBoardClient             0x000000011eb91d74 boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > > >::run() + 28
    10  SwitchBoardClient             0x000000011eb632be thread_proxy + 89
    11  libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x000000010a98e36a __recvmsg + 10
    1   SwitchBoardClient             0x000000011eba0b93 unsigned long boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::receive<boost::asio::mutable_buffers_1>(boost::asio::detail::reactive_socket_service<b oost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 537
    2   SwitchBoardClient             0x000000011eba0d08 unsigned long boost::asio::stream_socket_service<boost::asio::ip::tcp>::receive<boost::asio::mutable_bu ffers_1>(boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 58
    3   SwitchBoardClient             0x000000011eba0d42 unsigned long boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >::read_some<boost::asio::mutable_buffers_1>(boost::asio::mutable_buffers_1 const&, boost::system::error_code&) + 56
    4   SwitchBoardClient             0x000000011eba1dbb adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::runOne(boost::shared_ptr<adobe::switchboard::Connection<boost::asio::basic_stream_sock et<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&) + 185
    5   SwitchBoardClient             0x000000011eba2063 adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::run() + 69
    6   SwitchBoardClient             0x000000011eb91cd5 boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >::operator()(adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio ::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*) const + 97
    7   SwitchBoardClient             0x000000011eb91d19 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&, boost::_bi::list0&, int) + 65
    8   SwitchBoardClient             0x000000011eb91d56 boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > >::operator()() + 54
    9   SwitchBoardClient             0x000000011eb91d74 boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > > >::run() + 28
    10  SwitchBoardClient             0x000000011eb632be thread_proxy + 89
    11  libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x000000010a98e136 __psynch_cvwait + 10
    1   MultiProcessor Support         0x00000001165ac113 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 139
    2   MultiProcessor Support         0x00000001165ac1d0 ThreadFunctor::operator()() + 92
    3   MultiProcessor Support         0x00000001165c8f70 thread_proxy + 160
    4   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x000000010a9894de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x000000010a98864f mach_msg + 55
    2   com.apple.CoreFoundation       0x0000000106e8fb34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x0000000106e8effb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x0000000106e8e858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x0000000101fac33b _NSEventThread + 137
    6   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x000000010a98e94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010aaa140d start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x000000010a98e94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010aaa140d start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x000000010a98e94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010aaa140d start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000001  rbx: 0x0000000123d20ff0  rcx: 0x0000000023d20000  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x0000000000000067  rbp: 0x00007fff5fbff880  rsp: 0x00007fff5fbff870
       r8: 0x0000000111d0da00   r9: 0x0000000000000600  r10: 0x0000000012e3bdbc  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x00000000000000ce  r14: 0x0000000000000067  r15: 0x0000608000018700
      rip: 0x000000010495a94d  rfl: 0x0000000000010202  cr2: 0x000000000000003c

  • Please help i can't share my project I did try in all of them and it doesnt work it apears like that........ The share operation Master File has failed The operation could not be completed because an error occurred when creating frame 608 (error -1). and

    I did try in all of them and it doesnt work it apears like that........
    The share operation Master File has failed
    The operation could not be completed because an error occurred when creating frame 608 (error -1).
    and i dont know what to do plese hlp me....
    Re: when i try to share my project to quicktime aroun 50% appears error -1 and i can't share it what to do please help 

    Double post…

  • File Save for Web = Error: The operation could not be completed.

    Installed photoshop CS6 trial Version 13.0 on Windows 7 Ultimate running in hyper-v virtual machine.  Created a small image and clicked File Save for Web.  This produced the error dialog "Error: The operation could not be completed."
    I tried the following trouble shooting steps:
    1. deleted the preferences
    2. created a new user
    3. re-installed both the operating system and photoshop
    4. looked for permission issues
    5. monitored procmon.exe to look for unusual errors
    I'm not sure what I'm looking for, but it simply does not work.

    ELEMENTS 12 AND ELEMENTS 13
    Upgraded to 13 Thinking might resolve the issue.
    Was working fine up until we had "Tech" come in the office and "up grade some stuff"
    then all of a sudden i started getting this message, something happened but i don't have a clue what.

  • On my MacBook Pro running )SX 10.9.5 when I go to Contact Sheet II on Photoshop Elements 12 Editor it say The Operation could not be completed...The file or directory cannot be found...help.. ?Derek

    On my MacBook Pro running )SX 10.9.5 when I go to Contact Sheet II on Photoshop Elements 12 Editor it says The Operation could not be completed...The file or directory cannot be found...help.. ?
    Derek

    See if this solution works:
    https://forums.adobe.com/thread/1623951?q=contact%20sheet

  • Bridge CS5 freezes after error message...."The operation could not be completed, there is not....

    Error - The operation could not be completed.  Not enough storage is available to complete this operation.
    After this happens I have to close Bridge as it is unresponsive to any further commands and I often I have to use the task manager to close it.
    I have scoured these boards and the web for a solution and have found others w/ the same problem (even people w/ much more RAM) but have not found a solution beyond the usual advice of changing cache settings, increasing page file, or making sure there is enough hard drive space.
    I have two 1TB hdd's w/ over 80% free space on each but I only have 2 GB RAM (all my old motherboard can handle).  However, this error message occurs even when Photoshop is not running (only Bridge) and my RAM usage meter shows that I still have plenty of unused RAM available.  I did not have this problem w/ Bridge CS4. The error msg. of not enough storage doesn't make since considering the available RAM showing and ample space on the hard disk assigned to the cache (which is a different physical drive than my OS or the Bridge program.)
    Here are some of the things I have tried:
    reset Bridge preferences at startup, changed the location of the Bridge cache, its size and options, purged the cache, changed the page file size on both drives to the max, defragmented drives, disabled Norton anti-virus, etc.
    -What else can I try?
    -Would creating a new partition on my 2nd hdd to be used solely for the Bridge cache make any difference and if so, why?
    Please help, I am willing to try anything to get this to work.  It is a personal challenge at this point.... and I am determined to get Bridge CS5 to work on my machine...... 
    Thanks in advance for any advice or insturctions you may offer!

    Dear Customers,
    I am Baichao Li, Adobe Bridge Quality Engineer.
    Bridge team is investigating this error, In order to reproduce the problem in our lab and find a solution as soon as possible, I would like to ask you to help providing more information, please follow steps below,
    1. Download "User Mode Process Dumper Version 8.1" from
    http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=e089ca41-6a87-40c8-bf69-2 8ac08570b7e&displayLang=en
    2. Install "User Dumper" following Microsoft's article
    http://support.microsoft.com/kb/241215
    3. Open "Control Panel -> Process Dumper", switch to tab Page of "Processing Monitoring"
    4. Click button "New", input "Bridge.exe" for "Application Name".
    5. Select "Bridge.exe" from list box, then click button "Rules", 
                    Select "Use Custom Rules",
                    Browse to a custom dump file folder, 
                    Check "All Exceptions",
                    Check "Ignore Exceptions that occur inside Kernel32.dll",
                    Select "Mini Dump Type" to "Small"
                    Select "Save Mode" to "Cyclic Saving 5 times"
                    Others keep uncheck or unselect.
    6. Click "OK" button to exit "Rules" setting dialog, then Click "Apply" button, then click "OK" to quit "Process Dumper " dialog.
    7. Launch Adobe Bridge CS5, do your work.
    8. When that error message occurs, Bridge hang, wait for a while, then kill bridge using "Task Manager", please check if there are some ".dmp" files in "custom dump file folder " which is set in step 5, if so, please zip all .dmp files and FTP to us (please contact me at [email protected] for FTP info). It would be better if you can repeat your hang and send us more zipped .dmp files.
    Sincerely appreciate if you could provide us your workflow before Bridge throws that error message, what file formats you use, what features you use and your machine information.
    Best Regards,
    Baichao Li

  • Streaming error the operation could not be completed

    Dear All,
    Please Help me i Above Subject Iam using Airtel Digital Tv Application name is pocket tv firts time is install Application is working good after some days showing error streaming error the operation could not be completed please try again later please let me know what is issued and how can fix this problem.

    I've continued tests on different films, and tried my entire collection. I've found about two dozen that will play fine on the PC, but will not cooperate when streamed to either Apple TV or my iPad. I tried several more tests with the audio, and that turned out not to be a factor -- I could not replicate that on another test.
    I wonder if something in the header of these files is corrupted or a flag is set incorrectly or something along those lines, as the data appears to be fine -- it's just not "handshaking" with my streaming hardware and/or the Apple Home Sharing code that powers it.
    Is there any way for me to "scrub" these files and amend their headers, or get into the file and tinker with that info by hand?

  • When I try to make a new video, a window comes up that says,"The operation could not be completed," and then under it, it says,"No other information is available about the problem," what is happening and how do I fix it?

    when I try to make a new video, a window comes up that says,"The operation could not be completed," and then under it, it says,"No other information is available about the problem," what is happening and how do I fix it?

    Hi
    And without info - it's near to impossibly to help. Try my general troubleshooting note:
    Troubleshooting note
    When iMovie doesn't work as intended this can be due to a lot of reasons
    iMovie Pref files got corrupted - trash it/they and iMovie makes new and error free one's
    problem in iMovie Cache folder - trash Cache.mov and Cache.plist
    Creating a new User-Account and log into this
    This forces iMovie to create all pref. and cache files new and error free
    Event or Project got corrupted - try to make a copy and repair
    a Codec is used that doesn't work (even though iMovie and/or iDVD tries to / they fail in the end)
    version miss match of QuickTime Player / iMovie / iDVD
    preferences are wrong - Repair Preferences
    other hard disk problem - Repair Hard Disk (Disk Util tool - but start Mac from ext HD or DVD)
    External hard disks - MUST BE - Mac OS Extended (hfs) formatted to work with Video
    ( UNIX/DOS/FAT32/Mac OS Exchange - works for most other things - but not for Video )
    USB-flash-memories - usually do not work
    Net-work connected hard disks - usually do not work (most often not fast enough and WRONGLY FORMATTES as DOS etc)
    iPhoto Library got problems - let iPhoto select another one or repair it. Re-build this first then try to re-start iMovie. When iMovie starts-up it first look trough this iPhoto library and if faulty it all Halt’s.
    This You do by
    First -  close iPhoto
    Secondly - on start up of iPhoto - Keep {cmd and alt-keys down}
    Thirdly - now select all five options presented
    THEN - WAIT a long long time (>20 hours are not strange)
    free space on Start-Up (Mac OS) hard disk to low (<1Gb) - I never go under 25Gb free space for SD-Video (4-5 times more for HD)
    external devices interferes - turn off Mac - disconnect all of them and - Start up again and re-try
    GarageBand fix - start GB - play a few notes - Close it again and now try iMovie
    Screen must be set to million-colors
    Third-party plug-ins doesn't work OK
    Run "Cache Out X", clear out all caches and restarts the Mac
    Let Your Mac be turned on during one night. At about midnight there is a set of maintenance programs that runs and tidying up. This might help
    Turn off Your Mac - and disconnect Mains - for about 20-30 minutes - at least this resets the FireWire port.
    In QuickTime - DivX, 3ivx codec, Flip4Mac, Perian etc - might be problematic - temporarily move them out and re-try
    (I deleted the file "3ivxVideoCodec.component" located in Mac HD/Library/Quicktime and this resolved my issue.)
    buenrodri wrote
    I solved the problem by removing the file: 3ivxVideoCodec.component. after that, up-dated iMovie runs ok.
    Last resort: Trash all of iMovie and re-install it
    Yours Bengt W

  • I cannot "save" my newly reduced size video after using the "TRIM" feature...I get "The Operation could not be completed". Why?

    I would start with my original AVI file, then hit duplicate to get a duplicate file to work on....I then would use the "TRIM" feature to shorten the video. Then when I hit "close", and it prompted me to name the newly reduced file, and saved it appropriately.So I did this procedure with two of my AVI format videos and it worked flawlessly.
    But I have tried to do this same procedure with a half a dozen more AVI videos and it will not allow me to name the modified file after I have "trimmed it" and save it...when I enter the name for the modified file and hit "close", I get the message "The operation could not be completed".  Why isn't it allowing me to save the files??
    (I am working with OSX 10.7.3, Quicktime Player 10.1   iMac 3.06GHz Intel Core i3)

    my os is windows 7.  elements 12 worked fine for many months then save for the web stopped working

  • Launch PB in CS5 and get "The operation could not be completed."

    I had been using the PB plug-in previously and it worked fine.  Since that time, I have installed no new hardware or drivers but have installed Topaz Adjust 4 filter.  Now, when I have an image opened in PS CS5 and I click Filters -> Pixel Bender -> Pixel Bender Gallery... I get a modal dialog with the title Error and the message "The operation could not be completed."  I tried reinstalling the extension and no luck.
    Here's some relevant info:
    Adobe Photoshop Version: 12.0.1 (12.0.1x20100625 [20100625.r.1146 2010/06/25:17:40:00 cutoff; r branch]) x32
    Operating System: Windows XP 32-bit
    Version: 5.1 Service Pack 3
    System architecture: Intel CPU Family:15, Model:2, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 2
    Processor speed: 3073 MHz
    Built-in memory: 2045 MB
    Free memory: 360 MB
    Memory available to Photoshop: 1634 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1050, right: 1400
    Video Card Number: 1
    Video Card: NVIDIA GeForce FX Go5600 (Sony)
    Driver Version: 6.14.10.4690
    Driver Date: 20031106141200.000000-000
    Video Card Driver: nv4_disp.dll
    Video Mode: 1400 x 1050 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce FX Go5600 (Sony)
    Video Card Memory: 64 MB
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS5\
    Temporary file path: C:\DOCUME~1\matt\LOCALS~1\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 73.2G, 12.2G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS5\Plug-ins\
    Additional Plug-ins folder: not set
    ...snip...
    Installed plug-ins:
    ...snip...
       Pixel Bender Gallery 12.0
    ...snip...
       Topaz Adjust 4 10.0
    ...snip...
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
       Access CS Live
       CS Review
       CS News and Resources
    Installed TWAIN devices: NONE

    I take it you've rebooted your machine a few times since all this has happened? Something must have changed to cause this problem. You could try deleting the Photoshop preferences and the Pixel Bender plugin preferences. You doublechecked that you have the latest drivers from nVidia (and you did so by manually comparing the result provided on the nVidia driver page with the driver version found in the Display preferences? Are you running on a laptop? If so, who is the manufacturer?

  • Install Problem "Error: -48  The operation could not be completed... "

    I am unable to install the "Take Picture Action Installer" from http://automator.us/downloads.html#1026
    The error message is "Error: -48. The operation could not be completed because there is already an item with that name."
    However I created a test user on the system and was able to do the install there just fine. Anyone know how I could fix the problem?
    Thanks

    Hi Aaton
    I have not had a problem with that download (since your post)
    There is an Automator "Take Picture" action which is owned by the system (Macintosh HD/System/Library/Automator/) which appears under the Image Capture library
    The .zip file which you downloaded should go into Your user name/Library/Automator/ and is named "NYHTPROD-Take Picture.action" and appears under the Photo Booth library. It says that is the destination in the panel when you unzip the file
    Suggest you have a look around those libraries and check things are as they should be then try again
    chris

Maybe you are looking for

  • I ordered my iPhone 5 on the 1st of October 2012. it says delivers october 30th. How can I get it faster? I need it to take pics of my school project.

    I really can't wait for my new iPhone 5. I am worried because I need it to take picsures of a project I am making in school. I have to take pictures of almost every step in the process. I am starting next week and I will be carrying it out over the n

  • ICAN'T GO TO MY GMAIL.

    When I go to gmail, and enter my username and password I get the error message: ''The page isn't redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete. * This problem

  • Disable iView "Skills Profile" under "Career and Job"

    I would like to disable the Skills Profile iview under "Career and Job" in ESS since we will not be using this functionality.  How can I accomplish this?  We would like the entire section: Skills Skills Profile View the skills catalog and create or c

  • ValidateEntity() is executed on autosubmit in 11.1.2.1.0

    Hi, I am implementing a page in 11.1.2.1.0 with similar functionality as the one described in "Defining the LOV on a Reference Attribute in Oracle ADF 11g" (http://andrejusb.blogspot.com/2009/11/defining-lov-on-reference-attribute-in.html) with the f

  • Highest, lowest, and zero removal

    Hi everybody... I am getting varchar value from file like this.... varchar x =343,987,0,763,22,88,099,736,0,22,0 Now i want to find the highest, lowest, and if any only zero values are there, i have to remove zeros. I have to update table with these