Sooo it seems I'm encountering some kind of bug : I cannot interact at all with Qarinah. I'm supposed to visit her for the first time in her demesne but when I go there she is just standing here on the couch and I have no interaction available. The heart hint DOES indicate that I should visit her though, and I tried it both morning, afternoon and evening.
Any Idea ?
Did you notice you were post #10,000 on this thread? Unfortunately, I don't have a new car for you.
What I DO have is something to add: I've also found that the Nexus link to Gramps' Dojo has the same bug. When you go to the dojo, the game does not display any options at all except for returning to the Nexus which makes the link useless.
Edit:
I did some poking around and I found the problem and which Nexus links are affected by it. First, the 3 Nexus links with the problem: Qarinah's Demesne, Gramps' Dojo, and our newest victim Roxy's Demesne (after the first visit). I've also learned that it DOES NOT require going through the Nexus for this bug to occur, if you unlock the Gramps' Dojo link and go there via train his dojo is still bugged.
The problem is this piece of script used for each scene (in this case, Gramps' Dojo):
scene bg dojo
call screen nav_nexus_shortcut
with fade
"call screen nav_nexus_shortcut" is the problem here, it overrides the scene entirely with just a Nexus nav shorcut. I don't know RenPy scripting at all but after digging around I've found that "show screen nav_nexus_shortcut" creates working scenes with a nexus nav button. So to fix this bug, the instances of the former in the script should likely be replaced with the latter. Unfortunately I don't yet know how to compile RenPy scripts so I can't test it myself, currently
Edit2: Figured out how to edit and recompile the scripts, tested my fix myself and it's fixed the problem in every instance. While I was making my changes I also found a fourth victim: Luna's Demesne