I already have the jet washer and I'm not going to the missionyou need to get the carwash and have her mother show up before you opgrade the carwash, then have her mother show up again and start her line of quests and this one will continue.
I already have the jet washer and I'm not going to the missionyou need to get the carwash and have her mother show up before you opgrade the carwash, then have her mother show up again and start her line of quests and this one will continue.
Someone else mention this previously and the only way to get this bug is if you use a save that was created from v1.9 & below. If you started a new game on Version 2.0 or higher then you should be fine, this is one of the reason the dev mention not to use the saves from v1.9 & below in the changelog.First thing in the morning he asks what he wants to do with the slaves, I attach images
nothing you ae missing there, but you might want to still prep for 2.1B where the battle system for cornelia is added which is just like sophies stats.is there any missed events at 2.1A?? I just finished Resort, Leonora, Cornelia F*ckable and Dark Sasha Events...
Did you read the cause of the error its not related to the game:I keep getting the error message when I want to end olivia's quest series
Full traceback:
File "game/SashaHistEven2.rpy", line 653, in script call
call SisC
File "game/SashaHistEven2.rpy", line 653, in script call
call SisC
File "game/SashaHistEven2.rpy", line 653, in script call
call SisC
File "game/OliviaInHist.rpy", line 931, in script
scene bg DialogoOliGre15 with dissolve
File "renpy/ast.py", line 1437, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2718, in do_with
clear=clear)
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 3792, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2521, 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 786, 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/transition.py", line 368, in render
top = render(self.new_widget, width, height, st, at)
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 786, 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 786, 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 708, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 140, 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 "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
error: Out of memory
Windows-7-6.1.7601-SP1
Ren'Py 7.4.6.1693
Bastard GirlsR 2.1+Cornelia
Mon Dec 13 18:34:44 2021
Save & reload to get the breakfast to roll on good, when you have to 2 maids cooking breakfast the food its always good.What is best strategy with food? I barely have time for daily routine. And why my breakfest alweys goes bad?
I've seen this before, the RGB code color=#00ff00 text from someone else on here but they copy pasted the cheat mod v.1.5 which was created from & for Bastard Girls R v.1.5, those files mess up the green color in the string. You may have uninstall it but you need to delete the save files to fully cleanse the game including RenPy backup save directory for the game:Keep getting this message when trying to load save files, tried reinstalling it from scratch, didn't work.
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Open text tag at end of string u'{color=#00ff00}Ver. 2.1+Cornelia{/color} - {color=#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}First blind{/co'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
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 "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
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 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 437, in visit_all
self.child.visit_all(callback, seen=None)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 557, in visit_all
for d in self.visit():
File "renpy/text/text.py", line 1770, in visit
self.update()
File "renpy/text/text.py", line 1747, in update
tokens = self.tokenize(text)
File "renpy/text/text.py", line 2221, in tokenize
tokens.extend(textsupport.tokenize(i))
File "textsupport.pyx", line 127, in renpy.text.textsupport.tokenize
Exception: Open text tag at end of string u'{color=#00ff00}Ver. 2.1+Cornelia{/color} - {color=#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}#f00}First blind{/co'.
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Bastard GirlsR 2.1+Cornelia
Thu Dec 16 00:49:51 2021
only bit of that, that i know of is if you skip classes anough and get caughtany femdom?
I've seen this before, the RGB code color=#00ff00 text from someone else on here but they copy pasted the cheat mod v.1.5 which was created from & for Bastard Girls R v.1.5, those files mess up the green color in the string. You may have uninstall it but you need to delete the save files to fully cleanse the game including RenPy backup save directory for the game:
C:\Users\[your Windows username]\AppData\Roaming\RenPy\[Game Save Folder Name]
Just don't use that particular mod you can always use the Console which RenPy games use, you can set the Console on yourself or use the link and copy paste the rar file. There are also cheats in the post but not all was listed like location & events and some may no longer work for the new Guardian Battle system i haven't tested those again after v.2.0 drop.Yeah, it seems you were right. Deleted the backup directory, and now it's working fine. Do you know how I can stop this from possibly happening again?
Just don't use that particular mod you can always use the Console which RenPy games use, you can set the Console on yourself or use the link and copy paste the rar file. There are also cheats in the post but not all was listed like location & events and some may no longer work for the new Guardian Battle system i haven't tested those again after v.2.0 drop.
https://f95zone.to/threads/bastard-girls-r-v2-1-part-a-leocid2.33364/post-6704125