Game Crash - Version 1.0.0

A VN/CCG hybrid game with all romance combos https://www.winterwolves.com/pscd.htm
Hoa_Binh
Young scout
Posts: 11
Joined: Fri Sep 11, 2015 11:41 am

Game Crash - Version 1.0.0

Post by Hoa_Binh »

I'm encountering a crash in the mission where Alex is going to fight the Maradan in some sort of sport event. Just as the battle starts the game crashes and I'm unable to continue.

Output from the error log:

Code: Select all

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gameflow.rpy", line 177, in script call
  File "game/plot/talk.rpy", line 3991, in script call
  File "game/script2.rpy", line 746, in script call
  File "game/plot/NPCSidemissions.rpy", line 12, in script call
  File "game/plot/NPCSidemissions.rpy", line 84, in script call
  File "game/script.rpy", line 70, in script
  File "game/script.rpy", line 70, in <module>
RuntimeError: maximum recursion depth exceeded

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

Full traceback:
  File "game/gameflow.rpy", line 177, in script call
  File "game/plot/talk.rpy", line 3991, in script call
  File "game/script2.rpy", line 746, in script call
  File "game/plot/NPCSidemissions.rpy", line 12, in script call
  File "game/plot/NPCSidemissions.rpy", line 84, in script call
  File "game/script.rpy", line 70, in script
  File "C:\Program Files (x86)\Winter Wolves\PSCD\renpy\ast.py", line 806, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Program Files (x86)\Winter Wolves\PSCD\renpy\python.py", line 1461, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 70, in <module>
  File "C:\Program Files (x86)\Winter Wolves\PSCD\renpy\loadsave.py", line 275, in save
    dump((roots, renpy.game.log), logf)
  File "C:\Program Files (x86)\Winter Wolves\PSCD\renpy\loadsave.py", line 43, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
  File "new_card_framework/AbstractBasics.py", line 77, in __getstate__
  File "C:\Program Files (x86)\Winter Wolves\PSCD\renpy\python.py", line 546, in do_mutation
    return method(self, *args, **kwargs)
RuntimeError: maximum recursion depth exceeded

Windows-8-6.2.9200
Ren'Py 6.99.9.1022
 1.0.0
User avatar
jack1974
Pack leader
Posts: 15479
Joined: Thu Jun 16, 2005 4:43 pm

Re: Game Crash - Version 1.0.0

Post by jack1974 »

Hmm that's weird since the line with the error, is just when saving the game!!
Are you able to save the game manually in the game?
User avatar
jack1974
Pack leader
Posts: 15479
Joined: Thu Jun 16, 2005 4:43 pm

Re: Game Crash - Version 1.0.0

Post by jack1974 »

Also I don't understand why happens only in that time. I mean, the game autosaves at start of each battle, so it should have crashed before. I don't understand why crashes only in that specific point... do you have a savegame before that crash happens so I can test here? Thanks
Hoa_Binh
Young scout
Posts: 11
Joined: Fri Sep 11, 2015 11:41 am

Re: Game Crash - Version 1.0.0

Post by Hoa_Binh »

I've never had any problems saving before. I'll add the save from just before, it is the only mission remaining in the Side Mission screen.

Actually I would if I just knew where they are located. So, where can I find the save games?
User avatar
jack1974
Pack leader
Posts: 15479
Joined: Thu Jun 16, 2005 4:43 pm

Re: Game Crash - Version 1.0.0

Post by jack1974 »

The saves are in the installation folder, under game/saves/ subfolder. Thanks, indeed I tried some sidemissions and they worked fine, so I'm not sure why that happens!
Hoa_Binh
Young scout
Posts: 11
Joined: Fri Sep 11, 2015 11:41 am

Re: Game Crash - Version 1.0.0

Post by Hoa_Binh »

There is no such folder on my computer, only have cache and plot.

*edit* What are the save games called? I'll search for them.
User avatar
jack1974
Pack leader
Posts: 15479
Joined: Thu Jun 16, 2005 4:43 pm

Re: Game Crash - Version 1.0.0

Post by jack1974 »

Strange, check this thread for more info: viewtopic.php?f=33&t=2971
Hoa_Binh
Young scout
Posts: 11
Joined: Fri Sep 11, 2015 11:41 am

Re: Game Crash - Version 1.0.0

Post by Hoa_Binh »

Ah, found it. Here it is. <link removed>

And weirdly I can't even save manual when I load that save but loading an earlier save allows me to bypass the problem.
User avatar
jack1974
Pack leader
Posts: 15479
Joined: Thu Jun 16, 2005 4:43 pm

Re: Game Crash - Version 1.0.0

Post by jack1974 »

Thanks got the file. Yes it's strange, but with the save I can send it to coder maybe so he can tell me more. I have no clue honestly what could be! Will let you know. At least you can finish the game since this is just a sidemission :)
Hoa_Binh
Young scout
Posts: 11
Joined: Fri Sep 11, 2015 11:41 am

Re: Game Crash - Version 1.0.0

Post by Hoa_Binh »

I just loaded an earlier save, then the problem just vanished. I can now play this mission so it seems like the save got weird.
Post Reply