Am i doing something wrong in setup? #7
-
|
Im using Proxmox to host the server and using a CT i followed the instructions and im have trouble starting the server keeps saying windrose | [windrose] Checking if Wine prefix is ready... Am I missing something I even tried to use a VM but having a hard time installing the docker |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 25 replies
-
|
Thanks for the logs — this is a Wine prefix initialization failure, not a game config issue. The key lines are:
That means Wine prefix creation did not finish. For Proxmox CPU settings:
Then run:
If it still fails, switch to If you are running Docker inside a Proxmox CT and still see Wine init issues, moving to a Proxmox VM is usually the most reliable path. Try to enable Nesting for CT as well |
Beta Was this translation helpful? Give feedback.
Thanks for the logs — this is a Wine prefix initialization failure, not a game config issue.
The key lines are:
prefix arch marker=missingkernel32.dll present=noThat means Wine prefix creation did not finish.
For Proxmox CPU settings:
hostVM -> Hardware -> Processors -> Type -> hostqm set <VMID> --cpu hostamd64:pct config <CTID>pct set <CTID> -arch amd64Then run:
docker compose downrm -rf ./steam-home/.winedocker compose up -ddocker compose logs -f windroseIf it still fails, switch to
stagingimage tag and retry.If yo…