diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/372 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
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 |