http://bugs.winehq.org/show_bug.cgi?id=35690
--- Comment #9 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Mike from comment #8)
Hello again.
I read logs again and found that error "WSALookupServiceBegin failed with: 8"- from Steam dll: libcef.dll
libcef is lib from Chromium Embedded Framework (CEF).
Error code 8 is WSA_NOT_ENOUGH_MEMORY:
That function is currently not implemented in wine, it will always return that error on purpose.