Jul 28, 2017
305
1,628
I am having this error
and already apply the hotfix for ActionClass error
If anyone can help me I would be very grateful

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 241, in script
File "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\exports.py", line 1114, in menu
rv = renpy.store.menu(new_items)
File "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\mathe\Downloads\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.19041 AMD64
Ren'Py 8.3.0.24022002+unofficial
The Null Hypothesis 0.3c
Wed Feb 21 22:07:00 2024
 

ronchonbon

Member
Game Developer
Jul 18, 2019
118
1,182
i got the game to run on my pc and found out what the problem was. i have a razer tartarus v2 connected to my system and it used to cause problems with older versions of rpg maker so i tried disconnecting it just to check and then the game launched
damn, I have no idea why that would cause issues but I'm glad you figured it out!
 

ronchonbon

Member
Game Developer
Jul 18, 2019
118
1,182
I am having this error
and already apply the hotfix for ActionClass error
If anyone can help me I would be very grateful

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 241, in script
File "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\exports.py", line 1114, in menu
rv = renpy.store.menu(new_items)
File "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\mathe\Downloads\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 "C:\Users\mathe\Downloads\TheNullHypothesis-0.3c-pc\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\mathe\Downloads\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.19041 AMD64
Ren'Py 8.3.0.24022002+unofficial
The Null Hypothesis 0.3c
Wed Feb 21 22:07:00 2024
hmm, you put the hotfix in the "game" folder? if that didn't fix it, can you send me the save?
 
  • Like
Reactions: Epigonid

erow

New Member
Jan 2, 2018
9
27
Gonna be real, the game is awesome and is nice to see a good pace for the updates. But damm, its gonna take at least a year before it starts realizing its full potential and becomes a full fledged game instead of a proof of concept/alpha, in part because the patreon money will only start picking up pace in a few big updates.

But hell i'm glad i'm seeing this take shape in such a smooth way.
 

ShinyBoots1993

Active Member
Apr 7, 2020
964
2,385
I don't suppose you'd make a more accurate Evo Laura variant?
that's my favorite variant.
We're more comic-focused. Though as Ron said, it may be a thing down the line.

Will there be a new null skin tone for the Latino community?
Eventualmente.

did we get any more outfits back?
Some, we're still working on it.

we as a lgbt community, would also like our rainbow skin tone to be implemented in the game
:coffee: :LUL:
You'll get it once my dream of pegging Nightcrawler comes true. :KappaPride:

But budgets and reasonable time constraints and all that. :HideThePain:


itll be 3 per chapter if i am right..
You are right.
 

Epigonid

Newbie
Nov 16, 2023
87
53
hmm, you put the hotfix in the "game" folder? if that didn't fix it, can you send me the save?
Want to say thank you for the update, i personally still not getting any errors so i enjoy the game, i also love the new moving animation of rogue breast. In the end thank you for the update take your time to work and it's okay to slow little bit so you don't get overworked. Stay healthy and stay safe
 
  • Red Heart
Reactions: ronchonbon
4.60 star(s) 152 Votes