Support Board
Date/Time: Sun, 09 Feb 2025 04:07:36 +0000
Post From: Linux
[2020-09-21 23:48:44] |
AlexPereira - Posts: 197 |
ertrader, on ~/.bashrc or in a terminal put something like this: export PATH="your path to proton"/Proton-5.9-GE-6-ST/dist/bin:$PATH
because probably you started with the proton binary, but its still picking up the wineserver from your system. So protonGE wine and standard system wine are "fighting and mismatching". try to do: which wine
which wineserver
and see where they point to |