AppImage doesn't work on Raspberry Pi OS Bookworm #66

Open
opened 2023-11-29 04:29:05 +00:00 by RaspberryTips · 2 comments

Setup:

  • Raspberry Pi OS Bookworm (64-bits)
  • Raspberry Pi 5 - 8 GB
  • minecraft-pi-reborn-client-2.5.2-arm64.AppImage

Error:

[ERR]: (../../../launcher/src/bootstrap.c:237): Invalid page size! A page size of 4096 bytes is required, but the system size is 16384 bytes.

Setup: - Raspberry Pi OS Bookworm (64-bits) - Raspberry Pi 5 - 8 GB - minecraft-pi-reborn-client-2.5.2-arm64.AppImage Error: `[ERR]: (../../../launcher/src/bootstrap.c:237): Invalid page size! A page size of 4096 bytes is required, but the system size is 16384 bytes.`
Contributor

Hello! This issue is caused by RPi 5 using a 16k page size instead of the expected 4k page size, there is a workaround here: https://github.com/raspberrypi/bookworm-feedback/issues/107#issuecomment-1773810662

Hello! This issue is caused by RPi 5 using a 16k page size instead of the expected 4k page size, there is a workaround here: https://github.com/raspberrypi/bookworm-feedback/issues/107#issuecomment-1773810662
Author

Ok, thanks, I'll try that (I think I already did this for something, can't remember what)

Any project to make it work natively with 16k page size?

I have no idea of the implications and changes required, but more and more people will have this problem, and won't necessarily be willing to change the default config.

Ok, thanks, I'll try that (I think I already did this for something, can't remember what) Any project to make it work natively with 16k page size? I have no idea of the implications and changes required, but more and more people will have this problem, and won't necessarily be willing to change the default config.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: minecraft-pi-reborn/minecraft-pi-reborn#66
No description provided.