Re: Dungeons and Dragons Online on MacOS
"ischou" <[email protected]>
| Newsgroups | gmane.comp.emulators.wine.user |
|---|---|
| Message-ID | <[email protected]> |
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: wine dndlaucher.exe But you need to be in the directory where the windows program is actually located. Something like this: Code: cd "~/.wine/drive_c/Program Files/Dungeon and Dragons Online/" wine dndlaucher.exe