- Apr 3, 2020
- 465
- 1,272
So idk how this works, i wanted to edit a renpy game story and replace a name with something else and when replace that word from rpy files and try to open the game it give me the error:
"Before loading the script.
error: Error -5 while decompressing data: incomplete or truncated stream
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 382, 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()))
error: Error -5 while decompressing data: incomplete or truncated stream
Windows-10-10.0.22000
Ren'Py 7.4.8.1895 "
And even when i rename back to original name it give me same error, on another copy of the game i replaced the name with the same name and i get same error, so i have no idea what is the issue, if even when i make it how it was before its still giving me error, im noob with this things so yeah i dont really know what happens and why not working, i did this with notepad ++ and also tried Atom too , its weird coz only the fact that i edit the file even if i dont change any word in the script i get error
"Before loading the script.
error: Error -5 while decompressing data: incomplete or truncated stream
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 382, 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()))
error: Error -5 while decompressing data: incomplete or truncated stream
Windows-10-10.0.22000
Ren'Py 7.4.8.1895 "
And even when i rename back to original name it give me same error, on another copy of the game i replaced the name with the same name and i get same error, so i have no idea what is the issue, if even when i make it how it was before its still giving me error, im noob with this things so yeah i dont really know what happens and why not working, i did this with notepad ++ and also tried Atom too , its weird coz only the fact that i edit the file even if i dont change any word in the script i get error