[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 561: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 617: sizeof(): Parameter must be an array or an object that implements Countable
The Pokémon Academy Life Community :: Uncaught exception upon choosing 'New Game' twice
The Pokémon Academy Life Community
http://www.pokemonacademylife.com/forum/

Uncaught exception upon choosing 'New Game' twice
http://www.pokemonacademylife.com/forum/viewtopic.php?f=7&t=416
Page 1 of 1

Author:  Nachtigall [ Sat Mar 10, 2018 10:45 pm ]
Post subject:  Uncaught exception upon choosing 'New Game' twice

Hi,

I'm playing on Windows 8 and played through a New Game (deciding to skip to the new content), when that playthrough was over I chose New Game again on the titlescreen. I ran into an exception:
While running game code:
File "game/script.rpy", line 3948, in script
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_menu.rpy", line 141, in __call__
renpy.jump_out_of_context(self.label)
JumpOutException: start

Full traceback attached below (directly, because the forum doesn't allow txt attachments). The error seems reproducible - I restarted the game, had a second playthrough and after that it crashed again upon clicking 'New Game' (making it the second time I clicked on it in that game session).

By the way, great game! Can't wait for the next updated demo.



I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 3948, in script
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_menu.rpy", line 141, in __call__
renpy.jump_out_of_context(self.label)
JumpOutException: start

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

Full traceback:
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\main.py", line 487, in main
run(restart)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\execution.py", line 761, in run_context
context.run()
File "game/script.rpy", line 3948, in script
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\ast.py", line 1706, in execute
self.call("execute")
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\ast.py", line 1724, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\statements.py", line 145, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\exports.py", line 2526, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\core.py", line 3204, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\behavior.py", line 889, in event
return handle_click(self.clicked)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\behavior.py", line 824, in handle_click
rv = run(action)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 141, in __call__
renpy.jump_out_of_context(self.label)
File "C:\Users\Sebastian_2\Downloads\Pokemon_Academy_Life_DEMO_v1.0.4-win\renpy\exports.py", line 1587, in jump_out_of_context
raise renpy.game.JumpOutException(label)
JumpOutException: start

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Pokemon_Academy_Life_v1 1.0.4.0

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/