2.90 star(s) 76 Votes

RustyV

Conversation Conqueror
Game Developer
Dec 30, 2017
7,323
37,548
IMO there needs to be more quality control of renders.
Too often parts of a character's body is merged with that of another character or object. The ends of female's hair often is rendered partially inside of the character's body.
The animated bj scenes in the 25 update are bad, you can see Theo's mouth often is not in sync with the action and parts of the MC's wang is visible or merging with her mouth.

As far as the grandpa-hot girl plot, it goes back to the default of slow corruption. The young MC and sisters plot had slow-burn corruption, but there was another plot. Opening the cafe, girls disappearing,Bob and his sisters solving he case and freeing the girls added to the game, gave it more depth.
Again I'd like to go back to the sisters and see Eve trying to keep the cafe going and maybe taking over Bob's online porn business by corrupting new girls herself. A game that shows the after-effects of Bob's corrupting girls.
 
Last edited:
  • Like
Reactions: Darsec

john0121

Newbie
Jul 25, 2022
36
16
Went to Eve's room every single night for two weeks. The old event plays, my guy just leaves
Hmm. You've skipped past it, or can you throw up your savefile and I'll take a quick look.
(I started replaying from EP1, and I'm at 9 now.)
(Using the versions available from CeLaVie since he updated ep1 and ep12 release a few months back)
 

denen

Newbie
Apr 25, 2022
21
8
Well, I'm afraid that it's just a quick workaround to avoid the crash :( .

I'll try to a provide a more complete fix in a while (unless someone else provides one before); especially to deal with the same bug during the talking on OnlyFancy with Thea.
File "game/custom/customscreens.rpy", line 2249, in execute
if not EVENTS[81].Done and angry == False:
File "game/custom/customscreens.rpy", line 2249, in <module>
if not EVENTS[81].Done and angry == False:
NameError: name 'angry' is not defined

Windows-10-10.0.18363 AMD64
Ren'Py 8.2.3.24061702
 

Josh M Spicer

Well-Known Member
Sep 19, 2018
1,424
1,941
That first post does nothing to make me wanna play the game lol

I'm sure it was done with good intentions, but like...it comes across more as pretentious.
 
  • Like
Reactions: denen

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,109
3,723
MyEarlyLife-EP26.01
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
  • Like
Reactions: Tequilas757

pcnop

Well-Known Member
Jun 26, 2018
1,341
1,193
File "game/custom/customscreens.rpy", line 2249, in execute
if not EVENTS[81].Done and angry == False:
File "game/custom/customscreens.rpy", line 2249, in <module>
if not EVENTS[81].Done and angry == False:
NameError: name 'angry' is not defined

Windows-10-10.0.18363 AMD64
Ren'Py 8.2.3.24061702
Sorry, apparently you are encountering a bug in the episode 26 (when trying to get the hints, I presume) ...

Though I can't see why, and I can't reproduce it neither.

Are you using a modified version of the game ? For instance, are you using the Italian translation ? It could be an explanation, as currently only the translation for the version 25.01 of he game seems available.
 
  • Like
Reactions: denen

john0121

Newbie
Jul 25, 2022
36
16
That first post does nothing to make me wanna play the game lol

I'm sure it was done with good intentions, but like...it comes across more as pretentious.
You should give it a go.

The earlier episodes might benefit from using the walkthrough guide until you get a 'hang' of how it works.

episode 1-11 introduce new mechanics as you get into higher episodes that might be annoying (lust, love, money), they are removed in episodes later on. You can cheese it with URM52 unless you want the extra grind to get money for 'various' things you'll need.

If you find yourself at like 77/79 and nothing works you can either find and fix the 'bug' (using URM52 or Console) or skip to the next episode. :) Usually caused by something not triggering.


A good console command to have

print("\n".join(f"EVENTS[{i}].Done = {EVENTS[ i ].Done}" for i in range(1,72)))

Assuming 72 is the listed 'max' bookmark.

Then there's also

dir(EVENTS[number])
print(EVENTS[number].Desc)
print(EVENTS[number].Location)
print(EVENTS[number].Hour)

Easier with URM52 of course, as you can just search for 'EVENTS' and click the entire dir object and get the details,
coupled with the print command earlier you can get the details on events you haven't completed when the Hints system in the game doesn't show anything anymore.

When a DESC is hidden its usually because it relieas on something else to activate it, like having dinner at 1900 to agree to play a game at 2000 on the weekends, for example. So if you skip the dinner you'll not get the event at 2000.


Which brings you to the last command.

EVENTS[number].SetDone()

Which might not actually solve your problem, as there are sometimes extra variables that need to be set for another event to 'trigger' the progression you need to continue, so basically if you're nearly at the end of an episode and missing like 3-4 bookmarks, better to just SKIP to the next episode unless you like to go troubleshooting and fixing the issues that have popped up :D

That said, replaying 1-11 recently there hasn't been that many issues. The biggest blocker was in episode 8 where a variable in the kitchen8.rpy has the wrong name so the unlock requirement for a scene didn't trigger which blocked progress. LynnLevel2Collection so have fun with that one :D[/I][/I]
 
Last edited:
Jun 22, 2025
17
19
"Create an illusion of work" means spending days producing high-quality renders.

Also, note that Celaviegroup is relatively frequent with their updates.

These games are not my favorites – I dislike the grind and the slow payoff for all the effort.
On the other hand, the criticism of these games is seriously dumbed down.

Celaviegroup should only care about their supporters – no one else matters.
 

george1952

Newbie
Feb 23, 2018
25
2
Well, I'm afraid that it's just a quick workaround to avoid the crash :( .

I'll try to a provide a more complete fix in a while (unless someone else provides one before); especially to deal with the same bug during the talking on OnlyFancy with Thea.
what is the fix i have the same problem
 

jayxan

Member
Sep 11, 2022
146
149
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 999, in <module>
NameError: name 'ArielleObj' is not defined

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

Full traceback:
  File "game/main.rpyc", line 1443, in script call
  File "game/main.rpyc", line 999, in script
  File "C:\Users\Owner\Downloads\Old\Myearlylife-26.01-win\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Owner\Downloads\Old\Myearlylife-26.01-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/main.rpy", line 999, in <module>
NameError: name 'ArielleObj' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
My early life 26.01
Sun Oct  5 08:04:17 2025
Lots of crashing because of ArielleObj

Need a fix.
 

n7_____

New Member
Oct 4, 2019
6
17
Good to see this game is still absolutely fucked and buggy as hell, glad I dipped out when I did. Shame though was a interesting story but having bugs in every single chapter and the dev doing nothing about them is totally overkill.
 

john0121

Newbie
Jul 25, 2022
36
16
Good to see this game is still absolutely fucked and buggy as hell, glad I dipped out when I did. Shame though was a interesting story but having bugs in every single chapter and the dev doing nothing about them is totally overkill.
Had no bugs or issues episode 26. so dunno what people are running into.

People posting stacktraces without telling which episode they're on, if its a fresh game/old rickety savegame or modded, doesn't help much.


Replayed 1-11 and didn't have any major issues.

And if you're at 99/100 bookmarks and something isn't triggering the skip episode thing isn't that much of a loss imo.

Course, you could always pay for it and complain :D
 

Minnimix

Member
Jun 18, 2020
196
252
Had no bugs or issues episode 26. so dunno what people are running into.

People posting stacktraces without telling which episode they're on, if its a fresh game/old rickety savegame or modded, doesn't help much.


Replayed 1-11 and didn't have any major issues.

And if you're at 99/100 bookmarks and something isn't triggering the skip episode thing isn't that much of a loss imo.

Course, you could always pay for it and complain :D
EP1 to 11 HAS many bugs ....

U can't never ever play bugfree and get stuck . so u must use often "skip to next episode"

EP1
- event 3 : correct missing code
- event 4 : correct "set done"
- event 7 : missing text and correct typo "bob says : i'm not your sister"
- event 8 : progress query correction
- event 10 : correct , dress buying without buying, set done with progress, money query set to 0$ - cause bob didn't buy anything
- event 11 : event done correct
- event 17 : correct event done
- event 18 : event done to progress 1
- event 21 : correct progress 2 so the next step can be reached
- event34to39 : set money to 15$ and query for lower 15$
- event 40to45 : change stupid 5 same visit of eve sleeping to one visit, then done fixed in game script
- event 46 : change missing text and pictures
- event 49 : set done after foto-session
- event50 : set done correct, delete "lynn_teaching" query , cause it is EP2 not EP1
- event 52 : set done correct
- event 58 : correct event done
- event 61 : correct event done
- event 62 : change event start option , starts if event 46 = done
- event 67 : set done , if both path ready
- event LynnRoom : correct a query to "lina" at the end
- variables : correct 10:00 Lynn position "out" but she is in her room

EP2
bugfixing in
- variables_ep2
- EP2_event 12,19,21,43,54,61,68,69 and 74

EP3
bugfixing in
- variables_Ep3
- EP3_event7,18,23,44to49,49,50,51,52_89,53,57,58,65,66,69,76,78 .... :oops:

EP4
bugfixing
- "variables_ep4" description event 19,77,86
- EP4_event2,3,4,8,9,16_20,17,26,27,28,30,31,33,34,45,48,53,57,60to65,66to71,76,82
*worst Episode so far*

EP5
bugfixing
- "variables_ep5" description some events
- EP5_event9,10,12,13,14,24,27,31,36,41,43,44,45,56,58,61to66

EP6
bugfixing
- variables_ep6 - some description and some importent starting behavior from true to false
- event 11 - change event done , so event 51 needs to change too (see lina sleep naked)
- event 50 - lynn massage - fixing possible event reset
- event 51 - missing variable added
- event 55 - eve in bathroom - moodcheck from Lina to eve
- event 61 - eve in kicthen - fixing possible event reset and stuck event error
- event 70 - lina pool fotosession - fixing last step 8 jump always back to 7
- event 74to80 - fixing if loop error from event 61 to 74
- event 92 - with lynn in boutique - fixing last wrong picture
- event 16 - stuck on "sleep with eve at 24:00"

EP7
bugfixing
- event5 fix - event 58.setdone to event55.setdone in progress 3
- event 5 fix - progress4 sdded a missing else if bob has not enough money
- event 7 fix - setdone after step 9 delete , so step 10 can played
- event 9 fix -event goes to step 3 , if bob say "no" , should only be done if the player choose "yes"
- event 32 fix - set event unavail in step 7 delete , so player can now play step 8,9 and 10 ! (nice pictures)
- event 33 fix - else loop from lina to lynn
- event 38 fix - crash if player get -mood for lynn
- event 42 fix - $ _skipping = False , delete ... (y)
- event 46 fix - better loop logic, fix stuck in end event
- event 49 fix - missing arousal value in setdone
- event 57 fix - change event avail - unvail loop
- event 59-65 fix - change set done per step
- event 59-65 fix - change progress step fromevent59 to event 57

EP8
bugfixing
- variables - event 21 set to false at start
- event 4 - should not set event 67 to unavail
- event 35 - priceToPay should be PriceToPay
- event 41 - variable ar set to wrong char
- event 51 - if loopfrom progress "<=2" set to "<= 3"

EP9
bugfixing
- event 13 - correct progress from event 12 to 13 , so u can end this event
- event 41 - correct progress from event 47 to event 41 , so u can end this event
- event 46 - correct query in progress 3 , so u can reach step 4
- event 51to67 - many fixes in progress from 50,58,74 to real event 51
change screenlayout so hint-system goes hidden also

EP10
no bugs in there

EP11
no bugs in there
 

Minnimix

Member
Jun 18, 2020
196
252
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 999, in <module>
NameError: name 'ArielleObj' is not defined

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

Full traceback:
  File "game/main.rpyc", line 1443, in script call
  File "game/main.rpyc", line 999, in script
  File "C:\Users\Owner\Downloads\Old\Myearlylife-26.01-win\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Owner\Downloads\Old\Myearlylife-26.01-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/main.rpy", line 999, in <module>
NameError: name 'ArielleObj' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
My early life 26.01
Sun Oct  5 08:04:17 2025
Lots of crashing because of ArielleObj

Need a fix.
Quick fix ...
Arielle is set in EP21 , so i change the main-file, and bring in an if loop



download "main.rpcy" file and change it in the .../Myearlylife-26.01-win/game directory (save orginalfile)
 
2.90 star(s) 76 Votes