Results 1 to 10 of 724

Hybrid View

  1. #1
    Just did a clean install for dmm and got the same error message on "3_write_config.cmd",

    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>

    I've placed my folder close to the C:\ directory and even deleted the hidden Renpy save files in "C:\Users\[Your Account Name]\AppData\Roaming\RenPy\Kamihime_Player".
    Considering this is a clean install, deleting just the "Kamihime_Player-1.0-pc" folder doesn't work, I think I'm out of options after reading through the entire thread. I'm guessing I did the steps right and the problem is just the unicode which I have no knowledge of. Could someone help me with this?

  2. #2
    So apparently changing my system locale to Japan solved all of my issues and no complicated steps were necessary at all.
    Not a coding expert but I suspect the unicode couldn't read some of the characters, which I'm guessing were the Japanese letters in the files but that doesn't make sense since there are others who managed to run it just fine. But it got the job done so all's good.
    The command prompt will look funny and display unknown characters when running "3_write_config.cmd" but it got me the latest characters.
    If anyone has the same problem on dmm, try changing your system locale to Japan before running the scripts and it should work fine.

  3. #3

    Join Date
    Sep 2021
    Posts
    4
    Credits
    2
    Hey, if someone finds that there is a problem with the script recently, it is because the resource address has changed. The original dc/46 of the game has become c2d/c46. You need to go to raw_scenario to manually modify the H scene address, otherwise the resource will be downloaded incorrectly and you need to After script 0 downloads info, modify raw_scenario and then execute script 1 to download resources

  4. #4
    Quote Originally Posted by imljc View Post
    Hey, if someone finds that there is a problem with the script recently, it is because the resource address has changed. The original dc/46 of the game has become c2d/c46. You need to go to raw_scenario to manually modify the H scene address, otherwise the resource will be downloaded incorrectly and you need to After script 0 downloads info, modify raw_scenario and then execute script 1 to download resources
    Can you explain in more detail on how to do it? I'm kinda lost here, since the script won't downloading the H-scenes.

  5. #5

    Join Date
    Aug 2022
    Posts
    2
    Credits
    2
    I'm just here to ask how difficult it is to start viewing stuff.

    I'm nearly halfway through the 50-gigabyte MEGA download from the original post by xellosp, but after viewing through this 50-page thread, I've realized that I have no idea what I'm doing, and nearly everything I'm hearing sounds like a foreign language to me.

    I've barely started my coding career at uni, so I really don't know squat. I'm just worried that I'll be stuck in an instant once I finally finish downloading this. Also, I'm doing this on an M1 Macbook Air, and I don't even know if it'll work on it.

    Any beginner tips? I've seen some people who've asked for some but I haven't seen any responses.

  6. #6

    Join Date
    Aug 2022
    Posts
    2
    Credits
    2
    This is totally a bruh moment but I finally downloaded and extracted the stuff, but it requires Windows to open?

    Hah....

  7. #7

    Join Date
    Dec 2019
    Posts
    9
    Credits
    10
    It does only run on Windows, but the viewer is built on the Ren'Py engine, which itself can run on Mac. If you download Ren'Py's SDK and transfer all the asset and script files from the viewer into a new project it MIGHT run after some tinkering.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •