Alistair Leslie-Hughes

Results 4 comments of Alistair Leslie-Hughes

Do you have any hints on how to implement this? Base it off the FACTWaveBank_Prepare?

> Online Play: try to connect view Leaderboards or current RACE ship. This is due to the use of SOCK_RAW sockets when attempting to communicate with their servers.

You need to give wineserver permission to use raw sockets `sudo /sbin/setcap -v cap_net_raw,cap_net_admin=eip wineserver` NOTES: - This must be run on the Proton wineserver being used. (Each Proton Version...

Sorry, copy paste error. The -v should not be there. `sudo /sbin/setcap cap_net_raw,cap_net_admin=eip wineserver`