Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

markozakiewicz

macrumors newbie
Original poster
After changing my hard drive to ssd on my MacBook Pro from 2012 and reinstalling Mac OS high Sierra, I installed the final cut X 10.4.0 I used the same Mac OS and the same final cut before and everything worked just fine. Now every time I try to open final cut x it crashes and an error raport occurs:

I already tried to uninstall and delete all Final Cut files and reinstall final cut again and the same problem happens. Does anyone no how to overcome this problem?


Process: Final Cut Pro [785]
Path: /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
Identifier: com.apple.FinalCut
Version: ???
Build Info: ProEditor-31377002026000000~1
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Final Cut Pro [785]
User ID: 501

PlugIn Path: (null)
PlugIn Identifier: (null)
PlugIn Version: ??? (551.5)

Date/Time: 2020-11-16 14:52:04.636 +0100
OS Version: Mac OS X 10.13.6 (17G14042)
Report Version: 12
Anonymous UUID: 93BCEE11-6976-D2BA-15FC-002F822DC810

Sleep/Wake UUID: 480E5AFB-1CCE-46B2-A419-1A0E6D70E8FD

Time Awake Since Boot: 6300 seconds
Time Since Wake: 360 seconds

System Integrity Protection: enabled

Crashed Thread: 0

Exception Type: EXC_CRASH (Code Signature Invalid)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Reason: Namespace CODESIGNING, Code 0x1

kernel messages:

VM Regions Near 0 (cr2):
-->
__TEXT 00000001032b1000-0000000103389000 [ 864K] r-x/rwx SM=COW RO@

Thread 0 Crashed:
0 ??? 0x00000001125ba19c _dyld_start + 0

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000000000000 rdx: 0x0000000000000000
rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x0000000000000000 rsp: 0x00007ffeec94ebb8
r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x0000000000000000
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
rip: 0x00000001125ba19c rfl: 0x0000000000000200 cr2: 0x0000000000000000

Logical CPU: 0
Error Code: 0x00000000
Trap Number: 0


Binary Images:
0x1032b1000 - 0x103388fff +??? (31377.2.26) <035F4515-5F67-3EE4-AB18-E62869E8A0CF> (null)
0x1125b9000 - 0x112603adf +??? (551.5) <CB9BFB56-4511-36F1-A546-891FF770C01C> (null)

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 2849
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1684K resident=0K(0%) swapped_out_or_unallocated=1684K(100%)
Writable regions: Total=8408K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8408K(100%)

VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
STACK GUARD 56.0M 2
Stack 8192K 2
__DATA 496K 5
__LINKEDIT 520K 3
__TEXT 1164K 3
shared memory 8K 3
=========== ======= =======
TOTAL 66.1M 12
 
Last edited:
Namespace CODESIGNING, Code 0x1 means the app signature has been revoked. you can remedy this with the following two steps:

open terminal
sudo xcode-select --install

once it is installed, again in terminal run the following command
codesign --force --deep --sign - /Applications/name\ of\ the\ app.app

note:if your app name have space in between,
for example: 'Final Cut Pro.app', you have to write it as 'Final\ Cut\ Pro.app' in terminal.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.