Having problems after installing Wine [osxwinebuilder]

Questions about Wine on macOS.
Locked
Skipperr
Newbie
Newbie
Posts: 2
Joined: Thu Dec 01, 2011 4:21 pm

Having problems after installing Wine [osxwinebuilder]

Post by Skipperr »

Hello, I installed Wine today using the instructions on the osxwinebuilder page:
http://code.google.com/p/osxwinebuilder/
All went good, until trying out to launch iexplore, or winecfg or anything else.
I get the following error message each time doing the command:
wine winecfg or wine iexplore:

Code: Select all

$ wine winecfg
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:systray:initialize_systray Could not create tray window
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
It repeats itself like that.

Can anyone help me with this? I have installed FreeType, yet it still produces this error message. I have tried searching for this problem as well but got no luck.

I'm using Snow Leopard 10.6.8.

Thanks for anyone helping. :)
Ryan Woodsmall

Having problems after installing Wine [osxwinebuilder]

Post by Ryan Woodsmall »

Hello, I installed Wine today using the instructions on the osxwinebuilder page:
http://code.google.com/p/osxwinebuilder/
All went good, until trying out to launch iexplore, or winecfg or anything else.
I get the following error message each time doing the command:
wine winecfg or wine iexplore:

It repeats itself like that.

Can anyone help me with this? I have installed FreeType, yet it still produces this error message. I have tried searching for this problem as well but got no luck.

I'm using Snow Leopard 10.6.8.

Thanks for anyone helping. :)
I'm the developer of that script. You're not setting the DYLD library fallback environment variable correctly. The proper value should be shown at the end of the build, and an example is shown on the project site.

Open an issue on the Google code project site if you have problems, as non-standard Wine builds are not supported on the winehq.org forum/mailing lists.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Having problems after installing Wine [osxwinebuilder]

Post by jjmckenzie »

On 12/1/11 8:12 PM, Ryan Woodsmall wrote:
Hello, I installed Wine today using the instructions on the osxwinebuilder page:
http://code.google.com/p/osxwinebuilder/
All went good, until trying out to launch iexplore, or winecfg or anything else.
I get the following error message each time doing the command:
wine winecfg or wine iexplore:

It repeats itself like that.

Can anyone help me with this? I have installed FreeType, yet it still produces this error message. I have tried searching for this problem as well but got no luck.

I'm using Snow Leopard 10.6.8.

Thanks for anyone helping. :)
I'm the developer of that script. You're not setting the DYLD library fallback environment variable correctly. The proper value should be shown at the end of the build, and an example is shown on the project site.

Open an issue on the Google code project site if you have problems, as non-standard Wine builds are not supported on the winehq.org forum/mailing lists.

Ryan:

This is just about as basic as it gets. You do not patch Wine nor does
Fink or MacPorts. However, this error is exactly what you stated.

James
Skipperr
Newbie
Newbie
Posts: 2
Joined: Thu Dec 01, 2011 4:21 pm

Re: Having problems after installing Wine [osxwinebuilder]

Post by Skipperr »

Ryan Woodsmall wrote:
Hello, I installed Wine today using the instructions on the osxwinebuilder page:
http://code.google.com/p/osxwinebuilder/
All went good, until trying out to launch iexplore, or winecfg or anything else.
I get the following error message each time doing the command:
wine winecfg or wine iexplore:

It repeats itself like that.

Can anyone help me with this? I have installed FreeType, yet it still produces this error message. I have tried searching for this problem as well but got no luck.

I'm using Snow Leopard 10.6.8.

Thanks for anyone helping. :)
I'm the developer of that script. You're not setting the DYLD library fallback environment variable correctly. The proper value should be shown at the end of the build, and an example is shown on the project site.

Open an issue on the Google code project site if you have problems, as non-standard Wine builds are not supported on the winehq.org forum/mailing lists.
Ok I filed an issue. I'm still having problems. Thanks for your help :).
Locked