gEroge Studio
Newbie
- Feb 9, 2019
- 22
- 39
For anyone that wants to run this under Wine(8.0) you need to make sure you give the entire folder permissions to read and write (not just owner but also groups and others). Otherwise it will not save settings correctly and it will spam error windows while playing.
Edit:
On some Linux systems, running the Japanese version can cause it to crash, but using the English(eng) version works just fine.
Install "corefonts" and "cjkfonts" using winetricks:
make a .sh file and name it "dohnadohna_eng.sh":
be sure to give "dohnadohna_eng.sh" execute permission.
Edit:
On some Linux systems, running the Japanese version can cause it to crash, but using the English(eng) version works just fine.
Install "corefonts" and "cjkfonts" using winetricks:
Bash:
winetricks corefonts cjkfonts
Bash:
#!/bin/bash
LANG=ja_JP.UTF-8 wine dohnadohna_eng.exe
Last edited: