Page 31 of 72 FirstFirst ... 21293031323341 ... LastLast
Results 301 to 310 of 717
  1. #301
    ok, I updated a fresh player, I didn't see any error regarding the bat files. But when I open the story of a new girl, I have the same crash again, with missing scenario. What can I do?


  2. #302
    Quote Originally Posted by alguien View Post
    well works for Adramelech but the error now is amaru (same problem). I think some of them have the same error. it will a nuisance if is like this. what i do? i need to star a new player like the first time? Sorry fo my bad english
    I think you may need to download a fresh player.

    Quote Originally Posted by Kirashi View Post
    ok, I updated a fresh player, I didn't see any error regarding the bat files. But when I open the story of a new girl, I have the same crash again, with missing scenario. What can I do?
    Did you run 2_build_rpy? That script converts 6419_harem-character.json file in raw_scenario into story_nutaku_kamihime_6419.rpy in scenario.
    Kamihime Offline Player: MEGA | GG Drive

  3. #303
    Quote Originally Posted by xellosp View Post

    Did you run 2_build_rpy? That script converts 6419_harem-character.json file in raw_scenario into story_nutaku_kamihime_6419.rpy in scenario.
    Ok alright it worked. But this bring me 2 questions:

    1- I didn't do it on the nutaku player because I thought it was just to change the name of the mc, but it stills worked just fine, is that normal?
    2- Now, when I read a story the letter are over the art, I mean, there is no window anymore at the bottom of the screen, I tried to start config, are and protrait bat. I have this problem in dmm story as well, even though I didn't do anything in the dmm folder.

  4. #304
    Quote Originally Posted by Kirashi View Post
    Ok alright it worked. But this bring me 2 questions:

    1- I didn't do it on the nutaku player because I thought it was just to change the name of the mc, but it stills worked just fine, is that normal?
    2- Now, when I read a story the letter are over the art, I mean, there is no window anymore at the bottom of the screen, I tried to start config, are and protrait bat. I have this problem in dmm story as well, even though I didn't do anything in the dmm folder.
    1. Idk, maybe you accidentally already run the script?
    2. Actually it's one of the player feature I posted a while back...
    Quote Originally Posted by xellosp View Post

    1) Add options to hide text and dialogue background
    You can find the options in Preference screen (Esc button) or use the keyboard shortcut:
    T: hide/unhide text
    B: hide/unhide dialogue background
    D: hide/unhide both text and background
    Kamihime Offline Player: MEGA | GG Drive

  5. #305
    Quote Originally Posted by xellosp View Post
    1. Idk, maybe you accidentally already run the script?
    2. Actually it's one of the player feature I posted a while back...
    1- Maybe yes

    2- Alright, I understand, can you test this feature again with your player? With mine, only the keyboard shortcut works, the setting in Preference screen has no impact at all.

    Thank you again for everything.

  6. #306

    Join Date
    Sep 2019
    Posts
    8
    Credits
    7
    Hello it's me again, thanks for the help before, I had to star a fresh player, issue with 1_download_asset and 2_build_rpy are solved but the new one is this
    C:\Users\Downloads\[Nutaku Only] kamihime_player\Kamihime_Player-1.0-pc\game\nutaku>..\..\Python27\python.exe "3_write_config.py"
    Traceback (most recent call last):
    File "3_write_config.py", line 93, in <module>
    id = data['job_id']
    KeyError: 'job_id'

    C:\Users\Downloads\[Nutaku Only] kamihime_player\Kamihime_Player-1.0-pc\game\nutaku>pause


    I hope you can help me.

  7. #307
    Quote Originally Posted by alguien View Post
    Hello it's me again, thanks for the help before, I had to star a fresh player, issue with 1_download_asset and 2_build_rpy are solved but the new one is this
    C:\Users\Downloads\[Nutaku Only] kamihime_player\Kamihime_Player-1.0-pc\game\nutaku>..\..\Python27\python.exe "3_write_config.py"
    Traceback (most recent call last):
    File "3_write_config.py", line 93, in <module>
    id = data['job_id']
    KeyError: 'job_id'

    C:\Users\Downloads\[Nutaku Only] kamihime_player\Kamihime_Player-1.0-pc\game\nutaku>pause


    I hope you can help me.
    Seems there's problem with a file in your info_soul folder..
    I put my info_soul folder in attached, try replace your folder with it and run again.
    Attached Files Attached Files
    Kamihime Offline Player: MEGA | GG Drive

  8. #308

    Join Date
    Sep 2019
    Posts
    8
    Credits
    7
    It works, thank you for everything, xellosp.

  9. #309
    it seems I maybe have tampered something or not, but this happened

    D:\Huhu\Kamihime_Player-1.0-pc\game\dmm>..\..\Python27\python.exe "0_download_json.py"
    Traceback (most recent call last):
    File "0_download_json.py", line 22, in <module>
    thread_num = config.getint('script', 'threads')
    File "D:\Huhu\Kamihime_Player-1.0-pc\Python27\lib\ConfigParser.py", line 359, in getint
    return self._get(section, int, option)
    File "D:\Huhu\Kamihime_Player-1.0-pc\Python27\lib\ConfigParser.py", line 356, in _get
    return conv(self.get(section, option))
    File "D:\Huhu\Kamihime_Player-1.0-pc\Python27\lib\ConfigParser.py", line 330, in get
    raise NoSectionError(section)
    ConfigParser.NoSectionError: No section: 'script'

    D:\Huhu\Kamihime_Player-1.0-pc\game\dmm>pause
    Press any key to continue . . .

    any ideas what should I do?

  10. #310
    Quote Originally Posted by Aryan Aquila View Post
    it seems I maybe have tampered something or not, but this happened

    D:\Huhu\Kamihime_Player-1.0-pc\game\dmm>..\..\Python27\python.exe "0_download_json.py"
    Traceback (most recent call last):
    File "0_download_json.py", line 22, in <module>
    thread_num = config.getint('script', 'threads')
    File "D:\Huhu\Kamihime_Player-1.0-pc\Python27\lib\ConfigParser.py", line 359, in getint
    return self._get(section, int, option)
    File "D:\Huhu\Kamihime_Player-1.0-pc\Python27\lib\ConfigParser.py", line 356, in _get
    return conv(self.get(section, option))
    File "D:\Huhu\Kamihime_Player-1.0-pc\Python27\lib\ConfigParser.py", line 330, in get
    raise NoSectionError(section)
    ConfigParser.NoSectionError: No section: 'script'

    D:\Huhu\Kamihime_Player-1.0-pc\game\dmm>pause
    Press any key to continue . . .

    any ideas what should I do?
    You're missing setting file.
    Attached Files Attached Files
    Kamihime Offline Player: MEGA | GG Drive

Page 31 of 72 FirstFirst ... 21293031323341 ... LastLast

Posting Permissions

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