airidosas252
airidosas252
[log.zip](https://github.com/termux-pacman/glibc-packages/files/15278069/log.zip) Here's the strace of trying to run Proton. Sorry for being out of touch for so long.
[strace.zip](https://github.com/user-attachments/files/15520732/strace.zip) Ok, I remade the whole log. Apparently I didn't wait long enough for that syscall warning to trigger. Sending you new strace as well as what wine and box64...
https://github.com/ptitSeb/box64/commit/33846405d8e0af86bb5cfb9dab4ea5026fadb614 This commit actually causes Wine to start up very slowly. It also causes two winedevice.exe instances to appear. After reverting this - everything goes back to normal. It also...
```D: [pulseaudio] conf-parser.c: Parsing configuration file '/data/data/com.termux/files/usr/etc/pulse/client.conf' D: [pulseaudio] conf-parser.c: /data/data/com.termux/files/usr/etc/pulse/client.conf.d does not exist, ignoring. I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Unknown error 1 D: [pulseaudio] core-rtclock.c: Timer slack...
On Termux Discord we have finally figured out what's wrong: `LD_PRELOAD=/system/lib64/libskcodec.so` This line needs to be added before pulseaudio command and the audio should start working again. For whatever reason,...
> > When starting my script with `LD_PRELOAD=/system/lib64/libskcodec.so` the sound works but webgl no longer works on chrome or firefox any idea how to solve this? > > Also, it...