Crash due to system UI font call.
- 
					
					
					
					
FYI,
Random crashes, not relevant to document or artwork. Thanks.macOS Big Sur
Version 11.7.7CoreText note: Client requested name ".SFCompact-Thin", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
 - 
					
					
					
					
@richbyte said in Crash due to system UI font call.:
CoreText note: Client requested name ".SFCompact-Thin", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
Are these actual crashes or just warning from the OS?
 - 
					
					
					
					
@VectorStyler crashes with terminal opening up with message - CoreText note: ...
 - 
					
					
					
					
@richbyte I was aware of this CoreText notification, but it is just a compatibility warning (does not like to have that font used by its name).
Could be that the actual crash is caused by something else.
Is there a crash log when VS is started the next time?
 - 
					
					
					
					
@VectorStyler I will capture the system error log next time it happens

 - 
					
					
					
					
@richbyte You can use the Console app (from Applications > Utilities) to find the last crash report for VS.