I had bad experience with the first 3 versions of this game.
Windows version used to hang under Wine after the first week,
and Linux version was impossible to start (it always froze
with the "now loading" screen).
I managed to solve the problem with Linux version,
by looking in www/fonts/game/gamefont.css file. Its contents
Font-face {
font-family: GameFont;
src: url("CREABBRG.ttf");
}
Renaming CREABBRG.TFF in the same directory to
CREABBRG.ttf does the trick.
P. S. The game is completely broken. There are some images missing
(C_H_O_Default10.1.png, C_H_O_Default10.2.png, C_H_O_Default10.3.png)
so I put placeholders in their place and it went on for a few more
days, but then it froze anyway.