Ren'Py I get an error when I change game dialogues

hzafery

Newbie
Aug 5, 2019
81
146
While translating the dialogues of the 2 parts of the A.W.A.M game into my own language, if I change even a single word, I get the following errors. if anyone knows the solution,please help.


I'm sorry, but an uncaught exception occurred.

Before loading the script.
error: Error -3 while decompressing data: incorrect header check

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "F:\zzz\Yeni 1 klasör\A.W.A.M\A_Wife_And_Mother_Part_2-0.195-pc(1)\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "F:\zzz\Yeni 1 klasör\A.W.A.M\A_Wife_And_Mother_Part_2-0.195-pc(1)\renpy\main.py", line 427, in main
renpy.loader.index_archives()
File "F:\zzz\Yeni 1 klasör\A.W.A.M\A_Wife_And_Mother_Part_2-0.195-pc(1)\renpy\loader.py", line 263, in index_archives
index = handler.read_index(f)
File "F:\zzz\Yeni 1 klasör\A.W.A.M\A_Wife_And_Mother_Part_2-0.195-pc(1)\renpy\loader.py", line 135, in read_index
index = loads(zlib.decompress(infile.read()))
error: Error -3 while decompressing data: incorrect header check

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707

Mon Feb 12 12:46:46 2024
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,299
15,167
It wouldn't works. If the issue was the RPYC header, Ren'Py wouldn't even goes this far.
This tool is made for the case where Ren'Py do not recognize the RPYC files as valid, not for when they are valid but contain errors.


Before loading the script.
error: Error -3 while decompressing data: incorrect header check
1) Download unren ;
2) Download ;
3) Read the ;
4) Start again to translate the game, the correct way this time.