Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I followed the Patch instructions, but when I run it on my PC, I get this error:

I'm sorry, but an uncaught exception occurred.

Before loading the script.

error: Error -5 while decompressing data: incomplete or truncated stream

-- 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 -5 while decompressing data: incomplete or truncated stream

Windows-10-[Redacted]

Ren'Py 7.4.11.2266

(+1)

This is the important part

error: Error -5 while decompressing data: incomplete or truncated stream

It sounds like you canceled some data transfer during extraction.