SnapCameraPreservation icon indicating copy to clipboard operation
SnapCameraPreservation copied to clipboard

Patch fails on MacOS after system reboot.

Open kineticscreen opened this issue 1 year ago • 6 comments

The Snap Camera fails, and just shows as a yellow box in OBS after the Mac is rebooted.

Running the Terminal command to install / patch resolves functionality, until next reboot kills it again.

kineticscreen avatar Apr 02 '24 06:04 kineticscreen

Same issue for me. I have to re-install snap camera after every reboot, Running on Apple M3 Silicon Chip - Arm

coderfin avatar Apr 03 '24 08:04 coderfin

Apple M1 having same issue. I have reinstalled the OS System ( Ventura) thinking it would fix it and now I just realize here that is a common issue now. OBS shows yellow or black screen, but reinstalling snap camera fixes the issue. ONLY problem is that all lenses are gone every single time it is installed.

linkf2 avatar Apr 03 '24 22:04 linkf2

it would be great if there was even just a way of re-running the patch, without doing the full download and install (assuming this is enough to restore the functionality) @jaku might be able to advise on this.

kineticscreen avatar Apr 04 '24 10:04 kineticscreen

sudo chmod +x "/Applications/Snap Camera.app/Contents/MacOS/Snap Camera"
sudo codesign --remove-signature "/Applications/Snap Camera.app"
sudo xattr -cr "/Applications/Snap Camera.app"
sudo codesign --force --deep --sign - "/Applications/Snap Camera.app"

Try running those commands in the Terminal after rebooting and let me know if this helps resolve the issue.

jaku avatar Jun 08 '24 20:06 jaku

No unfortunately it makes no difference.

And just to confirm, running the original full install script did work as usual.

kineticscreen avatar Jun 08 '24 22:06 kineticscreen

sudo chmod +x "/Applications/Snap Camera.app/Contents/MacOS/Snap Camera"
sudo codesign --remove-signature "/Applications/Snap Camera.app"
sudo xattr -cr "/Applications/Snap Camera.app"
sudo codesign --force --deep --sign - "/Applications/Snap Camera.app"

Try running those commands in the Terminal after rebooting and let me know if this helps resolve the issue.

Just as the person above, I can confirm it does not work.

linkf2 avatar Jun 10 '24 14:06 linkf2