Results 11 comments of Jeff

Downgrading OBS to v24.0.3 solved this problem for me.

@Asken https://github.com/obsproject/obs-studio/releases/tag/24.0.3

> brew tap osx-cross/arm && brew install arm-gcc-bin Thank you for that! The arm-gcc website has depreciated the url too.

Great points. Thanks for your input. I suppose I can work around the security concerns by encrypting my sensitive files manually. > Fileprovider also ist good I'm curious, if you...

"Syncthing Lite" is not a good fit as it puts your files into a world readable path (eg /storage/emualted/0/Android/data/net.syncthing.lite/cache/[\d+]/filename). Aside from that, it also does not keep a full copy...

Your command worked for me. However, I am not running on windows so that might be a factor. I wonder if docker-entrypoint.sh lost its executable status because of windows. What...

```bash -rwxr-xr-x 1 root root 2531 Jun 1 11:36 docker-entrypoint.sh ``` Looks like my first guess was wrong as the executable permissions are set correctly. I have pushed an update...

Building on windows is a stretch for me to support but my immediate thought is this Dockerfile is multistage and perhaps your `docker --version` is old and is skipping part...

~Another thought: perhaps the version of alpine you have locally doesn't include `/usr/bin` in the PATH env variable.~ Never mind this thought. Realizing your error message includes `/usr/bin` which tells...

Looking back at this, I would have expected a more verbose error message since you used `ENTRYDEBUG=TRUE`. Did you update your local source code before building it? > And for...