Lake Chan

Results 29 comments of Lake Chan

> My host locale isn't set to Japanese. Attempting to install cjkfonts only revealed another bug. I also could not find a crash report after restarting Bottles. > > ![Screenshot...

@human222 unfortunately it's revealing another bug again... Do you have any Japanese font installed in your host system? if you do, the `cjkfonts` should not be necessary

What program are you trying to run exactly? Could you provide it? so we can run more tests against it.

`winemenubuilder.exe` is blacklisted by default in Bottles, so it should be fine with this particular error message. I can run Task Manager with Japanese language without mojibake issue Could you...

yes, Japanese programs are usually using `shift-jis` or `euc-jp`, and `shift-jis` is the most popular encoding since windows is using `cp932`(variant of `shift-jis`) AFAIK unfortunately neither Linux nor flatpak runtime...

The `sys-wine` is referencing the Wine bundled in Bottles, provided by `https://github.com/flathub/org.winehq.Wine`, which is not which you installed in your host system. Hope this help!

This only works for players who are currently online.

BTW, should we increase minimal requirement to Py36? Since Py35 had reached EOL. I can't even install `requirements-dev.txt` for Py35, due to `no matching distribution found for black`.

Hi, thanks for the reviewing, I added more tests and changed approach for this fix based on that. but there are some question might need more discussion: 1. `deepcopy()` won't...