https://bugs.winehq.org/show_bug.cgi?id=57238
--- Comment #8 from Artem S. Tashkinov aros@gmx.com --- (In reply to Louis Lenders from comment #7)
Just before the crash it checks if the font is present in fonts dir :
0024:Call KERNEL32.GetFileAttributesW(00da4b40 L"C:\windows\Fonts\arial.ttf") ret=005d4743 0024:Ret KERNEL32.GetFileAttributesW() retval=ffffffff ret=005d4743
I don't have a system wide arial installed, but I would guess that a system wide installed arial doesn't mean that it's present in C:\windows\Fonts\arial.ttf Could you check if the font is there?
I created a symlink from /usr/share/fonts/arial.ttf to C:\Windows\Fonts and now the application works.
Looks like it's the same bug but I wonder why it hasn't been fixed yet. Lots of people have Microsoft TTF fonts installed system-wide.