CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

kekpuker

Member
Sep 21, 2020
281
637
That's awesome work! I don't have a linux system to test on, but if I change all of the bio files to begin with upper case letters it should work fine for you guys then?
I double checked each and every bio on my system and here is a final tree of folders and files names which definitely works:
You don't have permission to view the spoiler content. Log in or register now.
I think this wouldn't be a problem at all if game assets were packed in Renpy RPA files. In that way it wouldn't rely on filesystem naming quirks. Anyways thank you for this amazing game and amazing update, small issues like this can't spoil all the fun we have!
 

free_hk

Member
May 20, 2020
106
75
That's awesome work! I don't have a linux system to test on, but if I change all of the bio files to begin with upper case letters it should work fine for you guys then?
If you have a Windows system, it's easy to install Linux within Windows itself:

(Actually learning Linux is a bit harder, but worth it IMO.)

Anyway, an error whenever trying to load a menu screen:

Rich (BB code):
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "game/screens.rpy", line 1029, in execute
    screen save():
  File "game/screens.rpy", line 1029, in execute
    screen save():
  File "game/screens.rpy", line 1033, in execute
    use file_slots(_("Save"))
  File "game/screens.rpy", line 1043, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 1043, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 1047, in execute
    use game_menu(title):
  File "game/scripts/navigation.rpy", line 4, in execute
    screen game_menu(title=None, scroll=None, yinitial=0.0):
  File "game/scripts/navigation.rpy", line 4, in execute
    screen game_menu(title=None, scroll=None, yinitial=0.0):
  File "game/scripts/navigation.rpy", line 26, in execute
    frame id 'plate':
  File "game/scripts/navigation.rpy", line 30, in execute
    frame id 'navigation':
  File "game/scripts/navigation.rpy", line 30, in keywords
    frame id 'navigation':
  File "game/scripts/navigation.rpy", line 36, in keywords
    if not nav_active:
  File "game/scripts/navigation.rpy", line 36, in <module>
    if not nav_active:
NameError: name 'nav_active' is not defined

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/core.py", line 2215, 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 "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/screen.py", line 480, in visit_all
    callback(self)
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/screen.py", line 491, in per_interact
    self.update()
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 1029, in execute
    screen save():
  File "game/screens.rpy", line 1029, in execute
    screen save():
  File "game/screens.rpy", line 1033, in execute
    use file_slots(_("Save"))
  File "game/screens.rpy", line 1043, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 1043, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 1047, in execute
    use game_menu(title):
  File "game/scripts/navigation.rpy", line 4, in execute
    screen game_menu(title=None, scroll=None, yinitial=0.0):
  File "game/scripts/navigation.rpy", line 4, in execute
    screen game_menu(title=None, scroll=None, yinitial=0.0):
  File "game/scripts/navigation.rpy", line 26, in execute
    frame id 'plate':
  File "game/scripts/navigation.rpy", line 30, in execute
    frame id 'navigation':
  File "game/scripts/navigation.rpy", line 30, in keywords
    frame id 'navigation':
  File "game/scripts/navigation.rpy", line 36, in keywords
    if not nav_active:
  File "game/scripts/navigation.rpy", line 36, in <module>
    if not nav_active:
NameError: name 'nav_active' is not defined

Linux-6.8.0-51-generic-x86_64-with-glibc2.39 x86_64
Ren'Py 8.3.2.24090902
Cosy Cafe 0.11
Fri Dec 20 20:24:48 2024
 

mordred93

Well-Known Member
Jul 21, 2017
1,590
2,413
Yep, I'm on Linux too. I imagine you're right. It's the first time I've seen visual elements of a Ren'py VN simply fail to appear, as far as I know. Would be wise to test changes like this on Linux in addition to NT. Whatever's being done to display those images, I'm certain it could be made to work just as well on OpenGL.
I am on Linux as well, and the GUI is a little iffy as well. I played through it the other day, and had no issues starting from scratch, fresh install, saw everything (except the phone pictures, which the Dev said was maybe an issue on Discord). Today I fired it up after I saw this post, and get none of the scenes nor the bios. I loaded up the autosave right before the end of v0.11, and everything is "???????". I know the Dev is working through some issues, and is going to release a patch. I guess we shall see. I like the new UI, so it is a learning curve.
 
  • Like
Reactions: Cosy Creator

Cosy Creator

Member
Game Developer
Dec 11, 2022
473
3,651
If you have a Windows system, it's easy to install Linux within Windows itself:

(Actually learning Linux is a bit harder, but worth it IMO.)

Anyway, an error whenever trying to load a menu screen:

Rich (BB code):
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "game/screens.rpy", line 1029, in execute
    screen save():
  File "game/screens.rpy", line 1029, in execute
    screen save():
  File "game/screens.rpy", line 1033, in execute
    use file_slots(_("Save"))
  File "game/screens.rpy", line 1043, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 1043, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 1047, in execute
    use game_menu(title):
  File "game/scripts/navigation.rpy", line 4, in execute
    screen game_menu(title=None, scroll=None, yinitial=0.0):
  File "game/scripts/navigation.rpy", line 4, in execute
    screen game_menu(title=None, scroll=None, yinitial=0.0):
  File "game/scripts/navigation.rpy", line 26, in execute
    frame id 'plate':
  File "game/scripts/navigation.rpy", line 30, in execute
    frame id 'navigation':
  File "game/scripts/navigation.rpy", line 30, in keywords
    frame id 'navigation':
  File "game/scripts/navigation.rpy", line 36, in keywords
    if not nav_active:
  File "game/scripts/navigation.rpy", line 36, in <module>
    if not nav_active:
NameError: name 'nav_active' is not defined

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/core.py", line 2215, 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 "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/screen.py", line 480, in visit_all
    callback(self)
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/screen.py", line 491, in per_interact
    self.update()
  File "/home/xxxx/Desktop/CosyCafe-0.11-pc/renpy/display/screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 1029, in execute
    screen save():
  File "game/screens.rpy", line 1029, in execute
    screen save():
  File "game/screens.rpy", line 1033, in execute
    use file_slots(_("Save"))
  File "game/screens.rpy", line 1043, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 1043, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 1047, in execute
    use game_menu(title):
  File "game/scripts/navigation.rpy", line 4, in execute
    screen game_menu(title=None, scroll=None, yinitial=0.0):
  File "game/scripts/navigation.rpy", line 4, in execute
    screen game_menu(title=None, scroll=None, yinitial=0.0):
  File "game/scripts/navigation.rpy", line 26, in execute
    frame id 'plate':
  File "game/scripts/navigation.rpy", line 30, in execute
    frame id 'navigation':
  File "game/scripts/navigation.rpy", line 30, in keywords
    frame id 'navigation':
  File "game/scripts/navigation.rpy", line 36, in keywords
    if not nav_active:
  File "game/scripts/navigation.rpy", line 36, in <module>
    if not nav_active:
NameError: name 'nav_active' is not defined

Linux-6.8.0-51-generic-x86_64-with-glibc2.39 x86_64
Ren'Py 8.3.2.24090902
Cosy Cafe 0.11
Fri Dec 20 20:24:48 2024
Did you load an old save at some point? That error is usually caused by old save issues. Even when they succeed they often mangle stuff.
 

Cosy Creator

Member
Game Developer
Dec 11, 2022
473
3,651
I double checked each and every bio on my system and here is a final tree of folders and files names which definitely works:
You don't have permission to view the spoiler content. Log in or register now.
I think this wouldn't be a problem at all if game assets were packed in Renpy RPA files. In that way it wouldn't rely on filesystem naming quirks. Anyways thank you for this amazing game and amazing update, small issues like this can't spoil all the fun we have!
Awesome, thanks! Yeah, the assets would normally be archived, but it was causing issues with the photo gallery file system. That's probably going to be removed though to fix all of the issues it's causing, so the RPAs will return in the future.
 

Konrad Simon

Member
Game Developer
May 12, 2021
199
399
This is kinda random, but I was hoping they'd find a hidden door to a basement when they were cleaning out the storage room. And of course, one of the rooms in the basement being a bdsm dungeon.
I love that idea! Though, really, MC isn't the sort of dom to get a lot of use out of most of the equipment that would be there. Still a nifty idea. In my head canon, it's there even if they never find it. :)
 

Rob_31415926

Newbie
Dec 12, 2024
20
20
This is kinda random, but I was hoping they'd find a hidden door to a basement when they were cleaning out the storage room. And of course, one of the rooms in the basement being a bdsm dungeon.
I like the thought process, although considering that they haven't even gone through the box from the sex shop yet (and the second box remains a mystery!) I'm thinking this probably isn't the AVN for that.

But hey, if we're going down that line of thinking...Who is to say that the various FF mansions don't have some 'interesting' play rooms...
 

Mommysbuttslut

Forum Fanatic
Feb 19, 2021
4,113
10,012
I'm so happy that now that Sarah's finally getting near universal acceptance that Rachel is picking up her super important niche in this thread. She's not my favourite LI but she's by far the juiciest one, and the only ones I'm more looking forward to more than her atm are Sarah and Hannah.
 
  • Like
Reactions: Konrad Simon

Rob_31415926

Newbie
Dec 12, 2024
20
20
Rachel as a main Li is a big NO for me... this alone is enough to ruin my game
To quote Lucy "She doesn't deserve it".

I trust in Cosy Creator 's vision enough to see where it goes though.

She wont be the first girl/setup I haven't liked (Misaki being anonymously groped by the MC on the train didn't sit right with me for one...), but as things move on, good writing means things tend to work out.

That said, maybe the role she plays is for Lucy/Hannah (others?) to finally use a meaningful veto....
So..
1) Rachel expresses interest (maybe witnessing a couple of spankings hugely turned her on.)
1a) MC demands full/sincere apology from Rachel to Hannah to Hannah's satisfaction (if I was MC, I'd already be telling Rachel that this was a requirement before she can even talk to him...So this would be before '1').
2) perhaps some minor activity before the girls are informed and have a chance to consider it, then..
3) Lucy (I'd add Hannah, but she probably wont have veto rights yet) vetoes.

*if* it goes any further...

4) Rachel devotes herself to trying to make amends with the girls. (A path akin to Catherine, but more directed towards the girls).
5) redemption arc.
6) veto is lifted.
7) She get's to choke on MC's cock.
 
Last edited:

burned01

Newbie
Jun 3, 2024
83
48
That's awesome work! I don't have a linux system to test on, but if I change all of the bio files to begin with upper case letters it should work fine for you guys then?
If you don't have a Linux system but have a machine running Mac OS, you can set the file system up to be case sensitive when creating a disk volume. By default it's not, but it can be done. Be aware that Apple is often slipshod with their own apps on a case sensitive file system -- you'd be amazed at what they've broken over the years.
 

S1nsational

Engaged Member
Mar 31, 2022
3,451
6,703
Fantastic update, amazing how much was pressed into one day.

I replayed the entire game to get to the new stuff which informed my thoughts

I think the secret to MCs success with all the girls is that next to none of the girls come from happy or healthy homes, and he shows them all what it'd be like to part of a happy and healthy family, and them offers them to be part of that family.
 
4.60 star(s) 193 Votes