Skip to content

Winetricks

Winetricks는 Windows 프로그램을 실행하는 데 필요한 기본 요구 사항을 설치할 수있는 스크립트입니다. 설치 가능한 구성 요소에는 DirectX 9.x, MSXML (Microsoft Office 2007 및 Internet Explorer에 필요), Visual Runtime 라이브러리 등이 포함됩니다.

Cache Directory

캐시 디렉토리를 백업할 예정이라면 다음 디렉토리 참고:

~/.cache/winetricks/

How to install

ArchLinux:

sudo pacman -S winetricks

How to use

list categories:

winetricks list

Category 목록:

winetricks [category] list

전체 폰트 설치

다운로드 시간이 오래걸린다.

winetricks corefonts
winetricks allfonts

경고 제거

export WINEDEBUG=-all
winetricks

PlayOnLinux Prefix

WINEPREFIX=/home/your/.PlayOnLinux/wineprefix/Office2016 WINEARCH=win32 winetricks

Packages

Troubleshooting

Running /usr/bin/wineserver -w

winetricks 설치중 다음 메시지 출력후 더 이상 진행되지 않을 수 있다.

------------------------------------------------------
Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/your/.wine terminate
------------------------------------------------------

이 경우 강제로 wine 프로세스만 제거하면 된다.

wineserver -k

An Error has occurred while loading imports

"Themida" 타이틀에 다음과 같은 에러 메시지가 출력된다면:

An Error has occurred while loading imports. Wrong DLL present.

실행에 관련된 DLL 이 포함된 배포본 등을 설치해야 한다. (케바케임)

See also

Favorite site