easyjoe

New Member
Jan 14, 2020
4
0
hi. my game allwas crashes at the rachel path after dinner. any idea whats wrong? i tried it with and without the mod

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

While running game code:
  File "game/chapter2.rpy", line 2754, in script call
    call chapter_2_save from _call_chapter_2_save
  File "game/chapter3.rpy", line 749, in script
    call screen autoanimation(True, "anim/1/", 20) with dissolve
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/extra_screens.rpy", line 527, in execute
    screen autoanimation(auto,path1,frames1):
  File "game/extra_screens.rpy", line 527, in execute
    screen autoanimation(auto,path1,frames1):
  File "game/extra_screens.rpy", line 547, in execute
    add "[path][BarTime].png"
Exception: DynamicImage u'[path][BarTime].png': could not find image. (u'anim/1/0.png')

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

Full traceback:
  File "game/chapter2.rpy", line 2754, in script call
    call chapter_2_save from _call_chapter_2_save
  File "game/chapter3.rpy", line 749, in script
    call screen autoanimation(True, "anim/1/", 20) with dissolve
  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/extra_screens.rpy", line 527, in execute
    screen autoanimation(auto,path1,frames1):
  File "game/extra_screens.rpy", line 527, in execute
    screen autoanimation(auto,path1,frames1):
  File "game/extra_screens.rpy", line 547, in execute
    add "[path][BarTime].png"
  File "renpy/sl2/sldisplayables.py", line 431, in sl2add
    d = renpy.easy.displayable(d, scope=scope)
  File "renpy/easy.py", line 113, in displayable
    return renpy.display.image.DynamicImage(d, scope=scope)
  File "renpy/display/image.py", line 571, in __init__
    self.find_target(scope)
  File "renpy/display/image.py", line 652, in find_target
    raise Exception(error)
Exception: DynamicImage u'[path][BarTime].png': could not find image. (u'anim/1/0.png')
 

SinAppeal

Wings of Silicon
Game Developer
Apr 1, 2020
428
2,281
hi. my game allwas crashes at the rachel path after dinner. any idea whats wrong? i tried it with and without the mod

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

While running game code:
  File "game/chapter2.rpy", line 2754, in script call
    call chapter_2_save from _call_chapter_2_save
  File "game/chapter3.rpy", line 749, in script
    call screen autoanimation(True, "anim/1/", 20) with dissolve
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/extra_screens.rpy", line 527, in execute
    screen autoanimation(auto,path1,frames1):
  File "game/extra_screens.rpy", line 527, in execute
    screen autoanimation(auto,path1,frames1):
  File "game/extra_screens.rpy", line 547, in execute
    add "[path][BarTime].png"
Exception: DynamicImage u'[path][BarTime].png': could not find image. (u'anim/1/0.png')

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

Full traceback:
  File "game/chapter2.rpy", line 2754, in script call
    call chapter_2_save from _call_chapter_2_save
  File "game/chapter3.rpy", line 749, in script
    call screen autoanimation(True, "anim/1/", 20) with dissolve
  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/extra_screens.rpy", line 527, in execute
    screen autoanimation(auto,path1,frames1):
  File "game/extra_screens.rpy", line 527, in execute
    screen autoanimation(auto,path1,frames1):
  File "game/extra_screens.rpy", line 547, in execute
    add "[path][BarTime].png"
  File "renpy/sl2/sldisplayables.py", line 431, in sl2add
    d = renpy.easy.displayable(d, scope=scope)
  File "renpy/easy.py", line 113, in displayable
    return renpy.display.image.DynamicImage(d, scope=scope)
  File "renpy/display/image.py", line 571, in __init__
    self.find_target(scope)
  File "renpy/display/image.py", line 652, in find_target
    raise Exception(error)
Exception: DynamicImage u'[path][BarTime].png': could not find image. (u'anim/1/0.png')
broken old saves

pls use the new version of the game (go on my patreon and download the public build
 

SinAppeal

Wings of Silicon
Game Developer
Apr 1, 2020
428
2,281
Hi SinAppeal I've completed the game but the replay scenes are all locked, do you know why it can be?
hi
Tupido


cool and i hope you like the game.
the scene gallery is still locked and will be open in the upcoming chapters :)

if you like the game, don't forget to review it with a goo rate :)
 
  • Like
Reactions: Tupido

Wildquill

Sunwave Hotel
Game Developer
Jun 5, 2017
356
392
Some fresh wallpaper to hold everyone over till the next public build. We're working hard right now on Chapter 7, preparing the code and then it will be time for scripts. I'll also be taking a look at some earlier story bumps people have noted, see if I can't smooth things over.

xmas46.jpg

There is also a Rachel wallpaper available for Patrons.


As always, we appreciate any support and feedback people can give us. Enjoy the spicy image. I can't wait to let Mia go wild one of these days :p
 

SinAppeal

Wings of Silicon
Game Developer
Apr 1, 2020
428
2,281


Release Dates for Chapter7
It is finally that time again!
I can tell you the official release dates for Chapter7.

I am proud of what we have achieved in January. Let's keep in mind all the setbacks. My unplanned move. Which really took a lot out of me. And then also my new RTX that just didn't work due to a software bug. So I had to render Chapter7 50% with the GTX and 50% with the RTX. And still, a very nice e-result was created.

I really like the content of Chapter7. Without spoiling too much, you can experience nice moments with Rachel or Mia or you can combine them.

The focus is more there again and I find it much more successful than Chapter6. And I have a lot of ideas for Chapter8. There will be more and more naked skin. What I also prefer very much.

You can look forward to:

  • 582 full HD renders
  • 8 animations
  • 1 replay
  • 2 rewards
and a lot of really good content!!!

I am currently in the very last phase of testing. Here and there are still minor bugs that I need to improve. But until tomorrow everything will be ok and I can upload the chapter.
I wish you a lot of fun with it.
I will spend the rest of the time until tomorrow to do some updates on the Patreon page.

Cheers
SiN
 

SinAppeal

Wings of Silicon
Game Developer
Apr 1, 2020
428
2,281


Polls for Chapter8 starting today!
Hi Peeps,
today i was able to buy a lot of new assets for Chapter8.
Futhermore I improved the Skin texture and some small bugs on the female characters, making them even hotter :D
The enviroments for chapter8 are also completed today :)

I making huge efforts these days.

So pls vote for your fav outfit, so i can start with rendering ;)
Use this Link:


SiN
 

balvenie1401

Well-Known Member
Dec 29, 2017
1,386
2,174


Polls for Chapter8 starting today!
Hi Peeps,
today i was able to buy a lot of new assets for Chapter8.
Futhermore I improved the Skin texture and some small bugs on the female characters, making them even hotter :D
The enviroments for chapter8 are also completed today :)

I making huge efforts these days.

So pls vote for your fav outfit, so i can start with rendering ;)
Use this Link:


SiN
Did you run into trouble with the release of Ch. 7? According to your post it was supposed to be released yesterday right? Cheers
 
  • Angry
Reactions: Balu83
3.20 star(s) 45 Votes