Just installed wine, cannot open any applications. Help!

Questions about Wine on macOS.
Locked
Cartheon134
Newbie
Newbie
Posts: 1
Joined: Tue Apr 24, 2012 6:12 pm

Just installed wine, cannot open any applications. Help!

Post by Cartheon134 »

I am on my Mac, in Snow leopard, 10.6.8. Whenever I try to use wine to open a program or and application this message comes up in terminal:

Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
err:process:__wine_kernel_init boot event wait timed out

I have no idea what this means and I cannot find anything about this problem anywhere. I did everything I was supposed to, how come this won't work?

Thanks for any help you can give.
PDN
Level 1
Level 1
Posts: 5
Joined: Sat May 05, 2012 6:56 pm

Post by PDN »

Hi,

sudo launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist

If using 'sudo' does not work, then use;

launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist

--Prahas
PDN
Level 1
Level 1
Posts: 5
Joined: Sat May 05, 2012 6:56 pm

Post by PDN »

The previous gets rid of the first error.

I'm still hunting for a way to get rid of the time out error!!!
Locked