레이블이 Final cut pro인 게시물을 표시합니다. 모든 게시물 표시
레이블이 Final cut pro인 게시물을 표시합니다. 모든 게시물 표시

2009년 4월 1일 수요일

Final Cut Studio 2 center Final Cut Pro is unable to install, solution!

  1. 숨긴 파일을 보기 위하여 TinkerTool을 이용하거나 Path Finder를 이용한다.
  1. leaves the installer copy FinalCutStudio.mpkg and the Packages folder.
  2. displays a FinalCutStudio.mpkg package of content.
  3. edits FinalCutStudio.dist with the text editor

CODE

function isNotDowngrade()

                {

                        var action = my.choice.packageUpgradeAction;

                        

                        if( (action == 'downgrade') || (action == 'mixed') )

                        {

                                my.choice.tooltip = system.localizedStringWithFormat('TT_NEWERALREADYINSTALLED');

                                return false;

                        }

                        

                        return true;

                }



 
The content, deletes this part. Then save.
  1. then installs with FinalCutStudio.mpkg, completely passes.
 FinalCutStudio.dist.zip ( 4.62K ) Number of downloads: 43
  • the end!
  • The picture installs the file size to be different, was looks for in the method first to install a part to create.

Final Cut Pro 시작이 안될 때

                FCS2 full로 구동시킬려면 다음과 같은 사항을 유의하여야 한다.
  • 그래픽 카드가 QE가 작동되는 지 여부를 먼저 확인한다.
  • ethernet card in en0가 활성화 되어 있는지 확인하다. (Parallels 나 Vmware를 설치하여 en0를 활성화하여 준다.)
  • 왜냐하면, FCS 는 en0의 MAC address 를 이용하여 등록하기 때문이다. 물론, 인터넷에 접속할 필요는 없다. 공유기에만 물려놓으면 된다.
  • 만약, Logic Studio를 설치하였다면 약간의 트릭이 필요하다.( http://forum.insanelymac.com/index.php?sho...+Final+CUt+Pro).