https://bugs.winehq.org/show_bug.cgi?id=47583
Bug ID: 47583 Summary: Tower of the Sorcerer: Item text does not show up Product: Wine Version: 4.13 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: kingoipo@gmail.com Distribution: ---
Created attachment 64988 --> https://bugs.winehq.org/attachment.cgi?id=64988 TSW on Wine - shows missing text
When running Tower of the Sorcerer v1.2, the text in the left and right side of the game doesn't show (see screenshot). Text in text messages does show. Download link of application: www.vector.co.jp/download/file/win95/game/fh146559.html (click the green button and you'll get the English version of the game)
https://bugs.winehq.org/show_bug.cgi?id=47583
--- Comment #1 from Michael de Lang kingoipo@gmail.com --- Created attachment 64989 --> https://bugs.winehq.org/attachment.cgi?id=64989 TSW on Windows
https://bugs.winehq.org/show_bug.cgi?id=47583
--- Comment #2 from Michael de Lang kingoipo@gmail.com --- Created attachment 64990 --> https://bugs.winehq.org/attachment.cgi?id=64990 Output of wine on command line
https://bugs.winehq.org/show_bug.cgi?id=47583
carl@contraflo.ws changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |carl@contraflo.ws
https://bugs.winehq.org/show_bug.cgi?id=47583
lizhenbo litimetal@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |litimetal@gmail.com
--- Comment #3 from lizhenbo litimetal@gmail.com --- I have the same bug on wine-6.11-848-g5dffe2263de
There is a direct download link https://ftp.vector.co.jp/14/65/3171/tsw12.exe
https://bugs.winehq.org/show_bug.cgi?id=47583
--- Comment #4 from lizhenbo litimetal@gmail.com --- Tested with wine-9.3-266-g83476e3d4ab under a clean wineprefix, and this problem still exists
https://bugs.winehq.org/show_bug.cgi?id=47583
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #5 from Vijay Kamuju infyquest@gmail.com --- It seems that a font is missing. Or a font file cannot be opened. Search for a file named Ani
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