AI Porn is here, Create and Fap TRY FREE
x
3.90 star(s) 35 Votes

TheSidewinder

Well-Known Member
Mar 31, 2020
1,767
3,298
468
I did a clean install. No more errors, however, the text isn't green.

Just after I type that:

Python:
While processing text tag {color={u} in "{color={u}}For me, it's serious.".:
  File "game/chapter5.rpy", line 1259, in script
    menu:
Exception: Color string '{u' must be 3, 4, 6, or 8 hex digits long.

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

Full traceback:
  File "script.rpyc", line 29, in script call
  File "game/chapter5.rpy", line 1259, in script
    menu:

**********************************REMOVED SOME TEXT HERE*********************** 

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
With Eyes Closed Season1
Wed Jul  3 04:14:36 2024
Different line number, but again, chapter5.rpy in my mod has this at that line number (starting with 'menu:' at line 1258):

Code:
1258)   menu:
              "{color=[wcol]}For me, it's serious.":
                  $ renpy.block_rollback()
                  show screen choice_notice("she")
                  mc1 "Okay, but I can give you an answer right now. For me, it's serious."
1264)             call hidewalk from _call_hidewalk_99
So I really don't know why it isn't working for you, sorry. :(
 

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,988
11,785
698
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: Season 1 Ch5 + Gallery unlock by colombeen

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR or even MEGA

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.

PIXELDRAIN
MEGA

Size 621 MB

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Updated my android port.
 
  • Like
Reactions: ZiggyZpider

Antonie van Leeuwenhoek

Active Member
Mar 30, 2019
679
1,534
251
Was about to try this one but fortunately saw devs previous work.. Anyone have any idea about what to expect from this one wrt to the genres?!
 

SpecterX

Active Member
Apr 29, 2020
568
378
186
Was about to try this one but fortunately saw devs previous work.. Anyone have any idea about what to expect from this one wrt to the genres?!
I think it would be better to say what you didn't like his previous game so anyone should know what to tell you.
Because for me the previous game was good but rushed at the end.
 

Jhon27

Member
Jul 24, 2024
474
1,622
221
?
Agora mesmo

Hi, the first season is finished, I'm interested to know your opinion, who you liked the most:) I'll try to take the results into account when I adjust the plot of the second season!
You can choose multiple variants.
Screenshot_20240726_140204_Patreon.png
VOTE
 
  • Like
Reactions: lockerxx

Mordhakan

New Member
Dec 3, 2023
2
0
11
Hi ! I have a problem with this game. Each time I go into the gallery and click onto something or change the page I have an error like this:

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

While running game code:
  File "game/gui_scripts/screenReplay.rpy", line 62, in execute
  File "game/gui_scripts/screenReplay.rpy", line 62, in execute
  File "game/gui_scripts/screenReplay.rpy", line 128, in execute
  File "game/gui_scripts/screenReplay.rpy", line 134, in execute
  File "game/gui_scripts/screenReplay.rpy", line 135, in execute
  File "game/gui_scripts/screenReplay.rpy", line 144, in execute
Exception: DynamicImage ['/gui/replay/replay12_b.png']: could not find image. ('/gui/replay/replay12_b.png')

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\python.py", line 1122, 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 "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\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 "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/gui_scripts/screenReplay.rpy", line 62, in execute
  File "game/gui_scripts/screenReplay.rpy", line 62, in execute
  File "game/gui_scripts/screenReplay.rpy", line 128, in execute
  File "game/gui_scripts/screenReplay.rpy", line 134, in execute
  File "game/gui_scripts/screenReplay.rpy", line 135, in execute
  File "game/gui_scripts/screenReplay.rpy", line 144, in execute
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\sl2\sldisplayables.py", line 451, in sl2add
    d = renpy.easy.displayable(d, scope=scope)
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\easy.py", line 136, in displayable
    return renpy.display.image.DynamicImage(d, scope=scope)
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\display\image.py", line 598, in __init__
    self.find_target(scope)
  File "C:\Users\Utilisateur\Desktop\WithEyesClosed-Season1-pc\renpy\display\image.py", line 683, in find_target
    raise Exception(error)
Exception: DynamicImage ['/gui/replay/replay12_b.png']: could not find image. ('/gui/replay/replay12_b.png')

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
With Eyes Closed Season1
Fri Aug  9 08:05:33 2024
And if I ignore, it just crash or it launch a new game. Does someone have a fix?
 

AlterdStates7

Member
Feb 18, 2020
259
607
261
I just started Chapter 3 and for some reason it's saying "Chapter 2" persistently at the top of the screen. :unsure: Using the S1 2K version with the mod.
 

Manuya

Member
Donor
Dec 26, 2021
357
516
216
congrats to the dev on another steam release, for those that tried it from here or patreon and will download the steam version tell us if there're any differences because i'm new to it & just got the deluxe version, it's more in terms of size for starters!
Screenshot (31).png
 
3.90 star(s) 35 Votes