https://bugs.winehq.org/show_bug.cgi?id=42360
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |fonts Summary|Terragen 4 fails to start |Terragen 4 crashes: cannot | |find/load arial.ttf
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- (In reply to Alex from comment #5)
It seems it looks for arial.ttf
Take a look @ this thread: https://www.planetside.co.uk/forums/index.php/topic,16453.msg161083. html#msg161083
Can't arial be substituted with arimo?
Not sure, but even if you have a arial.ttf in C:\windows\Fonts it cannot find it like pointed out in the thread you posted.
I used wine-staging, and produced a debuglog. From that:
0102:Call KERNEL32.GetFileAttributesA(115e2610 "C:\windows\Fonts\z:\opt\wine-staging\bin\..\share\wine\fonts\arial.ttl") ret=180588582 0102:Ret KERNEL32.GetFileAttributesA() retval=ffffffff ret=180588582 0102:Call msvcr100._stat64i32(115e2610 "C:\windows\Fonts\z:\opt\wine-staging\bin\..\share\wine\fonts\arial.ttl",0022ed30) ret=1805887ba 0102:Call KERNEL32.GetFileAttributesExA(115e2610 "C:\windows\Fonts\z:\opt\wine-staging\bin\..\share\wine\fonts\arial.ttl",00000000,0022e9c0) ret=7fb421e60862 0102:Ret KERNEL32.GetFileAttributesExA() retval=00000000 ret=7fb421e60862
No success...
Like suggested in the thread: if you replace \z:\opt\wine-staging\bin\..\share\wine\fonts\arial.ttl with just arial.ttf in the registrykey (and make sure arial.ttf is in C:\windows\Fonts) the application starts fine.
I change the title of bugn to reflect the problem