- Oct 20, 2017
- 639
- 711
On linux (running with firefox www/index.html) during certain scenes you get an error that an animation or image cannot be found and the game crashes. It's a pity because I really want to like this game, it looks great and it's updated all the time.
One issue occurs during bath masturbation scene in the first level. I think it's because image files have special characters that are converted. For instance I noticed files ending with e.g. '_Anim (7)' that were converted to %20 etc. but incorrectly for my platform (the conversion is done in a javascript function).
I tried fixing filenames in www/data/CommonEvents.json and on disk to '_Anim7', which worked to some extent, but there were many and then there was a new release already. For other games I also sometimes had to correct the case in RPGM filenames - on windows there there is no case sensitivity in filenames on disk, but on linux there is. This could also contribute to the issue.
One issue occurs during bath masturbation scene in the first level. I think it's because image files have special characters that are converted. For instance I noticed files ending with e.g. '_Anim (7)' that were converted to %20 etc. but incorrectly for my platform (the conversion is done in a javascript function).
I tried fixing filenames in www/data/CommonEvents.json and on disk to '_Anim7', which worked to some extent, but there were many and then there was a new release already. For other games I also sometimes had to correct the case in RPGM filenames - on windows there there is no case sensitivity in filenames on disk, but on linux there is. This could also contribute to the issue.