May 20, 2019
254
1,017
The Zenelith event just keeps looping for me. I go to the forest in the morning then go back to the woods the next day and get the same event, no matter what option I choose. This also prevents me from going to the elf village because only that event triggers when I go into the forest.
Same, and now I probably have 4 Zeneliths in the house that is covered by a dozen markings that I specifically said I can't use anymore.

Also, I have to mention that the text block still block the scenes, mostly Cynthia's ones.
 
Last edited:

Samhill

Active Member
Nov 2, 2020
557
321
Python:
While running game code:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in script
    play sound doorknock
  File "renpy/common/000statements.rpy", line 300, in execute_play_sound
    renpy.sound.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in <module>
    play sound doorknock
NameError: name 'doorknock' is not defined

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

Full traceback:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in script
    play sound doorknock
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 2212, in execute
    self.call("execute")
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 2200, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 300, in execute_play_sound
    renpy.sound.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\python.py", line 1080, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\python.py", line 1073, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in <module>
    play sound doorknock
NameError: name 'doorknock' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Randel Tales 1.1.0
Sun Dec  4 07:33:40 2022
Python:
While loading <renpy.display.im.Flip object at 0x000000000a4ca8e0>:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 891, in script
    mc "I did."
  File "renpy/common/00library.rpy", line 284, in say
    who(what, interact=interact, *args, **kwargs)
OSError: Couldn't find file 'zndressangry.png'.

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

Full traceback:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 891, in script
    mc "I did."
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 901, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\exports.py", line 1371, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 284, in say
    who(what, interact=interact, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 1253, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 914, in do_display
    display_say(who,
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 653, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3376, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3905, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 2601, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 505, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 308, in wrap_render
    rend = render(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\Randeltales-1.1.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 1011, in load
    child = cache.get(self.image)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 723, in load
    raise e
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 688, in load
    filelike = renpy.loader.load(self.filename)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'zndressangry.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Randel Tales 1.1.0
Sun Dec  4 07:47:44 2022
Python:
While loading <renpy.display.im.Flip object at 0x000000000a4caa60>:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 939, in script
    e @angryt "You don't understand."
OSError: Couldn't find file 'zndressnormal.png'.

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

Full traceback:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 939, in script
    e @angryt "You don't understand."
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 901, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 1253, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 914, in do_display
    display_say(who,
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 653, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3376, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3905, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 2601, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 505, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 308, in wrap_render
    rend = render(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\Randeltales-1.1.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 1011, in load
    child = cache.get(self.image)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 723, in load
    raise e
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 688, in load
    filelike = renpy.loader.load(self.filename)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'zndressnormal.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Randel Tales 1.1.0
Sun Dec  4 07:50:34 2022
Python:
While loading <renpy.display.im.Flip object at 0x000000000a4d43a0>:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 1042, in script
    mc @surprisedt "What the-"
  File "renpy/common/00library.rpy", line 284, in say
    who(what, interact=interact, *args, **kwargs)
OSError: Couldn't find file 'znstaffnormal.png'.

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

Full traceback:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 1042, in script
    mc @surprisedt "What the-"
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 901, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\exports.py", line 1371, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 284, in say
    who(what, interact=interact, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 1253, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 914, in do_display
    display_say(who,
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 653, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3376, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3905, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 2601, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 505, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 308, in wrap_render
    rend = render(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\Randeltales-1.1.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 1011, in load
    child = cache.get(self.image)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 723, in load
    raise e
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 688, in load
    filelike = renpy.loader.load(self.filename)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'znstaffnormal.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Randel Tales 1.1.0
Sun Dec  4 07:53:59 2022
 
Last edited:

Cameo

Member
Oct 2, 2017
151
244
Python:
While running game code:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in script
    play sound doorknock
  File "renpy/common/000statements.rpy", line 300, in execute_play_sound
    renpy.sound.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in <module>
    play sound doorknock
NameError: name 'doorknock' is not defined

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

Full traceback:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in script
    play sound doorknock
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 2212, in execute
    self.call("execute")
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 2200, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 300, in execute_play_sound
    renpy.sound.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\python.py", line 1080, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\python.py", line 1073, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in <module>
    play sound doorknock
NameError: name 'doorknock' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Randel Tales 1.1.0
Sun Dec  4 07:33:40 2022
just press ignore, it will work fine
 

Samhill

Active Member
Nov 2, 2020
557
321
just press ignore, it will work fine
That's what I have been doing, but I'm continuously met with errors along this route. Since the developers monitor this thread, I thought it would be helpful to see the uncaught exceptions I'm getting.

And there is a lot.

Python:
While loading <renpy.display.im.Flip object at 0x000000000a4d4520>:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 1056, in script
    zns @r blusht "...I already treasure him."
OSError: Couldn't find file 'znstaffblushtalk.png'.

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

Full traceback:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 1056, in script
    zns @r blusht "...I already treasure him."
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 901, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 1253, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 914, in do_display
    display_say(who,
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 653, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3376, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3905, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 2601, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 505, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 308, in wrap_render
    rend = render(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\Randeltales-1.1.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 1011, in load
    child = cache.get(self.image)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 723, in load
    raise e
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 688, in load
    filelike = renpy.loader.load(self.filename)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'znstaffblushtalk.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Randel Tales 1.1.0
Sun Dec  4 08:01:20 2022
 

gpsywolf

Member
Sep 30, 2019
153
584
It seems the dev forgot to put the Zen "talking" pictures into the image archive. It's annoying but you arent missing anything except for Zen standing there during the convos. just hit ignore and im sure the dev will update as soon as he realizes...
 

Samhill

Active Member
Nov 2, 2020
557
321
It seems the dev forgot to put the Zen "talking" pictures into the image archive. It's annoying but you arent missing anything except for Zen standing there during the convos. just hit ignore and im sure the dev will update as soon as he realizes...
I'll stop posting the errors then.
 

Tegaran

Member
Jun 19, 2020
103
50
Okay, so I reloaded an earlier save and decided not to punish her while in the elf village. After that I decided to help her and it worked. Her story goes on. THe real question is; Is there a path where you can actually lock Zen in that shack to keep her for yourself as a fucktoy(punish her option)? Because when I tried it looped over and over again.
 

Cameo

Member
Oct 2, 2017
151
244
Okay, also for Zen romance path, zenSexDone variable should be True right after the night at her shack, after the troll quest, cuz otherwise if you decide to visit her after that it will raise an error "zenSexDone not defined or smth like that" (or if player cares enough they can set it with console)
 

Kalrotix

Member
Sep 27, 2017
194
186
Okay, so I reloaded an earlier save and decided not to punish her while in the elf village. After that I decided to help her and it worked. Her story goes on. THe real question is; Is there a path where you can actually lock Zen in that shack to keep her for yourself as a fucktoy(punish her option)? Because when I tried it looped over and over again.
It's a bug. On Patreon the dev said that he will post a patch today.
 

kartolas

Well-Known Member
Apr 10, 2021
1,048
1,641
Just be cheesy:4Head:
EDIT: log says you picked let's not be cheesy
There was also another thing: Gabrial comes to MCs home and seems surprised about Thea being there but I told her the truth in a previous update. Anyway, I've restarted and making another Playthrough.
 

Cameo

Member
Oct 2, 2017
151
244
There was also another thing: Gabrial comes to MCs home and seems surprised about Thea being there but I told her the truth in a previous update. Anyway, I've restarted and making another Playthrough.
that thing about gabe being surprised happened even before this update, dont think its crucial for the game, just tell gabe truth about clothes and that should be enough
 

RinEst_

Chaotic Evil Porn Addict
Game Developer
Apr 26, 2021
71
558
So... any news about that walkthrough?
It's supposed to be released with the public version of this update, but since someone leaked it before the actual release it's still not ready

The Zenelith event just keeps looping for me. I go to the forest in the morning then go back to the woods the next day and get the same event, no matter what option I choose. This also prevents me from going to the elf village because only that event triggers when I go into the forest.
Same here
Same for me
lol, update is broken as shit. None of the options allowed the Zenelith route to advance. Tried loading an earlier save so that I could not have sex with Zenelith, assuming that might be necessary to advance the route currently, and the Zenelith route fires anyway... when she hasn't even been banished yet. Continuity errors and bugs abound.
This is actually fixed in the first patch I released on discord for the patrons. 'Tis what happens when stuff gets leaked before the public release.


Python:
While running game code:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in script
    play sound doorknock
  File "renpy/common/000statements.rpy", line 300, in execute_play_sound
    renpy.sound.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in <module>
    play sound doorknock
NameError: name 'doorknock' is not defined

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

Full traceback:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in script
    play sound doorknock
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 2212, in execute
    self.call("execute")
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 2200, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 300, in execute_play_sound
    renpy.sound.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\python.py", line 1080, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\python.py", line 1073, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 767, in <module>
    play sound doorknock
NameError: name 'doorknock' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Randel Tales 1.1.0
Sun Dec  4 07:33:40 2022
Python:
While loading <renpy.display.im.Flip object at 0x000000000a4ca8e0>:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 891, in script
    mc "I did."
  File "renpy/common/00library.rpy", line 284, in say
    who(what, interact=interact, *args, **kwargs)
OSError: Couldn't find file 'zndressangry.png'.

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

Full traceback:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 891, in script
    mc "I did."
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 901, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\exports.py", line 1371, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 284, in say
    who(what, interact=interact, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 1253, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 914, in do_display
    display_say(who,
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 653, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3376, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3905, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 2601, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 505, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 308, in wrap_render
    rend = render(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\Randeltales-1.1.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 1011, in load
    child = cache.get(self.image)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 723, in load
    raise e
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 688, in load
    filelike = renpy.loader.load(self.filename)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'zndressangry.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Randel Tales 1.1.0
Sun Dec  4 07:47:44 2022
Python:
While loading <renpy.display.im.Flip object at 0x000000000a4caa60>:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 939, in script
    e @angryt "You don't understand."
OSError: Couldn't find file 'zndressnormal.png'.

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

Full traceback:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 939, in script
    e @angryt "You don't understand."
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 901, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 1253, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 914, in do_display
    display_say(who,
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 653, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3376, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3905, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 2601, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 505, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 308, in wrap_render
    rend = render(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\Randeltales-1.1.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 1011, in load
    child = cache.get(self.image)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 723, in load
    raise e
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 688, in load
    filelike = renpy.loader.load(self.filename)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'zndressnormal.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Randel Tales 1.1.0
Sun Dec  4 07:50:34 2022
Python:
While loading <renpy.display.im.Flip object at 0x000000000a4d43a0>:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 1042, in script
    mc @surprisedt "What the-"
  File "renpy/common/00library.rpy", line 284, in say
    who(what, interact=interact, *args, **kwargs)
OSError: Couldn't find file 'znstaffnormal.png'.

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

Full traceback:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 1042, in script
    mc @surprisedt "What the-"
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 901, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\exports.py", line 1371, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 284, in say
    who(what, interact=interact, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 1253, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 914, in do_display
    display_say(who,
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 653, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3376, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3905, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 2601, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 505, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 308, in wrap_render
    rend = render(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\Randeltales-1.1.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 1011, in load
    child = cache.get(self.image)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 723, in load
    raise e
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 688, in load
    filelike = renpy.loader.load(self.filename)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'znstaffnormal.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Randel Tales 1.1.0
Sun Dec  4 07:53:59 2022
That's what I have been doing, but I'm continuously met with errors along this route. Since the developers monitor this thread, I thought it would be helpful to see the uncaught exceptions I'm getting.

And there is a lot.

Python:
While loading <renpy.display.im.Flip object at 0x000000000a4d4520>:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 1056, in script
    zns @r blusht "...I already treasure him."
OSError: Couldn't find file 'znstaffblushtalk.png'.

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

Full traceback:
  File "game/Scripts/Storylines/Zenelith/Romance.rpy", line 1056, in script
    zns @r blusht "...I already treasure him."
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ast.py", line 901, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 1253, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 914, in do_display
    display_say(who,
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\character.py", line 653, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3376, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 3905, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\core.py", line 2601, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\layout.py", line 884, 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\Randeltales-1.1.0-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 505, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\image.py", line 308, in wrap_render
    rend = render(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\Randeltales-1.1.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 1011, in load
    child = cache.get(self.image)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 723, in load
    raise e
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\display\im.py", line 688, in load
    filelike = renpy.loader.load(self.filename)
  File "C:\Users\[redacted]\Games\Randeltales-1.1.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'znstaffblushtalk.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Randel Tales 1.1.0
Sun Dec  4 08:01:20 2022
It seems the dev forgot to put the Zen "talking" pictures into the image archive. It's annoying but you arent missing anything except for Zen standing there during the convos. just hit ignore and im sure the dev will update as soon as he realizes...
Oops, forgot to change the images' definitions. Will fix.

Got this when I chose "Be cheesy" when eating with Thea:

You don't have permission to view the spoiler content. Log in or register now.
Noted and fixed. Will be in today's patch.


Okay, so I reloaded an earlier save and decided not to punish her while in the elf village. After that I decided to help her and it worked. Her story goes on. THe real question is; Is there a path where you can actually lock Zen in that shack to keep her for yourself as a fucktoy(punish her option)? Because when I tried it looped over and over again.
It's the punish option, but in the first release of the update it's bugged and that's the release that got leaked so the bug is still there, the patrons already got a fix to the looping problem.
I'll release the another patch with other fixes this evening (mainly because my internet is slow and it takes me a few hours to upload newer builds.)


Okay, also for Zen romance path, zenSexDone variable should be True right after the night at her shack, after the troll quest, cuz otherwise if you decide to visit her after that it will raise an error "zenSexDone not defined or smth like that" (or if player cares enough they can set it with console)
Noted and fixed. Will be in today's patch.
 
Last edited:
4.40 star(s) 51 Votes