- Apr 3, 2022
- 42
- 74
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?