← Return to game
Log in with itch.io to leave a comment.
Got this as soon as I tried to click on PowerPoint:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/dialogues.rpy", line 156, in script
mad "Guys, let’s switch the topic from this boring family stuff"
File "game/customScreen.rpy", line 15, in execute
screen displayTextScreen:
File "game/customScreen.rpy", line 17, in execute
vbox:
File "game/customScreen.rpy", line 20, in execute
frame:
File "game/customScreen.rpy", line 21, in execute
text displayText
NameError: Name 'power_points' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\exports.py", line 1474, in say
who(what, *args, **kwargs)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\character.py", line 1352, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\character.py", line 1003, in do_display
display_say(who,
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\character.py", line 693, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\core.py", line 3582, 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 "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\core.py", line 4055, in <lambda>
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\text\text.py", line 1727, in _scope
return self.set_text(self.text_parameter, scope, self.substitute, update)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\text\text.py", line 1763, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-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-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Dominious 0.0.1
Thu Sep 5 21:34:37 2024
Almost every choice i make results in a "power_points' is not defined" error, so for now i'll leave this as it is and come back later.
This has been fixed by someone on F95
Sorry for the error
What future tags are you planning? Harem? ntr/sharing? Pregnancy? futa/trans? femdom?
future tags - Male dom, harem, femdom, Exhibitionism, Humiliation, Interracial, Masturbation, MILF, pregnancy etc
not planned tags - futa/trans
Will there be ntr/sharing or MC the only one with sex scenes?
The answer to the second question is no since the only sex scene in the game currently doesn't involve the MC at all
Ntr tag seems to be missing.
← Return to game
Comments
Log in with itch.io to leave a comment.
Got this as soon as I tried to click on PowerPoint:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/dialogues.rpy", line 156, in script
mad "Guys, let’s switch the topic from this boring family stuff"
File "game/customScreen.rpy", line 15, in execute
screen displayTextScreen:
File "game/customScreen.rpy", line 15, in execute
screen displayTextScreen:
File "game/customScreen.rpy", line 17, in execute
vbox:
File "game/customScreen.rpy", line 20, in execute
frame:
File "game/customScreen.rpy", line 21, in execute
text displayText
NameError: Name 'power_points' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/dialogues.rpy", line 156, in script
mad "Guys, let’s switch the topic from this boring family stuff"
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\exports.py", line 1474, in say
who(what, *args, **kwargs)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\character.py", line 1352, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\character.py", line 1003, in do_display
display_say(who,
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\character.py", line 693, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\core.py", line 3582, 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 "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/customScreen.rpy", line 15, in execute
screen displayTextScreen:
File "game/customScreen.rpy", line 15, in execute
screen displayTextScreen:
File "game/customScreen.rpy", line 17, in execute
vbox:
File "game/customScreen.rpy", line 20, in execute
frame:
File "game/customScreen.rpy", line 21, in execute
text displayText
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\text\text.py", line 1727, in _scope
return self.set_text(self.text_parameter, scope, self.substitute, update)
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\text\text.py", line 1763, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-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-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
File "I:\xxx extra\Dominious-0.0.1-pc\Dominious-0.0.1-pc\renpy\substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'power_points' is not defined.
Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Dominious 0.0.1
Thu Sep 5 21:34:37 2024
```
Almost every choice i make results in a "power_points' is not defined" error, so for now i'll leave this as it is and come back later.
This has been fixed by someone on F95
Sorry for the error
What future tags are you planning? Harem? ntr/sharing? Pregnancy? futa/trans? femdom?
future tags - Male dom, harem, femdom, Exhibitionism, Humiliation, Interracial, Masturbation, MILF, pregnancy etc
not planned tags - futa/trans
Will there be ntr/sharing or MC the only one with sex scenes?
The answer to the second question is no since the only sex scene in the game currently doesn't involve the MC at all
Ntr tag seems to be missing.