Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 00:36:19 +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