Ren'Py My Early Life [Ep. 10] [CeLaVie Group]

3.30 star(s) 38 Votes

Chokoboru

New Member
Oct 21, 2021
1
0
Hi !
I'am new on this game and I got an error with the last version (Episode 8 : I start from the begining with no save)

Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000window.rpy", line 169, in execute_window_hide
    _window_hide(trans)
  File "renpy/common/000window.rpy", line 101, in _window_hide
    renpy.with_statement(trans)
Exception: DynamicImage 'gui/assets/feel[LynnObj.Feelings].png': could not find image. ('gui/assets/feel0.png')

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

Full traceback:
  File "game/main.rpyc", line 250, in script call
  File "game/main.rpyc", line 257, in script
  File "I:\Myearlylife-8.07-win\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "I:\Myearlylife-8.07-win\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "I:\Myearlylife-8.07-win\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000window.rpy", line 169, in execute_window_hide
    _window_hide(trans)
  File "renpy/common/000window.rpy", line 101, in _window_hide
    renpy.with_statement(trans)
  File "I:\Myearlylife-8.07-win\renpy\exports.py", line 1757, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 2975, in do_with
    return self.interact(trans_pause=True,
  File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 3579, 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 "I:\Myearlylife-8.07-win\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "I:\Myearlylife-8.07-win\renpy\display\screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 4 more times]
  File "I:\Myearlylife-8.07-win\renpy\display\core.py", line 671, in visit_all
    for d in self.visit():
  File "I:\Myearlylife-8.07-win\renpy\display\image.py", line 785, in visit
    self.find_target()
  File "I:\Myearlylife-8.07-win\renpy\display\image.py", line 683, in find_target
    raise Exception(error)
Exception: DynamicImage 'gui/assets/feel[LynnObj.Feelings].png': could not find image. ('gui/assets/feel0.png')

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
My early life 8.07
Thu Apr 11 14:47:42 2024
[/CODE]

It seems that file gui/assets/feel0.png doesn't exist. I check in the folder and I don't have "feel" assets.
Can you help me with this ?
Thanks
 

Litvan

Member
Aug 6, 2016
202
105
As the 2 above Celaviegroup .. someone dropped the ball

Code:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 258, in <module>
Exception: DynamicImage 'gui/assets/feel[LynnObj.Feelings].png': could not find image. ('gui/assets/feel0.png')

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

Full traceback:
  File "game/main.rpyc", line 250, in script call
  File "game/main.rpyc", line 258, in script
  File "D:\DL\Myearlylife-8.07-win\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\DL\Myearlylife-8.07-win\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/main.rpy", line 258, in <module>
  File "D:\DL\Myearlylife-8.07-win\renpy\exports.py", line 1637, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "D:\DL\Myearlylife-8.07-win\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 3579, 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 "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 4 more times]
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 671, in visit_all
    for d in self.visit():
  File "D:\DL\Myearlylife-8.07-win\renpy\display\image.py", line 785, in visit
    self.find_target()
  File "D:\DL\Myearlylife-8.07-win\renpy\display\image.py", line 683, in find_target
    raise Exception(error)
Exception: DynamicImage 'gui/assets/feel[LynnObj.Feelings].png': could not find image. ('gui/assets/feel0.png')

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
My early life 8.07
Thu Apr 11 14:59:09 2024
```
Straight from your own link on patreon
 
  • Like
Reactions: SimpleMerc

DownloadMan123

New Member
Dec 27, 2020
7
4
As the 2 above Celaviegroup .. someone dropped the ball

Code:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 258, in <module>
Exception: DynamicImage 'gui/assets/feel[LynnObj.Feelings].png': could not find image. ('gui/assets/feel0.png')

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

Full traceback:
  File "game/main.rpyc", line 250, in script call
  File "game/main.rpyc", line 258, in script
  File "D:\DL\Myearlylife-8.07-win\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\DL\Myearlylife-8.07-win\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/main.rpy", line 258, in <module>
  File "D:\DL\Myearlylife-8.07-win\renpy\exports.py", line 1637, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "D:\DL\Myearlylife-8.07-win\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 3579, 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 "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 4 more times]
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 671, in visit_all
    for d in self.visit():
  File "D:\DL\Myearlylife-8.07-win\renpy\display\image.py", line 785, in visit
    self.find_target()
  File "D:\DL\Myearlylife-8.07-win\renpy\display\image.py", line 683, in find_target
    raise Exception(error)
Exception: DynamicImage 'gui/assets/feel[LynnObj.Feelings].png': could not find image. ('gui/assets/feel0.png')

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
My early life 8.07
Thu Apr 11 14:59:09 2024
```
Straight from your own link on patreon
I just created a png file literally displaying the number 0 and it worked after restarting the game
 

Minnimix

Newbie
Jun 18, 2020
60
80
Hey Bob

Thanks for making Ep8 Public.. whatever I do even starting a new game I get crash with following error.

Happens whether I run the Mac version .app or the Win version (with RenPy 8.1.3). Downloaded from your link.

While running game code:
File "game/main.rpy", line 258, in <module>
Exception: DynamicImage 'gui/assets/feel[LynnObj.Feelings].png': could not find image. ('gui/assets/feel0.png')

macOS-14.4.1-arm64-arm-64bit arm64
Ren'Py 8.1.3.23091805
My early life 8.07
Thu Apr 11 20:47:54 2024
[/code]

Appreciate any tips.
u can copy all "arousalxx.png" and rename to "feel0.png" .... "feel27.png", and wait
for an download of the "orginal" .png.

i think orginal is the "feel" indicator an other color,
but with this trick you can start to play the game
 

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,184
2,877
As the 2 above Celaviegroup .. someone dropped the ball

Code:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 258, in <module>
Exception: DynamicImage 'gui/assets/feel[LynnObj.Feelings].png': could not find image. ('gui/assets/feel0.png')

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

Full traceback:
  File "game/main.rpyc", line 250, in script call
  File "game/main.rpyc", line 258, in script
  File "D:\DL\Myearlylife-8.07-win\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\DL\Myearlylife-8.07-win\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/main.rpy", line 258, in <module>
  File "D:\DL\Myearlylife-8.07-win\renpy\exports.py", line 1637, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "D:\DL\Myearlylife-8.07-win\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 3579, 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 "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 4 more times]
  File "D:\DL\Myearlylife-8.07-win\renpy\display\core.py", line 671, in visit_all
    for d in self.visit():
  File "D:\DL\Myearlylife-8.07-win\renpy\display\image.py", line 785, in visit
    self.find_target()
  File "D:\DL\Myearlylife-8.07-win\renpy\display\image.py", line 683, in find_target
    raise Exception(error)
Exception: DynamicImage 'gui/assets/feel[LynnObj.Feelings].png': could not find image. ('gui/assets/feel0.png')

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
My early life 8.07
Thu Apr 11 14:59:09 2024
```
Straight from your own link on patreon
Sorry - new version will be uploaded soon. Just added some Ep9 contents in this public update
 

Litvan

Member
Aug 6, 2016
202
105
I just created a png file literally displaying the number 0 and it worked after restarting the game
I even tried digging through version 6 and 7 as well as the version 8 apk without any luck finding any "feel" images.. so yeah, might just do as Minnimix suggested until Bob releases an official fix
 

Fuksara

Newbie
May 28, 2017
62
43
Hey Celaviegroup while i love your games and thanks for dropping Ep8, maybe due upload or something i am not able to DL the game via link on your site.

1712844190320.png

BTW link is from your site on Patreon
 
Last edited:

Minnimix

Newbie
Jun 18, 2020
60
80
EP8 Event 10 : 7:30 Lina

bob "Hi, Sis"
lina "Get out - can't you see that I'm naked"
bob "Silly you - %(ev)s is sleeping"
lina "What do you want?"
bob "Listen ........."

" Some time later"

linai "Okay - but that's expensive"


:unsure: :unsure: ... missing text content ???
 

Rintal

Active Member
May 6, 2017
844
1,901
Somehow stuck at task "kitchen 10:30". Talked to Eve and nothing. Was trying low arousal/high arousal, deferent moods. Same result. I'm at 100/102 progress. Only this and one more, closed task remained.
 

localhost

Newbie
Sep 17, 2020
44
94
Somehow stuck at task "kitchen 10:30". Talked to Eve and nothing. Was trying low arousal/high arousal, deferent moods. Same result. I'm at 100/102 progress. Only this and one more, closed task remained.
I assume you are on episode 8? There are a lot of 10:30 Kitchen events. It's hard to say for sure which one you are stuck at. Tell me the event numbers for the two that aren't complete and I should be able to give you a hint. Go to the event screen and count from top to bottom or bottom to top. For episode 8: In the left column, the first event is 0, and the last is 50. On the right column, the first event is 51 and the last is 101.
 

Rintal

Active Member
May 6, 2017
844
1,901
I assume you are on episode 8? There are a lot of 10:30 Kitchen events. It's hard to say for sure which one you are stuck at. Tell me the event numbers for the two that aren't complete and I should be able to give you a hint. Go to the event screen and count from top to bottom or bottom to top. For episode 8: In the left column, the first event is 0, and the last is 50. On the right column, the first event is 51 and the last is 101.
"Kitchen 10:30" is the 40th task. And the 27th task is closed for now. I assume it will open after completing the "kitchen task".
 

scorpking

Newbie
Aug 3, 2023
38
10
is the truth/dare game the last thing in episode 9? I just seem doing the same things over and over again and nothing is changing.
 
3.30 star(s) 38 Votes