http://bugs.winehq.org/show_bug.cgi?id=20847
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #5 from Anastasius Focht focht@gmx.net 2010-07-25 17:37:10 --- Hello,
did you check:
http://www.shrinemaiden.org/forum/index.php?topic=5902.0
and specifically:
http://hisouten.koumakan.jp/wiki/Linux_support
There seems to be a pretty good bug understanding/analysis between Wine and the game. My guess is your crash (division by zero) is font/glyph related.
Could you try to run the game as follows:
WINEDEBUG=+tid,+seh,+relay,+font LANG=ja_JP.UTF-8 wine ./th123.exe &> log.txt
and attach resulting log when it crashes. Could you also try the following:
$ winetricks corefonts
and if that doesn't help:
$ winetricks allfonts
and see if it changes something.
Regards