fixme:winsock:ws_sockaddr_ws2u Unknown address family 176

Questions about Wine on Linux
Locked
20785818
Newbie
Newbie
Posts: 3
Joined: Wed Feb 20, 2013 10:14 pm

fixme:winsock:ws_sockaddr_ws2u Unknown address family 176

Post by 20785818 »

fixme:winsock:ws_sockaddr_ws2u Unknown address family 176, return NULL.

Why do wine keep printing information to the screen?
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Re: fixme:winsock:ws_sockaddr_ws2u Unknown address family 17

Post by L. Rahyen »

If something does not work as expected, you have to describe what's the problem, your Wine version, what application you are trying to run.

If you do not have a problem but just do not like fixmes you can disable them by setting WINEDEBUG=fixme-all environment variable. Or even WINEDEBUG=-all to disable all debug messages. But don't forget to unset WINEDEBUG when you want to see debug messages.
Locked