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/355 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/355')
| -rw-r--r-- | results/scraper/box64/355 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/results/scraper/box64/355 b/results/scraper/box64/355 new file mode 100644 index 000000000..62ff7286b --- /dev/null +++ b/results/scraper/box64/355 @@ -0,0 +1,40 @@ +Colony Survival Crashes +Running Colony Survival installed fron Steam on a RPi 4 gives a black screen for a sec and crashes + +Here is the log with BOX64_LOG=1 +[log1.txt](https://github.com/ptitSeb/box64/files/9159082/log1.txt) + +``` +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 52 Env var +Looking for ./colonyclient.x86_64 +Rename process to "colonyclient.x86_64" +Using emulated UnityPlayer.so +Using native(wrapped) libm.so.6 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) librt.so.1 +Using native(wrapped) libdl.so.2 +Found path: /home/alexjh/.local/share/Steam/steamapps/common/Colony Survival/colonyclient.x86_64 +Using native(wrapped) libX11.so.6 +Using native(wrapped) libXext.so.6 +Using native(wrapped) libxcb.so.1 +Using native(wrapped) libXau.so.6 +Using native(wrapped) libXdmcp.so.6 +Using native(wrapped) libXcursor.so.1 +Using native(wrapped) libXinerama.so.1 +Using native(wrapped) libXi.so.6 +Using native(wrapped) libXrandr.so.2 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libXss.so.1 +Using native(wrapped) libXxf86vm.so.1 +Using native(wrapped) libGL.so.1 +Using native(wrapped) libudev.so.1 +``` + +And here's it with BOX64_LOG=2 +[log2.txt](https://github.com/ptitSeb/box64/files/9159076/log2.txt) |