But every time i try to prompt I get errors. I've been using this guide (http://www.davidbaumgold.com/tutorials/wine-mac/) to install wine properly. And followed every single step that he mentioned. I even checked my Mono, D-bus and NET. but it stills goes error. A some sort of log of my terminal looks like this.
Code: Select all
Last login: Sun Mar 24 18:14:36 on ttys001
fredericks-imac:~ l-v-acev$ sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
org.freedesktop.dbus-system: Already loaded
fredericks-imac:~ l-v-acev$ launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
org.freedesktop.dbus-session: Already loaded
fredericks-imac:~ l-v-acev$ wine enjininstaller.exe
Fontconfig warning: ignoring UTF-8: not a valid region tag
wine: cannot find L"C:\\windows\\system32\\enjininstaller.exe"
fredericks-imac:~ l-v-acev$ 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
cd download
-bash: cd: download: No such file or directory
fredericks-imac:~ l-v-acev$ cd downloads
fredericks-imac:downloads l-v-acev$ ls -F
20121214_courseplan_3dda_full-time (1).xlsx
20121214_courseplan_3dda_full-time.xlsx
AKS/
AdobeFMLE3.2.1_r.dmg
Bilder/
Brave.(2012).DVDRip.XviD-MAX.torrent
Curse_Client-4.0.0.425.dmg
Easy Screen Record 2013-02-28 03.29.33.gif
Eksempler på CV og søknad - Butikkmedarbeider (1).pdf
Eksempler på CV og søknad - Butikkmedarbeider.pdf
EnjinInstaller.exe
GIFCruncher_6902/
GIFCruncher_6902.zip
INVITATION.pdf
MacPorts-2.1.3-10.8-MountainLion.pkg
Mumble-1.2.3a.dmg
PICT0011.AVI*
PICT0029.JPG*
Razer_Synapse_2.0_Mac_Driver_v1.10.dmg
RecordComputerSoundInstall.app/
RecordComputerSoundInstall.zip
Reiserefusjon.doc*
SanDiskSecureAccess/
Silverlight.dmg
Speedtest.MacKeeper.2.4.1.pkg
ToyViewer5.03SnowLeopard.dmg
ToyViewer5.03SnowLeopard.dmg.zip
XQuartz-2.7.4.dmg
[BakaBT.144978v0] Angel Blade.torrent
[BakaBT.163546v0] Bakemonogatari_[ANE].torrent
[BakaBT.165330v0] Eroge! H mo Game mo Kaihatsu Zanmai_[H264,396p][FAKKU](Cen).torrent
[BakaBT.166061v0] [Final8] Maji de Watashi ni Koi Shinasai!! - 01-12 (BD 10-bit 1920x1080 x264 FLAC).torrent
[BakaBT.167532v0] Aneimo (Uncensored).torrent
[BakaBT.167734v0] Yuru Yuri (2011) [Doki][1920x1080 Hi10P BD FLAC].torrent
[BakaBT.167738v0] Change!.torrent
[BakaBT.167909v0] Kanojo no Karada.torrent
christmas2012.view*
club_application/
iResize.app/
iResize.zip
jtv.500k.16.9.xml
music_warrior.zip
phil.vacation 2004,etc. 025.jpg*
wine-1.5.26/
wine-1.5.26.tar.bz2
fredericks-imac:downloads l-v-acev$ wine enjininstaller.exe
Fontconfig warning: ignoring UTF-8: not a valid region tag
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
wine: Install Mono for Windows to run .NET 2.0 applications.
fredericks-imac:downloads l-v-acev$ sudo port install winetricks
---> Computing dependencies for winetricks
---> Cleaning winetricks
---> Scanning binaries for linking errors: 100.0%
---> No broken files found.
fredericks-imac:downloads l-v-acev$ winetricks mono210
Executing w_do_call mono210
Executing load_mono210
Executing mkdir -p /Users/l-v-acev/Library/Caches/winetricks/mono210
Executing wine mono-2.10.8-gtksharp-2.12.11-win32-1.exe
fixme:process:SetProcessDEPPolicy (1): stub
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.
fixme:process:SetProcessDEPPolicy (1): stub
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:win:DisableProcessWindowsGhosting : stub
------------------------------------------------------
Note: command 'wine mono-2.10.8-gtksharp-2.12.11-win32-1.exe' returned status 1. Aborting.
------------------------------------------------------
fredericks-imac:downloads l-v-acev$
Thanks for the help!