harem.king

Engaged Member
Aug 16, 2023
3,807
6,642
Jamliz there is an uncaught exception after the first visit to Olivia's house:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/code/Mechanics/Navigation.rpy", line 2751, in <module>
NameError: name 'oliLivingroomAyax' is not defined

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

Full traceback:
  File "game/code/Mechanics/Navigation.rpyc", line 2751, in script
  File "/media/username/external/games_x/SexNote/SexNote-0.23.0a-pc/renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "/media/USERNAME/external/games_x/SexNote/SexNote-0.23.0a-pc/renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "/media/USERNAME/external/games_x/SexNote/SexNote-0.23.0a-pc/renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/code/Mechanics/Navigation.rpy", line 2751, in <module>
NameError: name 'oliLivingroomAyax' is not defined

Linux-5.15.0-112-generic-x86_64-with-debian-bookworm-sid x86_64
Ren'Py 7.5.3.22090809
SexNote 0.23.0a
Thu Jun  6 22:44:59 2024
I can ignore it... afterwards when I go to her house in the afternoon to progress her quest.
it repeats the same error.

then, trying to USERNAMEk to her mom gives this error
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/code/Story/OliStory.rpy", line 794, in <module>
NameError: name 'gateTime' is not defined

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

Full traceback:
  File "game/code/Story/OliStory.rpyc", line 794, in script
    ���kO����؞��c���|��� ��~BH<�$dʵF!�N�7���Os��x�|}q>�dV+����HΕ��������,}L�7�V��礕�]�NC���T)AN;I\7>�zA��H՝�_�Q���9x"u:{e��W�����(rM����^#��-@��,�u.O|�!�t�:M�հ��eue�#$޵���R~��zOʾ�)�씼D�#�E�_Kg؇�����GB�c���P��aM����T�~��=u?W�pN�V�4��4V�/,it����������ˆ�$ ���55e��㾁"2}����P�.Ժ�|O����9`���=�55�(�ָ29�~y��<�H?K�_ܺ�������o��."�߅�G�X���T�Jٵ�<��#I�3��$��4����i�!�o�q��8�wM�0*'�Y���
  File "/media/USERNAME/external/games_x/SexNote/SexNote-0.23.0a-pc/renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "/media/USERNAME/external/games_x/SexNote/SexNote-0.23.0a-pc/renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "/media/USERNAME/external/games_x/SexNote/SexNote-0.23.0a-pc/renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/code/Story/OliStory.rpy", line 794, in <module>
NameError: name 'gateTime' is not defined

Linux-5.15.0-112-generic-x86_64-with-debian-bookworm-sid x86_64
Ren'Py 7.5.3.22090809
SexNote 0.23.0a
Thu Jun  6 22:47:44 2024
 

enuthral

Newbie
Jul 29, 2018
82
15
This is a bugged Barbie hint saying "Go to Sleep". It fixes itself after you sleep once. At least for me. If sleep doesn't fix it for you - please reply and I'll see what can be done.

okay i tried it and yup it cleared up the bug.. thanks
 

Brendon90

Member
Apr 27, 2018
256
1,146
For the new update you have to Sleep then talk with Brixxiada.
- Go to the Office and help Barbie with her audition
- Go to your sister Kylee's room to help Barbie get a modelling job
- Then after completing all the scenes with Barbie go to the School to start Olivia's events

The first 3 bug fixes can be entered immediately one after the other and you shouldn't have any other errors. If you can't trigger certain events for Belle or Olivia then you can use fix 4/5 to jump to the scenes at School.

Bug Fix 1 - Phone Crash
To fix phone crash error use Shift + O to access the console then copy/paste or type:
barHint = barGuide

Bug Fix 2 - Olivia's House Crash
Before you enter Olivia's house in the top right beside the red house enter:
oliLivingroomAyax = False

Bug Fix 3 - Talk with Priya Crash
Then at Olivia's house before you talk to Priya open Console again and type:
gateTime = 0

Bug Fix 4 - Force Start end of Belle Event
If you're stuck on "Go to school in the morning" for Belle you can force load the event by going to School then opening the Console and entering:
jump belEvent16

OK so Olivia quest is bugged anyone know how to progress with belle says go to school in the morning have done several times nothing changes
Bug Fix 5 - Force Start beginning of Oliya Event
If you're just starting Olivia's events and can't start it by going to the school you can force start it by entering the school and type:
jump oliEvent1
The graphics might be a bit buggy, but it will trigger the start of her events.
 
Last edited:

ViperGts151

You don’t like me? Fine. Don’t waste my time then.
Donor
Jan 15, 2018
1,429
5,750
Anyone know what I need to do to progress with Brixxida says improve your magic skills yet all my skills are maxed out
 
  • Like
Reactions: jellende2065

Cirdon

Well-Known Member
Nov 27, 2019
1,335
1,977
Bug Fix 2 - Olivia's House Crash
Before you enter Olivia's house in the top right beside the red house enter:
oliLivingroomAyax = False
And...

Code:
While running game code:
  File "game/code/Mechanics/Navigation.rpy", line 2824, in <module>
NameError: name 'oliHallwayAyax' is not defined

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

Full traceback:
  File "game/code/Mechanics/Navigation.rpyc", line 2824, in script
  File "renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/code/Mechanics/Navigation.rpy", line 2824, in <module>
NameError: name 'oliHallwayAyax' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
SexNote 0.23.0a
Fri Jun  7 00:27:56 2024
Code:
While running game code:
  File "game/code/Mechanics/Navigation.rpy", line 2903, in <module>
NameError: name 'oliBedroomAyax' is not defined

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

Full traceback:
  File "game/code/Mechanics/Navigation.rpyc", line 2903, in script
  File "renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/code/Mechanics/Navigation.rpy", line 2903, in <module>
NameError: name 'oliBedroomAyax' is not defined
Code:
While running game code:
  File "game/code/Mechanics/Navigation.rpy", line 2971, in <module>
NameError: name 'oliVeeBedroomAyax' is not defined

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

Full traceback:
  File "game/code/Mechanics/Navigation.rpyc", line 2971, in script
  File "renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/code/Mechanics/Navigation.rpy", line 2971, in <module>
NameError: name 'oliVeeBedroomAyax' is not defined
oliHallwayAyax = False
oliBedroomAyax = False
oliVeeBedroomAyax = False
??
 

ViperGts151

You don’t like me? Fine. Don’t waste my time then.
Donor
Jan 15, 2018
1,429
5,750
And...

Code:
While running game code:
  File "game/code/Mechanics/Navigation.rpy", line 2824, in <module>
NameError: name 'oliHallwayAyax' is not defined

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

Full traceback:
  File "game/code/Mechanics/Navigation.rpyc", line 2824, in script
  File "renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/code/Mechanics/Navigation.rpy", line 2824, in <module>
NameError: name 'oliHallwayAyax' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
SexNote 0.23.0a
Fri Jun  7 00:27:56 2024
Code:
While running game code:
  File "game/code/Mechanics/Navigation.rpy", line 2903, in <module>
NameError: name 'oliBedroomAyax' is not defined

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

Full traceback:
  File "game/code/Mechanics/Navigation.rpyc", line 2903, in script
  File "renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/code/Mechanics/Navigation.rpy", line 2903, in <module>
NameError: name 'oliBedroomAyax' is not defined
Code:
While running game code:
  File "game/code/Mechanics/Navigation.rpy", line 2971, in <module>
NameError: name 'oliVeeBedroomAyax' is not defined

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

Full traceback:
  File "game/code/Mechanics/Navigation.rpyc", line 2971, in script
  File "renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/code/Mechanics/Navigation.rpy", line 2971, in <module>
NameError: name 'oliVeeBedroomAyax' is not defined
oliHallwayAyax = False
oliBedroomAyax = False
oliVeeBedroomAyax = False
??
Had the same errors but like you guessed above entering those into console does the trick
 

blewbury

Member
Jun 25, 2022
245
398
oliHallwayAyax = False
oliBedroomAyax = False
oliVeeBedroomAyax = False
The developer forgot to add new rooms to "sleep reset" code in Bedroom.rpy.
Code:
            $ oliBedroomAyax = True
            $ oliHallwayAyax = True
            $ oliLivingroomAyax = True
            $ oliVeeBedroomAyax = True

Then at Olivia's house before you talk to Priya open Console again and type:
gateTime = 0
There's 2 mistypes in game/code/Story/OliStory.rpy file:

Code:
794:        if gateTime == 0:
2943:      if gateTime == 0:

And there's another bug in the end with "baby" variable. All 3 fixed , or there's explanations how to fix them separately: 1, 2, 3.
 

Toniocartonio99

New Member
May 22, 2019
2
0
I'm the only one that when try to open the game it doesn't even start and the log.txt has only 4 lines?
I have the same problem ONLY with these game since 0.20
And I don't wanna wait that the new version go online I wanna play with my own but I have no idea of what's the problem
 

blewbury

Member
Jun 25, 2022
245
398
Same here.
Are you skipping to new content and getting this?

Looks liked the dev is marking the Belle story completed here game/code/System/script.rpy for skip:
Code:
     $ belEvents = 20
But doesn't mark her quest as completed - there should be this line in next block as for other skipped quests:
Code:
    $ belGuide = "That's all for this version."
That's why ya'll "stuck" with Belle story - because there's no new Belle story at all, just someone forgot to clear someting.

Here's updated patch with fix for this issue. Now it fixes:
  1. The Belle's quest will be marked as completed from start of update as it should be;
  2. gateTime crash;
  3. oliBedroomAyax, oliHallwayAyax, oliLivingroomAyax, oliVeeBedroomAyax crash;
  4. oliBaby crash.

If you have already started the game and just want to get rid of "Go to school" for Belle without re-starting - you can just execute this in console:
Code:
belGuide = "That's all for this version."
Or go back in time by doing this:
Code:
belEvents = 19
And visit the school in the morning to re-watch the last scene and close the quest this way.
 

breachcreaper

Newbie
May 18, 2020
27
8
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/code/Mechanics/Interface.rpy", line 845, in execute
File "game/code/Mechanics/Interface.rpy", line 845, in execute
File "game/code/Mechanics/Interface.rpy", line 1266, in execute
File "game/code/Mechanics/Interface.rpy", line 1272, in execute
File "game/code/Mechanics/Interface.rpy", line 1355, in execute
NameError: Name 'barHint' is not defined.

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

Full traceback:
File "game/code/Mechanics/Navigation.rpyc", line 188, in script
��ݬ=@�nv
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "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 "renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/code/Mechanics/Interface.rpy", line 845, in execute
File "game/code/Mechanics/Interface.rpy", line 845, in execute
File "game/code/Mechanics/Interface.rpy", line 1266, in execute
File "game/code/Mechanics/Interface.rpy", line 1272, in execute
File "game/code/Mechanics/Interface.rpy", line 1355, in execute
File "renpy/text/text.py", line 1688, in _scope
return self.set_text(self.text_parameter, scope, self.substitute, update)
File "renpy/text/text.py", line 1712, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "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/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "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/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'barHint' is not defined.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
SexNote 0.23.0a
Fri Jun 7 04:06:26 2024
 
  • Like
Reactions: Kishami

kineasrm

Member
Jan 18, 2021
240
89
I really think adding sounds for the scenes would make this game one of the top ones in the genre, the art and animatios are top tier for me, just missing that audio effects. the game even has the VOICE VOLUME on settings but nothing?
 
Last edited:

SkepSyS

Member
Oct 2, 2020
140
185
Dear dev pls remake the Colors at the envelope thing... there are some people that are colorblind... and that is just pain!
 

grahegri

you can't regex stupidity
Donor
Feb 23, 2023
10,222
5,762
SexNote-0.23.0a
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.
Want to join the team? Read more here!
 
  • Like
Reactions: Rei Shougum
3.60 star(s) 162 Votes