Problem with wine after pkg upgrade

I use FreeBSD 13.2-p2 (amd64) and nvidia-driver-470 and until a pkg upgrade yesterday I had a working wine environment. As I realized during the upgrade, a newer version of wine (version 8) was installed, so I knew I probably had to do something afterwards to upgrade as in the past after upgrades. So I ran winecfg, which gives the command you have to run to upgrade ( /usr/local/share/wine/pkg32.sh upgrade). The command fetched and installed the necessary packages, but running winecfg again and again the other command always gives me the same, as posted in the following output:

Code:
$ winecfg
wine [wine-7.0.2] and wine64 [wine-8.0.2] versions do not match!

Try updating 32-bit wine with
    /usr/local/share/wine/pkg32.sh upgrade
$ pkg info | grep wine
wine-8.0.2,1                   Microsoft Windows compatibility environment
wine-gecko-2.47.2              Gecko Layout Engine for Wine (HTML support)
wine-mono-7.4.0                Mono .NET implementation for Wine
wine-proton-7.0.5_2            Wine with a bit of extra spice
winetricks-20230212            Easy way to work around problems in Wine
$ /usr/local/share/wine/pkg32.sh upgrade
pkg -o ABI=FreeBSD:13:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/werner/.i386-wine-pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
$ winecfg
wine [wine-7.0.2] and wine64 [wine-8.0.2] versions do not match!

Try updating 32-bit wine with
    /usr/local/share/wine/pkg32.sh upgrade
 
Back
Top