Apple launches Apple Store app in India

The Apple Store app provides customers with the most personalized way to shop for Apple’s innovative lineup of products and services. Learn more >

You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Final Cut Pro constantly beachballing and hanging at nearly every action

I don't know if it is action-specific, mostly because it happens so frequently that I can't even get 3 or 4 simple cuts with the blade tool and it hangs, never coming out of it, I have to force quit. It has also happened while duplicating a project. What I've tried:

  • I have deleted FCP entirely, including all caches, preferences, containers, and application support and did a fresh install.
  • I have disconnected every USB drive except my FCP Library drive.
  • I have verified with Blackmagic Speed Test that the drive is operating fine, and can easily handle the video I'm editing.
  • I have plenty of disk space on both my internal drive and the external Library.
  • I've scoured all locations for Google Keystone garbage, no traces I can find, and Chrome isn't installed.
  • I've turned off background rendering in FCP


I could really use some suggestions. EtreCheck report attached.


MacBook Pro 14″, macOS 15.1

Posted on Dec 10, 2024 5:16 PM

Reply
Question marked as Top-ranking reply

Posted on Dec 22, 2024 1:31 PM

Derek, the spindump indicates that during a blade edit operation, an audio effect initiated a failure cascade that hung the main UI thread. Sequence:

  • The operation started as a blade edit (-[TLKSplitItemsHandler splitAtCurrentLocation:])
  • This triggered an audio unit effect activation (-[FFAudioUnitEffect effectActivated:])
  • The hang occurred during parameter synchronization in AudioUnitGetParameter
  • The thread is stuck waiting for a response from an XPC service call (mach_msg2_trap)


Multiple audio processing threads are involved, suggesting a complex audio effect chain. This pattern suggests the hang may be due to one of these scenarios:


  1. An audio unit (effect/plugin) is not responding properly during the parameter retrieval
  2. There's a deadlock in the audio processing chain during the effect state copying
  3. The XPC communication with the audio service is timing out. With Apple Silicon, all third-party plugins must be run in a separate host process and communicate with FCP via XPC calls. This reduces the chance of a buggy plugin crashing/hanging FCP, but does not totally prevent it.
  4. Verify you are not running FCP itself in Rosetta2. Some misguided audio Fx vendors have not updated their AU effects to Apple Silicon and have covertly given guidance to customers to run FCP under Rosetta, which enables the use of their x86 plugin without them updating it to Apple Silicon. However, this often results in instability. Use Activity Monitor's CPU tab and examine FCP in the "Kind" column. That should say "Apple", not "Intel."


Suggestions:


  • Reboot MacOS -- it's been up for 10 days
  • Remove all possible audio effects and examine behavior
  • Duplicate the timeline, open the duplicate, select all clips with CMD+A, remove all audio effects with Edit>Remove Attributes>(select effects to remove). Examine behavior.
16 replies

Final Cut Pro constantly beachballing and hanging at nearly every action

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.