[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
Uncaught exception upon choosing 'New Game' twice - The Pokémon Academy Life Community

The Pokémon Academy Life Community

The official discussion forum for Pokémon Academy Life
It is currently Thu Mar 28, 2024 8:21 am

All times are UTC




Post new topic  Reply to topic  [ 1 post ]  [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable
Author Message
PostPosted: Sat Mar 10, 2018 10:45 pm 
Offline
Youngster

Joined: March 10, 2018
Posts: 1
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


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 1 post ]  [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited
Theme Created by HOLLYSMOKE
Theme updated to phpBB 3.1.6 by KamijouTouma
Theme Version is 3.1.6-ss2