[Wine] Runes of Magic ClientUpdate.exe crash???

Charles Davis cdavis at mymail.mines.edu
Sat Jan 22 20:59:27 CST 2011


On 1/22/11 7:54 PM, Charles Davis wrote:
> On 1/22/11 7:52 PM, Astrauk wrote:
>> So every time I open wine or just once?
> Every time.
Sorry for double posting, but I realized you can automate this in a few
different ways:

- Set DYLD_FALLBACK_LIBRARY_PATH in your ~/.bash_profile script (note:
if you don't have one, you can create it), exactly the way I showed you.
This is what I do, which is why I forgot you had to set it.
- Write a wrapper script around wine that sets
DYLD_FALLBACK_LIBRARY_PATH before running it. It would look something
like this:

 #!/bin/sh
 export DYLD_FALLBACK_LIBRARY_PATH=/opt/X11/lib
 wine "$@"

Chip



More information about the wine-users mailing list