Notice appeared when CTEX is installed using wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Newbie6
Newbie
Newbie
Posts: 1
Joined: Wed Aug 30, 2017 4:07 pm

Notice appeared when CTEX is installed using wine

Post by Newbie6 »

Hi,

the commands in the terminal are

Attila:/ Xing$ cd WindowsSoftware/
Attila:WindowsSoftware Xing$ ls
CTEX
Attila:WindowsSoftware Xing$ cd CTEX/
Attila:CTEX Xing$ ls
CTeX_2.9.2.164.exe MD5SUMS
CTeX_2.9.2.164_Full.exe MD5SUMS.sig
CTeX_2.9.2.164_Update.exe
Attila:CTEX Xing$ wine CTeX_2.9.2.164_Full.exe
-bash: wine: command not found
Attila:CTEX Xing$ /Users/xingyang/Downloads/wine-2.0.2/wine CTeX_2.9.2.164_Full.exe
wine: created the configuration directory '/Users/xingyang/.wine'
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
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
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
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:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
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
ls
err:process:__wine_kernel_init boot event wait timed out
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
^C
exit

I really do not know how to fix. Please do me a favor.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Notice appeared when CTEX is installed using wine

Post by Bob Wya »

@Newbie6
  • What OS are you using?
  • Where did you get your Wine build from? (Or did you build this yourself?)
    This is not a standard install location for Wine:

    Code: Select all

    /Users/xingyang/Downloads/wine-2.0.2/wine
Please use the forum Code

Code: Select all

Code
tags - for blocks of code or terminal output - in future posts...

Bob
Locked