summary refs log tree commit diff stats
path: root/results/scraper/box64/1082
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/box64/1082')
-rw-r--r--results/scraper/box64/108234
1 files changed, 34 insertions, 0 deletions
diff --git a/results/scraper/box64/1082 b/results/scraper/box64/1082
new file mode 100644
index 000000000..01be0f960
--- /dev/null
+++ b/results/scraper/box64/1082
@@ -0,0 +1,34 @@
+UT2004: Wayland failing on Raspberry Pi 5 (Either GL_EXT_bgra or glDrawRangeElements not supported)
+UT2004 was running fine on Raspberry Pi4.

+With the move to Raspberry Pi5 it's now failing me with:

+

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores

+Params database has 32 entries

+Box64 with Dynarec v0.2.5 e8538922 built on Nov 25 2023 06:16:00

+**BOX64: Didn't detect 48bits of address space, considering it's 39bits**

+BOX64: Prefer Wrapped libs

+Counted 66 Env var

+BOX64 LIB PATH: /usr/lib/aarch64-linux-gnu/sdl12-compat/:./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/

+BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/

+Looking for ./ut2004-bin-linux-amd64

+Rename process to "ut2004-bin-linux-amd64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libSDL-1.2.so.0

+Using native(wrapped) libm.so.6

+Using native(wrapped) librt.so.1

+Using emulated /lib/x86_64-linux-gnu/libstdc++.so.5

+Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libutil.so.1

+Using native(wrapped) openal.so

+**Either GL_EXT_bgra or glDrawRangeElements not supported- bailing out.**

+

+Is there something that can be done on the Box64 side?

+

+A few notes:

+1) Pi5 default kernel uses a 16kb page_size which breaks wine & box64. To use a 4kb kernel you need to add the following line to the end of /etc/boot/config.txt:

+kernel=kernel8.img

+2) UT2004 still runs with x11

+3) FPS on the Pi5 as doubled vis-a-vis the Pi4.