Error with winemp3.acm for Sony ereader software

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
cabernet
Newbie
Newbie
Posts: 3
Joined: Fri Mar 12, 2010 7:16 pm

Error with winemp3.acm for Sony ereader software

Post by cabernet »

I am trying to run the ereader bookstore software from Sony/Borders. It installed without any errors, but I get this error when I try to run the program:

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

Google did not return any useful results. I am running Debian squeeze:
Linux version 2.6.30-2-amd64 (Debian 2.6.30-8squeeze1) ([email protected]) (gcc version 4.3.4 (Debian 4.3.4-5) )

and wine-1.1.37.

Thanks for any help you can provide!

Mark
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error with winemp3.acm for Sony ereader software

Post by dimesio »

cabernet wrote:I am trying to run the ereader bookstore software from Sony/Borders. It installed without any errors, but I get this error when I try to run the program:

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

Google did not return any useful results. I am running Debian squeeze:
Linux version 2.6.30-2-amd64 (Debian 2.6.30-8squeeze1) ([email protected]) (gcc version 4.3.4 (Debian 4.3.4-5) )

and wine-1.1.37.
http://wiki.winehq.org/FAQ#head-8cfe86e ... df2da7490e
cabernet
Newbie
Newbie
Posts: 3
Joined: Fri Mar 12, 2010 7:16 pm

Post by cabernet »

Thanks for the tip! i installed the 32bit versions of the missing .so and now I am past that problem.....but it still does not run. Here is the output when I try to run the program....not sure what the error is:

mark@orca:~/Desktop/borders$ wine "C:\Program Files\Sony\Reader\Data\bin\eBook Library.exe"
fixme:iphlpapi:NotifyAddrChange (Handle 0xacea60, overlapped 0x100ca160): stub
NotifyAddrChange error...0
fixme:volume:GetVolumePathNameW (L"C:\\users\\Public\\Application Data\\kinoma\\fsk\\1\\Marlin\\f\\", 0x960e08, 56), stub!
fixme:win:RegisterDeviceNotificationA (hwnd=0x1003a, filter=0x32f448,flags=0x00000000) returns a fake device notification handle!
fixme:volume:GetVolumePathNameW (L"C:\\", 0xc22350, 4), stub!
fixme:volume:GetVolumePathNameW (L"C:\\", 0xc22350, 4), stub!
fixme:volume:GetVolumePathNameW (L"C:\\", 0xc22350, 4), stub!
fixme:volume:GetVolumePathNameW (L"Z:\\", 0xc22350, 4), stub!
fixme:volume:GetVolumePathNameW (L"Z:\\", 0xc22350, 4), stub!
fixme:volume:GetVolumePathNameW (L"Z:\\", 0xc22350, 4), stub!
fixme:volume:GetVolumePathNameW (L"C:\\", 0xfe3cd0, 4), stub!
fixme:volume:GetVolumePathNameW (L"Z:\\", 0x100cf38, 4), stub!
(15): warning: attribute not found: platform!
(22): warning: attribute not found: platform!
(22): warning: attribute not found: region!
(22): warning: attribute not found: language!
(28): warning: attribute not found: platform!
(28): warning: attribute not found: region!
(28): warning: attribute not found: language!
(35): warning: attribute not found: platform!
(35): warning: attribute not found: region!
(35): warning: attribute not found: language!
(41): warning: attribute not found: platform!
(41): warning: attribute not found: region!
(41): warning: attribute not found: language!
(51): warning: attribute not found: region!
(51): warning: attribute not found: language!
(57): warning: attribute not found: region!
(57): warning: attribute not found: language!
(63): warning: attribute not found: region!
(63): warning: attribute not found: language!
(69): warning: attribute not found: region!
(69): warning: attribute not found: language!
(75): warning: attribute not found: region!
(75): warning: attribute not found: language!
(81): warning: attribute not found: region!
(81): warning: attribute not found: language!
(87): warning: attribute not found: region!
(87): warning: attribute not found: language!
(93): warning: attribute not found: region!
(93): warning: attribute not found: language!
(100): warning: attribute not found: platform!
(100): warning: attribute not found: region!
(100): warning: attribute not found: language!
(106): warning: attribute not found: platform!
(106): warning: attribute not found: region!
(106): warning: attribute not found: language!
(112): warning: attribute not found: platform!
(112): warning: attribute not found: region!
(112): warning: attribute not found: language!
(118): warning: attribute not found: platform!
(118): warning: attribute not found: region!
(118): warning: attribute not found: language!
(124): warning: attribute not found: platform!
(124): warning: attribute not found: region!
(124): warning: attribute not found: language!
(130): warning: attribute not found: platform!
(130): warning: attribute not found: region!
(130): warning: attribute not found: language!
(136): warning: attribute not found: platform!
(136): warning: attribute not found: region!
(136): warning: attribute not found: language!

Anyone have an idea how to make this app run? I would love to use my new Sony ereader and buy some books!

Thanks!

Mark
gamingman
Level 2
Level 2
Posts: 29
Joined: Wed Feb 24, 2010 11:43 am

Post by gamingman »

It's telling you that it cannot determine your country, platform, or language.

How to fix it? I think that you may have to edit the wine registry.
cabernet
Newbie
Newbie
Posts: 3
Joined: Fri Mar 12, 2010 7:16 pm

Post by cabernet »

Thanks for the tip. I used regedit to look at the registry values for HKEY_LOCAL_MACHINE->Software->Sony Corporation->eBook Library and all the keys are set, including Brand (Sony), Language (EN), and Location (US). Also, warnings usually don't prevent a program from running.

So I am still stumped and the Sony eBook Library does not work.

Thanks again!

Mark
Locked