Skip to content

Commit

Permalink
Merge pull request #114 from jammsen/develop
Browse files Browse the repository at this point in the history
added mac faq entry
  • Loading branch information
jammsen authored Jan 28, 2024
2 parents dfa848a + 1545088 commit 7afab27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7afab27

Please sign in to comment.