baklol

Active Member
Aug 13, 2018
661
477
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00library.rpy", line 268, in say
    who(what, interact=interact, *args, **kwargs)
TypeError: argument of type 'NoneType' is not iterable

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

Full traceback:
  File "prologue.rpyc", line 74, in script
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 268, in say
    who(what, interact=interact, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, 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 3325, 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 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/text/text.py", line 2096, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "renpy/text/text.py", line 639, in __init__
    glyphs = ts.glyphs(s, self)
  File "renpy/text/text.py", line 248, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "renpy/text/font.py", line 702, in get_font
    face = load_face(fn)
  File "renpy/text/font.py", line 611, in load_face
    if "@" in fn:
TypeError: argument of type 'NoneType' is not iterable

Windows-8.1-6.3.9600
Ren'Py 7.4.11.2266
Hard to Love 0.01
Thu Feb  3 16:59:39 2022
bugs and bugs
 

oopsivefallen

New Member
Aug 5, 2018
3
43
After downloading the game I, like everyone else, encountered the errors. I've fixed what I could with my own changes, and made the game somewhat playable. It should work for all of you as well.

Just unzip the fix into your "game" directory folder (6 New Files should appear in the game folder data, screens and style)

You don't have permission to view the spoiler content. Log in or register now.

Any issues with my fix just reply to this message and I will see what I can do.
 
Sep 22, 2018
404
650
I unren'd it and read the script and wasn't very impressed by the dialog... the images look fairly clean though. some decent renders... Nothing extremely impressive or especially sexy but they look finished anyway. I did see one that was pretty nice...
View attachment propanel26_3.webp
 

calel

Member
Aug 19, 2021
326
554
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/options.rpy", line 36: expected '=' not found.
define config.mouse['default'] = [ ( "gui/mouse.png", 14, 15) ]
^

File "game/options.rpy", line 37: expected '=' not found.
define config.mouse['mbselect'] = [ ( "gui/mouse_hand.png", 22, 13) ]
^

File "game/options.rpy", line 38: expected '=' not found.
define config.mouse['mbtalk'] = [ ( "gui/mouse_speak.png", 0, 0) ]
^

Ren'Py Version: Ren'Py 7.3.5.606
 

oopsivefallen

New Member
Aug 5, 2018
3
43
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/options.rpy", line 36: expected '=' not found.
define config.mouse['default'] = [ ( "gui/mouse.png", 14, 15) ]
^

File "game/options.rpy", line 37: expected '=' not found.
define config.mouse['mbselect'] = [ ( "gui/mouse_hand.png", 22, 13) ]
^

File "game/options.rpy", line 38: expected '=' not found.
define config.mouse['mbtalk'] = [ ( "gui/mouse_speak.png", 0, 0) ]
^

Ren'Py Version: Ren'Py 7.3.5.606
From what I can see your copy of the game is trying to run on Ren'Py version 7.3.5, however it needs to be running on Ren'Py version 7.4.11 as that is the Ren'Py version the game was developed on.
 
Sep 22, 2018
404
650
It's pretty broken even with the fixes. sometimes the text turns white and it's really hard to read. I like the characters, decent model assets. (I'm using one of them in the game I'm currently developing) Looks like they put in extra work with post image editing. decent menu buttons and gui. music and sound effects are a nice touch. This game has potential once the bugs are worked out and we get some more story. Kinda wish the main character wasn't such a bitchy whiny turd though... Always saying dumb shit like "I don't wanna see your tits mom" or "stop sucking my dick you are my sister"
 
Last edited:

calel

Member
Aug 19, 2021
326
554
From what I can see your copy of the game is trying to run on Ren'Py version 7.3.5, however it needs to be running on Ren'Py version 7.4.11 as that is the Ren'Py version the game was developed on.
I can run games with Ren'Py version 7.4.11 when im put in 7.3.5 sdk (launch project)
This mouse error bug is new to me
The graphic card im using is integrated gpu
The reason why im only able to use renpy 7.3.5 sdk is that the 64bit renpy is gives me white screen . Plus i need to enable existention limit for the game to work with 7.3.5 sdk updated igpu driver doesnt help i tried
Please can somebody help with a mouse patch rpy
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,045
It's pretty broken even with the fixes. sometimes the text turns white and it's really hard to read. I like the characters, decent model assets. (I'm using one of them in the game I'm currently developing) Looks like they put in extra work with post image editing. decent menu buttons and gui. music and sound effects are a nice touch. This game has potential once the bugs are worked out and we get some more story. Kinda wish the main character wasn't such a bitchy whiny turd though.
yeah - agree with most points

the menu ... is a bit out of place - thats not a game for kids - to "cute" if you get me ...
 
  • Like
Reactions: retardedusername

xinkala

Bonk
Game Developer
Nov 26, 2020
945
2,930
Okay here is my little review and impression after playing this

-Renders are pretty good and nice.
-Music is good and suitable to gameplay
-Main menu is little "childish" but normal
-Texting system is kinda annoying
-Story is quite decent and interesting

This game really have a potential. it would be good if dev spent little more time testing game before releasing :BootyTime:
 
  • Like
Reactions: El Tanque

baklol

Active Member
Aug 13, 2018
661
477
i hope it continues amazing story will be looking for next update amazing work but bugs are there only one drawback
 

Dukez

Member
Dec 19, 2020
401
1,503
Did they like even run the game after compiling it? Like you error within the first 30 seconds lol
 
3.80 star(s) 120 Votes