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):
OS: windows
Version 10
Mod Name Doki Doki Night Rain
Mod Version Latesy
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
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