Apr 3, 2022
26
38
what's the error? shouldn't need a new save
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/interface/actions.rpy", line 19, in execute
  File "game/scripts/interface/actions.rpy", line 19, in execute
  File "game/scripts/interface/actions.rpy", line 43, in execute
  File "game/scripts/interface/actions.rpy", line 148, in execute
  File "game/scripts/interface/actions.rpy", line 517, in execute
  File "game/scripts/interface/actions.rpy", line 518, in execute
  File "game/scripts/interface/actions.rpy", line 518, in <module>
AttributeError: 'ActionClass' object has no attribute 'intensities'

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

Full traceback:
  File "scripts/mechanics/movement.rpyc", line 60, in script call
  File "scripts/locations/bedrooms.rpyc", line 274, in script call
  File "scripts/interactions/sleeping.rpyc", line 22, in script call
  File "scripts/interactions/sleeping.rpyc", line 205, in script call
  File "scripts/locations/bedrooms.rpyc", line 184, in script call
  File "scripts/interactions/sleeping.rpyc", line 109, in script call
  File "scripts/locations/bedrooms.rpyc", line 156, in script call
  File "scripts/locations/bedrooms.rpyc", line 156, in script call
  File "scripts/mechanics/phone.rpyc", line 87, in script call
  File "characters/Rogue/interactions/texting.rpyc", line 86, in script call
  File "scripts/interactions/summoning.rpyc", line 91, in script call
  File "scripts/locations/bedrooms.rpyc", line 156, in script call
  File "scripts/mechanics/phone.rpyc", line 87, in script call
  File "characters/Laura/interactions/texting.rpyc", line 86, in script call
  File "scripts/interactions/summoning.rpyc", line 91, in script call
  File "scripts/locations/bedrooms.rpyc", line 156, in script
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\ast.py", line 1618, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\exports.py", line 1114, in menu
    rv = renpy.store.menu(new_items)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\exports.py", line 1369, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\core.py", line 2165, 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 "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\core.py", line 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/interface/actions.rpy", line 19, in execute
  File "game/scripts/interface/actions.rpy", line 19, in execute
  File "game/scripts/interface/actions.rpy", line 43, in execute
  File "game/scripts/interface/actions.rpy", line 148, in execute
  File "game/scripts/interface/actions.rpy", line 517, in execute
  File "game/scripts/interface/actions.rpy", line 518, in execute
  File "game/scripts/interface/actions.rpy", line 518, in <module>
AttributeError: 'ActionClass' object has no attribute 'intensities'

Windows-10-10.0.22621 AMD64
Ren'Py 8.3.0.24022002+unofficial
The Null Hypothesis 0.3c
Thu Feb 22 10:50:56 2024

is it maybe because i didnt download 0.3B and went straight from A to C?
 
  • Like
Reactions: ganaconda

ronchonbon

Member
Game Developer
Jul 18, 2019
118
1,183
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/interface/actions.rpy", line 19, in execute
  File "game/scripts/interface/actions.rpy", line 19, in execute
  File "game/scripts/interface/actions.rpy", line 43, in execute
  File "game/scripts/interface/actions.rpy", line 148, in execute
  File "game/scripts/interface/actions.rpy", line 517, in execute
  File "game/scripts/interface/actions.rpy", line 518, in execute
  File "game/scripts/interface/actions.rpy", line 518, in <module>
AttributeError: 'ActionClass' object has no attribute 'intensities'

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

Full traceback:
  File "scripts/mechanics/movement.rpyc", line 60, in script call
  File "scripts/locations/bedrooms.rpyc", line 274, in script call
  File "scripts/interactions/sleeping.rpyc", line 22, in script call
  File "scripts/interactions/sleeping.rpyc", line 205, in script call
  File "scripts/locations/bedrooms.rpyc", line 184, in script call
  File "scripts/interactions/sleeping.rpyc", line 109, in script call
  File "scripts/locations/bedrooms.rpyc", line 156, in script call
  File "scripts/locations/bedrooms.rpyc", line 156, in script call
  File "scripts/mechanics/phone.rpyc", line 87, in script call
  File "characters/Rogue/interactions/texting.rpyc", line 86, in script call
  File "scripts/interactions/summoning.rpyc", line 91, in script call
  File "scripts/locations/bedrooms.rpyc", line 156, in script call
  File "scripts/mechanics/phone.rpyc", line 87, in script call
  File "characters/Laura/interactions/texting.rpyc", line 86, in script call
  File "scripts/interactions/summoning.rpyc", line 91, in script call
  File "scripts/locations/bedrooms.rpyc", line 156, in script
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\ast.py", line 1618, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\exports.py", line 1114, in menu
    rv = renpy.store.menu(new_items)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\exports.py", line 1369, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\core.py", line 2165, 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 "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\core.py", line 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Games\PS2\cheats\a\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/interface/actions.rpy", line 19, in execute
  File "game/scripts/interface/actions.rpy", line 19, in execute
  File "game/scripts/interface/actions.rpy", line 43, in execute
  File "game/scripts/interface/actions.rpy", line 148, in execute
  File "game/scripts/interface/actions.rpy", line 517, in execute
  File "game/scripts/interface/actions.rpy", line 518, in execute
  File "game/scripts/interface/actions.rpy", line 518, in <module>
AttributeError: 'ActionClass' object has no attribute 'intensities'

Windows-10-10.0.22621 AMD64
Ren'Py 8.3.0.24022002+unofficial
The Null Hypothesis 0.3c
Thu Feb 22 10:50:56 2024

is it maybe because i didnt download 0.3B and went straight from A to C?
ah shit, I got one other report of this from a beta tester but couldn't figure it out and thought it was a fluke. I made some changes to this class, but I don't see why the old class isn't being overwritten. can you DM me your save so I can test on it? I'll try and whip up a fix for you
 

Nizzquizz

Member
Oct 20, 2017
496
1,387
Just some minor events and some fixes ... man, you'd have to be a sucker to download it yet again.

... ok, download done, see you tomorrow guys.
 

Nast33

Newbie
Jul 1, 2017
45
32
Any rough timeframe on how long it takes inbetween major releases (0.3->0.4, etc)? I discovered the game at 0.3a, curious about the few new events that were added, but prefer to wait for the next numbered version.

Do the devs do occasional progress reports sharing how many incremental updates are expected before the bigger version is done? If it drops like a month or two from now I'd wait, but if it's projected for 4-5 months from now I'll check the smaller updates a couple at a time as they accumulate.
 
  • Like
Reactions: abidinzubizaretta13

GAB

Salty Montrealer
Donor
May 10, 2017
2,358
17,763
why are the changelog in picture format and would it be ok to transfer them into text format? (a simple image to text would be enough)
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,358
17,763
we can do that if that's what y'all prefer
thank you and yes that'd be nice. it kinda is the standard on these forums and seeing 3rd party tools with a blank changelog is a surprising bug
slight overlook: changelog pics are still in attached file, feel free to keep or remove them if you want
 
Last edited:

mr.AwesomeGameTaste

Well-Known Member
Feb 18, 2021
1,181
1,997
will you add the whole shower interaction where the girls would either hide or progressively strip in front of you depending on the relationship? I think it was one of the cooler interactions and it kinda sucks it was removed
 
4.60 star(s) 152 Votes