Cardgame 1 Crash

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
nibl
Regular
Posts: 36
Joined: Sun Feb 14, 2010 2:59 am
Projects: Lit - Literacy Teaching Game
Contact:

Cardgame 1 Crash

#1 Post by nibl »

I unzipped Cardgame 1 to it's own folder and selected it in the control panel, then launched Cardgame. It crashes with a traceback 2,600 lines long so I won't post it here. Cardgame 2 does the same. Here's an abbreviated traceback:

Code: Select all

RuntimeError: maximum recursion depth exceeded in cmp

While running game code:
 - script at line 18 of /mnt/sda1/renpy/cardgame/game/script.rpy
 - python at line 21 of /mnt/sda1/renpy/cardgame/game/script.rpy.
 - python at line 96 of /mnt/sda1/renpy/cardgame/game/klondike.rpy.
 - python at line 129 of /mnt/sda1/renpy/cardgame/game/cardgame.rpy.
 - python at line 129 of /mnt/sda1/renpy/cardgame/game/cardgame.rpy.

.....


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

  File "renpy-6.10.2/renpy/bootstrap.py", line 260, in bootstrap
    renpy.main.main()
  File "renpy-6.10.2/renpy/main.py", line 310, in main
    run(restart)
  File "renpy-6.10.2/renpy/main.py", line 93, in run
    game.context().run()
  File "renpy-6.10.2/renpy/execution.py", line 234, in run
    node = node.execute()
  File "renpy-6.10.2/renpy/ast.py", line 558, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide)
  File "renpy-6.10.2/renpy/python.py", line 937, in py_exec_bytecode
    exec marshal.loads(bytecode) in store, locals
  File "/mnt/sda1/renpy/cardgame/game/script.rpy", line 21, in <module>
    k.show()
  File "/mnt/sda1/renpy/cardgame/game/klondike.rpy", line 96, in show
    self.table.show()
  File "/mnt/sda1/renpy/cardgame/game/cardgame.rpy", line 129, in show
    ui.add(self)
  File "renpy-6.10.2/renpy/ui.py", line 102, in add
    renpy.game.context(-1).scene_lists.add(current, atw, key=add_tag)
  File "renpy-6.10.2/renpy/display/core.py", line 641, in add
    thing.show()
  File "/mnt/sda1/renpy/cardgame/game/cardgame.rpy", line 129, in show
    ui.add(self)
  File "renpy-6.10.2/renpy/ui.py", line 102, in add
    renpy.game.context(-1).scene_lists.add(current, atw, key=add_tag)
  File "renpy-6.10.2/renpy/display/core.py", line 641, in add
    thing.show()
  File "/mnt/sda1/renpy/cardgame/game/cardgame.rpy", line 129, in show
    ui.add(self)
  File "renpy-6.10.2/renpy/ui.py", line 102, in add
    renpy.game.context(-1).scene_lists.add(current, atw, key=add_tag)
  File "renpy-6.10.2/renpy/display/core.py", line 641, in add
    thing.show()
  File "/mnt/sda1/renpy/cardgame/game/cardgame.rpy", line 129, in show
    ui.add(self)
  File "renpy-6.10.2/renpy/ui.py", line 102, in add
    renpy.game.context(-1).scene_lists.add(current, atw, key=add_tag)
  File "renpy-6.10.2/renpy/display/core.py", line 641, in add
    thing.show()
  File "/mnt/sda1/renpy/cardgame/game/cardgame.rpy", line 129, in show
    ui.add(self)
  File "renpy-6.10.2/renpy/ui.py", line 102, in add
    renpy.game.context(-1).scene_lists.add(current, atw, key=add_tag)
  File "renpy-6.10.2/renpy/display/core.py", line 641, in add
    thing.show()
  File "/mnt/sda1/renpy/cardgame/game/cardgame.rpy", line 129, in show
    ui.add(self)
  File "renpy-6.10.2/renpy/ui.py", line 102, in add
    renpy.game.context(-1).scene_lists.add(current, atw, key=add_tag)
  File "renpy-6.10.2/renpy/display/core.py", line 641, in add
    thing.show()
  File "/mnt/sda1/renpy/cardgame/game/cardgame.rpy", line 129, in show
    ui.add(self)
  File "renpy-6.10.2/renpy/ui.py", line 102, in add
    renpy.game.context(-1).scene_lists.add(current, atw, key=add_tag)
  File "renpy-6.10.2/renpy/display/core.py", line 641, in add
    thing.show()
  File "/mnt/sda1/renpy/cardgame/game/cardgame.rpy", line 129, in show
    ui.add(self)
  File "renpy-6.10.2/renpy/ui.py", line 102, in add
    renpy.game.context(-1).scene_lists.add(current, atw, key=add_tag)
  File "renpy-6.10.2/renpy/display/core.py", line 641, in add
    thing.show()
  File "/mnt/sda1/renpy/cardgame/game/cardgame.rpy", line 129, in show
    ui.add(self)
  File "renpy-6.10.2/renpy/ui.py", line 102, in add
    renpy.game.context(-1).scene_lists.add(current, atw, key=add_tag)
  File "renpy-6.10.2/renpy/display/core.py", line 641, in add
    thing.show()
  File "/mnt/sda1/renpy/cardgame/game/cardgame.rpy", line 129, in show
    ui.add(self)
  File "renpy-6.10.2/renpy/ui.py", line 102, in add
    renpy.game.context(-1).scene_lists.add(current, atw, key=add_tag)
  File "renpy-6.10.2/renpy/display/core.py", line 641, in add
    thing.show()
  File "/mnt/sda1/renpy/cardgame/game/cardgame.rpy", line 129, in show
    ui.add(self)
  File "renpy-6.10.2/renpy/ui.py", line 102, in add
    renpy.game.context(-1).scene_lists.add(current, atw, key=add_tag)
  File "renpy-6.10.2/renpy/display/core.py", line 641, in add
    thing.show()

....

Ren'Py Version: Ren'Py 6.10.2e


Running on Linux.

User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Cardgame 1 Crash

#2 Post by PyTom »

Hm... looks like that version of cardgame isn't comptible with the current version of Ren'Py. I'll fix it in a day or two.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

nibl
Regular
Posts: 36
Joined: Sun Feb 14, 2010 2:59 am
Projects: Lit - Literacy Teaching Game
Contact:

Re: Cardgame 1 Crash

#3 Post by nibl »

Thanks, could you post here when it's been updated please ?

I'm impressed with the multimedia capabilities of Ren'Py. I've got the basics figured out and working for my teaching program. There are so many cool features you can add with Ren'Py to make the game more engaging for a student. A really great creative piece of software.

machac
Newbie
Posts: 1
Joined: Thu May 06, 2010 9:41 pm
Contact:

Re: Cardgame 1 Crash

#4 Post by machac »

I am still getting this same error. It would be great if I could get some direction on getting it to work--or if you just haven't updated the main link with the working version.

In unrelated news--thanks for developing this--its really great.

Post Reply

Who is online

Users browsing this forum: No registered users