Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm pretty sure I didn't catch all of the dialogue lines with the witch in the swamp, but I hope this helps.

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'witch_talk_smol.png'>:
  File "game/script.rpy", line 4362, in script
    witch "My, my.{w=0.5} I was wondering when I might get a visit.{w=0.5} Hello there, little toy.{w=0.5} So nice of you to drop by."
IOError: Couldn't find file 'witch_talk_smol.png'.

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

Full traceback:
  File "game/script.rpy", line 4362, in script
    witch "My, my.{w=0.5} I was wondering when I might get a visit.{w=0.5} Hello there, little toy.{w=0.5} So nice of you to drop by."
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\exports.py", line 1204, in say
    who(what, *args, **kwargs)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\character.py", line 823, in do_display
    **display_args)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\core.py", line 3148, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\core.py", line 2065, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\layout.py", line 719, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\layout.py", line 719, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\layout.py", line 719, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\layout.py", line 719, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\image.py", line 497, in render
    return wrap_render(self.target, width, height, st, at)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.4-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'witch_talk_smol.png'.

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.4
Tue Apr 23 03:49:28 2019
[/code]

Additional line errors:

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'witch_talk_smol.png'>:
  File "game/script.rpy", line 4384, in script
    witch "It has manners!{w=0.5} All that time suckled at the teat of royalty must have rubbed off on you.{w=0.5} I'm afraid your charms won't work on me."
IOError: Couldn't find file 'witch_talk_smol.png'.

---------------------------------------------------------------------------------------------

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'witch_talk_smol.png'>:
  File "game/script.rpy", line 4385, in script
    witch "I'm the charm-worker here."
IOError: Couldn't find file 'witch_talk_smol.png'.

-------------------------------------------------------------------------------------------------

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'witch_normal_smol.png'>:
  File "game/script.rpy", line 4400, in script
    nwitch "She looks away, turning her attention to her cooking.{w=0.5} You try once again to summon the strength in your muscles, but they remain frozen in place."
IOError: Couldn't find file 'witch_normal_smol.png'.

-------------------------------------------------------------------------------------------

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'witch_normal_smol.png'>:
  File "game/script.rpy", line 4401, in script
    nwitch "She licks the spoon.{w=0.5} Seemingly satisfied, she looks back to you."
IOError: Couldn't find file 'witch_normal_smol.png'.

------------------------------------------------------------------------------------------------------

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'witch_talk_smol.png'>:
  File "game/script.rpy", line 4405, in script
    witch "Now, what shall I do with you?{w=0.5} Turn you into a newt, perhaps?{w=0.5} You're already a glorified little lizard."
IOError: Couldn't find file 'witch_talk_smol.png'.

-------------------------------------------------------------------------------------------------------

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'witch_normal_smol.png'>:
  File "game/script.rpy", line 4409, in script
    nwitch "She taps the spoon against her lip, thoughtfully."
IOError: Couldn't find file 'witch_normal_smol.png'.

------------------------------------------------------------------------------------------------------------

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'witch_talk_smol.png'>:
  File "game/script.rpy", line 4413, in script
    witch "Hmm.{w=0.5} I'm not sure you're worth the effort.{w=0.5} Your petty rampage serves my purposes, anyway, whilst it lasts.{w=0.5} How's this?"
IOError: Couldn't find file 'witch_talk_smol.png'.

--------------------------------------------------------------------------------------------

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'witch_talk_smol.png'>:
  File "game/script.rpy", line 4414, in script
    witch "You leave my home, and never return.{w=0.5} I'll do the courtesy of keeping out of your sordid little affairs.{w=0.5} Everyone is happy.{w=0.5} Sounds fair?"
IOError: Couldn't find file 'witch_talk_smol.png'.

----------------------------------------------------------------------------------------------------------

[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'witch_talk_smol.png'>:
  File "game/script.rpy", line 4420, in script
    witch "Wonderful.{w=0.5} Now, do be a dear and fuck off."
IOError: Couldn't find file 'witch_talk_smol.png'.

Thanks for the catch! I've found the problem, and it will be fixed in the next release :)