stakira / OpenUtau

Open singing synthesis platform / Open source UTAU successor
http://www.openutau.com
MIT License
2.06k stars 285 forks source link

English UI Displaying Incorrect Characters (macOS) #1279

Closed scopekingop closed 1 week ago

scopekingop commented 1 month ago

Acknowledgement

🐛 Describe the bug

All english text under the track submenus and in the note editor are displaying like this. File menus and preferences are displaying normal.

Screenshot 2024-09-09 at 10 18 46 PM

Explains how to reproduce the bug

Install on MacBook with M1 chip. Open a terminal and run xattr -rc /Applications/OpenUtau.app. Open OpenUtau.

OS & Version

macOS 14.6.1 (23G93) OpenUtau v0.1.529.0

Logs

2024-09-09 22:24:50.160 -06:00 [INF] Logging initialized. 2024-09-09 22:24:50.274 -06:00 [INF] Unix 14.6.1 2024-09-09 22:24:50.278 -06:00 [INF] Darwin 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:21 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T8103 X64 X64 2024-09-09 22:24:50.279 -06:00 [INF] OpenUtau v0.1.529.0 osx.14-x64 2024-09-09 22:24:50.280 -06:00 [INF] Data path = /Users/xxxxxxx/Library/OpenUtau 2024-09-09 22:24:50.280 -06:00 [INF] Cache path = /Users/xxxxxxx/Library/Caches/OpenUtau 2024-09-09 22:24:51.166 -06:00 [INF] Initializing application. 2024-09-09 22:24:51.358 -06:00 [INF] Initializing culture. 2024-09-09 22:24:51.575 -06:00 [INF] Initialized culture. 2024-09-09 22:24:51.575 -06:00 [INF] Initializing theme. 2024-09-09 22:24:51.603 -06:00 [INF] Initialized theme. 2024-09-09 22:24:51.604 -06:00 [INF] Initializing OpenUtau. 2024-09-09 22:24:51.610 -06:00 [INF] Searching singers. 2024-09-09 22:24:51.639 -06:00 [INF] Search all plugins: 00:00:00.0217445 2024-09-09 22:24:51.649 -06:00 [INF] Search all legacy plugins: 00:00:00.0078577 2024-09-09 22:24:51.653 -06:00 [INF] Initialized OpenUtau. 2024-09-09 22:24:51.653 -06:00 [INF] Initializing audio. 2024-09-09 22:24:51.655 -06:00 [INF] ReleaseSourceTemp /Users/xxxxxxx/Library/Caches/OpenUtau 2024-09-09 22:24:51.840 -06:00 [INF] Search all singers: 00:00:00.2287510 2024-09-09 22:24:51.947 -06:00 [INF] Initialized audio. 2024-09-09 22:24:51.947 -06:00 [INF] Initialized application. 2024-09-09 22:24:52.006 -06:00 [INF] Framework initialization completed. 2024-09-09 22:24:52.156 -06:00 [INF] Creating main window. 2024-09-09 22:24:52.550 -06:00 [INF] Initialized main window component. 2024-09-09 22:24:52.770 -06:00 [INF] Main window checking Update. 2024-09-09 22:24:52.774 -06:00 [INF] Created main window. 2024-09-09 22:24:53.165 -06:00 [INF] SchedulePreRender 2024-09-09 22:24:53.414 -06:00 [INF] Publish notification Load project 2024-09-09 22:24:54.220 -06:00 [INF] Checking update at: https://github.com/stakira/OpenUtau/releases/tag/build/0.1.529 2024-09-09 22:24:54.222 -06:00 [INF] Checking appcast: https://github.com/stakira/OpenUtau/releases/download/build/0.1.529/appcast.osx-x64.xml 2024-09-09 22:24:59.698 -06:00 [INF] undoGroup started 2024-09-09 22:25:00.003 -06:00 [INF] ExecuteCmd Change phonemizer 2024-09-09 22:25:00.008 -06:00 [INF] undoGroup ended 2024-09-09 22:25:00.008 -06:00 [INF] SchedulePreRender 2024-09-09 22:25:00.008 -06:00 [INF] Publish notification Pre-render notification.

BagelHero commented 4 weeks ago

Apologies for the late reply, I had to dig a little bit. Really strange one. I almost want to say this may be some freak issue like file corruption; have you tried re-downloading? If you have, it also slightly resembles some recently observed mac text rendering errors generally...

Potentially, what you might have is a corrupted font-- apparently this can be fixed with a terminal command. https://www.motyfo.com/faq/how-to-clear-font-cache-in-mac-osx/

Try that first if this is still ongoing!

scopekingop commented 1 week ago

Thank you for the info! I did end up getting it to work. I cleared the font cache as suggested and it worked right after restarting. I also apologize for the delayed reply. I am not surprised that this was the issue considering that I have many fonts installed.