No L"Microsoft.Windows.Common-Controls" and no FreeType?

Questions about Wine on macOS.
Locked
Plazmotech
Newbie
Newbie
Posts: 2
Joined: Thu Jun 27, 2013 12:35 pm

No L"Microsoft.Windows.Common-Controls" and no FreeType?

Post by Plazmotech »

Hi. I have Wine on my normal computer (Mountain Lion). I'm trying to install it on my older computer (Lion), and MacPorts had an assload of problems installing it. LibPng and like 50 other dependancies couldn't install.

So when I run Wine for pretty much any application it says:

Code: Select all

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)
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
err:x11drv:process_attach failed to load libX11.6.dylib: dlopen(libX11.6.dylib, 266): image not found
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc616be
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc487ce
I've installed the newest version of FreeType numerous times (I've used Homebrew, Port, and I've installed it manually by building the sources) and it never worked, and can't intall .NET because it needs FreeType.

What do I do?
Locked