Page 1 of 2 12 LastLast
Results 1 to 10 of 983

Hybrid View

  1. #1

    Join Date
    Jul 2019
    Location
    https://t.me/pump_upp
    Posts
    9
    Credits
    8
    anyone know how to fix this error

    Code:
    I'm sorry, but an uncaught exception occurred.
    
    While loading <'Rotozoom' <'Image' u'nutaku/assets/a0220e073fbc31aeceb4a7bdc4faccd2e8a3ee6aef86283f/black.jpg'> 90 1.0>:
      File "game/nutaku/scenario/story_nutaku_kamihime_7910.rpy", line 3, in script
        show expression (Zoomable(Frame(im.Rotozoom("nutaku/assets/a0220e073fbc31aeceb4a7bdc4faccd2e8a3ee6aef86283f/black.jpg",90,1.0)))) at top as cg with dissolve
      File "game/Zoomable.rpy", line 41, in render
        child_render = renpy.render(t, width, height, st, at)
    Exception: Could not load image u'nutaku/assets/a0220e073fbc31aeceb4a7bdc4faccd2e8a3ee6aef86283f/black.jpg': error('Unsupported image format',)
    
    -- Full Traceback ------------------------------------------------------------
    
    Full traceback:
      File "game/nutaku/scenario/story_nutaku_kamihime_7910.rpy", line 3, in script
        show expression (Zoomable(Frame(im.Rotozoom("nutaku/assets/a0220e073fbc31aeceb4a7bdc4faccd2e8a3ee6aef86283f/black.jpg",90,1.0)))) at top as cg with dissolve
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\ast.py", line 1275, in execute
        renpy.exports.with_statement(trans, paired)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\exports.py", line 1381, in with_statement
        return renpy.game.interface.do_with(trans, paired, clear=clear)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 2096, in do_with
        clear=clear)
      File "E:\Users\estalinuim\Desktop\[Nutaku]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 "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 2883, in interact_core
        self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 1955, in draw_screen
        renpy.config.screen_height,
      File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)
        rv = render(root, width, height, 0, 0)
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\layout.py", line 693, in render
        surf = render(child, width, height, cst, cat)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\transition.py", line 361, in render
        top = render(self.new_widget, width, height, st, at)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\layout.py", line 693, in render
        surf = render(child, width, height, cst, cat)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\layout.py", line 693, in render
        surf = render(child, width, height, cst, cat)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
        cr = render(child, widtho, heighto, st - self.child_st_base, at)
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "game/Zoomable.rpy", line 41, in render
        child_render = renpy.render(t, width, height, st, at)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
        cr = render(child, widtho, heighto, st - self.child_st_base, at)
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\imagelike.py", line 254, in render
        crend = render(image, width, height, st, at)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\im.py", line 473, in render
        im = cache.get(self)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\im.py", line 200, in get
        surf = image.load()
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\im.py", line 828, in load
        child = cache.get(self.image)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\im.py", line 200, in get
        surf = image.load()
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\im.py", line 524, in load
        surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\pgrender.py", line 160, in load_image
        raise Exception("Could not load image {!r}: {!r}".format(filename, e))
    Exception: Could not load image u'nutaku/assets/a0220e073fbc31aeceb4a7bdc4faccd2e8a3ee6aef86283f/black.jpg': error('Unsupported image format',)
    
    Windows-7-6.1.7601-SP1
    Ren'Py 6.99.12.4.2187
    Kamihime_Player 1.0

  2. #2
    Quote Originally Posted by miraclevision View Post
    anyone know how to fix this error

    Code:
    I'm sorry, but an uncaught exception occurred.
    
    While loading <'Rotozoom' <'Image' u'nutaku/assets/a0220e073fbc31aeceb4a7bdc4faccd2e8a3ee6aef86283f/black.jpg'> 90 1.0>:
      File "game/nutaku/scenario/story_nutaku_kamihime_7910.rpy", line 3, in script
        show expression (Zoomable(Frame(im.Rotozoom("nutaku/assets/a0220e073fbc31aeceb4a7bdc4faccd2e8a3ee6aef86283f/black.jpg",90,1.0)))) at top as cg with dissolve
      File "game/Zoomable.rpy", line 41, in render
        child_render = renpy.render(t, width, height, st, at)
    Exception: Could not load image u'nutaku/assets/a0220e073fbc31aeceb4a7bdc4faccd2e8a3ee6aef86283f/black.jpg': error('Unsupported image format',)
    
    -- Full Traceback ------------------------------------------------------------
    
    Full traceback:
      File "game/nutaku/scenario/story_nutaku_kamihime_7910.rpy", line 3, in script
        show expression (Zoomable(Frame(im.Rotozoom("nutaku/assets/a0220e073fbc31aeceb4a7bdc4faccd2e8a3ee6aef86283f/black.jpg",90,1.0)))) at top as cg with dissolve
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\ast.py", line 1275, in execute
        renpy.exports.with_statement(trans, paired)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\exports.py", line 1381, in with_statement
        return renpy.game.interface.do_with(trans, paired, clear=clear)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 2096, in do_with
        clear=clear)
      File "E:\Users\estalinuim\Desktop\[Nutaku]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 "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 2883, in interact_core
        self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\core.py", line 1955, in draw_screen
        renpy.config.screen_height,
      File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)
        rv = render(root, width, height, 0, 0)
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\layout.py", line 693, in render
        surf = render(child, width, height, cst, cat)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\transition.py", line 361, in render
        top = render(self.new_widget, width, height, st, at)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\layout.py", line 693, in render
        surf = render(child, width, height, cst, cat)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\layout.py", line 693, in render
        surf = render(child, width, height, cst, cat)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
        cr = render(child, widtho, heighto, st - self.child_st_base, at)
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "game/Zoomable.rpy", line 41, in render
        child_render = renpy.render(t, width, height, st, at)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
        cr = render(child, widtho, heighto, st - self.child_st_base, at)
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\imagelike.py", line 254, in render
        crend = render(image, width, height, st, at)
      File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
        cpdef render(d, object widtho, object heighto, double st, double at):
      File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
        rv = d.render(widtho, heighto, st, at)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\im.py", line 473, in render
        im = cache.get(self)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\im.py", line 200, in get
        surf = image.load()
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\im.py", line 828, in load
        child = cache.get(self.image)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\im.py", line 200, in get
        surf = image.load()
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\im.py", line 524, in load
        surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
      File "E:\Users\estalinuim\Desktop\[Nutaku]kamihime_player\Kamihime_Player-1.0-pc\renpy\display\pgrender.py", line 160, in load_image
        raise Exception("Could not load image {!r}: {!r}".format(filename, e))
    Exception: Could not load image u'nutaku/assets/a0220e073fbc31aeceb4a7bdc4faccd2e8a3ee6aef86283f/black.jpg': error('Unsupported image format',)
    
    Windows-7-6.1.7601-SP1
    Ren'Py 6.99.12.4.2187
    Kamihime_Player 1.0
    Your black.jpg file may be corrupted. You can copy the black.jpg file in nutaku folder and replace the one in "nutaku/assets/a0220e073fbc31aeceb4a7bdc4faccd2e8a3ee6aef86283f"
    Kamihime Offline Player: MEGA | GG Drive

  3. #3
    Hi xello, I tried almost all scene and intro, and there is some errors here and there (crash/missing ost etc). I think the tool need a little update. I tried to warn you one or two month ago but never got any answer so I thought you gave up on the updates. Are you still interested to know the issues with the player?
    Last edited by Kirashi; 07-13-2020 at 07:37 PM.

  4. #4
    Quote Originally Posted by Kirashi View Post
    Hi xello, I tried almost all scene and intro, and there is some errors here and there (crash/missing ost etc). I think the tool need a little update. I tried to warn you one or two month ago but never got any answer so I thought you gave up on the updates. Are you still interested to know the issues with the player?
    Sorry, I've been busy the past few months so couldn't update the player. Could you tell what were the errors again? I will try look into it.
    Kamihime Offline Player: MEGA | GG Drive

  5. #5

    Join Date
    Apr 2018
    Posts
    11
    Credits
    9
    Did DMM change anything? Can't find anything in r.kamihimeproject.net cookies since majikoi update.
    Kamihime ID: 193319
    Need thunder franz
    Weeb Wanker

  6. #6
    Quote Originally Posted by Crosoak View Post
    Did DMM change anything? Can't find anything in r.kamihimeproject.net cookies since majikoi update.
    Yeah, they changed the header information of the API. Now it uses x-kh-session instead of xsrf and session.
    I couldn't find x-kh-session in Application tab but you can find it in Network tab. Just choose a random link that has x-kh-session in "Request Headers" and copy it to the script.
    Here is the updated script.
    Attached Files Attached Files
    Kamihime Offline Player: MEGA | GG Drive

  7. #7
    [New Player] Love scenes collection-test.png
    Simple Way of finding it~
    Just passing by~

  8. #8

    Join Date
    Dec 2017
    Posts
    7
    Credits
    8
    Quote Originally Posted by xellosp View Post
    Yeah, they changed the header information of the API. Now it uses x-kh-session instead of xsrf and session.
    I couldn't find x-kh-session in Application tab but you can find it in Network tab. Just choose a random link that has x-kh-session in "Request Headers" and copy it to the script.
    Here is the updated script.
    So I replaced the previous version of 0_download_json.zip with this one and input the new x-kh-session value, but now I get this error:

    status: 440
    Traceback (most recent call last):
    File "0_download_json.py", line 492, in <module>
    futures = [executor.submit(download_soul_info, soul_info) for soul_info in soul_infos]
    TypeError: 'NoneType' object is not iterable

    Any clue what to do here?

  9. #9
    Quote Originally Posted by xellosp View Post
    Sorry, I've been busy the past few months so couldn't update the player. Could you tell what were the errors again? I will try look into it.
    I am actually having some random crashing and every so often it would complain about out of memory.

  10. #10
    Hi xilexio, as promised here is the list. I made a full search since I knew you would take the time to check it out.

    Story: Conforting Baal H scene: crash randomly midway during the H scene

    KamiHime:
    Rare:
    (Cheeful Beach Girl) Aten: Crash at the start of the H scene
    (Refreshing dessert) Apep: crash during the intro midway always at the same time
    (Reminicence Painting)Caspiel : Crash at the start of the H scene
    (Temperance Lance) Anat: Crash at the start of the H scene
    Akhkazu: Crash at the start of the H scene
    Aristaeus: Crash at the start of the H scene
    Boreas: Crash in the midle of the introduction scene
    Lir: crash at the start of the H scene

    SR:
    (Guidepost of passion) Sati: Crash at the start of the first H scene (the second H scene works fine)
    (Lancer in the Beach) Forseti: Both H scenes crash at the start
    (Midnight Rush) Sequana:Both H scenes crash at the start
    (Shining Bride) Luna: Both H scenes crash at the start
    (Sternous Bow) Attar: Both H scenes crash at the start
    Airgetlam: Both H scenes crash at the start
    Chou'un (Sei): Introduction scene crash at some point (not long after the start)
    Leto: Both H scenes crash at the start
    Metis: Crash of the first H scene intro (number 1)
    Ninlil: Both H scenes crash at the start

    SSR:
    (Breakthrough Princess) Arianrod: Both H scenes crash at the start
    (Dark Night Wedding) Gaia: no OST at the second H scene
    (Dazzling Flame) Artemis: no OST for both H scene
    (Ice Fog Warden) Pluto: Both H scenes crash at the start
    (Ocean Guardian) Shamash: Both H scenes crash at the start
    Apollo: Both H scenes crash at the start
    Asherah (Awakaened): Crash at the start of the H scene
    Dagda: Both H scenes crash at the start
    Haruhi Suzumiya: The introduction scene works fine, but the second introduction scene crash midway
    Ishtar: Both H scenes crash at the start
    Yalaraja: Both introductions before H scenes crash, both H scenes work fine though

    Eidolon:
    (Guiding Wind) Yatagarasu: H scene crash at the start
    Almisael: H scene crash at the start
    Kazuki Kazami: crash of the intro before H scene
    Litan: Crash at the start of the H scene
    Och: Crash at the start of the H scene
    Seiryu: Crash at the start of the H scene
    Suzaku: Crash at the start of the H scene
    Zahhak: Crash at the start of the H scene

    Soul:
    Asclepius: Crash at the start of the H scene
    Charlemagne: Crash at the start of the H scene
    Hector: Crash at the start of the H scene
    Medea: Crash at the start of the H scene
    Romulus: Crash at the start of the H scene

    You should have the same errors with your player, if you have any question or need a screen I'll show you anything you need.
    Last edited by Kirashi; 07-16-2020 at 09:14 PM.

Page 1 of 2 12 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
  •