Re: Runes of Magic ClientUpdate.exe crash???

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux