Results 1 to 10 of 726

Hybrid View

  1. #1
    Quote Originally Posted by Ryghteous View Post
    So I just downloaded the player and it doesn't seem to work:

    I'm sorry, but an uncaught exception occurred.

    While running game code:
    File "game/script.rpy", line 132, in script
    python:
    File "game/script.rpy", line 134, in <module>
    bg = os.listdir(os.path.join(config.gamedir,'images'))
    WindowsError: [Error 3] The system cannot find the path specified: u'C:\\Users\\Golden\\Downloads\\Kamihime_Player-1.0-pc/game\\images\\*.*'

    -- Full Traceback ------------------------------------------------------------

    Full traceback:
    File "game/script.rpy", line 132, in script
    python:
    File "C:\Users\Golden\Downloads\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 "C:\Users\Golden\Downloads\Kamihime_Player-1.0-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
    File "game/script.rpy", line 134, in <module>
    bg = os.listdir(os.path.join(config.gamedir,'images'))
    WindowsError: [Error 3] The system cannot find the path specified: u'C:\\Users\\Golden\\Downloads\\Kamihime_Player-1.0-pc/game\\images\\*.*'

    Windows-8-6.2.9200
    Ren'Py 6.99.12.4.2187
    Kamihime_Player 1.0

    Help please; thanks.
    Weird, seems to me you downloaded Eliont's player not mine.
    "bg = os.listdir(os.path.join(config.gamedir,'images'))" <- This is from Eliont player's script.
    Or maybe you extracted my player on top of Eliont player and forgot to overwrite?
    Kamihime Offline Player: MEGA | GG Drive

  2. #2
    I download your tool this afternoon, it is great.

    I have some question I would like to ask you:

    Is it possible to scrool back while looking at a scene if you want for example read one more time what the character that talked before just said?
    Why do I crash when I try to access the DMM story?
    Can you explain me how to add scene? When I run download 0_download_json.cmd, nothing special happen, when I press enter, I dunno if it download anything

  3. #3
    Quote Originally Posted by Kirashi View Post
    I download your tool this afternoon, it is great.

    I have some question I would like to ask you:

    Is it possible to scrool back while looking at a scene if you want for example read one more time what the character that talked before just said?
    Why do I crash when I try to access the DMM story?
    Can you explain me how to add scene? When I run download 0_download_json.cmd, nothing special happen, when I press enter, I dunno if it download anything
    1. You can use the navigation items at the bottom to scroll back.
    2. Can you post more details like what kind of error you got?
    3. By nothing special happened, you meant nothing running in the console? Also when you run that script, it should ask you to supply token and session info, did you do that?
    Kamihime Offline Player: MEGA | GG Drive

  4. #4
    Unregistered Guest
    Can anyone upload only the player without any assets? I don't want to download 7+ gigs when I can just copy most of the assets from the old player. Thanks in advance!

  5. #5
    Quote Originally Posted by xellosp View Post
    1. You can use the navigation items at the bottom to scroll back.
    2. Can you post more details like what kind of error you got?
    3. By nothing special happened, you meant nothing running in the console? Also when you run that script, it should ask you to supply token and session info, did you do that?

    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?

  6. #6
    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

  7. #7
    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

  8. #8
    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

Posting Permissions

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