You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to run Bedrock Dedicated Server on Raspberry Pi 5. When I start the server the following information appears:
Applying BOX64_LOG=1
Warning: Mmap64 for (@0x100000000 0x83908a8) for elf "/home/paks/mcserver/bedrock_server" returned 0x7fff4bc8c000(0x100000000/0x4000) instead
Rename process to "bedrock_server"
Using native(wrapped) libdl.so.2
Using native(wrapped) libcurl.so.4
Using native(wrapped) libm.so.6
Warning: Mmap64 for (@0x7fff00000000 0x23368) for elf "/lib/x86_64-linux-gnu/libgcc_s.so.1" returned 0x7fff4a8fc000(0x7fff00000000/0x4000) instead
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) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libbsd.so.0
Warning: Global Symbol _ZTHN11ChunkSource17gPerfIsClientSideE not found, cannot apply R_X86_64_GLOB_DAT @0x7fff53f3ce28 ((nil)) in /home/paks/mcserver/bedrock_server
And everything seems fine, but at random times an uncaught exception message appears. libc++abi: terminating due to uncaught exception of type std::__1::system_error: Operation not permitted
After which the server crashes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I want to run Bedrock Dedicated Server on Raspberry Pi 5. When I start the server the following information appears:
And everything seems fine, but at random times an uncaught exception message appears.
libc++abi: terminating due to uncaught exception of type std::__1::system_error: Operation not permitted
After which the server crashes.
Does anyone know how to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions