Ticket #106 (new defect)

Opened 18 months ago

Last modified 18 months ago

libmpg123.0.dylib fails to load due to hard-coded homedir path

Reported by: aperezbios Owned by: mike
Priority: major Milestone: 1.3
Component: Wine build script Version: 1.2
Keywords: Cc:

Description

Here's the output from WINE when I run it from the command line, calling the EXE I'm trying to run

err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": dlopen(/Applications/Wine?.app/Contents/Resources/bin/../lib/wine/winemp3.acm.so, 2): Library not loaded: /Users/mike/Documents/darwine/usr/lib/libmpg123.0.dylib

Referenced from: /Applications/Wine?.app/Contents/Resources/bin/../lib/wine/winemp3.acm.so

Change History

comment:1 Changed 18 months ago by aperezbios

I can work around the problem by doing the following:

$ sudo mkdir -p /Users/mike/Documents/darwine/usr $ sudo ln -s /Applications/Wine?.app/Contents/Resources/lib /Users/mike/Documents/darwine/usr/lib

Note: See TracTickets for help on using tickets.