I have installed on my system the normal wine and wine-cachyos-opt.
When I try to run a program using:
/opt/wine-cachyos/bin/wine Program.exe
I get the following error:
wine client error:0: version mismatch 942/865.
etc. etc.
I also applied the path specifications such as:
export PATH=“/opt/wine-cachyos/bin/:$PATH”
export WINEDLLPATH=“/opt/wine-cachyos/lib/wine:/opt/wine-cachyos/lib32/wine:$WINEDLLPATH”
export LD_LIBRARY_PATH=“/opt/wine-cachyos/lib/:/opt/wine-cachyos/lib32/:$LD_LIBRARY_PATH”
but the problem stills persists.
Any suggestions?
Thanks a lot