Hi Guys, I'm a newbie, running my first windows app on a Macbook. OS X 10.6.8 2.2 GHz Intel Core 2 Duo 2 GB 667 MHz DDR2 SDRAM When I tried to install X11, both the original X11 app and the update told me it is already installed on my Mac. Here's the error messages from Term: $ wine setup.exe wine: created the configuration directory '/Users/horacemann/.wine' 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. 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:storage:create_storagefile Storage share mode not implemented. err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot fixme:iphlpapi:NotifyAddrChange (Handle 0xfaf53c, overlapped 0xfaf520): stub wine: configuration in '/Users/horacemann/.wine' has been updated. Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! 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:storage:create_storagefile Storage share mode not implemented. 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:msi:msi_dialog_run_message_loop Failed to create dialog L"SetupInitialization" err:msi:msi_dialog_run_message_loop Failed to create dialog L"InstallWelcome" err:msi:msi_dialog_run_message_loop Failed to create dialog L"SetupProgress" err:msi:msi_dialog_run_message_loop Failed to create dialog L"SetupCompleteSuccess" $ Then I tried it again and got: $ wine setup.exe Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! err:ntdll:RtlpWaitForCriticalSection section 0x7bc97d14 "loader.c: loader_section" wait timed out in thread 001c, blocked by 001d, retrying (60 sec) 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:storage:create_storagefile Storage share mode not implemented. 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:msi:msi_dialog_run_message_loop Failed to create dialog L"SetupInitialization" err:msi:msi_dialog_run_message_loop Failed to create dialog L"SetupResume" err:msi:msi_dialog_run_message_loop Failed to create dialog L"SetupProgress" err:msi:msi_dialog_run_message_loop Failed to create dialog L"SetupCompleteSuccess" $ Any thoughts? Thanks! --Prahas