Fixing FreeType Problem not working?

Questions about Wine on macOS.
Locked
marcoos27
Newbie
Newbie
Posts: 1
Joined: Fri Jun 23, 2017 7:57 pm

Fixing FreeType Problem not working?

Post by marcoos27 »

Hello,

I have attempted to set up Wine on my mac. I get the error where Wine cannot find the freetype library.

I tried this command:

export DYLD_FALLBACK_LIBRARY_PATH=/usr/X11/lib wine myapp.exe

I have no clue which app I should put in there, but no matter what app I choose, it says:

myapp.exe': not a valid identifier

So it really doesn't matter if I substitute "myapp" for the actual app I want to run.

If I remove the myapp.exe from the command, it executes and nothing happens. When I later try to run a program, the same freetype error pops up.

What am I doing wrong?
Locked