https://bugs.winehq.org/show_bug.cgi?id=46778
Bug ID: 46778 Summary: "How to be a tree" crashes with crash dialogue on launch Product: Wine Version: 4.0-rc2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: funtimeschaos@rocketmail.com Distribution: ---
Created attachment 63792 --> https://bugs.winehq.org/attachment.cgi?id=63792 4.0-rc2 output
You can get "how to be a tree" for free from the developer here: https://zaphos.itch.io/how-to-be-a-tree
Unfortunately it crashed on startup for me. Output is attached.
https://bugs.winehq.org/show_bug.cgi?id=46778
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://zaphos.itch.io/how- | |to-be-a-tree Status|UNCONFIRMED |NEW CC| |dark.shadow4@web.de Keywords| |download Ever confirmed|0 |1 Component|-unknown |fonts
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Confirming. Last lines from a "warn+all" log:
0009:fixme:dwmapi:DwmIsCompositionEnabled 0x34f2bc 0009:warn:ntdll:FILE_CreateFile L"\??\C:\windows\fonts\arial.ttf" not found (c0000034) 0009:warn:file:CreateFileW Unable to create file L"C:\windows/fonts/arial.ttf" (status c0000034) 0009:warn:msvcrt:MSVCRT__wsopen_dispatch :failed-last error (2) wine: Unhandled page fault on read access to 0x00000000 at address 0x353e0c (thread 0009), starting debugger...
The program seems hardcoded to use the Arial font. Indeed, "winetricks arial" fixes the issue. Not entirely sure how to fix that problem though.
https://bugs.winehq.org/show_bug.cgi?id=46778
--- Comment #2 from ~J~ funtimeschaos@rocketmail.com --- Is there some issue with having a fallback font?