On 23 April 2016 at 11:51, Bruno Jesus 00cpxxx@gmail.com wrote:
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found err:winediag:nulldrv_CreateWindow Application tried to create a window, but no driver could be loaded. err:winediag:nulldrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
This is without setting DISPLAY. Clearly it is a missing dependency that I have to install, but the main issue was this x11/winemac difference, thanks.
It could also be a library path issue. The easiest way to work around it might be DYLD_FALLBACK_LIBRARY_PATH, although I'm sure there should be actual OS X users on this list with more experience there.