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
When running alphadia form the GUI I get a lot of warnings from the font manager that spam the log full. This makes it a bit difficult to see the warnings/output that is actually of interest.
The warnings I get:
2025-03-10 16:25:57,390 - matplotlib.font_manager - INFO - generated new fontManager2025-03-10 16:25:57,582 - matplotlib.font_manager - INFO - Failed to extract font properties from /System/Library/Fonts/Supplemental/NISC18030.ttf: Could not set the fontsize (invalid pixel size; error code 0x17)2025-03-10 16:25:57,609 - matplotlib.font_manager - INFO - Failed to extract font properties from /System/Library/Fonts/Apple Color Emoji.ttc: Could not set the fontsize (invalid pixel size; error code 0x17)2025-03-10 16:25:57,629 - matplotlib.font_manager - INFO - Failed to extract font properties from /System/Library/PrivateFrameworks/FontServices.framework/Resources/Reserved/PingFangUI.ttc: Can not load face (locations (loca) table missing; error code 0x90)2025-03-10 16:25:57,644 - matplotlib.font_manager - INFO - Failed to extract font properties from /System/Library/Fonts/LastResort.otf: tuple indices must be integers or slices, not str2025-03-10 16:25:57,671 - matplotlib.font_manager - INFO - generated new fontManager
The text was updated successfully, but these errors were encountered:
When running alphadia form the GUI I get a lot of warnings from the font manager that spam the log full. This makes it a bit difficult to see the warnings/output that is actually of interest.
The warnings I get:
2025-03-10 16:25:57,390 - matplotlib.font_manager - INFO - generated new fontManager2025-03-10 16:25:57,582 - matplotlib.font_manager - INFO - Failed to extract font properties from /System/Library/Fonts/Supplemental/NISC18030.ttf: Could not set the fontsize (invalid pixel size; error code 0x17)2025-03-10 16:25:57,609 - matplotlib.font_manager - INFO - Failed to extract font properties from /System/Library/Fonts/Apple Color Emoji.ttc: Could not set the fontsize (invalid pixel size; error code 0x17)2025-03-10 16:25:57,629 - matplotlib.font_manager - INFO - Failed to extract font properties from /System/Library/PrivateFrameworks/FontServices.framework/Resources/Reserved/PingFangUI.ttc: Can not load face (locations (loca) table missing; error code 0x90)2025-03-10 16:25:57,644 - matplotlib.font_manager - INFO - Failed to extract font properties from /System/Library/Fonts/LastResort.otf: tuple indices must be integers or slices, not str2025-03-10 16:25:57,671 - matplotlib.font_manager - INFO - generated new fontManager
The text was updated successfully, but these errors were encountered: