Skip to content

Conversation

@laerdev
Copy link

@laerdev laerdev commented Feb 12, 2026

01b4:fixme:winsock error spam comes from server trying to communicate with the network stack using a specific Windows-style command that Wine hasn’t fully implemented yet.

Since "fixme" messages are developer notes rather than "broken" code, the most common solution is to tell Wine to stop reporting them.

Adding 'WINEDEBUG=fixme-all' to the environment variables when creating the container will result in a cleaner log.

Add 'WINEDEBUG=fixme-all' var to stop 01b4:fixme:winsock log spam.

Server is trying to communicate with the network stack using a specific Windows-style command that Wine hasn’t fully implemented yet.

Since "fixme" messages are developer notes rather than "broken" code, the most common solution is to tell Wine to stop reporting them.
Add 'WINEDEBUG=fixme-all' var to Docker CLI and docker-compose.yml sections to stop 01b4:fixme:winsock log spam.

Server is trying to communicate with the network stack using a specific Windows-style command that Wine hasn’t fully implemented yet.

Since "fixme" messages are developer notes rather than "broken" code, the most common solution is to tell Wine to stop reporting them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant