Results 1 to 10 of 724

Hybrid View

  1. #1
    Quote Originally Posted by Kirashi View Post
    Here is the crash for dmm story

    Code:
    I'm sorry, but an uncaught exception occurred.
    
    While running game code:
      File "game/script.rpy", line 356, in script
        python:
      File "game/script.rpy", line 358, in <module>
        result = ui.interact()
      File "game/script.rpy", line 40, in execute
        screen index:
      File "game/script.rpy", line 40, in execute
        screen index:
      File "game/script.rpy", line 44, in execute
        vbox xfill True spacing 10:
      File "game/script.rpy", line 84, in execute
        if selected_category == 'story':
      File "game/script.rpy", line 87, in execute
        vbox ymaximum (config.screen_height - 55) xfill True:
      File "game/script.rpy", line 88, in execute
        vpgrid:
      File "game/script.rpy", line 98, in execute
        for char in chars[selected_category]:
      File "game/script.rpy", line 99, in execute
        frame align(0.5,0.5) background Solid((57,48,41,200)):
      File "game/script.rpy", line 100, in execute
        vbox xysize(int(610*x_ratio),int(230*x_ratio)) align(0.5,0.5):
      File "game/script.rpy", line 101, in execute
        frame ysize int(40*x_ratio) xfill True background Solid((206,190,174,200)):
      File "game/script.rpy", line 102, in execute
        text "{color=#222}{size=-1}%s.%s"%(char.split('_')[1], data[char]['title_1']) align(0.5,0.5)
    IndexError: list index out of range
    
    -- Full Traceback ------------------------------------------------------------
    
    Full traceback:
      File "game/script.rpy", line 356, in script
        python:
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\ast.py", line 814, in execute
        renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\python.py", line 1719, in py_exec_bytecode
        exec bytecode in globals, locals
      File "game/script.rpy", line 358, in <module>
        result = ui.interact()
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\ui.py", line 285, in interact
        rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 2526, in interact
        repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 2793, in interact_core
        root_widget.visit_all(lambda i : i.per_interact())
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 495, in visit_all
        d.visit_all(callback)
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 495, in visit_all
        d.visit_all(callback)
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 495, in visit_all
        d.visit_all(callback)
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\display\screen.py", line 399, in visit_all
        callback(self)
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 2793, in <lambda>
        root_widget.visit_all(lambda i : i.per_interact())
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\display\screen.py", line 409, in per_interact
        self.update()
      File "D:\Téléchargements\kamihime_player\Kamihime_Player-1.0-pc\renpy\display\screen.py", line 578, in update
        self.screen.function(**self.scope)
      File "game/script.rpy", line 40, in execute
        screen index:
      File "game/script.rpy", line 40, in execute
        screen index:
      File "game/script.rpy", line 44, in execute
        vbox xfill True spacing 10:
      File "game/script.rpy", line 84, in execute
        if selected_category == 'story':
      File "game/script.rpy", line 87, in execute
        vbox ymaximum (config.screen_height - 55) xfill True:
      File "game/script.rpy", line 88, in execute
        vpgrid:
      File "game/script.rpy", line 98, in execute
        for char in chars[selected_category]:
      File "game/script.rpy", line 99, in execute
        frame align(0.5,0.5) background Solid((57,48,41,200)):
      File "game/script.rpy", line 100, in execute
        vbox xysize(int(610*x_ratio),int(230*x_ratio)) align(0.5,0.5):
      File "game/script.rpy", line 101, in execute
        frame ysize int(40*x_ratio) xfill True background Solid((206,190,174,200)):
      File "game/script.rpy", line 102, in execute
        text "{color=#222}{size=-1}%s.%s"%(char.split('_')[1], data[char]['title_1']) align(0.5,0.5)
      File "<screen language>", line 102, in <module>
    IndexError: list index out of range
    
    Windows-7-6.1.7601-SP1
    Ren'Py 6.99.12.4.2187
    Kamihime_Player 1.0
    What do you mean by navigation item?
    By navigation items, I mean the buttons at the bottom of the screen when you read scene.
    As for the crash, don't know why it happened to you, did you run any scripts or changed anything in dmm folder? Can you give me your config.ini file in dmm folder?
    Kamihime Offline Player: MEGA | GG Drive

  2. #2
    Quote Originally Posted by xellosp View Post
    By navigation items, I mean the buttons at the bottom of the screen when you read scene.
    As for the crash, don't know why it happened to you, did you run any scripts or changed anything in dmm folder? Can you give me your config.ini file in dmm folder?
    I didn't change anything, and sure, here it is:
    Attached Files Attached Files

  3. #3
    Quote Originally Posted by Kirashi View Post
    I didn't change anything, and sure, here it is:
    Thanks, I understand the problem now, can't provide a fix right away since I'm not on my PC but I can give some workaround:
    1. Open config.ini and search for [story_13] section and change name=13 to name=story_13
    2. Open config.ini and delete section [story_13]
    3. No need to change anything, when you start player open nutaku first and choose kamihime, eidolon or soul section then return and choose dmm.
    Basically, the loading of story section in dmm is bug so you have to somehow avoid it.
    Kamihime Offline Player: MEGA | GG Drive

  4. #4

    Join Date
    Jan 2018
    Posts
    13
    Credits
    9
    [New Player] Love scenes collection-ca44ec7b0b7b45fe53d6fff18f13dcbf.png

    this appears when i use the json download, ay idea on how to fix

  5. #5
    Unregistered Guest
    Quote Originally Posted by xellosp View Post
    Thanks, I understand the problem now, can't provide a fix right away since I'm not on my PC but I can give some workaround:
    1. Open config.ini and search for [story_13] section and change name=13 to name=story_13
    2. Open config.ini and delete section [story_13]
    3. No need to change anything, when you start player open nutaku first and choose kamihime, eidolon or soul section then return and choose dmm.
    Basically, the loading of story section in dmm is bug so you have to somehow avoid it.
    Well, it didn't work. Guess I'll try to extract the whole stuff again and try with a fresh player ^^'

  6. #6
    I tried to download new stuff of dmm, in 1_download_assets's step, I have a lot of "Error: failed to download ressource", is that normal?

  7. #7
    Quote Originally Posted by Kirashi View Post
    I tried to download new stuff of dmm, in 1_download_assets's step, I have a lot of "Error: failed to download ressource", is that normal?
    Yes, it's normal
    Kamihime Offline Player: MEGA | GG Drive

  8. #8
    Sorry to bother you again, I have 2 question:

    When I updated the dmm part of the player, I got the news kami out, the ssr works fine, but like you showed in your first post, I have part missing for 2 r Kami: Mukuru doesn't have her h scene at all (she is in blue), ranpass got her scene just fine, but doesn't have her image in the list, I just have her name written in green in the middle of the square, I have the same problem for 2 sr kami: morose doesn't have her picture in the list (green) and nagato yuki (長門有希) doesn't have any h scene at all.

    How can I solve this? Should I try again later?

    Also, you said in the previous page that there was a problem to get an event eidolon and we needed a new tool, which one was it? Will I need the tool for the future eidolon event?

    Thank you again and sorry to bother you.

Posting Permissions

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