Dungeons and Dragons Online on MacOS

Questions about Wine on macOS.
Locked
Yberion
Newbie
Newbie
Posts: 1
Joined: Fri May 18, 2012 4:11 pm

Dungeons and Dragons Online on MacOS

Post by Yberion »

Hey there,

I`ve just installed wine and trying to get my game to work on my macos so I don't have to bootcamp every time I want to play.

I`ve been reading a little and says at the DDO wine page that "Wine doesn't care how you got the files, so long as they're there". So, can I just run the game from my bootcamp folder?

I`ve been trying to run the launcher, but i`m getting this error:
Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
wine: cannot find L"C:\\windows\\system32\\dndlaucher.exe"

Anyone got any tips?

Thanks
ischou
Level 4
Level 4
Posts: 109
Joined: Sun Nov 28, 2010 7:22 pm

Re: Dungeons and Dragons Online on MacOS

Post by ischou »

Yberion wrote:wine: cannot find L"C:\\windows\\system32\\dndlaucher.exe"
You could install dbus using MacPorts or something, but this is the actual error.

You are running the program like this:

Code: Select all

wine dndlaucher.exe
But you need to be in the directory where the windows program is actually located. Something like this:

Code: Select all

cd "~/.wine/drive_c/Program Files/Dungeon and Dragons Online/"
wine dndlaucher.exe
Locked