-
Little story about FCPX and title text handling
Over many month I got emails about non Roman languages or even special characters with Roman languages may crash FCPX or even the whole system.
In different forums there also had been notes about that.
The discussion started here in Germany again yesterday.There is some interesting response:
https://www.smartredirect.de/redir/clickGate.php?u=5ihpJBk1&m=1&p=mNd4PIrL73&t=p7sUUGFD&st=&s=&splash=2&url=http%3A%2F%2Farstechnica.com%2Fapple%2F2013%2F08%2Frendering-bug-crashes-os-x-and-ios-apps-with-string-of-arabic-characters%2F&r=http%3A%2F%2Fwww.finalcutprofi.de%2Fphpboard%2Fviewtopic.php%3Fp%3D368653%23368653
While I tried to answer all the mails and did several test with text files and XMLs send to me I discovered the same thing like those people who send me the email and files (not in all cases but serious enough to think about)
So it was quite random. Often enough it did happen only with the built in titles and some others — but finally never with the title templates I did build with Motion.
But I got a XML few weeks ago which immediately crashed FCPX after import and FCPX on every launch. Deleting the project on Finder level fixed that.
But that didn’t fix something else: my templates and a few others changed their default font color from “white” to black by default in all open projects and in the browser. All templates looked fine as expected in Motion.
Even on launch of FCPX they looked as expected.
But the “Rolling Stones” came with “Paint it black” — unfortunately no sound.
So next thing was “Casablanca” getting all suspicious files and “arrest” or in this case even “kill” them.
But still the “Rolling Stones” came with “Paint it black”.So I tried a new user — everything was fine. But with this special titles it was the same game as before.
So I copied the user prefs (~/Library/Preferences) to the Desktop and deleted all files folders in the actual prefs using Finder.
Relaunched FCPX and the same bad thing was happening.
Conclusion: the Apple support files and available tools to trash must have overseen some hidden files.So I wrote a quick little AppleScript using two shell scripts trying to remove all left files.
set myList to every paragraph of (do shell script “ls -a /Users/username/Library/Preferences”)
repeat with theItem in myList
try
set shellScript to “rm ” & quoted form of (“/Users/username/Library/Preferences/” & theItem as string)
do shell script shellScript
end try
end repeat
Voila all back to normal.Copied back the files from the prefs backup without replacing any of the newly created ones.
And everything is back to now normal.Though this description might not help in case of the “special character” bug, but it probably helps to restore a normal state.
-Andreas
Spherico
https://www.spherico.com/filmtools“He who fights with monsters should be careful lest he thereby
become a monster. And if thou gaze long into an abyss, the abyss will
also gaze into thee.” – Friedrich Nietzsche, Beyond Good and Evil