Lexie lecoeur

Active Member
Game Developer
Sep 18, 2021
649
4,171
I'm getting a problem accessing the Character / diary screens from/ about the second day

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "game/LI_interface.rpy", line 44, in execute
  File "game/LI_interface.rpy", line 44, in execute
  File "game/LI_interface.rpy", line 49, in execute
  File "game/LI_interface.rpy", line 59, in execute
  File "game/LI_interface.rpy", line 59, in execute
  File "game/LI_interface.rpy", line 62, in execute
  File "game/LI_interface.rpy", line 202, in execute
  File "game/LI_interface.rpy", line 211, in execute
  File "game/LI_interface.rpy", line 219, in execute
  File "game/LI_interface.rpy", line 221, in execute
  File "game/LI_interface.rpy", line 222, in execute
  File "game/LI_interface.rpy", line 223, in execute
  File "game/LI_interface.rpy", line 224, in execute
  File "game/LI_interface.rpy", line 224, in <module>
KeyError: 'boulangère'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/LI_interface.rpy", line 44, in execute
  File "game/LI_interface.rpy", line 44, in execute
  File "game/LI_interface.rpy", line 49, in execute
  File "game/LI_interface.rpy", line 59, in execute
  File "game/LI_interface.rpy", line 59, in execute
  File "game/LI_interface.rpy", line 62, in execute
  File "game/LI_interface.rpy", line 202, in execute
  File "game/LI_interface.rpy", line 211, in execute
  File "game/LI_interface.rpy", line 219, in execute
  File "game/LI_interface.rpy", line 221, in execute
  File "game/LI_interface.rpy", line 222, in execute
  File "game/LI_interface.rpy", line 223, in execute
  File "game/LI_interface.rpy", line 224, in execute
  File "game/LI_interface.rpy", line 224, in <module>
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\exports.py", line 3688, in substitute
    return renpy.substitutions.substitute(s, scope=scope, translate=translate)[0]
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'boulangère'

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Bonus 01 V0.5.2
Mon Nov 21 10:55:01 2022
The interface is completely new. The old savegames are not compatible.
It is necessary to start a new game
 

Maobjorn

Newbie
Oct 8, 2022
21
30
Android version still doesn't work any ideas when it's gonna be fixed?seems like the dev has some problems porting the new version for some reason
 
  • Like
Reactions: Im The Night

whoabacha

Member
Jul 17, 2017
196
540
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "game/LI_interface.rpy", line 44, in execute
File "game/LI_interface.rpy", line 44, in execute
File "game/LI_interface.rpy", line 49, in execute
File "game/LI_interface.rpy", line 59, in execute
File "game/LI_interface.rpy", line 59, in execute
File "game/LI_interface.rpy", line 62, in execute
File "game/LI_interface.rpy", line 202, in execute
File "game/LI_interface.rpy", line 211, in execute
File "game/LI_interface.rpy", line 219, in execute
File "game/LI_interface.rpy", line 221, in execute
File "game/LI_interface.rpy", line 222, in execute
File "game/LI_interface.rpy", line 223, in execute
File "game/LI_interface.rpy", line 224, in execute
File "game/LI_interface.rpy", line 224, in <module>
KeyError: 'boulangère'

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/LI_interface.rpy", line 44, in execute
File "game/LI_interface.rpy", line 44, in execute
File "game/LI_interface.rpy", line 49, in execute
File "game/LI_interface.rpy", line 59, in execute
File "game/LI_interface.rpy", line 59, in execute
File "game/LI_interface.rpy", line 62, in execute
File "game/LI_interface.rpy", line 202, in execute
File "game/LI_interface.rpy", line 211, in execute
File "game/LI_interface.rpy", line 219, in execute
File "game/LI_interface.rpy", line 221, in execute
File "game/LI_interface.rpy", line 222, in execute
File "game/LI_interface.rpy", line 223, in execute
File "game/LI_interface.rpy", line 224, in execute
File "game/LI_interface.rpy", line 224, in <module>
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\exports.py", line 3688, in substitute
return renpy.substitutions.substitute(s, scope=scope, translate=translate)[0]
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "E:\Downloads\Games\Jason-0.5.2\Jason-0.5.2\JASON-V0.5.2-pc\renpy\substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'boulangère'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Bonus 01 V0.5.2
Mon Nov 21 12:03:17 2022
Get this error accessing the character screens in game, first time playing so no saves involved
 

S1nsational

Engaged Member
Mar 31, 2022
2,851
5,424
I absolutely LOVE that we can be bisexual!!!!

Only problem so far is, All the important game mechanic explanations aren't translated. I can kinda guess part of what the one on the rooftop is saying, but I'm missing a lot of it. Blue = Important. Is all I'm getting.
 
  • Angry
Reactions: evyleu

Sadowdark

Conversation Conqueror
Mar 4, 2020
6,112
8,814
Do my choices matter in this game, I'm not forced by the game to sex scenes that I wouldn't choose. Can prostitution be omitted?
 

Lexie lecoeur

Active Member
Game Developer
Sep 18, 2021
649
4,171
I absolutely LOVE that we can be bisexual!!!!

Only problem so far is, All the important game mechanic explanations aren't translated. I can kinda guess part of what the one on the rooftop is saying, but I'm missing a lot of it. Blue = Important. Is all I'm getting.
It's probably a bug because on the old versions it was translated.
When it's blue it means that your choice will have repercussions on future scenes with this character.
Does the LI menu work for you? Are you on a PC?
 

kaczy091

Member
May 27, 2018
437
291
are the choices important, i mean are there love points here. eg at the beginning we have a choice of what boobs we like, big or small. Do we get any points for a good choice?
 
  • Like
Reactions: Lexie lecoeur

chuckypetya

Member
Jan 18, 2018
376
202
I was waiting for this little update really much! Lexie's room is nice, love the renders, and the girls! Alex is hot AF, Madison... she sohuld be 18 at least to get her, bc showing a 16 years old girls kitty is dangerous :D I love your game so far, it is on my most waited updates list!
 
  • Like
Reactions: Lexie lecoeur

Lexie lecoeur

Active Member
Game Developer
Sep 18, 2021
649
4,171
are the choices important, i mean are there love points here. eg at the beginning we have a choice of what boobs we like, big or small. Do we get any points for a good choice?
There are no points for choices, but all choices are recorded and the reactions of the characters will indeed change.
Blue choices are choices that will change the character's personality and choices with a character icon in gray will lead to a scene that concerns that character.
 

S1nsational

Engaged Member
Mar 31, 2022
2,851
5,424
just finished the current content, really love what's there at the moment.

I do have a few questions and thought though;

If we choose being bisexual, will that allow us to have male love interests? I know this might sound like a stupid question, but the Harem image when you go to quit only shows female characters. Possibly to avoid annoying all the straight people, I get it. But I would like clarification on if it's true bisexuality or if it's just changes MCs attitude to various sexual things, like kissing after a blowjob versus refusing to kiss after a blowjob? Not being grossed out by tasting/swallowing cum etc etc. Also, I'm kinda the description of the gay option doesn't help with my wondering this, when it says he's still in the closet, makes me wonder if bisexual is out as bisexual or also in the closet. If both are in the closet, I hope we get to come out. Even if just the gay one is in the closet, I hope they get to come out, and that game doesn't force them to have sex with all the women etc.

Will we only have one chance to add girls/guys for the first time? Like if we turn down Mayra the first time and go straight to the shop, does that lock her out? And the same for all the future love interests. The settings questions, the one letting you avoid NTR, states you can cause girls to run away from you, is this about mistreating them of explicitly shooting them down or is it much easier and if yo u don't go with Mayra the first time she's gone for good? I chose No-NTR, I'm just using that question to show that girls can be lost. I don't want to loose girls by mistake
 

Lexie lecoeur

Active Member
Game Developer
Sep 18, 2021
649
4,171
just finished the current content, really love what's there at the moment.

I do have a few questions and thought though;

If we choose being bisexual, will that allow us to have male love interests? I know this might sound like a stupid question, but the Harem image when you go to quit only shows female characters. Possibly to avoid annoying all the straight people, I get it. But I would like clarification on if it's true bisexuality or if it's just changes MCs attitude to various sexual things, like kissing after a blowjob versus refusing to kiss after a blowjob? Not being grossed out by tasting/swallowing cum etc etc. Also, I'm kinda the description of the gay option doesn't help with my wondering this, when it says he's still in the closet, makes me wonder if bisexual is out as bisexual or also in the closet. If both are in the closet, I hope we get to come out. Even if just the gay one is in the closet, I hope they get to come out, and that game doesn't force them to have sex with all the women etc.

Will we only have one chance to add girls/guys for the first time? Like if we turn down Mayra the first time and go straight to the shop, does that lock her out? And the same for all the future love interests. The settings questions, the one letting you avoid NTR, states you can cause girls to run away from you, is this about mistreating them of explicitly shooting them down or is it much easier and if yo u don't go with Mayra the first time she's gone for good? I chose No-NTR, I'm just using that question to show that girls can be lost. I don't want to loose girls by mistake
Don't worry, nothing is permanently lost on a simple choice.
Not going with Marya on the first night will not prevent you from meeting Marya later.
During this prologue, not getting a blowjob from Marya will even provide more sperm for Lexie the next morning if you chose the romantic route.
As for bisexuality, it will arrive in episode 01, but not in the first part (the one before Christmas) but later.
For the homosexuality there will be a foretaste in the next update. Indeed I added a new scene to the prologue.
For the NTR, no content for the moment but if it's possible in the future to banish a girl completely, she can be with someone else.
 

S1nsational

Engaged Member
Mar 31, 2022
2,851
5,424
Don't worry, nothing is permanently lost on a simple choice.
Not going with Marya on the first night will not prevent you from meeting Marya later.
During this prologue, not getting a blowjob from Marya will even provide more sperm for Lexie the next morning if you chose the romantic route.
As for bisexuality, it will arrive in episode 01, but not in the first part (the one before Christmas) but later.
For the homosexuality there will be a foretaste in the next update. Indeed I added a new scene to the prologue.
For the NTR, no content for the moment but if it's possible in the future to banish a girl completely, she can be with someone else.
Thank you, that's awesome and really reassuring to hear.
 

Lexie lecoeur

Active Member
Game Developer
Sep 18, 2021
649
4,171
View attachment 2184450
N.O. N.E.V.E.R.

tHIS BETTER NEVER BE POSSIBLE.
View attachment 2184449

We play games to meet characters and engage, not turn them away and ... quit?
A player may not like a main or secondary characters.
He or she can avoid dealing with her. But there will come a time when the player can make it clear that he is not interested in her. In this case, the girl may end up in the arms of someone else.
Or the player could put her in the hands of another character and watch her get fucked by someone else.
These are options that I'm thinking of integrating into the game.
My goal is to offer a game with a lot of possible choices that will vary the story.
 
Last edited:
4.50 star(s) 121 Votes