Nov 2, 2017
20
12
178
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 167, in script call
  File "game/script.rpy", line 187, in script call
  File "game/scripts/eveEvents.rpy", line 3405, in script
  File "game/customScreens.rpy", line 2993, in execute
  File "game/customScreens.rpy", line 2993, in execute
  File "game/customScreens.rpy", line 2996, in execute
  File "game/customScreens.rpy", line 3000, in execute
  File "game/customScreens.rpy", line 3006, in execute
  File "game/customScreens.rpy", line 3045, in execute
  File "game/customScreens.rpy", line 3051, in execute
  File "game/customScreens.rpy", line 3054, in execute
  File "game/customScreens.rpy", line 3065, in execute
  File "game/customScreens.rpy", line 3066, in execute
  File "game/customScreens.rpy", line 3068, in execute
NameError: name 'goth' is not defined

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

Traceback (most recent call last):
  File "game/script.rpy", line 167, in script call
  File "game/script.rpy", line 187, in script call
  File "game/scripts/eveEvents.rpy", line 3405, in script
  File "renpy/ast.py", line 2231, in execute
    self.call("execute")
    ~~~~~~~~~^^^^^^^^^^^
  File "renpy/ast.py", line 2195, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
           ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/statements.py", line 379, in call
    return method(parsed, *args, **kwargs)
           ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/common/000statements.rpy", line 485, in execute_pause
    renpy.pause()
    ~~~~~~~~~~~^^
  File "renpy/exports/statementexports.py", line 198, in pause
    rv = renpy.ui.interact(mouse="pause", type="pause", roll_forward=roll_forward, pause=delay, pause_modal=modal)
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/ui.py", line 304, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 2219, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )  # type: ignore
    ^                
  File "renpy/display/core.py", line 2757, in interact_core
    root_widget.visit_all(lambda d: d.per_interact())
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/screen.py", line 503, in visit_all
    callback(self)
    ~~~~~~~~^^^^^^
  File "renpy/display/core.py", line 2757, in <lambda>
    root_widget.visit_all(lambda d: d.per_interact())
                                    ~~~~~~~~~~~~~~^^ 
  File "renpy/display/screen.py", line 514, in per_interact
    self.update()
    ~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 715, in update
    self.screen.function(**self.scope)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "game/customScreens.rpy", line 2993, in execute
  File "game/customScreens.rpy", line 2993, in execute
  File "game/customScreens.rpy", line 2996, in execute
  File "game/customScreens.rpy", line 3000, in execute
  File "game/customScreens.rpy", line 3006, in execute
  File "game/customScreens.rpy", line 3045, in execute
  File "game/customScreens.rpy", line 3051, in execute
  File "game/customScreens.rpy", line 3054, in execute
  File "game/customScreens.rpy", line 3065, in execute
  File "game/customScreens.rpy", line 3066, in execute
  File "game/customScreens.rpy", line 3068, in execute
  File "renpy/ui.py", line 1001, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/text/text.py", line 2195, in __init__
    self.set_text(text, scope, substitute)  # type: ignore
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^                
  File "renpy/text/text.py", line 2329, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)  # type: ignore
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^                
  File "renpy/substitutions.py", line 355, in substitute
    s = interpolate(s, variables)  # type: ignore
        ~~~~~~~~~~~^^^^^^^^^^^^^^                
  File "renpy/substitutions.py", line 89, in interpolate
    raise e
  File "renpy/substitutions.py", line 81, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
            ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1292, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1285, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<none>", line 1, in <module>
NameError: name 'goth' is not defined

Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.4.1.25072401
SinsOfNight Release_6
Tue Dec  9 11:54:40 2025

Iam gettin this Error Code when i try to start the quest: Work: Manage the Bar
 

MakinWaves

Sins Of Night || Love & Vice
Game Developer
Nov 25, 2020
1,096
3,821
427
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 167, in script call
  File "game/script.rpy", line 187, in script call
  File "game/scripts/eveEvents.rpy", line 3405, in script
  File "game/customScreens.rpy", line 2993, in execute
  File "game/customScreens.rpy", line 2993, in execute
  File "game/customScreens.rpy", line 2996, in execute
  File "game/customScreens.rpy", line 3000, in execute
  File "game/customScreens.rpy", line 3006, in execute
  File "game/customScreens.rpy", line 3045, in execute
  File "game/customScreens.rpy", line 3051, in execute
  File "game/customScreens.rpy", line 3054, in execute
  File "game/customScreens.rpy", line 3065, in execute
  File "game/customScreens.rpy", line 3066, in execute
  File "game/customScreens.rpy", line 3068, in execute
NameError: name 'goth' is not defined

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

Traceback (most recent call last):
  File "game/script.rpy", line 167, in script call
  File "game/script.rpy", line 187, in script call
  File "game/scripts/eveEvents.rpy", line 3405, in script
  File "renpy/ast.py", line 2231, in execute
    self.call("execute")
    ~~~~~~~~~^^^^^^^^^^^
  File "renpy/ast.py", line 2195, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
           ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/statements.py", line 379, in call
    return method(parsed, *args, **kwargs)
           ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/common/000statements.rpy", line 485, in execute_pause
    renpy.pause()
    ~~~~~~~~~~~^^
  File "renpy/exports/statementexports.py", line 198, in pause
    rv = renpy.ui.interact(mouse="pause", type="pause", roll_forward=roll_forward, pause=delay, pause_modal=modal)
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/ui.py", line 304, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 2219, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )  # type: ignore
    ^               
  File "renpy/display/core.py", line 2757, in interact_core
    root_widget.visit_all(lambda d: d.per_interact())
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/screen.py", line 503, in visit_all
    callback(self)
    ~~~~~~~~^^^^^^
  File "renpy/display/core.py", line 2757, in <lambda>
    root_widget.visit_all(lambda d: d.per_interact())
                                    ~~~~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 514, in per_interact
    self.update()
    ~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 715, in update
    self.screen.function(**self.scope)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "game/customScreens.rpy", line 2993, in execute
  File "game/customScreens.rpy", line 2993, in execute
  File "game/customScreens.rpy", line 2996, in execute
  File "game/customScreens.rpy", line 3000, in execute
  File "game/customScreens.rpy", line 3006, in execute
  File "game/customScreens.rpy", line 3045, in execute
  File "game/customScreens.rpy", line 3051, in execute
  File "game/customScreens.rpy", line 3054, in execute
  File "game/customScreens.rpy", line 3065, in execute
  File "game/customScreens.rpy", line 3066, in execute
  File "game/customScreens.rpy", line 3068, in execute
  File "renpy/ui.py", line 1001, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/text/text.py", line 2195, in __init__
    self.set_text(text, scope, substitute)  # type: ignore
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^               
  File "renpy/text/text.py", line 2329, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)  # type: ignore
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^               
  File "renpy/substitutions.py", line 355, in substitute
    s = interpolate(s, variables)  # type: ignore
        ~~~~~~~~~~~^^^^^^^^^^^^^^               
  File "renpy/substitutions.py", line 89, in interpolate
    raise e
  File "renpy/substitutions.py", line 81, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
            ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1292, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1285, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<none>", line 1, in <module>
NameError: name 'goth' is not defined

Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.4.1.25072401
SinsOfNight Release_6
Tue Dec  9 11:54:40 2025

Iam gettin this Error Code when i try to start the quest: Work: Manage the Bar
That should be fixed in the latest version in the OP.
 
  • Like
Reactions: Adoringfan
Mar 31, 2025
60
110
52
Wrote a post for the game's second anniversary outlining the plan for 2026. Available publically on or .

Thank you for another year! Merry Christmas and Happy New Year to all of you!
This is exciting and all dev, but seriously don't forget the sex part this time around...
And the stockings, suspenders, pantyhose, body lace, lace lingerie, stilettos, thigh high boots, deep eye shadow makeup...etc etc etc
Also please add some simping for Kate and Evelynn. The player could grind the money, buy erotic clothing for Kate and Evelynn and then the girls would send sexy photos before going on a date.
 
Last edited:

Grey62

Member
Jun 11, 2022
135
211
167
Wrote a post for the game's second anniversary outlining the plan for 2026. Available publically on or .

Thank you for another year! Merry Christmas and Happy New Year to all of you!
Make scenes repetable and you would have a perfect road map I think
 

PickerLewd

Engaged Member
Dec 22, 2022
3,006
3,878
397
The roadmap is good, but I'm concerned that the main storyline won't have progressed at all by 2026.

While all the Evelyn and Harley content will cover various sexual fetishes, I'd like to see a scene or two with Hugh or another ancient vampire to find out more about the clandestine network they're running in the city :HideThePain:.
 
  • Like
Reactions: kfy

kfy

Member
Apr 27, 2017
187
329
294
The roadmap is good, but I'm concerned that the main storyline won't have progressed at all by 2026.

While all the Evelyn and Harley content will cover various sexual fetishes, I'd like to see a scene or two with Hugh or another ancient vampire to find out more about the clandestine network they're running in the city :HideThePain:.
After that scene with Hugh visiting the house honestly would love some sharing stuff with him. Agreed though, Harley/Eve are my favorites but to the people who played for Kate/main story stuff I wonder if they'll stay interested in the project.
 
4.00 star(s) 48 Votes