winemp3.acm no such file or directory

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
tevoro
Newbie
Newbie
Posts: 3
Joined: Fri Oct 07, 2011 5:17 pm

winemp3.acm no such file or directory

Post by tevoro »

err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory

I did my homework, googled the problem, searched the forums and the wiki, for both wine and arch. I have seen a couple posts that have mentioned this error before, but nothing seemed to have an answer as to what was wrong or how to fix it.

version: 1.3.29
OS: Arch Linux

Thanks in advance
Bruno Jesus

winemp3.acm no such file or directory

Post by Bruno Jesus »

Sorry if this sounds too basic but have you installed libmpg123?

There should be a file called /usr/lib/libmpg123.so.0

Looks like the package is called mpg123 as seen in
http://www.archlinux.org/packages/extra/i686/mpg123/

Have you compiled wine from source?
tevoro
Newbie
Newbie
Posts: 3
Joined: Fri Oct 07, 2011 5:17 pm

Post by tevoro »

I have installed libmpg123, and the file is present, I installed wine from the package database for arch.
etwineb
Level 4
Level 4
Posts: 101
Joined: Wed Dec 10, 2008 12:05 pm

Post by etwineb »

You can try using an external winemp3.acm... It should be unneeded though.

$ mkdir tmp && cd tmp
$ wget 'http://www.studiodust.com/misc_dl/fraun ... ec_b64.zip'
$ unzip -LL fraunhoffer_codec_b64.zip -d .
$ cabextract -L l3codecx.exe
$ mv l3codecx.acm "$WINEPREFIX"/drive_c/windows/system32/winemp3.acm
tevoro
Newbie
Newbie
Posts: 3
Joined: Fri Oct 07, 2011 5:17 pm

Post by tevoro »

I tried that, installed the file, but it still is giving me the same error message. Thanks for the idea though
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: winemp3.acm no such file or directory

Post by dimesio »

tevoro wrote:err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
If you're on 64 bit, do you have 32 bit libmpg123 installed?

Does winemp3.acm.so exist?(On my system it's in /usr/lib/wine.)
Gustav4
Newbie
Newbie
Posts: 1
Joined: Fri Mar 28, 2014 6:10 am

Re: winemp3.acm no such file or directory

Post by Gustav4 »

Hi everyone -

I have just installed pipelight on Arch Linux and while the install went well - I couldn't get any sound out of a browser pointed at Netflix. I am running a 64 bit system and this was causing me these sound problems:

I installed lib32-mpg123 on my system and fired up a user-agent tweaked uzbl-browser, used almost exclusively for netflix, to test - and it worked.

Please note...
I know that this thread is old - it was quite helpful in giving me a hint to what was wrong with my set-up, but there was no mention of the problem being solved. I am not the original poster for this thread, but I will say that my specific problem was solved because of it.

Cheers

Gustav4
Locked