Results 1 to 10 of 1109

Hybrid View

  1. #1
    Quote Originally Posted by Chains View Post
    Hi there
    first of all thanks for sharing Cyplops mate

    I've encountered much problem with getting new scenes in the app :
    - when running "2_download_assets.cmd" I have "Error [...] Insecure request warning" but I don't think it is a problem actually
    - when running "3_build_rpy.cmd" I'm getting "IOError: [Errno 13] Permission denied: 'scenario\\story_character_488.py' "
    - when running "4_write_config.cmd" "IOError: [Errno 13] Permission denied: 'config.ini' "

    I need your help please, I wondered if it had to do with permission acces to some files ...
    the Insecure request warning can be ignored, if you want it to stop showing you can open the 2_download_assets.py and write this under the first line:
    from requests.packages.urllib3.exceptions import InsecureRequestWarning

    requests.packages.urllib3.disable_warnings(Insecur eRequestWarning)


    as for the other errors i honestly have no idea, are you sure your antivirus isnt pulling a fast one on you and blocking the files without warning?
    or as Cobblemaniac said, are you trying to run all programs at once instead of one at a time?
    Last edited by Xude; 05-05-2018 at 01:14 PM.

Posting Permissions

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