Page 1 of 3

Game Crash - Version 1.0.0

Posted: Sat Jan 23, 2016 1:44 pm
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

Re: Game Crash - Version 1.0.0

Posted: Sat Jan 23, 2016 1:47 pm
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?

Re: Game Crash - Version 1.0.0

Posted: Sat Jan 23, 2016 1:49 pm
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

Re: Game Crash - Version 1.0.0

Posted: Sat Jan 23, 2016 1:55 pm
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?

Re: Game Crash - Version 1.0.0

Posted: Sat Jan 23, 2016 1:58 pm
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!

Re: Game Crash - Version 1.0.0

Posted: Sat Jan 23, 2016 2:00 pm
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.

Re: Game Crash - Version 1.0.0

Posted: Sat Jan 23, 2016 2:03 pm
by jack1974
Strange, check this thread for more info: viewtopic.php?f=33&t=2971

Re: Game Crash - Version 1.0.0

Posted: Sat Jan 23, 2016 2:09 pm
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.

Re: Game Crash - Version 1.0.0

Posted: Sat Jan 23, 2016 2:11 pm
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 :)

Re: Game Crash - Version 1.0.0

Posted: Sat Jan 23, 2016 2:15 pm
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.