André Zwing
André Zwing
When using discover_devices from bluer on ARMv7, bluetoothd exits with signal 6/ABRT: free(): invalid next size (fast) or realloc(): invalid next size tested with 5.55, 5.60 and 5.61 see also...
Hi, I consider reusing box86 files in other projects (e.g. hangover or wine). Likely box86 before box64 (see https://github.com/ptitSeb/box64/issues/484) Would someone mind to add the license headers or at least...
Hi, While I really like how you picked up the project from leinich, could you please think about developing on a different branch. Currently every commit triggers MagicMirror to display...
Used toolchain: [llvm-mingw-20240518-ucrt-ubuntu-20.04-aarch64](https://github.com/mstorsjo/llvm-mingw/releases/tag/20240518) How I tried to build: ``` mkdir build_pe cd build_pe export PATH=/path/to/llvm-mingw/bin:$PATH cmake -DCMAKE_TOOLCHAIN_FILE=../toolchain_mingw.cmake -DENABLE_JEMALLOC=0 -DENABLE_JEMALLOC_GLIBC_ALLOC=0 -DMINGW_TRIPLE=aarch64-w64-mingw32 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=False -DENABLE_ASSERTIONS=False .. make -j$(nproc) wow64fex ``` Problems: >...
Hangover
### What is the name of the app? Hangover ### Where is the app hosted? https://github.com/AndreRH/hangover Debian packages are attached to the release: https://github.com/AndreRH/hangover/releases/latest ### PR https://github.com/Botspot/pi-apps/pull/2670 ### About the...