Page 21 of 72 FirstFirst ... 1119202122233171 ... LastLast
Results 201 to 210 of 720
  1. #201
    Unregistered Guest
    Here are some screenshots:
    imgur.com/8djweyx.png
    imgur.com/vSushb9.png
    imgur.com/Vhh7Mi6.png


  2. #202
    Can be converted into Chinese episodes?

  3. #203
    Unregistered Guest

    Great player

    I love the player but am having a problem with getting the new scenes. I get this error.
    File "0_download_json.py", line 44, in <module>
    eps = [e.replace('.json', '') for e in os.listdir(os.path.join(data_directory, "eidolon", eidolon))]
    WindowsError: [Error 267] The directory name is invalid: 'raw_scenario\\eidolon\\desktop.ini/*.*'

  4. #204
    Quote Originally Posted by xellosp View Post
    Did it happen just for that specific scene or on other scenes also?
    It happened to all the new scenes it downloaded.

    Quote Originally Posted by xellosp View Post
    Seems to me that your script didn't download the black.jpg for you. I've checked mine and everything worked fine so maybe your script is not up to date. Could you grab the latest from script folder in my download link and try running the download_assets script again to see if it works?
    The latest 1_download_assets.cmd or 1_download_assets.py from the nutaku folder? Or are you talking about script.rpy?

  5. #205
    Quote Originally Posted by Unregistered View Post
    Here are some screenshots:
    imgur.com/8djweyx.png
    imgur.com/vSushb9.png
    imgur.com/Vhh7Mi6.png
    Based on your screenshots, it seems the player can't render some assets properly. I don't know what exactly caused it, could be graphic driver, memory issue... well, I'm no renpy expert so I guess I can't help you with this one unless I can replicate it somehow...

    Quote Originally Posted by qwefghuiop789 View Post
    Can be converted into Chinese episodes?
    What chinese episodes? You mean the chinese version? I don't play the chinese version so I don't know but it's the same game so I guess it's possible with some tweaking.

    Quote Originally Posted by Unregistered View Post
    I love the player but am having a problem with getting the new scenes. I get this error.
    File "0_download_json.py", line 44, in <module>
    eps = [e.replace('.json', '') for e in os.listdir(os.path.join(data_directory, "eidolon", eidolon))]
    WindowsError: [Error 267] The directory name is invalid: 'raw_scenario\\eidolon\\desktop.ini/*.*'
    Hmm... you should check in 'raw_scenario/eidolon' folder to see if there's a desktop.ini file in there and delete it (turn on hidden file to be sure).

    Quote Originally Posted by Rea View Post
    It happened to all the new scenes it downloaded.



    The latest 1_download_assets.cmd or 1_download_assets.py from the nutaku folder? Or are you talking about script.rpy?
    The 1_download_assets.py one.
    Kamihime Offline Player: MEGA | GG Drive

  6. #206
    Unregistered Guest

    Great player #2

    That worked...I did a search and for some reason I had 349 desktop.ini files in the player folder. I deleted them all and now it works perfectly.

  7. #207
    Unregistered Guest
    I don't think there is Chinese version of this game, maybe he taking about translate dialogue to Chinese. It's possible, but need someone who know Chinese to translate it.

  8. #208

    Join Date
    Feb 2019
    Posts
    5
    Credits
    5
    I'm having a problem with the Nutaku version when running the .exe, a text file 'traceback.txt' keeps showing up with the following:

    Code:
    I'm sorry, but an uncaught exception occurred.
    
    While running game code:
    ScriptError: Name (u'C:\\Users\\Asus\\Documents\\MEGAsync Downloads\\Kamihime_Player-1.0-pc/renpy/common/000statements.rpy', 1550151936, 4) is defined twice, at renpy/common/000statements.rpy:24 and renpy/common/000statements.rpy:40.
    
    -- Full Traceback ------------------------------------------------------------
    
    Full traceback:
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\bootstrap.py", line 295, in bootstrap
        renpy.main.main()
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\main.py", line 364, in main
        renpy.game.script.load_script()  # sets renpy.game.script.
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 265, in load_script
        self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 753, in load_appropriate_file
        self.finish_load(stmts, initcode, filename=fn + source)
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 419, in finish_load
        bad_node.filename, bad_node.linenumber))
    ScriptError: Name (u'C:\\Users\\Asus\\Documents\\MEGAsync Downloads\\Kamihime_Player-1.0-pc/renpy/common/000statements.rpy', 1550151936, 4) is defined twice, at renpy/common/000statements.rpy:24 and renpy/common/000statements.rpy:40.
    I've only been able to run it successfully once but I have no idea why, I just kept trying to run it (normally and as admin)

  9. #209
    Quote Originally Posted by Varona View Post
    I'm having a problem with the Nutaku version when running the .exe, a text file 'traceback.txt' keeps showing up with the following:

    Code:
    I'm sorry, but an uncaught exception occurred.
    
    While running game code:
    ScriptError: Name (u'C:\\Users\\Asus\\Documents\\MEGAsync Downloads\\Kamihime_Player-1.0-pc/renpy/common/000statements.rpy', 1550151936, 4) is defined twice, at renpy/common/000statements.rpy:24 and renpy/common/000statements.rpy:40.
    
    -- Full Traceback ------------------------------------------------------------
    
    Full traceback:
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\bootstrap.py", line 295, in bootstrap
        renpy.main.main()
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\main.py", line 364, in main
        renpy.game.script.load_script()  # sets renpy.game.script.
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 265, in load_script
        self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 753, in load_appropriate_file
        self.finish_load(stmts, initcode, filename=fn + source)
      File "C:\Users\Asus\Documents\MEGAsync Downloads\Kamihime_Player-1.0-pc\renpy\script.py", line 419, in finish_load
        bad_node.filename, bad_node.linenumber))
    ScriptError: Name (u'C:\\Users\\Asus\\Documents\\MEGAsync Downloads\\Kamihime_Player-1.0-pc/renpy/common/000statements.rpy', 1550151936, 4) is defined twice, at renpy/common/000statements.rpy:24 and renpy/common/000statements.rpy:40.
    I've only been able to run it successfully once but I have no idea why, I just kept trying to run it (normally and as admin)
    This is just my guess maybe you got a duplicated 000statements.rpy file in renpy/common, you should check in renpy/common and make sure there's only one 000statements.rpy in there.
    Kamihime Offline Player: MEGA | GG Drive

  10. #210

    Join Date
    Feb 2019
    Posts
    5
    Credits
    5
    When I looked, the only other file with the same name is a .rpyc file. I also tried moving the main folder (to the desktop in this case) but somehow the script error still lists the original folder:

    Code:
    Full traceback:
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\bootstrap.py", line 295, in bootstrap
        renpy.main.main()
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\main.py", line 364, in main
        renpy.game.script.load_script()  # sets renpy.game.script.
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\script.py", line 265, in load_script
        self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\script.py", line 753, in load_appropriate_file
        self.finish_load(stmts, initcode, filename=fn + source)
      File "C:\Users\Asus\Desktop\Kamihime_Player-1.0-pc\renpy\script.py", line 419, in finish_load
        bad_node.filename, bad_node.linenumber))
    ScriptError: Name (u'C:\\Users\\Asus\\Documents\\MEGAsync Downloads\\Kamihime_Player-1.0-pc/renpy/common/000statements.rpy', 1550151936, 4) is defined twice, at renpy/common/000statements.rpy:24 and renpy/common/000statements.rpy:40.

Page 21 of 72 FirstFirst ... 1119202122233171 ... 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
  •