Bitdo
Bitdo
I ran into same `libparty.so` issue where it is trying to load x86_64 version of `libpulse-mainloop-glib.so.0` on an arm64 VM. https://github.com/husjon/husjon/issues/2
I tried what you suggested. I got an x86_64 copy of `libpulse-mainloop-glib.so.0`, put it in a path it was searching and the `libparty.so` worked, playfab was able to connect and...
@ptitSeb can you look at the `SIGSEGV` back trace on https://github.com/husjon/husjon/issues/3 and provide advice?
I get the same error in my Apache log: ffmpeg version 3.2.4 Copyright (c) 2000-2017 the FFmpeg developers built with FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 configuration: --prefix=/usr/local --mandir=/usr/local/man...
I think this showing up in the apache error log is a bug with the redirection to /dev/null in `admin/admin_sync.php`. For example, running `ffmpeg 1>&2 /dev/null` produces the same `Unable...