Results 1 to 10 of 724

Hybrid View

  1. #1
    Unregistered Guest

    Kamihime Offline Player

    I want you to separate the text area and the image

  2. #2
    Unregistered Guest
    A while back, in response to the December 7th releases, I mentioned an error running 2_build_rpy wherein it seemed a dev had messed up the script coding, causing the process to fail. I venture that something similar has happened again, as I am once again receiving an error when running this script;

    [Masterpieces] Hermes
    Traceback (most recent call last):
    File "2_build_rpy.py", line 134, in <module>
    name = chara[line['name']]['name']
    KeyError: u'sukunahikona'

    If I remove [Masterpieces] Hermes, then the script once again crashes, this time at Metatron [Awakened];

    Metatron [Awakened]
    Traceback (most recent call last):
    File "2_build_rpy.py", line 202, in <module>
    if not len(line['words']):
    KeyError: 'words'

    Deleting Metatron [Awakened] will cause the script to once again crash, this time at [Holy Armor Warrior] Athena, though this time the wording of the crash is exactly the same as it was for Metatron.

    Removing [Holy Armor Warrior] Athena allows the script to run to completion.

    Does anyone have any suggestions for fixing this error?

  3. #3

    Join Date
    Jul 2018
    Posts
    5
    Credits
    5
    The scripts indeed have coding issues, just replace your json files with these and you should be good to go.
    Attached Files Attached Files

  4. #4
    Seriously, these useless devs...

    Quote Originally Posted by Unregistered View Post
    A while back, in response to the December 7th releases, I mentioned an error running 2_build_rpy wherein it seemed a dev had messed up the script coding, causing the process to fail. I venture that something similar has happened again, as I am once again receiving an error when running this script;

    [Masterpieces] Hermes
    Traceback (most recent call last):
    File "2_build_rpy.py", line 134, in <module>
    name = chara[line['name']]['name']
    KeyError: u'sukunahikona'
    They somehow messed up the script of Hermes and Sukunahikona so instead of Hermes's name it's sukunahikona...
    If anyone have [Masterpieces] Hermes and run her first story, it will get stuck near the end. I guess someone should report this bug to them.

    Quote Originally Posted by Unregistered View Post
    Metatron [Awakened]
    Traceback (most recent call last):
    File "2_build_rpy.py", line 202, in <module>
    if not len(line['words']):
    KeyError: 'words'

    Deleting Metatron [Awakened] will cause the script to once again crash, this time at [Holy Armor Warrior] Athena, though this time the wording of the crash is exactly the same as it was for Metatron.
    This one is just the case of devs being inconsistent...

    Anyways, fixed.
    Attached Files Attached Files
    Kamihime Offline Player: MEGA | GG Drive

  5. #5
    Unregistered Guest
    My thanks to you both.

  6. #6

    Join Date
    Apr 2019
    Posts
    5
    Credits
    5
    Is it possible to use multiprocessing in the download asset script?

Posting Permissions

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