Open CoBug92 opened 1 year ago
I faced with the same issue on my mac M1. Please help.
... "memorysetup-temp-allocator-size-nav-mesh-worker=65536" "memorysetup-temp-allocator-size-audio-worker=65536" "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gfx=262144" Mono path[0] = '/home/steam/valheim-server/valheim_server_Data/Managed' Mono config path = '/home/steam/valheim-server/valheim_server_Data/MonoBleedingEdge/etc' Preloaded 'libDiskSpacePlugin.so' Preloaded 'libsteam_api.so' Unable to preload the following plugins: libparty.so
Hi @AndroiDjo just seeing this now.
Can you run the server using Docker CLI instead of docker-compose? See guide here: https://github.com/sethmachine/valheim-server-docker?tab=readme-ov-file#docker-cli
Or do you get a problem both ways?
So I think the issue is that the underlying Valheim server is not compatible with Apple M1 CPU architecture, and no amount of virrtualization directly between Docker and M1 can be enough. I myself run into the same issue even when trying to rebuild the Docker image/run it for --platform linux/amd64
(see attached logs file).
One solution may be to run a separate Linux VM on your M1 mac, and then within the Linux VM, run the valheim server docker container. It's a bit convoluted but it may work. I'm taking a look here: https://lima-vm.io/docs/examples/
Hi @AndroiDjo just seeing this now.
Can you run the server using Docker CLI instead of docker-compose? See guide here: https://github.com/sethmachine/valheim-server-docker?tab=readme-ov-file#docker-cli
Or do you get a problem both ways?
I tried using Docker CLI. Ok, I will try VM later, thanx.
Hello. I'm trying to setup my own server for playing with friends. I tried to setup server by CLI and docker-compose by your instructions. Unfortunately result is the same for both ways. I have the problem: Unable to preload the following plugins: libparty.so. I met this problem in-logs.txt file.
Docker's container works perfect
I use Mac mini M2 with Ventura 13.6.1
I hope you are still here and ready to help :)