James Mckenzie wrote: > ralniv <wineforum-user@xxxxxxxxxx> wrote: > Dynamic library (dylib) files are stored as an image file. This basically means that this file could not be found in /usr/lib (unless you have the DYLIB_PATH environment variable set to look elsewhere as well.) > > James McKenzie Thanks for your feedback James. The library lives in /usr/lib and has the same filename as the error message. I get the same error executing LOTRO using either of the commands below: Code: wine pylotro.exe DYLD_FALLBACK_LIBRARY_PATH="/usr/X11/lib:/usr/lib" wine pylotro.exe I'm stumped for now...