
Ru
62
Posts
31
Topics
1
Followers
14
Following
A member registered Jun 21, 2019 · View creator page →
Recent community posts
Tennis Ace community » General Discussion · Posted in Songs that remind me of characters in Tennis Ace
Tennis Ace community » General Discussion · Posted in Songs that remind me of characters in Tennis Ace
Tennis Ace community » General Discussion · Posted in Songs that remind me of characters in Tennis Ace
Tennis Ace community » Bug Reporting · Created a new topic exception error: Shoichi, Day 25 - June 12 (Windows version)
This comes up while Yuuichi is in class, after he left the rooftop:

-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Day25_Shoichi.rpyc", line 142, in script
File "renpy/ast.py", line 1438, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2718, in do_with
clear=clear)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3633, in interact_core
new_widget=layers_root)
File "renpy/atl.py", line 462, in __call__
raise Exception('Parameter %r is not known by ATL Transform.' % k)
Exception: Parameter 'new_widget' is not known by ATL Transform.
Windows-10-10.0.22621
Ren'Py 7.4.8.1895
Tennis Ace 0.59P
Sat Nov 26 23:19:21 2022
Tennis Ace community » Bug Reporting · Created a new topic dialogue/illustration inconsistency: Shoichi sex scene - Day 22
Tennis Ace community » Bug Reporting · Created a new topic story inconsistency: Shoichi, Days 22 and 25 (Sat June 3, Mon June 12) - Aki doesn't really know
During Shoichi and Yuuichi's conversation on Day 22 (Sat June 3) in Yuu's living room, Shoichi asks Yuu if anyone else knows about their relationship on his side. Yuu mentions Aki, but at no point in the story so far have Yuu and Aki had that conversation yet. This is probably loosely based off the other routes where Aki flat out asks Yuu if he's dating, but that has not come up in Shoichi's route yet.


To further highlight the story inconsistency, this dialogue on Day 25 (Mon June 12) when Aki gets home from practice. So, he doesn't actually know.

Tennis Ace community » Bug Reporting · Created a new topic multiple sequential exception errors: Shoichi, Day 17 (Sat May 27) - Windows version
How old is Haruki's little brother? We'll never know! Just kidding. The error shows up after this:

This is an expansion on the error earlier reported by Draxxe.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Day17_Shoichi.rpyc", line 1084, in script
File "renpy/ast.py", line 716, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1223, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 875, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3290, in interact
self.end_transitions()
File "renpy/display/core.py", line 2774, in end_transitions
if (self.frame_time - start) >= delay:
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
Windows-10-10.0.22621
Ren'Py 7.4.8.1895
Tennis Ace 0.59P
Sat Nov 26 16:23:52 2022
***************************************************************************************************
IF YOU CLICK IGNORE TO MOVE ON, A 2ND EXCEPTION ERROR OCCURS:
***************************************************************************************************
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Day17_Shoichi.rpyc", line 1085, in script
File "renpy/ast.py", line 716, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1223, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 875, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 558, in visit_all
for d in self.visit():
File "renpy/display/image.py", line 744, in visit
self.find_target()
File "renpy/display/image.py", line 638, in find_target
raise Exception("In DynamicImage %r: Could not find substitution '%s'." % (self.name, str(ke.args[0])))
Exception: In DynamicImage u'images/sprites/haruki/pose1/arm2_[casual_arm]_casual_jacket.png': Could not find substitution 'casual_arm'.
Windows-10-10.0.22621
Ren'Py 7.4.8.1895
Tennis Ace 0.59P
Sat Nov 26 16:30:25 2022
*********************************************************************************************************************
CLICK IGNORE AGAIN, A 3RD ERROR OCCURS:
*********************************************************************************************************************
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Day17_Shoichi.rpyc", line 1088, in script
File "renpy/ast.py", line 716, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1223, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 875, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3290, in interact
self.end_transitions()
File "renpy/display/core.py", line 2774, in end_transitions
if (self.frame_time - start) >= delay:
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
Windows-10-10.0.22621
Ren'Py 7.4.8.1895
Tennis Ace 0.59P
Sat Nov 26 16:34:25 2022
*************************************************************************************************************
Click ignore after that error and the story moves on.
Tennis Ace community » Bug Reporting · Created a new topic exception error: Jun, Day 28 (Windows version)
Happens after this line. You can click Ignore and continue, but the screen goes black for a split second before the next dialogue box.

I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Parameter 'new_widget' is not known by ATL Transform.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Day28_Jun.rpyc", line 169, in script
File "renpy/ast.py", line 1438, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2718, in do_with
clear=clear)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3633, in interact_core
new_widget=layers_root)
File "renpy/atl.py", line 462, in __call__
raise Exception('Parameter %r is not known by ATL Transform.' % k)
Exception: Parameter 'new_widget' is not known by ATL Transform.
Windows-10-10.0.22621
Ren'Py 7.4.8.1895
Tennis Ace 0.59P
Fri Nov 18 22:27:42 2022
Tennis Ace community » Bug Reporting · Created a new topic exception error: Jun, Day 24 (Windows version)
Popped up after this dialogue:

You can select Ignore and continue playing, but it has something to do with Jun's sprite entering the classroom.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Day24_Jun.rpyc", line 391, in script
File "renpy/ast.py", line 1438, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2718, in do_with
clear=clear)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3633, in interact_core
new_widget=layers_root)
File "renpy/atl.py", line 462, in __call__
raise Exception('Parameter %r is not known by ATL Transform.' % k)
Exception: Parameter 'new_widget' is not known by ATL Transform.
Windows-10-10.0.22621
Ren'Py 7.4.8.1895
Tennis Ace 0.59P
Thu Nov 17 21:56:04 2022
Tennis Ace community » Bug Reporting · Created a new topic conflict of story consistency? (Jun's route)
Tennis Ace community » General Discussion · Created a new topic El Oh El (or, moments you find hilarious in Tennis Ace)
Tennis Ace community » Bug Reporting · Created a new topic Title Screen music - help please [WARNING: ROUTE SPOILER]
*** SPOILER STARTS BELOW ***
*** LAST CHANCE ***
*** ok you asked for it lol ***
After Jun gets hit by the car and the opening title music changes to the music box theme, it won't change back even after deleting all save files and starting over. Is there a way to get it to change back? Perhaps a toggle in the options settings would be nice for those who want to hear the original music.
















































