diff options
Diffstat (limited to 'results/scraper/box64/912')
| -rw-r--r-- | results/scraper/box64/912 | 6 |
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 |