Take my compressed version and PC folder, recompile with that. The RPA file for that is universal and only contains images so you don't have to worry about unrpyc.
Worth a note I guess. However I prefer normal versions rather than compressed versions.
This is what I get from most RenPy 8 games packed with .RPA:
I'm sorry, but an uncaught exception occurred.
Before loading the script.
ValueError: unsupported pickle protocol: 5
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 427, in main
renpy.loader.index_archives()
File "renpy/loader.py", line 244, in index_archives
index = handler.read_index(f)
File "renpy/loader.py", line 129, in read_index
index = loads(zlib.decompress(infile.read()))
ValueError: unsupported pickle protocol: 5
- I remember seeing pickle 3 error in previous RenPy 8 and pickle 5 error with latest RenPy 8
- For the reckon: I have downloaded compressed version and I confirm that compressed version does not have this error.