VN Ren'Py With Eyes Closed [Season 1 Deluxe] [Ker]

4.00 star(s) 20 Votes

Samhill

Active Member
Nov 2, 2020
570
343
Then I have no idea why that's happening to you, unfortunately. As I said, the dev made a lot of changes to the underlying code (scenes and text did not change, only the code), but I did a full playthrough with my mod, and played the same part that you originally said had the errors... but I did not encounter any. Not sure what's going on. :(
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:
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\ast.py", line 1922, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\exports.py", line 1106, in menu
    rv = renpy.store.menu(new_items)
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\exports.py", line 1345, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\[redacted]\Games\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\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\core.py", line 4175, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\core.py", line 2782, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\screen.py", line 731, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\transform.py", line 909, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\layout.py", line 1109, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\transform.py", line 909, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\behavior.py", line 948, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\display\layout.py", line 1338, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\text\text.py", line 2171, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\text\text.py", line 629, in __init__
    self.paragraphs = self.segment(text.tokens, style, renders, text)
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\text\text.py", line 1206, in segment
    push().color = renpy.easy.color(value)
  File "C:\Users\[redacted]\Games\WithEyesClosed-Season1-pc\renpy\color.py", line 167, in __new__
    raise Exception("Color string {!r} must be 3, 4, 6, or 8 hex digits long.".format(c))
Exception: Color string '{u' must be 3, 4, 6, or 8 hex digits long.

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
With Eyes Closed Season1
Wed Jul  3 04:14:36 2024
 
4.00 star(s) 20 Votes