Code: Select all
$ wine /Users/[username]/Desktop/[newprogram]/Windows/Setup/Install.exe
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
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.
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.
fixme:win:DisableProcessWindowsGhosting : stub
I tried it but it didn't help; I still get the same error. What can I do to fix the problem?When running winecfg or using Wine some other way, you might come up with some of the following errors:
- 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.
Luckily, there's an easy fix:
Open your .profile file (run open ~/.profile in Terminal)
Enter the following into your .profile file:
DYLD_FALLBACK_LIBRARY_PATH=/usr/X11/lib
export DYLD_FALLBACK_LIBRARY_PATH
Save and close .profile
Restart Terminal.app
That's it!