https://bugs.winehq.org/show_bug.cgi?id=47583
--- Comment #6 from lizhenbo litimetal@gmail.com --- (In reply to Vijay Kamuju from comment #5)
It seems that a font is missing. Or a font file cannot be opened. Search for a file named Ani
I have the guess that this is caused my font missing at the beginning. With the config WINEDEBUG=+gdi,+tid,+relay I've seen
--- 0024:Call gdi32.EnumFontFamiliesA(0a010098,0031f73a "Verdana",0042d348,0031f6ec) ret=0042d38e 0024:Ret gdi32.EnumFontFamiliesA() retval=00000001 ret=0042d38e ---
After winetricks allfonts, the log changed into --- 0024:Call gdi32.EnumFontFamiliesA(0a010098,0031f73a "Verdana",0042d348,0031f6ec) ret=0042d38e 0024:Ret gdi32.EnumFontFamiliesA() retval=00000000 ret=0042d38e ---
However, the issue still persists. I guess that missing font is not the only issue