Problem with Mp3Tag

Questions about Wine on Linux
Locked
OvO
Level 2
Level 2
Posts: 13
Joined: Thu Sep 10, 2015 3:24 pm

Problem with Mp3Tag

Post by OvO »

System: Linux Mint 17.2 Cinnamon 64-Bit
Wine Version: 1.6.2

Hello,

I tried to install Mp3tag 2.7.1. to tag my flac-files. Everytime I want to add or edit my file it shows me an error. Take a look at the attachment. This problem is an flac problem only. Mp3 works fine...
Attachments
Error.jpeg
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem with Mp3Tag

Post by dimesio »

Your Wine version is old, so start by upgrading to the latest development release. If the problem persists, post terminal output. http://wiki.winehq.org/FAQ#get_log
OvO
Level 2
Level 2
Posts: 13
Joined: Thu Sep 10, 2015 3:24 pm

Re: Problem with Mp3Tag

Post by OvO »

Hmm... I can't install it. Can you give me the right link to the right binary-package? I'm using Linux Mint Cinnamon 17.2 AMD64. Maybe I took a wrong one.
OvO
Level 2
Level 2
Posts: 13
Joined: Thu Sep 10, 2015 3:24 pm

Re: Problem with Mp3Tag

Post by OvO »

adl88@adl88-Aspire-XC-605 ~ $ cd '.wine/drive_c/Program Files (x86)/Mp3tag'
adl88@adl88-Aspire-XC-605 ~/.wine/drive_c/Program Files (x86)/Mp3tag $ wine mp3tag.exe
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
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:shell:InitNetworkAddressControl stub
fixme:msg:ChangeWindowMessageFilterEx 0x10074 c04f 1 0x33ef34
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:process:GetLogicalProcessorInformationEx (65535,(nil),0x8cc5fc): stub
fixme:ver:GetCurrentPackageId (0x33b15c (nil)): stub
adl88@adl88-Aspire-XC-605 ~/.wine/drive_c/Program Files (x86)/Mp3tag $
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem with Mp3Tag

Post by dimesio »

Is that terminal output from current Wine, or do you still need help finding it?

If that's from current Wine, there's nothing obvious there. One thing you can try is a 32 bit wineprefix.

Code: Select all

p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
That's probably not related to your problem, but you can get rid of that line either by installing 32 bit p11-kit or (if you don't use it) uninstalling it altogether.
Locked