Ahchi

Forum Fanatic
Jul 17, 2020
4,261
7,537
it gives me an error everytime i press on char info
Strangely while a number of players have reported this,
I somehow manage to avoid it.
Not sure if this is the reason ,
But I started a new game due to the need to up date my Gameplays.

You could try this;
a, Start a new game.
b, Ship "Prologue"
c, go to Living room, Talk to Sam, Talk to Eli, Click on Notebook, Click on Char info.
Hopefully it should work,
If so then it's your choice; Start a new game or wait for the Public/Gold version (where hopefully this will be fixed)

Sorry I can't be more help
 
  • Like
Reactions: the slayer

DarkDemon

Member
Apr 25, 2017
327
395
Or just wait a bit for bug fix :)
i'm stuck with Elijah quest at 60%, in the character info page, it said talk to him in the cafe about a job, I did and i'm still stuck there. It still says talk to him at the cafe in the evening and now when i click on him at the cafe it says nothing to talk about. is that a bug or am i missing something? All the other quests are at 100%.
 

Bear in the Night

Active Member
Game Developer
Dec 16, 2019
878
3,499
i'm stuck with Elijah quest at 60%, in the character info page, it said talk to him in the cafe about a job, I did and i'm still stuck there. It still says talk to him at the cafe in the evening and now when i click on him at the cafe it says nothing to talk about. is that a bug or am i missing something? All the other quests are at 100%.
Could u send your save file?
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,261
7,537
i'm stuck with Elijah quest at 60%, in the character info page, it said talk to him in the cafe about a job, I did and i'm still stuck there. It still says talk to him at the cafe in the evening and now when i click on him at the cafe it says nothing to talk about. is that a bug or am i missing something? All the other quests are at 100%.
If you can no longer talk to him in the cafe, go to
Coverdale and speak to Willow in the shop ,after that I noticed that the bar was at 100%
But as you pointed out the bar does stick @ 60% for awhile.
 
Last edited:

Bear in the Night

Active Member
Game Developer
Dec 16, 2019
878
3,499
If you can no longer talk to him in the cafe, go to
Coverdale and speak to Willow in the shop ,after that I noticed that the bar was at 100%
But as you pointed out the bar does stick @ 60% for awhile.
Thanks :), will check it also !
 

Bear in the Night

Active Member
Game Developer
Dec 16, 2019
878
3,499
If you can no longer talk to him in the cafe, go to
Coverdale and speak to Willow in the shop ,after that I noticed that the bar was at 100%
But as you pointed out the bar does stick @ 60% for awhile.
By the way:
Dale - the small town
Cordale - Academy
 
  • Like
Reactions: Ahchi

sailboat

Member
Apr 15, 2020
177
71
Exception occurred the morning after the mushrooms forest adventure, when I click in the character info tab.
EDIT: checking in the folder 'game' there isn't the subfolder 'main_interface' (only 'mini_games' and 'phone_interface'), I don't know if the path is in some rpa file...

You don't have permission to view the spoiler content. Log in or register now.
 

kingdevil31

Member
Feb 17, 2021
199
144
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/modoverrides/samantha.rpy", line 85, in script call
$ renpy.call('samantha_events_4_label_'+str(Q_NV_Samantha))
File "game/modoverrides/audrey.rpy", line 75, in script call
$ renpy.call('Audrey_events_4_label_'+str(Q_NV_Audrey))
File "game/modoverrides/haley.rpy", line 66, in script call
$ renpy.call('haley_events_4_label_'+str(Q_NV_Haley))
File "game/modoverrides/lily.rpy", line 124, in script call
$ renpy.call('lily_events_5_label_'+str(Q_NV_Lily))
File "game/modoverrides/lily.rpy", line 124, in script call
$ renpy.call('lily_events_5_label_'+str(Q_NV_Lily))
File "game/modoverrides/haley.rpy", line 66, in script call
$ renpy.call('haley_events_4_label_'+str(Q_NV_Haley))
File "game/modoverrides/samantha.rpy", line 85, in script call
$ renpy.call('samantha_events_4_label_'+str(Q_NV_Samantha))
File "game/modoverrides/audrey.rpy", line 75, in script call
$ renpy.call('Audrey_events_4_label_'+str(Q_NV_Audrey))
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/logic/main_interface/screen.rpy", line 2023, in execute
File "game/logic/main_interface/screen.rpy", line 2023, in execute
File "game/logic/main_interface/screen.rpy", line 2024, in execute
File "game/logic/main_interface/screen.rpy", line 2026, in execute
File "game/logic/main_interface/screen.rpy", line 2026, in <module>
NameError: name 'locations_dale' is not defined

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

Full traceback:
File "game/modoverrides/samantha.rpy", line 85, in script call
$ renpy.call('samantha_events_4_label_'+str(Q_NV_Samantha))
File "game/modoverrides/audrey.rpy", line 75, in script call
$ renpy.call('Audrey_events_4_label_'+str(Q_NV_Audrey))
File "game/modoverrides/haley.rpy", line 66, in script call
$ renpy.call('haley_events_4_label_'+str(Q_NV_Haley))
File "game/modoverrides/lily.rpy", line 124, in script call
$ renpy.call('lily_events_5_label_'+str(Q_NV_Lily))
File "game/modoverrides/lily.rpy", line 124, in script call
$ renpy.call('lily_events_5_label_'+str(Q_NV_Lily))
File "game/modoverrides/haley.rpy", line 66, in script call
$ renpy.call('haley_events_4_label_'+str(Q_NV_Haley))
File "game/modoverrides/samantha.rpy", line 85, in script call
$ renpy.call('samantha_events_4_label_'+str(Q_NV_Samantha))
File "game/modoverrides/audrey.rpy", line 75, in script call
$ renpy.call('Audrey_events_4_label_'+str(Q_NV_Audrey))
File "logic/main_interface/label.rpyc", line 251, in script
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/logic/main_interface/screen.rpy", line 2023, in execute
File "game/logic/main_interface/screen.rpy", line 2023, in execute
File "game/logic/main_interface/screen.rpy", line 2024, in execute
File "game/logic/main_interface/screen.rpy", line 2026, in execute
File "game/logic/main_interface/screen.rpy", line 2026, in <module>
NameError: name 'locations_dale' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustAcademy 0.2.2b
Sun Aug 22 02:48:57 2021
 

fishbrain

Engaged Member
Apr 9, 2018
2,708
2,950
Night scene it's asking me to choose if Audrey is female or shemale but it freezes right after that regardless of choice. That was using the notes for navigation, moving around naturally it didn't freeze.
 
Last edited:

Ahchi

Forum Fanatic
Jul 17, 2020
4,261
7,537
Thanks.

And I got the same error after clicking Char Info.

Will wait for the bugfix...not a fan of Olivia and whatshisname (husband), especially since we can't teach her a lesson....so not restarting.
You get a choice to Skip that part (Prologue).
 
3.80 star(s) 168 Votes