2.00 star(s) 1 Vote

Bearded_NoPants

Skin as brittle and thin as dry rice paper
Donor
Jan 12, 2020
1,230
1,451
Umm the Zip file is Named "StayWithClaire-2.0-pc" and the folder in the zip file reads "StayWithClaire-1.0-pc" But this thread says "Stay With Claire [v0.3] so.... which version is it?
 
  • Like
Reactions: Jenzi800

7GC

Newbie
Game Developer
Nov 5, 2018
57
315
7GC Can you please fix the mac downloads? It says the files have been removed when you click the links.
Hi, mac version will come out in 2 weeks. just sorting few bugs and proof reading.
sorry for the delay....

Cheers
Keep safe
 

Professor Black

Active Member
Jun 14, 2020
550
1,080
getting error when I try to load an autosave file. since the game DOESN'T have an END CARD.



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

While loading <'Image' u'images/127.png'>:
  File "game/script.rpy", line 1097, in script
    menu:
  File "game/script.rpy", line 1097, in script
    menu:
error: Out of memory

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

Full traceback:
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\bootstrap.py", line 316, in bootstrap
    renpy.main.main()
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\main.py", line 578, in main
    run(restart)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\main.py", line 143, in run
    renpy.execution.run_context(True)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\execution.py", line 908, in run_context
    context.run()
  File "game/script.rpy", line 1097, in script
    menu:
  File "game/script.rpy", line 1097, in script
    menu:
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\ast.py", line 1628, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\exports.py", line 990, in menu
    rv = renpy.store.menu(new_items)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\exports.py", line 1226, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\pgrender.py", line 164, in load_image
    rv = copy_surface_unscaled(surf)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\pgrender.py", line 129, in copy_surface
    rv = surface_unscaled(surf.get_size(), alpha)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\pgrender.py", line 118, in surface
    surf = Surface((width + 4, height + 4), 0, sample)
  File "src/pygame_sdl2/surface.pyx", line 164, in pygame_sdl2.surface.Surface.__init__
error: Out of memory

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Stay With Claire 1.0
Sun Sep 13 21:20:01 2020
Also can anyone please tell me where I can find the top the MC was wearing in this scene? been looking for this asset for a while now

screenshot0033.png
 

Bearded_NoPants

Skin as brittle and thin as dry rice paper
Donor
Jan 12, 2020
1,230
1,451
getting error when I try to load an autosave file. since the game DOESN'T have an END CARD.



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

While loading <'Image' u'images/127.png'>:
  File "game/script.rpy", line 1097, in script
    menu:
  File "game/script.rpy", line 1097, in script
    menu:
error: Out of memory

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

Full traceback:
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\bootstrap.py", line 316, in bootstrap
    renpy.main.main()
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\main.py", line 578, in main
    run(restart)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\main.py", line 143, in run
    renpy.execution.run_context(True)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\execution.py", line 908, in run_context
    context.run()
  File "game/script.rpy", line 1097, in script
    menu:
  File "game/script.rpy", line 1097, in script
    menu:
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\ast.py", line 1628, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\exports.py", line 990, in menu
    rv = renpy.store.menu(new_items)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\exports.py", line 1226, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\pgrender.py", line 164, in load_image
    rv = copy_surface_unscaled(surf)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\pgrender.py", line 129, in copy_surface
    rv = surface_unscaled(surf.get_size(), alpha)
  File "A:\Downloads\NOT TOUCHED YET\1 NOT REALLY TOUCHEDL\StayWithClaire-1.0-pc\renpy\display\pgrender.py", line 118, in surface
    surf = Surface((width + 4, height + 4), 0, sample)
  File "src/pygame_sdl2/surface.pyx", line 164, in pygame_sdl2.surface.Surface.__init__
error: Out of memory

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Stay With Claire 1.0
Sun Sep 13 21:20:01 2020
Also can anyone please tell me where I can find the top the MC was wearing in this scene? been looking for this asset for a while now

View attachment 815488
FUCK his top man! LOOK AT THAT DRESS!!!
7GC I think the panties were overkill... IMO she should be going commando. it's not like anyone would notice!

But now that I look at the shirt I got to admit I'd like one too.
 

Davewatch

Active Member
Jan 7, 2020
595
627
This game is graunchier and slower than the previous release doesn't totally crash as much but keeps stalling and black screen with dialogue not normal RENPY at all? It is debatably/probably worse than before
 

7GC

Newbie
Game Developer
Nov 5, 2018
57
315
This game is graunchier and slower than the previous release doesn't totally crash as much but keeps stalling and black screen with dialogue not normal RENPY at all? It is debatably/probably worse than before
Hi,
Sorry for the stall, I’m working on it and will sort it out . Are there pets where it becomes slow? Trying to find the bug.
the black screen will be changed to renders in the next update.
thanks
 

Davewatch

Active Member
Jan 7, 2020
595
627
Hi,
Sorry for the stall, I’m working on it and will sort it out . Are there pets where it becomes slow? Trying to find the bug.
the black screen will be changed to renders in the next update.
thanks
It just kept getting slower and slower, the shopping trip was bad and the photo shoot I just gave up as it was that bad so thats as far as I have gone this time round. I have not totally given up though.
 

7GC

Newbie
Game Developer
Nov 5, 2018
57
315
It just kept getting slower and slower, the shopping trip was bad and the photo shoot I just gave up as it was that bad so thats as far as I have gone this time round. I have not totally given up though.
So iv sorted some stuff out with help from 79flavors.. (the major issue which alot where facing was due to game consuming alot of memory as the images are quite large. but this should sort it out.)

Hopefully it should work now..
 
  • Like
Reactions: Kai49

Bearded_NoPants

Skin as brittle and thin as dry rice paper
Donor
Jan 12, 2020
1,230
1,451
So iv sorted some stuff out with help from 79flavors.. (the major issue which alot where facing was due to game consuming alot of memory as the images are quite large. but this should sort it out.)

Hopefully it should work now..
Mega
Works fine now. I was able to finish the game. Good start considering its only V0.03.
 
  • Like
Reactions: 7GC
Nov 24, 2018
68
56
This game has it's flaws, but still it's full of potential. It's surprisingly fast proceeding in terms of corruption of the 'landlady', but that's okay. If someone doesn't like it, it's their loss.

It's definitely not 7GC's first game but they can learn and improve on the art of programming and their English skills...

TLDR: Not everyone might enjoy, but I did.
 
2.00 star(s) 1 Vote