Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I am getting this error in linux version:


I'm sorry, but an uncaught exception occurred.

While running game code:

ScriptError: Name (u'renpy/common/000atl.rpy', 1574056649, 50) is defined twice, at renpy/common/000atl.rpy:25 and renpy/common/000atl.rpy:25.

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

Full traceback:

  File "/home/abhay/Desktop/Games/SpacePrison-0.83-linux/renpy/bootstrap.py", line 326, in bootstrap

    renpy.main.main()

  File "/home/abhay/Desktop/Games/SpacePrison-0.83-linux/renpy/main.py", line 447, in main

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

  File "/home/abhay/Desktop/Games/SpacePrison-0.83-linux/renpy/script.py", line 283, in load_script

    self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)

  File "/home/abhay/Desktop/Games/SpacePrison-0.83-linux/renpy/script.py", line 779, in load_appropriate_file

    self.finish_load(stmts, initcode, filename=lastfn)

  File "/home/abhay/Desktop/Games/SpacePrison-0.83-linux/renpy/script.py", line 468, in finish_load

    check_name(node)

  File "/home/abhay/Desktop/Games/SpacePrison-0.83-linux/renpy/script.py", line 451, in check_name

    bad_node.filename, bad_node.linenumber))

ScriptError: Name (u'renpy/common/000atl.rpy', 1574056649, 50) is defined twice, at renpy/common/000atl.rpy:25 and renpy/common/000atl.rpy:25.

(1 edit)

I'll check it. It is a pity that I do not have the opportunity to try it on my PC, since I have windows. At what point does this error appear?

When I try starting the game this error appears.

Hmm, strange, you are the first to report the problem, maybe it appeared in the latest version. Try a new one when it goes public.

ok

(+1)

You can try new version. Is it have same error?