Skip to content
Discussion options

You must be logged in to vote

Thanks for the logs — this is a Wine prefix initialization failure, not a game config issue.

The key lines are:

  • prefix arch marker=missing
  • kernel32.dll present=no

That means Wine prefix creation did not finish.

For Proxmox CPU settings:

  • VM: set CPU type to host
    • UI: VM -> Hardware -> Processors -> Type -> host
    • CLI: qm set <VMID> --cpu host
  • CT (LXC): there is no CPU type selector like in VMs; CT uses host CPU directly.
    • Verify architecture is amd64:
      • pct config <CTID>
    • If needed:
      • pct set <CTID> -arch amd64

Then run:

  1. docker compose down
  2. rm -rf ./steam-home/.wine
  3. docker compose up -d
  4. docker compose logs -f windrose

If it still fails, switch to staging image tag and retry.

If yo…

Replies: 1 comment 25 replies

Comment options

You must be logged in to vote
25 replies
@UberDudePL
Comment options

@Dragon-Slayer32
Comment options

@UberDudePL
Comment options

@usoninja
Comment options

@UberDudePL
Comment options

Answer selected by Dragon-Slayer32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants