problems running wine on mac os x mountain lion

Questions about Wine on macOS.
Locked
pietch
Newbie
Newbie
Posts: 2
Joined: Wed Feb 27, 2013 7:59 am

problems running wine on mac os x mountain lion

Post by pietch »

Hi everybody!

I have a problem making wine to work...
I have a new macbook air with mountain lion on it. Not my choice, I wanted a PC but at my work they didn't let me choose, and I need to program that are only on windows... (crap)

So I have installed Xquartz, Xcode, Gui developpers tools, MacPorts, Wine...

My first error was about the freetype fonts. I have installed them, still not working, have a look on internet and then add :

PATH="/Users/Pieter/wine/bin:${PATH}"
export PATH

DYLD_FALLBACK_LIBRARY_PATH="${HOME}/wine/wine-1.4.1/lib:/opt/X11/lib:/usr/lib" #this line is from a google forum help, it is opt because I'm using Xquartz and not X11 they said
export DYLD_FALLBACK_LIBRARY_PATH


to my .profile file

close terminal and restarted and now when I type winecfg I have:

Pieters-MacBook-Air:lib Pieter$ winecfg
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc616be
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc616be

and that's it.

when I type wine --version it works, same for wine --help...
when I type wine [prog].exe I have (I use XnView.exe as an example to test it):

Pieters-MacBook-Air:Downloads Pieter$ wine XnView-win.exe
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc616be
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:seh:setup_exception_record stack overflow 824 bytes in thread 0009 eip 7b859e5c esp 00230ff8 stack 0x230000-0x231000-0x330000

I googled these errors but did not find a solution

So you're my last chance! please help me!!!

Thanks a lot for anybody that can help me,

Pieter
pietch
Newbie
Newbie
Posts: 2
Joined: Wed Feb 27, 2013 7:59 am

Re: problems running wine on mac os x mountain lion

Post by pietch »

hum... I'm a new mac user and I didn't saw that all-in-one solution were existing, like wineskin! So I downloaded it and it works! When doing it manually I must have forgotten a step, don't know which one... But it works so it's great!
Locked