Croosby86

Newbie
Mar 21, 2020
49
38
I can't even progress the damn nurse cuz it's taking me to the goddamn main menu and i had to restart the whole game.
 

Bloodmoon22

Member
Oct 17, 2020
173
109
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Flip' <'Image' 'Characters/Mar/Mamaria a.png'> True False>:
IOError: Couldn't find file 'Characters/Mar/Mamaria a.png'.

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

Full traceback:
  File "game/code/Story/MomStory.rpyc", line 463, in script
    t�y
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\im.py", line 919, in load
    child = cache.get(self.image)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\Marc\Desktop\SexNote-0.15.0a-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Characters/Mar/Mamaria a.png'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SexNote 0.15.0a
Sat Nov 20 14:38:21 2021
Got to love when this happens when I am with the mom talking to the nurse. Any fix for this?
 
  • Like
Reactions: Doom Marine

Baddog-11

Member
Jul 6, 2017
123
251
looool The Gallery Code for version 0.15d is 1 letter too long.
Its "WhRj0klxaq1" I had to use unren to decomplie the game\code\System\screens.rpyc to remove one letter.

Also FYI it looks like the .rpy file that contains the code changes with every version but it is always the same command line.
Python:
init python:
    e   =
After decompiling all files one can just use notepad++ search all files option to easily find the new code.

Or you just enable the dev console and simply write e


Btw The Cheat Code found in images.rpy is: "Oj1iebIGk35" which is also 1 letter too long xD
 
Last edited:
  • Like
Reactions: Eroman68

Baddog-11

Member
Jul 6, 2017
123
251
yea i was so confused, this was my first time trying to find gallery and cheat codes and was lost when it was 1 letter too long lmfao
I am surprised that finding out the codes can be so easy, for the next version I'll just enable the dev console and put in the whole alphabet until the right letter just outputs the codes.
No more decompiling all the files and digging through them till you find them.

At least as long as JamLiz doesn't see these comments and decides to make it more complicated.
 

hassanfreeman

New Member
Nov 13, 2021
11
5
Gallery and Cheats Unlocker for 0.15.0d
Put in C:\SexNote-0.15.0d-pc\game
Codes in this version will not work because codes are both 11 chars and input field only allows 10 chars :WaitWhat:.
where exactly do i have to paste this command?
 

Baddog-11

Member
Jul 6, 2017
123
251
where exactly do i have to paste this command?
It's written in the comment " SexNote-0.15.0d-pc\game "

If your browser opens the command in a new tab instead of downloading it as a file you have to create a new text file there yourself and then input the code into that file.
Python:
init 999 python:
    trampaOn01501 = True
    persistent.unlock_gal01501 = True
and then rename it to sex_note_0150d_unlocker.rpy make sure that the filename extension changes from .txt to .rpy
 
Last edited:
  • Like
Reactions: Eroman68

hassanfreeman

New Member
Nov 13, 2021
11
5
It's written in the comment " SexNote-0.15.0d-pc\game "

If your browser opens the command in a new tab instead of downloading it as a file you have to create a new text file there yourself and then input the code into that file.
Python:
init 999 python:
    trampaOn01501 = True
    persistent.unlock_gal01501 = True
and then rename it to sex_note_0150d_unlocker.rpy make sure that the filename extension changes from .txt to .rpy
Finally it worked for SexNote-0.15.0d-pc . Thanks a ton mate, people in this community are the best <3
 
Jun 22, 2018
21
3
In 0.15.0b there are scenes with the [totally not vampires really we promise] girls which do not show up in the in game walkthrough. You need to just keep on visiting the house at the very top-right of the map and do minigame until all their scenes are done.
Very sexy scenes with those thirsty cumpires

Jamliz do you have the 0.15.0b codes? a and b have different codes

did you go into the room at the end of the corridor where your mom sleeps in?
yes but he is never there
 
  • Like
Reactions: mrttao

Baddog-11

Member
Jul 6, 2017
123
251
does anyone have the update before this most recent one?
which version exactly do you mean? xD
The first v0.15 version a.k.a v0.15.0a or the first bugfix v0.15.0b?
I don't know if v0.15.0c even exits or if he went straight for the current v0.15.0d

If you mean an even older one v0.14.5a is still available on his patron site.
 
3.60 star(s) 158 Votes