Posted on 01-25-2023 05:04 AM
Hi, i am sending a popup message to my users with SwiftDialog.
In the logs i see a lot of these:
Script result: 2023-01-25 12:17:12.598 Dialog[29366:629409] XType: failed to connect - Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process.}
2023-01-25 12:17:12.598 Dialog[29366:629409] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts 2023-01-25 12:17:12.598 Dialog[29366:629409] XType: unable to make a connection to the font daemon! 2023-01-25 12:17:12.598 Dialog[29366:629409] XType: XTFontStaticRegistry is enabled as fontd is not available. 2023-01-25 12:17:23.919 Dialog[29366:629433] Spell server connection invalidated Pressed Button 1
Or
Script result: 2023-01-25 09:24:55.813 Dialog[1302:12330] XType: failed to connect - Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process.}
2023-01-25 09:24:55.813 Dialog[1302:12330] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts 2023-01-25 09:24:55.813 Dialog[1302:12330] XType: unable to make a connection to the font daemon! 2023-01-25 09:24:55.813 Dialog[1302:12330] XType: XTFontStaticRegistry is enabled as fontd is not available. Pressed Button 1
How can i solve that? Maybe i need to Unistall/reinstall SwiftDialog? How can i unistall it?