From 1545088872d67f4c86d877de7330b9a95d344536 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Sun, 28 Jan 2024 17:00:13 +0100 Subject: [PATCH] added mac faq entry --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 437f1d0..7e5c480 100644 --- a/README.md +++ b/README.md @@ -627,6 +627,9 @@ You can run this `docker exec -ti palworld-dedicated-server cat /palworld/Pal/Sa ### Im seeing S_API errors in my logs when i start the container Errors like `[S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.` are safe to ignore. +### Im using Apple XYZ/MX, can i run this? +You can try to insert in your docker-compose file this parameter `platform: linux/amd64` at the palworld service. This isnt a special fix for Apple silicon, but to run on other than x86 hosts. The support for arm exists only by enforcing x86 emulation, if that isnt to host already. Rosetta is doing the translation/emulation. + ## Planned features in the future - Feel free to suggest something