VN Ren'Py With Eyes Closed [Season 2 - Ch. 6 Standard Edition] [Ker]

4.00 star(s) 23 Votes

onefingersalute

Well-Known Member
Mar 30, 2022
1,837
2,385
i dont see the difference between regular and other editions is it like more content or some shit ? either way looking forward to the update though :coffee:
 

xtr3mx7

Member
Feb 10, 2019
302
314
This S2 has lots of files missing from S1 and in addition, saves from S1 cannot be used in S2. This release is much confusing!

Traceback when importing earliest saves - ch 4 & ch 5 (after clicking > Start > Import Saves):

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

While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "script.rpyc", line 31, in script
  File "WITH EYES CLOSED\S2\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "WITH EYES CLOSED\S2\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "WITH EYES CLOSED\S2\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "WITH EYES CLOSED\S2\renpy\exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "WITH EYES CLOSED\S2\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "WITH EYES CLOSED\S2\renpy\display\core.py", line 3582, 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 "WITH EYES CLOSED\S2\renpy\display\core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "WITH EYES CLOSED\S2\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "WITH EYES CLOSED\S2\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "WITH EYES CLOSED\S2\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "WITH EYES CLOSED\S2\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "WITH EYES CLOSED\S2\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "WITH EYES CLOSED\S2\renpy\display\transform.py", line 936, in event
    rv = d.event(ev, cx, cy, st)
  File "WITH EYES CLOSED\S2\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "WITH EYES CLOSED\S2\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "WITH EYES CLOSED\S2\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "WITH EYES CLOSED\S2\renpy\display\transform.py", line 936, in event
    rv = d.event(ev, cx, cy, st)
  File "WITH EYES CLOSED\S2\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "WITH EYES CLOSED\S2\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "WITH EYES CLOSED\S2\renpy\display\behavior.py", line 372, in run
    new_rv = run(i, *args, **kwargs)
  File "WITH EYES CLOSED\S2\renpy\display\behavior.py", line 372, in run
    new_rv = run(i, *args, **kwargs)
  File "WITH EYES CLOSED\S2\renpy\display\behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
  File "WITH EYES CLOSED\S2\renpy\loadsave.py", line 816, in load
    log.unfreeze(roots, label="_after_load")
  File "WITH EYES CLOSED\S2\renpy\rollback.py", line 1105, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "WITH EYES CLOSED\S2\renpy\rollback.py", line 905, in rollback
    self.load_failed()
  File "WITH EYES CLOSED\S2\renpy\rollback.py", line 823, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
With Eyes Closed S2-ch6
Mon Jan  6 21:43:55 2025

Traceback trying to import other saves from chapter 1-3 (after clicking > Start > Import Saves):

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

While running game code:
Exception: Could not find return label '_call_hidewalk_58'.

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

Full traceback:
  File "gui_scripts/screenWalkthrough.rpyc", line 24, in script
  File "WITH EYES CLOSED\S2\renpy\ast.py", line 1801, in execute
    next_node(renpy.game.context().lookup_return(pop=True))
  File "WITH EYES CLOSED\S2\renpy\execution.py", line 741, in lookup_return
    raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label '_call_hidewalk_58'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
With Eyes Closed S2-ch6
Mon Jan  6 21:46:46 2025
 
Last edited:

IDontGetWomen

Active Member
Sep 9, 2021
526
808
I think, no knocking if its yur thing, but most people aren't paying too much attention to the dick in the equation.
not wanting to see hot women having sex with ugly looking dicks is actually quite a normal thing... hence why people don't watch small dick porn, or porn with ugly dicks. It's a subconscious thing
 
Last edited:
  • Like
Reactions: MixQQ

Ozygator

Engaged Member
Donor
Oct 15, 2016
2,394
4,011
question, does that penis model get updated as the game goes on from the preview pics? cause that's like the old ass VN cock model and it looks like doodoo compared to what is out there by now.
Name rings true, since you're more worried about how the cock looks in the game than you are anything else...
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Game Developer
Jun 30, 2018
3,121
8,415
does anyone know how to crack the ingame WT?
Is there any variable to unren?

i thought i found it, but i was wrong - the wt locks itself again
 
Last edited:

yossa999

Engaged Member
Dec 5, 2020
2,504
16,746
Are you sure? Because as far as I remember, the first season on Steam goes up to chapter 4

And the name of the file for the first season to download here has this name.
View attachment 4416386
Yep. :)
https://f95zone.to/threads/with-eyes-closed-season-2-ch-6-standard-edition-ker.156738/post-14065591
Regarding Chapter Five, as I mentioned before:

The update heavily focuses on Eva, featuring three scenes with her, including one 18+ scene. The plot of the fifth chapter revolves mainly around her. There's also plenty of content with Kate, including an 18+ scene. Luna will make a brief appearance. You'll also encounter Melinda, Christopher, and a new character, Olivia, who you might have seen in earlier renders. Olivia will also have an erotic scene.
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Game Developer
Jun 30, 2018
3,121
8,415
Using URM you can set the variable "walkmode" to 1 and "persistent.walkwec" to 2 to fully turn on the WT or 1 for just hints.
i tried that before - and WT didn't appear and variables were set to default once i reached the next menu.
But i try it again.
(if not working, i'll just wait until tomorrow - the WT guy alrady edited his post to get the WT mod updated tomorrow)

But thx anyway

EDIT:
seems to work particially now for some reason ...
what about variable walktemp? Asking because i've had some "?" sign in top right corner, but no colored text hint.
persistent.walkwec is set to 2 and walkmode == 1

EDIT2:
nvm - i just figured out that there seems not to be any color anymore, but some choices are underlined - i guess that's the WT
 
Last edited:

TC926

Member
Oct 7, 2018
174
175
season ends like this
Screenshot 2025-01-07 004552.png Screenshot 2025-01-07 004612.png Screenshot 2025-01-07 004635.png

Season 2 when importing saves ask this
Screenshot 2025-01-07 004355.png
when i import save from season 4 it just crash "an exception has occurred" any solution
 
4.00 star(s) 23 Votes