summary refs log tree commit diff stats
path: root/results/scraper/box64/912
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
commit63d2e9d409831aa8582787234cae4741847504b7 (patch)
tree595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/912
parent2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff)
downloadqemu-analysis-box64.tar.gz
qemu-analysis-box64.zip
add box64 bug reports box64
Diffstat (limited to '')
-rw-r--r--results/scraper/box64/9126
1 files changed, 6 insertions, 0 deletions
diff --git a/results/scraper/box64/912 b/results/scraper/box64/912
new file mode 100644
index 000000000..749cc05f0
--- /dev/null
+++ b/results/scraper/box64/912
@@ -0,0 +1,6 @@
+Error: PageSize configuration is wrong: configured with 4096, but got 16384
+Just in case someone else encounters the said error on Apple hardware, either when getting box64 from apt-get or building using some instruction from the internet.

+

+The solution that helped me is to build box64 from sources: https://github.com/ptitSeb/box64/blob/main/docs/COMPILE.md

+In my case I used M1 Asahi instruction with these flags:

+```-D M1=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo```
\ No newline at end of file