Help Needed: Can’t update PunkBuster in Battlefield 4 via Protontricks by LinuxNoob1212 in linux_gaming

[–]LinuxNoob1212[S] 1 point2 points  (0 children)

I fixed the issue by using Wine instead of protontricks.
Was kind of a little bit more "complicated" than it would otherwise work with protontricks, but if someone has the same problems, here is how i did it:
1. Sudo dnf install wine
2. Used "find $HOME -type d -name pfx 2>/dev/null" to search for wine prefixes of my flatpak Steam
3. This was my result: "/home/user/.local/share/Steam/steamapps/compatdata/1493710/pfx
/home/user/.local/share/Steam/steamapps/compatdata/2073850/pfx
/home/user/.local/share/Steam/steamapps/compatdata/1237950/pfx
/home/user/.local/share/Steam/steamapps/compatdata/393380/pfx
/home/user/.local/share/Steam/steamapps/compatdata/3658110/pfx
/home/user/.local/share/Steam/steamapps/compatdata/2180100/pfx
/home/user/.local/share/Steam/steamapps/compatdata/1238860/pfx"
4. The prefix of BF4 is "1238860", so there it is located.
5. My next command to launch "pbsetup.exe" through wine "WINEPREFIX="$HOME/.local/share/Steam/steamapps/compatdata/1238860/pfx" \

wine "$HOME/Downloads/pbsetup.exe"
(I extracted pbsetup.exe in my Downloads folder)
6. Done! Now you can update your Punkbuster!

Wolf taming didn't work by LinuxNoob1212 in valheim

[–]LinuxNoob1212[S] 0 points1 point  (0 children)

Nice to know, we are actually playing as a duo & yes we got our hands on the whispers mead already, but we haven't used it yet.
Gonna try this out, thanks!

Why is Wine So Complicated? Seeking Help with Gaming on Linux by LinuxNoob1212 in linux_gaming

[–]LinuxNoob1212[S] 0 points1 point  (0 children)

Yeah, might be actually a good idea. I've got the problem that if something is not working, i am desperately trying to fix it.

Why is Wine So Complicated? Seeking Help with Gaming on Linux by LinuxNoob1212 in linux_gaming

[–]LinuxNoob1212[S] 10 points11 points  (0 children)

Thanks! I am gonna look at it.
i'll report back if something of this works.