Hi, I’m trying to play Battlefield 4 on Manjaro with Lutris. The game seems to be working, but I’m getting kicked after a short while because of a “missing ping” when playing. On my scoreboard it even shows my ping as “-”. I’ve looked around and some people said that I had to use commands that look something like this:
sudo setcap cap_net_raw+epi path/to/wine-preloader
sudo setcap cap_net_raw+epi path/to/wine64-preloader
sudo setcap cap_net_raw+epi path/to/wineserver
However I also encountered a post that told someone to run whereis wine | grep wine
, which meant that a different versions of the commands above had to be used, depending on the output. I don’t really know what to make out of this. Can someone help me resolve this issue?
The output for the whereis wine | grep wine
command was:
wine: /usr/bin/wine /usr/lib/wine /usr/include/wine /usr/share/wine /usr/share/man/man1/wine.1.gz
Running the following commands didn’t do the trick:
sudo setcap cap_net_raw+epi /usr/bin/wine-preloader
sudo setcap cap_net_raw+epi /usr/bin/wineserver
sudo setcap cap_net_raw+epi /usr/bin/wine64-preloader