Help With Wine Errors

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Log70
Newbie
Newbie
Posts: 1
Joined: Mon Mar 12, 2012 7:18 pm

Help With Wine Errors

Post by Log70 »

Attempting to run wine on an iMac
Running OSX 10.6.8

I installed and updated wine to the latest version using MacPorts

Whenever I try to run an application
I get this error:

Code: Select all

No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
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
No protocol specified
No protocol specified
wine: Install Mono for Windows to run .NET 2.0 applications.
If someone could point me in the right direction here. I would really appreciate it.
Bruno Jesus

Help With Wine Errors

Post by Bruno Jesus »

Are you trying to run applications with a different user? Try using
"xhost +" with the user you logged in so the other user can access the
X server (works in gnu/linux at least). To workaround the mono/.net
issue use "winetricks dotnet20", you can download winetricks from
http://www.kegel.com/wine/winetricks.
Locked