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
Shortly describe what were you doing before crash
Just start it, just crash.
Include event files here
This is caused by the code which writes this.lvDevices.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
"Tohoma" may not preinstalled in Linux or other OS.
which will cause:
System.InvalidOperationException: Could not create glyphTypeface. Font family: $Default (key: ). Style: Normal. Weight: Normal. Stretch: Normal
at Avalonia.Media.Typeface.get_GlyphTypeface()
at Avalonia.Rendering.Composition.Compositor.get_DiagnosticTextRenderer()
at Avalonia.Rendering.Composition.Compositor.CreateCompositionTarget(Func`1 surfaces)
at Avalonia.Rendering.Composition.CompositingRenderer..ctor(IRenderRoot root, Compositor compositor, Func`1 surfaces)
Desktop (please complete the following information):
OS: openSUSE Tumbleweed-Slowroll 20241002 x86_64 with glibc 2.40
Application version: 5.1.0.0
Additional context
Maybe it should better choose a fallback font which can run on Linux or other.
The text was updated successfully, but these errors were encountered:
Shortly describe what were you doing before crash
Just start it, just crash.
Include event files here
This is caused by the code which writes
this.lvDevices.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular);
"Tohoma" may not preinstalled in Linux or other OS.
which will cause:
Desktop (please complete the following information):
Additional context
Maybe it should better choose a fallback font which can run on Linux or other.
The text was updated successfully, but these errors were encountered: