Skip to main content

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

this is what it shows:

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))

    )