We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "http://DMMGamePlayerFastLauncher.py", line 113, in File "http://DMMGamePlayerFastLauncher.py", line 44, in get_dpg5_config UnicodeDecodeError: 'cp932' codec can't decode byte 0x93 in position 35: illegal multibyte sequence
The text was updated successfully, but these errors were encountered:
自分の環境では再現できなかった
Sorry, something went wrong.
自分の環境だとdmmgame.cnf内のdefaultInstallDirとpathに日本語が含まれているため DMMGamePlayerFastLauncher.pyの43行目
with open(dgp5_path + "dmmgame.cnf", "r") as `f: ⇩ with open(dgp5_path + "dmmgame.cnf", "r", encoding='utf-8') as f:
にすることで正常に動作するようになりました。
24fc422
Merge pull request #26 from fa0311/develop-v4
fa56406
fix #24
No branches or pull requests
Traceback (most recent call last):
File "http://DMMGamePlayerFastLauncher.py", line 113, in
File "http://DMMGamePlayerFastLauncher.py", line 44, in get_dpg5_config
UnicodeDecodeError: 'cp932' codec can't decode byte 0x93 in position 35: illegal multibyte sequence
The text was updated successfully, but these errors were encountered: