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
{{ message }}
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i run on wine linux
when i run it through the 64bit prefix with all .net frameworks.
i get an error about missing fonts:
``
what happened and why did the developers not include the fonts?
The text was updated successfully, but these errors were encountered: