Botspot
Botspot
I found a recent github issue on arm64 support for RustDesk. In light of compilation errors, the main dev does not seem to consider it a high priority at this...
I am pretty sure the reported installation size in the deb is wrong. The deb is 4.7MB, but apt said "`After this operation, 12.7 GB of additional disk space will...
@Bastlerstube, Could you try running OBS in a terminal to see if there are additional messages that were not caught in the log file?
To keep the terminal running after OBS crashes, this time open a terminal, type `obs`, and press Enter.
Could you run obs again, this time with the english locale? Like this: ``` export LANG="en_US.UTF-8" export LANGUAGE="en_US.UTF-8" export LC_ALL="en_US.UTF-8" obs ``` (You can copy and paste all of these...
> same problem, but new error message... > > /usr/bin/obs: line 2: 8557 Segmentation fault LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libGL.so MESA_GL_VERSION_OVERRIDE=3.3 /usr/bin/obs-exec "$@" I'm surprised there was not any more output than that. Okay,...
> error message: > > /usr/bin/obs: line 2: 1220 Segmentation fault LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libGL.so MESA_GL_VERSION_OVERRIDE=3.3 /usr/bin/obs-exec "$@" Was that error message with you running `strace obs`, or just `obs`?
I forgot the `obs` command is actually a bash script. Running strace on it will mix in output from bash. Run this instead: ``` export LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libGL.so export MESA_GL_VERSION_OVERRIDE=3.3 strace obs-exec...
I'd love to try this, but can't because box86 doesn't work. The app says it can't run on this OS, and [trying to compile](https://github.com/ptitSeb/box86/issues/464) box86 fails too.
I think that I am acting in the user's best interests to not add an install-64 script for the Steam app, until the Box86 problems have been resolved for Raspberry...