You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhandled exception. System.InvalidOperationException: Default font family name can't be null or empty.
at Avalonia.Media.FontManager..ctor(IFontManagerImpl platformImpl)
at Avalonia.Media.FontManager.get_Current()
at Avalonia.AppBuilder.<>c__DisplayClass62_0.b__0(AppBuilder appBuilder)
at Avalonia.AppBuilder.SetupUnsafe()
at Avalonia.AppBuilder.Setup()
at Avalonia.AppBuilder.SetupWithLifetime(IApplicationLifetime lifetime)
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder builder, String[] args, ShutdownMode shutdownMode)
at SukiUI.Demo.Program.Main(String[] args) in /home/ubuntu-2204/SukiUI/SukiUI.Demo/Program.cs:line 13
The text was updated successfully, but these errors were encountered:
~/SukiUI/SukiUI.Demo/bin/Debug/net8.0$ dotnet SukiUI.Demo.dll
Unhandled exception. System.InvalidOperationException: Default font family name can't be null or empty.
at Avalonia.Media.FontManager..ctor(IFontManagerImpl platformImpl)
at Avalonia.Media.FontManager.get_Current()
at Avalonia.AppBuilder.<>c__DisplayClass62_0.b__0(AppBuilder appBuilder)
at Avalonia.AppBuilder.SetupUnsafe()
at Avalonia.AppBuilder.Setup()
at Avalonia.AppBuilder.SetupWithLifetime(IApplicationLifetime lifetime)
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder builder, String[] args, ShutdownMode shutdownMode)
at SukiUI.Demo.Program.Main(String[] args) in /home/ubuntu-2204/SukiUI/SukiUI.Demo/Program.cs:line 13
The text was updated successfully, but these errors were encountered: