Your version of Media Player is too old

Questions about Wine on Linux
Locked
b3organ
Level 1
Level 1
Posts: 6
Joined: Wed Dec 11, 2013 1:41 am

Your version of Media Player is too old

Post by b3organ »

"Your version of Media Player is too old, version 6.4.07.1028 is required. "

That is what I get when trying to run "TPB Reader". According to WineCFG Wine version 1.6 is installed. How I can install a newer versions of Media Player or is there another solutions to my problem?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Your version of Media Player is too old

Post by dimesio »

Wine doesn't have a builtin replacement for Windows Media Player. If your app needs it, install it with winetricks.
b3organ
Level 1
Level 1
Posts: 6
Joined: Wed Dec 11, 2013 1:41 am

Re: Your version of Media Player is too old

Post by b3organ »

dimesio wrote:Wine doesn't have a builtin replacement for Windows Media Player. If your app needs it, install it with winetricks.
Thanks for info. Could you explain what to do? I would appreciate (newbie here) it very much.

1) Start winetricks
2) ???
3)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Your version of Media Player is too old

Post by dimesio »

b3organ
Level 1
Level 1
Posts: 6
Joined: Wed Dec 11, 2013 1:41 am

Re: Your version of Media Player is too old

Post by b3organ »

"Installer does not support 64-bit architecture"

Is there anything to do?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Your version of Media Player is too old

Post by dimesio »

b3organ
Level 1
Level 1
Posts: 6
Joined: Wed Dec 11, 2013 1:41 am

Re: Your version of Media Player is too old

Post by b3organ »

dimesio wrote:Create a 32 bit wineprefix. http://wiki.winehq.org/FAQ#32_bit_wineprefix
Thanks again but what is the "/path/to/wineprefix" when trying to install WME9 (is that correct).

What I did:

1) Start Winetricks
2) Install an app
3) Selected wme9
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Your version of Media Player is too old

Post by dimesio »

It's the path to the 32 bit wineprefix you created when you followed the instructions in the FAQ item I linked you to. You need to specify the WINEPREFIX variable whenever installing anything to it or running anything in it.
b3organ
Level 1
Level 1
Posts: 6
Joined: Wed Dec 11, 2013 1:41 am

Re: Your version of Media Player is too old

Post by b3organ »

dimesio wrote:It's the path to the 32 bit wineprefix you created when you followed the instructions in the FAQ item I linked you to. You need to specify the WINEPREFIX variable whenever installing anything to it or running anything in it.
But "inside" my winetricks is an application wme9. I don't know a path to this "default" wineprefix.
b3organ
Level 1
Level 1
Posts: 6
Joined: Wed Dec 11, 2013 1:41 am

Re: Your version of Media Player is too old

Post by b3organ »

Now I get it, my English wasn't good enough. However, I get following errors while running the command:

Code: Select all

wine: created the configuration directory '/home/liisajoose/wme9'
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x11fe890, overlapped 0x11fe89c): stub
wine: configuration in '/home/liisajoose/wme9' has been updated.
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
Locked