The New misionary scene with rouge is AWESOME
this bug makes me think that your GPU does not support Live2D, which is required to play 0.3b and beyondi tried launching the game in terminal to see if i got anything from that. this is the result:
it did not even exit the program properly so i used ctrl+c repeatedly until it exitedCode:D:\games\The Null Hypothesis\TheNullHypothesis-0.3c-pc>Live2D Cubism SDK Core Version 4.2.4 Live2D Cubism SDK Core Version 4.2.4 Live2D Cubism SDK Core Version 4.2.4 Live2D Cubism SDK Core Version 4.2.4 Live2D Cubism SDK Core Version 4.2.4 Live2D Cubism SDK Core Version 4.2.4 Live2D Cubism SDK Core Version 4.2.4 Live2D Cubism SDK Core Version 4.2.4
sorry one more question, are you on Windows or Linux?i have only had this happen with this game. i have 32 GB of ram, i have an NVIDIA GTX 1080ti with the most recent drivers so i think it supports OpenGL 3.0
windows, i have an AMD cpu in case that is relevantsorry one more question, are you on Windows or Linux?
got it, then yeah I'm convinced this is just that a 1080 Ti can't run Live2D!windows, i have an AMD cpu in case that is relevant
can you DM me a save, please?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
Character variants are on the dev team wishlist, but it's unlikely to happen for a very long time (would multiply our art requirements). If we can hire our artists full time and get through the long list of character art we want to add, then it's a possibilityI don't suppose you'd make a more accurate Evo Lura variant?
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?got it, then yeah I'm convinced this is just that a 1080 Ti can't run Live2D!
that's my favorite variant.Character variants are on the dev team wishlist, but it's unlikely to happen for a very long time (would multiply our art requirements). If we can hire our artists full time and get through the long list of character art we want to add, then it's a possibility
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 tryi 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?
yes, on the docket!they'll be tit-fucking too, right?
When was the last time you updated the drivers?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?
cool. any female on male rimming?yes, on the docket!
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.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 tryYou must be registered to see the links, which has Live2D
about a week ago. i use GeForce experience to keep my graphics driver up to dateWhen was the last time you updated the drivers?
Very odd because like dazzier said, much worse PCs have been able to run the game without much issueabout a week ago. i use GeForce experience to keep my graphics driver up to date