|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
Full traceback:
File "D:\renpy-7.3.5\renpy-7.3.5-sdk\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "D:\renpy-7.3.5\renpy-7.3.5-sdk\renpy\main.py", line 578, in main
run(restart)
File "D:\renpy-7.3.5\renpy-7.3.5-sdk\renpy\main.py", line 106, in run
if not renpy.arguments.post_init():
File "D:\renpy-7.3.5\renpy-7.3.5-sdk\renpy\arguments.py", line 287, in post_init
return commands[command]()
File "D:\renpy-7.3.5\renpy-7.3.5-sdk\renpy\translation\extract.py", line 67, in extract_strings
extract_strings_core(language, args.destination, args.merge, args.force)
File "D:\renpy-7.3.5\renpy-7.3.5-sdk\renpy\translation\extract.py", line 31, in extract_strings_core
raise Exception("Language %r does not have any translations." % language)
Exception: Language 'CH' does not have any translations.
上面是构建失败的提示
下面这个是检查脚本的,也没说有啥问题
Ren'Py 7.3.4.596 lint report, generated at: Sat Aug 01 13:37:26 2020
Statistics:
The game contains 699 dialogue blocks, containing 7,917 words and 41,614
characters, for an average of 11.3 words and 60 characters per block.
The game contains 5 menus, 1 images, and 22 screens.
Lint is not a substitute for thorough testing. Remember to update Ren'Py
before releasing. New releases fix bugs and improve compatibility.
|
|