Ren'Py game won't run?

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
k77
Newbie
Posts: 4
Joined: Sun Dec 21, 2014 9:06 pm
Contact:

Ren'Py game won't run?

#1 Post by k77 »

So I'm trying to test a dist. build of my game, but I'm getting this traceback error.:


I'm sorry, but an uncaught exception occurred.

Code: Select all

While loading the script.
ScriptError: Name (u'/home/tom/ab/renpy/renpy/common/000atl.rpy', 1411170123, 50) is defined twice, at renpy/common/000atl.rpy:25 and renpy/common/000atl.rpy:25.

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

Full traceback:
  File "C:\Users\Havoc's PC\Documents\YumeMiruKusuriKyokaSide-1.0-dists\YumeMiruKusuriKyokaSide-1.0-win\renpy\bootstrap.py", line 289, in bootstrap
    renpy.main.main()
  File "C:\Users\Havoc's PC\Documents\YumeMiruKusuriKyokaSide-1.0-dists\YumeMiruKusuriKyokaSide-1.0-win\renpy\main.py", line 249, in main
    renpy.game.script.load_script() # sets renpy.game.script.
  File "C:\Users\Havoc's PC\Documents\YumeMiruKusuriKyokaSide-1.0-dists\YumeMiruKusuriKyokaSide-1.0-win\renpy\script.py", line 181, in load_script
    self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
  File "C:\Users\Havoc's PC\Documents\YumeMiruKusuriKyokaSide-1.0-dists\YumeMiruKusuriKyokaSide-1.0-win\renpy\script.py", line 498, in load_appropriate_file
    self.finish_load(stmts, initcode, filename=rpyfn)
  File "C:\Users\Havoc's PC\Documents\YumeMiruKusuriKyokaSide-1.0-dists\YumeMiruKusuriKyokaSide-1.0-win\renpy\script.py", line 336, in finish_load
    bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'/home/tom/ab/renpy/renpy/common/000atl.rpy', 1411170123, 50) is defined twice, at renpy/common/000atl.rpy:25 and renpy/common/000atl.rpy:25.

Windows-7-6.1.7601-SP1
Ren'Py 6.18.3.761
 

Ryue
Miko-Class Veteran
Posts: 745
Joined: Fri Nov 02, 2012 8:41 am
Projects: Red eyes in the darkness
Contact:

Re: Ren'Py game won't run?

#2 Post by Ryue »

So if I understand you correctly your game can be run from the launcher but not when compiled?

Can you say what type of command is used there? (an image/animation definition I take it from the filename where the error occurs?)

It sounds like an transformation or something similar is defined 2 times (at least from teh infos I see presented at the moment)

k77
Newbie
Posts: 4
Joined: Sun Dec 21, 2014 9:06 pm
Contact:

Re: Ren'Py game won't run?

#3 Post by k77 »

I'm not quite sure what you mean by what type of command is used there?

What type of command is used where?

haha, sorry, I'm a complete noob...

User avatar
xela
Lemma-Class Veteran
Posts: 2481
Joined: Sun Sep 18, 2011 10:13 am
Contact:

Re: Ren'Py game won't run?

#4 Post by xela »

It's more likely that you have Ren'Py folder within a Ren'Py folder. When you unpack distribution, do it elsewhere. That might help.
Like what we're doing? Support us at:
Image

k77
Newbie
Posts: 4
Joined: Sun Dec 21, 2014 9:06 pm
Contact:

Re: Ren'Py game won't run?

#5 Post by k77 »

Still getting the same thing

Code: Select all

 I'm sorry, but an uncaught exception occurred.

While loading the script.
ScriptError: Name (u'/home/tom/ab/renpy/renpy/common/000atl.rpy', 1411170123, 50) is defined twice, at renpy/common/000atl.rpy:25 and renpy/common/000atl.rpy:25.

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

Full traceback:
  File "C:\Users\Havoc's PC\YumeMiruKusuriKyokaSide-1.0-win\renpy\bootstrap.py", line 289, in bootstrap
    renpy.main.main()
  File "C:\Users\Havoc's PC\YumeMiruKusuriKyokaSide-1.0-win\renpy\main.py", line 249, in main
    renpy.game.script.load_script() # sets renpy.game.script.
  File "C:\Users\Havoc's PC\YumeMiruKusuriKyokaSide-1.0-win\renpy\script.py", line 181, in load_script
    self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
  File "C:\Users\Havoc's PC\YumeMiruKusuriKyokaSide-1.0-win\renpy\script.py", line 498, in load_appropriate_file
    self.finish_load(stmts, initcode, filename=rpyfn)
  File "C:\Users\Havoc's PC\YumeMiruKusuriKyokaSide-1.0-win\renpy\script.py", line 336, in finish_load
    bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'/home/tom/ab/renpy/renpy/common/000atl.rpy', 1411170123, 50) is defined twice, at renpy/common/000atl.rpy:25 and renpy/common/000atl.rpy:25.

Windows-7-6.1.7601-SP1
Ren'Py 6.18.3.761 

Post Reply

Who is online

Users browsing this forum: No registered users