Results 1 to 10 of 724

Hybrid View

  1. #1

    Join Date
    Sep 2021
    Posts
    4
    Credits
    2
    Quote Originally Posted by jaycive View Post
    Has anyone been having a problem with newer characters receiving this exception:
    While loading <'Rotozoom' <'Image' u'nutaku/assets/a0220e073fbc31aefcc4f133daa77aa3e8a3ee6aef86283f/6192-3-2_a.jpg'> 90 1.0>:
    File "game/nutaku/scenario/story_nutaku_kamihime_11010.rpy", line 10, in script
    show expression (Zoomable(Frame(im.Rotozoom("nutaku/assets/a0220e073fbc31aefcc4f133daa77aa3e8a3ee6aef86283f/6192-3-2_a.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/a0220e073fbc31aefcc4f133daa77aa3e8a3ee6aef86283f/6192-3-2_a.jpg': error('Unsupported image format',)

    I went to the file location where the images are stored and you cant even load the pictures because it says they're not supported. Is there a way to fix this?
    mine says the same and i dont know how to fix it

    Sent from my SM-G960F using Tapatalk

  2. #2
    I think there's a bug where some characters don't get downloaded.

    I'm still missing (Princess of Thunder) Anshar and (Flaming Lady) Parvati, after repeating 0_download about 3 times. The other characters added at the same time were downloaded successfully.

    ---edit
    Solution from xellosp-san
    Open the file 0_download_json.py in nutaku folder and scroll to the end file.
    Edit the line "for y in xrange(300):" under this line "print_console('Download kamihime info...')"
    Increase the value of y range from 200 to 300 or more
    Last edited by cocosub18; 10-04-2021 at 02:06 AM. Reason: solution

Posting Permissions

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