- Oct 15, 2018
- 10
- 4
I want to rewrite some dialogue, and maybe add a few lines. From the limited research I've done it seems like it should be as easy as opening the file in a text editor and making the changes. However, when I try to do this with the 'scripts.rpa' file I get this error:
I'm sorry, but an uncaught exception occurred.
Before loading the script.
error: Error -3 while decompressing data: invalid distance too far back
-- 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()))
error: Error -3 while decompressing data: invalid distance too far back
It seems any change at all causes it too. For example: if I change a line of dialogue from "Hi" to "Hello" and touch nothing else the game won't start.
Any savvy people know what causes this? My best guess as a total software noob is that the game needs to be recompiled or something.
I'm sorry, but an uncaught exception occurred.
Before loading the script.
error: Error -3 while decompressing data: invalid distance too far back
-- 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()))
error: Error -3 while decompressing data: invalid distance too far back
It seems any change at all causes it too. For example: if I change a line of dialogue from "Hi" to "Hello" and touch nothing else the game won't start.
Any savvy people know what causes this? My best guess as a total software noob is that the game needs to be recompiled or something.