fonts are missing

Author: chaogamerCreated Jan 8, 2023Updated Jan 8, 2023

i run on wine linux

when i run it through the 64bit prefix with all .net frameworks.

i get an error about missing fonts:

``

Unhandled exception. System.ArgumentException: Font '?' cannot be found.
   at System.Drawing.FontFamily.GetGdipGenericSansSerif()
   at System.Drawing.FontFamily.CreateFontFamily(String name, FontCollection fon
tCollection)
   at System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle
 style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   at System.Drawing.Font..ctor(String familyName, Single emSize)
   at AssetStudioGUI.AssetStudioGUIForm.InitializeComponent() in C:\projects\ass
etstudio\AssetStudioGUI\AssetStudioGUIForm.Designer.cs:line 266
   at AssetStudioGUI.AssetStudioGUIForm..ctor() in C:\projects\assetstudio\Asset
StudioGUI\AssetStudioGUIForm.cs:line 99
   at AssetStudioGUI.Program.Main() in C:\projects\assetstudio\AssetStudioGUI\Pr
ogram.cs:line 22
013c:err:eventlog:ReportEventW L"Application: AssetStudioGUI.exe\nCoreCLR Version: 6.0.1222.56807\n.NET Version: 6.0.12\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.ArgumentException: Font '?' cannot be found.\r\n   at System.Drawing.FontFamily.GetGdipGenericSansSerif()\r"...
``

what happened and why did the developers not include the fonts?