ronchonbon

Member
Game Developer
Jul 18, 2019
118
1,183
i am running a dual monitor setup with an AMD Rysen 5 5600X in case that is relevant


surprising that a gpu from only 7 years ago cannot run it. does this mean you need an rtx card to use Live2D? are there other games that uses Live2D i can test with?
yeah I'm surprised as well! did you get a chance to load up the 0.3a version I linked to earlier? you could also try , which has Live2D
 

Dazzier31

Member
Jul 24, 2019
309
415
yeah I'm surprised as well! did you get a chance to load up the 0.3a version I linked to earlier? you could also try , which has Live2D
I have nothing to contribute here, just wanna comment how baffled I am that my piece of shit brick of a laptop actually handles Live2D but more new, objectively better in every way, shape or form computers are having issues.
 

fapderp11

Member
Jun 20, 2022
381
476
Coming back to this thread after some time and just read about the hotfixes. I downloaded them but notice 2 of them have the same name (hotfix.rpyc). Should I rename one of them? If so, what should I name it?
 

ronchonbon

Member
Game Developer
Jul 18, 2019
118
1,183
just tried launching 3.0a and it has the same issue
oh, then it's not Live2D. uh... I'm really not sure. I'm sorry mate. if possible I'd suggest trying on a different machine, but the fact that it doesn't even seem to initialize makes me think it's crashing before it even touches any TNH-specific code
 

ronchonbon

Member
Game Developer
Jul 18, 2019
118
1,183
Coming back to this thread after some time and just read about the hotfixes. I downloaded them but notice 2 of them have the same name (hotfix.rpyc). Should I rename one of them? If so, what should I name it?
the hotfixes for v0.3c are only necessary if you're having the specific bug, otherwise you don't need to install either!
 
Nov 29, 2018
14
2
oh, then it's not Live2D. uh... I'm really not sure. I'm sorry mate. if possible I'd suggest trying on a different machine, but the fact that it doesn't even seem to initialize makes me think it's crashing before it even touches any TNH-specific code
just got the game to run on my tablet
 
Nov 29, 2018
14
2
oh, then it's not Live2D. uh... I'm really not sure. I'm sorry mate. if possible I'd suggest trying on a different machine, but the fact that it doesn't even seem to initialize makes me think it's crashing before it even touches any TNH-specific code
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
 

Anonchito

New Member
Mar 15, 2022
5
1
i still an error when i open the journal


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/interface/Player_menu.rpy", line 97, in execute
File "game/scripts/interface/Player_menu.rpy", line 97, in execute
File "game/scripts/interface/Player_menu.rpy", line 117, in execute
File "game/scripts/interface/Player_menu.rpy", line 171, in execute
File "game/scripts/interface/Player_menu.rpy", line 178, in execute
File "game/scripts/interface/Player_menu.rpy", line 890, in execute
File "game/scripts/interface/Player_menu.rpy", line 890, in execute
File "game/scripts/interface/Player_menu.rpy", line 1001, in execute
File "game/scripts/interface/Player_menu.rpy", line 1029, in execute
File "game/scripts/interface/Player_menu.rpy", line 1032, in execute
File "game/scripts/interface/Player_menu.rpy", line 1033, in execute
File "game/scripts/interface/Player_menu.rpy", line 1053, in execute
File "game/scripts/interface/Player_menu.rpy", line 1054, in execute
File "game/scripts/interface/Player_menu.rpy", line 1054, in <module>
NameError: name 'stamina_boost1' is not defined

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

Full traceback:
File "scripts/mechanics/movement.rpyc", line 60, in script call
File "scripts/locations/bedrooms.rpyc", line 156, in script
File "C:\Users\exile\Downloads\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\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\exports.py", line 1114, in menu
rv = renpy.store.menu(new_items)
File "C:\Users\exile\Downloads\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\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\exile\Downloads\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\exile\Downloads\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\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\display\core.py", line 2687, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/scripts/interface/Player_menu.rpy", line 97, in execute
File "game/scripts/interface/Player_menu.rpy", line 97, in execute
File "game/scripts/interface/Player_menu.rpy", line 117, in execute
File "game/scripts/interface/Player_menu.rpy", line 171, in execute
File "game/scripts/interface/Player_menu.rpy", line 178, in execute
File "game/scripts/interface/Player_menu.rpy", line 890, in execute
File "game/scripts/interface/Player_menu.rpy", line 890, in execute
File "game/scripts/interface/Player_menu.rpy", line 1001, in execute
File "game/scripts/interface/Player_menu.rpy", line 1029, in execute
File "game/scripts/interface/Player_menu.rpy", line 1032, in execute
File "game/scripts/interface/Player_menu.rpy", line 1033, in execute
File "game/scripts/interface/Player_menu.rpy", line 1053, in execute
File "game/scripts/interface/Player_menu.rpy", line 1054, in execute
File "game/scripts/interface/Player_menu.rpy", line 1054, in <module>
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\exports.py", line 3939, in substitute
return renpy.substitutions.substitute(s, scope=scope, translate=translate)[0]
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\substitutions.py", line 370, in substitute
s = interpolate(s, variables) # type: ignore
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\substitutions.py", line 86, in interpolate
raise e
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3c-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'stamina_boost1' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.3.0.24022002+unofficial
The Null Hypothesis 0.3c
Wed Feb 21 17:20:54 2024
Hey i have this same issue, have you solved it?
 
4.60 star(s) 152 Votes