Area Capture stops unexpectedly after a random duration and saves a truncated recording #180
Replies: 6 comments 2 replies
|
Thanks a lot for reporting. I will take a look in the coming days and transfer this discussion into an issue. |
|
@jsato0807 Unfortunately, I'm not able to reproduce it on macOS 26.6 and I don't have access to macOS 15.x. Do you have any anti-virus software running on your machine (e.g., microsoft defender, crowdstrike etc.) which might kill the process? |
|
No, I don't have any antivirus or endpoint security software installed (such as Microsoft Defender or CrowdStrike). I'm using a clean personal MacBook Pro with macOS Sequoia 15.5. The issue reproduces consistently enough on my machine with both:
It also reproduces with both:
The recording stops unexpectedly after a random duration, BetterCapture remains running, and the partial recording is saved successfully. Since you mentioned you only tested on macOS 26.6, I wonder if this could be specific to macOS 15.x or an interaction with ScreenCaptureKit on Sequoia 15.5. |
|
Would it be helpful if I tested a debug build or collected additional logs for you? |
|
I was able to build and run the Debug configuration from the Xcode project using xcodebuild. The Xcode GUI is currently unusable on my Mac, so I launched the signed Debug app directly rather than running it with the Run button in Xcode. I reproduced the following behavior in both the Debug build and the installed release build: Browser window / YouTube Previously, Pick Content captured the Simulator audio, but it incorrectly recorded the entire Mac screen instead of only the selected content. That full-screen capture issue no longer occurs, but Pick Content is now silent for the Simulator. I can run further tests from the Debug build and collect logs. Please let me know which logs or reproduction steps would be most useful. |
|
I was able to run the debug build successfully. |
Uh oh!
There was an error while loading. Please reload this page.
Version
v2026.3
macOS Version
15.5(Sequoia)
What happened?
Description
When using Area Capture, the recording stops automatically after a seemingly random duration, even though I do not manually stop it.
The selected-area dotted border disappears, BetterCapture remains responsive, and the partial recording is saved successfully as a MOV file.
This occurs with both the iOS Simulator and a browser playing a YouTube video, so it does not appear to be specific to the Simulator or the captured application.
Environment
Steps to reproduce
Select Area.Capture System Audio.Actual behavior
The recording stops by itself after a variable duration.
Observed recording durations include:
When this happens:
Expected behavior
The recording should continue until I manually stop it.
Settings tested
The issue reproduced with:
Changing the frame rate and codec did not resolve the issue.
The issue also reproduced when recording a browser playing YouTube, so it is not specific to the iOS Simulator.
Storage information
The recording files are relatively small, and recordings larger than the failed recordings have previously been saved successfully.
The stopping point also varies, so this does not appear to be a fixed MOV file-size limit.
The internal disk had approximately 3.6 GB available during testing. This is low, but the recorded MOV files were only around tens of megabytes, and AssetWriter completed saving them.
Logs
The logs indicate that the capture stream stopped unexpectedly and BetterCapture then attempted to save the partial recording.
Relevant messages include:
All reactions