Cum_Cum_Cum
New Member
- May 14, 2021
- 2
- 1
I think the poster is incel tier, not chad. So it should take one week after the release (when it reaches the incel tier).when r they gonna post 1.53 here
So can someone tell me what v1.53 contains so I don't keep going back on this thread waiting for the upload thanks!
I wish we got actual Ria scenes, sex with Mrs. L, even some Maxine. Not complaining though, Flora is nice.more flora content? nice.
im not gonna complain about having more content for best girl.
Yup. Let's hope it's good.Oh my glob they finally revamped the gallery
Yeah on their patreon, some kind soul just needs to upload it here.didn't update 1.53 come out on June 1st?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/1000_base_game/game/roaming.rpy", line 7, in <module>
File "game/1000_base_game/screens/location.rpy", line 132, in render
File "game/1000_base_game/screens/location.rpy", line 39, in prepare_renders
File "game/1000_base_game/game/characters/maxine/maxine.rpy", line 1984, in actions
AttributeError: 'int' object has no attribute 'endswith'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "1000_base_game/script.rpyc", line 10, in script call
File "1000_base_game/engine/core.rpyc", line 42, in script call
File "1000_base_game/game/locations/school/first_hall/first_hall.rpyc", line 270, in script call
File "1000_base_game/game/roaming.rpyc", line 7, in script
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/1000_base_game/game/roaming.rpy", line 7, in <module>
File "renpy/exports.py", line 1525, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, 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 3611, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2441, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 933, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/image.py", line 501, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 307, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "game/1000_base_game/screens/location.rpy", line 132, in render
File "game/1000_base_game/screens/location.rpy", line 39, in prepare_renders
File "game/1000_base_game/game/characters/maxine/maxine.rpy", line 1984, in actions
AttributeError: 'int' object has no attribute 'endswith'
I've tried starting a new game still can get past this exceptionCan someone please help me out with this. Can't progress past this exception at all & I'm only a couple minutes into the game
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/1000_base_game/game/roaming.rpy", line 7, in <module> File "game/1000_base_game/screens/location.rpy", line 132, in render File "game/1000_base_game/screens/location.rpy", line 39, in prepare_renders File "game/1000_base_game/game/characters/maxine/maxine.rpy", line 1984, in actions AttributeError: 'int' object has no attribute 'endswith' -- Full Traceback ------------------------------------------------------------ Full traceback: File "1000_base_game/script.rpyc", line 10, in script call File "1000_base_game/engine/core.rpyc", line 42, in script call File "1000_base_game/game/locations/school/first_hall/first_hall.rpyc", line 270, in script call File "1000_base_game/game/roaming.rpyc", line 7, in script File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "game/1000_base_game/game/roaming.rpy", line 7, in <module> File "renpy/exports.py", line 1525, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, 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 3611, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2441, in draw_screen renpy.config.screen_height, File "render.pyx", line 492, in renpy.display.render.render_screen File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 777, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 777, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 777, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/transform.py", line 933, in render return transform_render(self, width, height, st, at) File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/image.py", line 501, in render return wrap_render(self.target, width, height, st, at) File "renpy/display/image.py", line 307, in wrap_render rend = render(child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "game/1000_base_game/screens/location.rpy", line 132, in render File "game/1000_base_game/screens/location.rpy", line 39, in prepare_renders File "game/1000_base_game/game/characters/maxine/maxine.rpy", line 1984, in actions AttributeError: 'int' object has no attribute 'endswith'
Pretty good update to be fair. Nice job devs
You must be registered to see the links
- [new quest] Flora's Medium Thirsty Tree
- [new scene] Flora handjob + blowjob
- [new scene] Flora entanglement
- [new scene] Flora grinding + sex
- [new scene] Flora masturbating
- [tech change] Revamped the gallery replays phone app to make newly added scenes more easily accessible
- [bugfix] Loading up an old save file would sometimes prompt a "name 'exclusive' is not defined" message error
- [bugfix] The MC would comment on how Lindsey's fall wasn't due to a suicide attempt during Out on the Waves even if he hadn't learned about her hypno-somnambulism episodes