Secondly, I keep getting this traceback when I try to build a distribution.
Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/distribute.rpy", line 828, in script
File "game/distribute.rpy", line 831, in python
File "game/distribute.rpy", line 355, in python
File "game/distribute.rpy", line 688, in python
CalledProcessError: Command '['C:\\Users\\user\\Documents\\renpy-6.14.1-sdk\\lib\\windows-x86\\zsyncmake.exe', '-z', '-u', 'renpy-6.14.1-sdk.update.gz', '-o', 'C:\\Users\\user\\Documents\\renpy-6.14.1-sdk\\renpy-6.14.1-dists\\renpy-6.14.1-sdk.zsync', 'C:\\Users\\user\\Documents\\renpy-6.14.1-sdk\\renpy-6.14.1-dists\\renpy-6.14.1-sdk.update']' returned non-zero exit status -1073741510
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\execution.py", line 266, in run
File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\ast.py", line 646, in execute
File "C:\Users\user\Documents\renpy-6.14.1-sdk\renpy\python.py", line 1172, in py_exec_bytecode
File "game/distribute.rpy", line 831, in <module>
File "game/distribute.rpy", line 355, in __init__
File "game/distribute.rpy", line 688, in make_package
File "subprocess.pyo", line 511, in check_call
CalledProcessError: Command '['C:\\Users\\user\\Documents\\renpy-6.14.1-sdk\\lib\\windows-x86\\zsyncmake.exe', '-z', '-u', 'renpy-6.14.1-sdk.update.gz', '-o', 'C:\\Users\\user\\Documents\\renpy-6.14.1-sdk\\renpy-6.14.1-dists\\renpy-6.14.1-sdk.zsync', 'C:\\Users\\user\\Documents\\renpy-6.14.1-sdk\\renpy-6.14.1-dists\\renpy-6.14.1-sdk.update']' returned non-zero exit status -1073741510
Windows-7-6.1.7600
Ren'Py 6.14.1.366
Ren'Py Launcher 6.14.1.366
I'm at a loss here because my noob levels are soaring - help will be very much appreciated. Thanks!



