Bronya-Rand / DDModDocker

Codename: Snowrance. A WIP mod launcher integrated into DDLC/Ren'Py.
GNU Affero General Public License v3.0
19 stars 2 forks source link

Night Rain Mod Fails to launch #20

Closed SteamRex25 closed 6 months ago

SteamRex25 commented 6 months ago

Describe the bug The mod tried to launch but it keeps getting a "unsupported pickle protocol" error.

To Reproduce Steps to reproduce the behavior: launch the mod docker with this mod set as the launchable mod

Expected behavior it should launch normally

Desktop (please complete the following information):

Additional context Here is the error: 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 369, in bootstrap renpy.main.main() File "renpy/main.py", line 380, in main renpy.loader.index_archives() File "renpy/loader.py", line 250, in index_archives index = handler.read_index(f) File "renpy/loader.py", line 122, in read_index index = loads(zlib.decompress(infile.read())) File "renpy/compat/pickle.py", line 45, in loads return cPickle.loads(s) ValueError: unsupported pickle protocol: 5

Windows-10-10.0.19041 AMD64 Ren'Py 7.7.0.24012702

Bronya-Rand commented 6 months ago

Night Rain as tested works fine on DDMD 8. This may be a Ren'Py 8 mod and not a Ren'Py 7 mod.