Hi, looks like thread hasn't been active in the replies but I'm going to test my luck and ask anyway.

So I'm encountering a problem with dmm, I tried to run the file "3_write_config.cmd" and received this error:

Traceback (most recent call last):
File "3_write_config.py", line 197, in <module>
chara_info = get_character_info(entry, scenario, type)
File "3_write_config.py", line 75, in get_character_info
print '%s not found' % script_file
File "C:\Kamihime_Player-1.0-pc\Python27\lib\encodings\cp437.py", line 12, in encode
return codecs.charmap_encode(input,errors,encoding_map)
UnicodeEncodeError: 'charmap' codec can't encode characters in position 28-31: character maps to <undefined>

Could somebody help me with this? I'm using Berwayer's version of "0_download_json" and used kh-session for it. Followed step 1 and 2 and finally on 3_write_config and received the error.
In the meantime I will be trying to do a clean install and retry the process but I do appreciate if someone could also check what the problem is.