Skip to main content

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

It's not working for some reason because trying to run the downloadable file results in this: 

I'm sorry, but an uncaught exception occurred.

While loading the script.

Exception: /home/gavin/Downloads/NLVNLB-1.0-linux/renpy/common/00layeredimage_ren.py and /home/gavin/Downloads/NLVNLB-1.0-linux/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.

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

Traceback (most recent call last):

  File "renpy/bootstrap.py", line 401, in bootstrap

    renpy.main.main()

    ~~~~~~~~~~~~~~~^^

  File "renpy/main.py", line 412, in main

    renpy.game.script.load_script()  # sets renpy.game.script.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^                           

  File "renpy/script.py", line 456, in load_script

    self.load_appropriate_file(".rpyc", ["_ren.py", ".rpy"], dir, fn, initcode)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/script.py", line 1002, in load_appropriate_file

    raise Exception(

        "{} conflict, and can't exist in the same game.".format(" and ".join(i[1] for i in rpyfns))

    )

Exception: /home/gavin/Downloads/NLVNLB-1.0-linux/renpy/common/00layeredimage_ren.py and /home/gavin/Downloads/NLVNLB-1.0-linux/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.

Linux-5.4.0-216-generic-x86_64-with-glibc2.31 x86_64

Ren'Py 8.5.2.26010301

Sat May  9 15:03:59 2026

Howdy, Truffle here. The first thing to try is extracting the game as a new folder. If you try to update the old folder RenPy gets mad. Let me know if that fixes it for you.

Okay, thank you.