Page 12 of 72 FirstFirst ... 210111213142262 ... LastLast
Results 111 to 120 of 717
  1. #111
    Quote Originally Posted by jmfactor View Post
    question when i put the token and session in the dmm version of the player it says json already exist but no one from the haruhi collab is in my player
    am i doing something wrong?
    Did you also run other scripts beside 0_download_json.cmd? Just running the first script won't add characters in your player.
    Kamihime Offline Player: MEGA | GG Drive


  2. #112

    Join Date
    Jan 2018
    Posts
    13
    Credits
    9
    do i need the script converter?

  3. #113
    Quote Originally Posted by jmfactor View Post
    do i need the script converter?
    No, 1_download_assets script already do that job
    Kamihime Offline Player: MEGA | GG Drive

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

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

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

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

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

  9. #119
    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?

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

Page 12 of 72 FirstFirst ... 210111213142262 ... 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
  •