unter Wine gibt es die Schriftart 'Microsoft Sans Serif' nicht, deshalb stürzt ZusiDisplay beim Start ab:
Wäre es viel Aufwand, das abzufangen und z.B. stattdessen auf FontFamily.GenericSansSerif zurückzufallen?Unhandled exception. System.ArgumentException: Font 'Microsoft Sans Serif' cannot be found.
at System.Drawing.FontFamily.CreateFontFamily(String name, FontCollection fontCollection)
at System.Drawing.FontFamily..ctor(String name)
at EBuLaTools.Utils.GetNetCoreLegacyFont()
at MMI.SplashScreen..ctor(Authority authority)
at MMI.Program.Main(String[] args)