diff options
Diffstat (limited to 'results/scraper/box64/372')
| -rw-r--r-- | results/scraper/box64/372 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/results/scraper/box64/372 b/results/scraper/box64/372 new file mode 100644 index 000000000..05c234de1 --- /dev/null +++ b/results/scraper/box64/372 @@ -0,0 +1,20 @@ +Error loading libxcb-render.so.0 while running Ruffle +I have libxcb and libxcb-render installed on my Ubuntu 22.04 LTS (Raspberry Pi 4, 64-bit OS). + +I tried to run Ruffle from the official nightly build, and box64 seems to fail to load libxcb-render, although the package and the file is in `/lib/aarch64-linux-gnu/`. Below is the terminal log of the run. +``` +$ box64 ./ruffle +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 +Box64 with Dynarec v0.1.9 d08bd0c built on Aug 1 2022 06:54:32 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 27 Env var +Looking for ./ruffle +Rename process to "ruffle" +Using native(wrapped) libxcb.so.1 +Error loading needed lib libxcb-render.so.0 +Error loading one of needed lib +Error: loading needed libs in elf /home/sjkim04/Downloads/ruffle-nightly-2022_08_02-linux-x86_64/ruffle +``` + +I have seen through past issues, and it seems that @ptitSeb wrapped that certain package to solve it. If you could this time, please do it. At the meanwhile, if there are other solutions, please tell me. Thank you! \ No newline at end of file |