-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation Fault When Running Screenpipe on macOS #366
Comments
hmm can you try
then
if this is the case i might prioritize issue 297 again i know some people having seg fault but only on specific versions of macos weirdly |
Got past this issue by finding relevant errors in console.
Then following step 1 and 2 of the ChatGPT response below. Note that this reset all your screencapture permissions so you'll have some permission dialog filled days ahead of you.
|
Having this exact issue on Mac 15.1. |
is that macos beta? usually macos beta means 20% of your apps will be broken |
It's the first app that is broken of all the ones I use. |
Have you tried step 2 in my reply? |
I had this exact issue on Mac OS 15.0. Resetting Screen Recording permissions via (However, beware: as noted, that command resets Screen Recording permissions for all of your apps, not just ScreenPipe.) |
Got a |
Description:
I'm encountering a persistent segmentation fault when trying to run Screenpipe on my macOS system. I've tried multiple build configurations, but the issue persists.
System Information:
Steps to Reproduce:
cargo build --release
cargo run --release --bin screenpipe
I've also tried the following variations, all resulting in a segmentation fault:
cargo run --bin screenpipe
(debug build)cargo run --release --features metal --bin screenpipe
RUST_BACKTRACE=1 cargo run --release --features metal --bin screenpipe
Error Output:
zsh: segmentation fault cargo run --release --features metal --bin screenpipe
Additional Information:
cargo clean
) before attempting each configuration.Questions:
2. Are there any additional debugging steps or information I can provide to help diagnose this issue?
3. Are there any specific system requirements or configurations needed for macOS that I might have missed?
I appreciate any help or guidance in resolving this issue. Thank you for your time and assistance.
The text was updated successfully, but these errors were encountered: