Can't use winetricks - "wineserver not found!"

Winetricks, which is layered into the bazzite system as of recently, doesn't seem to work at all. Running wine itself in a terminal produces a similar error.
No description
1 Reply
termdisc
termdisc7mo ago
You can specify the WINESERVER env var when running through the terminal Here’s an example from setting up mf_install
WINEPREFIX="$HOME/Games/Heroic/Prefixes/KH_3" \
WINEPATH="$HOME/.var/app/com.heroicgameslauncher.hgl/config/heroic/tools/wine/Wine-GE-latest" \
PATH="$WINEPATH/bin:$PATH" \
WINESERVER="$WINEPATH/bin/wineserver" \
WINELOADER="$WINEPATH/bin/wine" \
WINEDLLPATH="$WINEPATH/lib/wine:$WINEPATH/lib64/wine" \
./mf-install/mf-install.sh
WINEPREFIX="$HOME/Games/Heroic/Prefixes/KH_3" \
WINEPATH="$HOME/.var/app/com.heroicgameslauncher.hgl/config/heroic/tools/wine/Wine-GE-latest" \
PATH="$WINEPATH/bin:$PATH" \
WINESERVER="$WINEPATH/bin/wineserver" \
WINELOADER="$WINEPATH/bin/wine" \
WINEDLLPATH="$WINEPATH/lib/wine:$WINEPATH/lib64/wine" \
./mf-install/mf-install.sh
Pick and choose which vars you’d need You don’t need all of them for most uses of Winetricks