https://bugs.winehq.org/show_bug.cgi?id=55143
--- Comment #24 from zeroredgrave@gmail.com --- (In reply to Olivier F. R. Dierick from comment #23)
(In reply to zeroredgrave from comment #22)
(also, you may also need to check syswow64 dir too, not just system32 - they're actually reversed to what the number at the end suggests (unless you've explicitly created a pure 32bit prefix, but that seems unlikely))
i never created any wine prefix until now and i'm using a default wine prefix. i checked on dir and found syswow64 dir inside windows dir
Hello,
What he says is to check if winegstreamer.dll is present or not in windows/syswow64 dir, not just that the dir exists.
It is 'winegstreamer.dll' not 'wingstreamer.dll'. Notice the 'e' in 'wine'. It may be a typo in your comment but it's better to double check that you didn't make the same typo when searching in the directories.
Sorry, i got mistake that winegstreamer.dll exist on both system32 and syswow64 I Apologize for my mistaken
(In reply to zeroredgrave from comment #22)
i download in mint repository and try upgrade from latest wine stable version on website
Linux Mint doesn't provide its own Wine packages. It has a wine-installer package that install an ancient version of Wine stable [1].
I can only guess that it downloads the winehq-stable packages from winehq.org. It's highly doubtful that those packages were build without gstreamer support.
You may have missed dependencies when upgrading. What are the exact commands you used in the terminal to upgrade wine to the latest stable version?.
This is what command i follow from winehq
sudo dpkg --add-architecture i386 sudo wget -nc -O /usr/share/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources sudo apt update sudo apt install --install-recommends winehq-stable <<-- Got this an error, Don't Let me install which is what i remember
So, I was a looking for an answer on how to install latest wine version from foss website because mint doesn't ship a latest version of wine so i have do it by my own and i have to delete winehq.list file from /etc/apt/source.list.d. After that i decided follows foss step by step tutorial on how to install wine latest version
sudo apt install software-properties-common wget curl sudo apt-get update ls /etc/apt/sources.list.d/ sudo rm /etc/apt/sources.list.d/winehq.list sudo apt install software-properties-common wget curl wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ impish main' sudo apt update sudo apt install winehq-stable
After processing, i upgrade and installed with the latest version. This is what i remember last 1 or 2 years ago i think ToT