03-07-2024, 02:48 AM
(03-06-2024, 02:38 PM)GareBear Wrote: a740g,Are you on Windows?
I get the start up screen, it says "Loading fonts list ..." and does nothing. Do I need to wait for so long or is there something else that I missed?
UiEditor enumerates systems fonts when loading and if the system has a lot of fonts, then it may take some time.
If you are on Windows, can you check how many fonts you have in following registry path: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
Another reason I can think of is, RegEnumValueA() returning a funny value here which locks up LoadFontList() in an infinite loop.
I'll take a look into this over the weekend. Thank you for reporting.