http://bugs.winehq.org/show_bug.cgi?id=58968
--- Comment #2 from Martín Durán info@maduranma.com --- (In reply to Austin English from comment #1)
Please run a regression test: https://gitlab.winehq.org/wine/wine/-/wikis/Regression-Testing
Okey, that's weird. I ran the regression tests from 10.14 to 10.15 (as since 10.15 it stopped working in theory).
Seems that I was wrong I had to repeat them until 10.16.
The exact commit is: https://gitlab.winehq.org/wine/wine/-/commit/2a2cc34db71a86899b69bf3ee1da527... ``` 2a2cc34db71a86899b69bf3ee1da52793c342019 is the first bad commit commit 2a2cc34db71a86899b69bf3ee1da52793c342019 Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri Sep 19 13:08:41 2025 +0200
dwrite: Use uppercase paths for local file loader keys.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
dlls/dwrite/font.c | 8 ++++++-- dlls/dwrite/tests/font.c | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) ```
It looked weird that such a small changed could cause it, so I recompiled it twice without caching on this exact commit and the commit before to confirm.
Thank you and sorry for the late response.