-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
winsock: Missing TCP_KEEP{ALIVE,CNT,INTVL} options. #225
Comments
pls |
if you know how could you please compile proton-tkg or proton with that patch included and see if it works? |
Can confirm that the following merge-request includes all of the needed patches to get the RSI Launcher to work: |
This does affect Steam games as well. ZUSI 3 (app ID 1040730) uses TCP sockets to communicate with an external process (that's the app ZusiDisplay mentioned in the merge request) for various rendered computer screens in game. Currently, on Proton 9.0-2 or Proton Experimental, all these screens are just black. See the game specific issue thread over in the Proton repo: Player Eldomtom2 on ProtonDB reports that a self-compiled Proton using the upstream Wine sources after commit 8dc5242e does indeed fix those screens |
Hi,
I understand that this wouldn't effect any Steam games (at least to my knowledge) but in the latest RC for Star Citizen's RSI Launcher, the launcher fails to download files due to some missing IPPROTO_TCP options in winsock.
The particular fixme in the logs is:
00d8:fixme:winsock:setsockopt Unknown IPPROTO_TCP optname 0x00000003
I think the specific missing optname is TCP_KEEPALIVE, but I am unsure.
I found the merge request upstream that implements this: https://gitlab.winehq.org/wine/wine/-/merge_requests/5195
Could these commits get pulled into Valve's wine fork?
Cheers.
The text was updated successfully, but these errors were encountered: