To clarify: 0.14 includes chapters 1-9, 0.17 includes chapters 10-12, which appears to be all of the content currently. Hope that helps.
Blood Dragon
Recent community posts
Hello, enjoying the new build as always. :)
Got another exception for ya:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 4053, in script
play mvoice merc1_crackmeup
File "renpy/common/000statements.rpy", line 120, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/script.rpy", line 4053, in <module>
play mvoice merc1_crackmeup
NameError: name 'merc1_crackmeup' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 4053, in script
play mvoice merc1_crackmeup
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-pc\renpy\ast.py", line 1859, in execute
self.call("execute")
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-pc\renpy\ast.py", line 1847, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-pc\renpy\statements.py", line 179, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 120, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-pc\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-pc\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 4053, in <module>
play mvoice merc1_crackmeup
NameError: name 'merc1_crackmeup' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.6
Sat May 11 10:59:25 2019
[/code]
New build, new bugs :) This time with a couple of the new Centaur voice tracks.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 6947, in script
play mvoice centaurA_sawsomething
File "renpy/common/000statements.rpy", line 120, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/script.rpy", line 6947, in <module>
play mvoice centaurA_sawsomething
NameError: name 'centaurA_sawsomething' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 6947, in script
play mvoice centaurA_sawsomething
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\ast.py", line 1859, in execute
self.call("execute")
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\ast.py", line 1847, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\statements.py", line 179, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 120, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 6947, in <module>
play mvoice centaurA_sawsomething
NameError: name 'centaurA_sawsomething' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.5
Sat May 04 12:48:42 2019
[/code]
-----------------------------------------------------------------------------------------------------------------------
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 6956, in script
play mvoice centaurA_stones
File "renpy/common/000statements.rpy", line 120, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/script.rpy", line 6956, in <module>
play mvoice centaurA_stones
NameError: name 'centaurA_stones' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 6956, in script
play mvoice centaurA_stones
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\ast.py", line 1859, in execute
self.call("execute")
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\ast.py", line 1847, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\statements.py", line 179, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 120, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 6956, in <module>
play mvoice centaurA_stones
NameError: name 'centaurA_stones' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.5
Sat May 04 12:50:09 2019
[/code]
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'.
More fun with bugs =)
[code]
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'knight_talk_smol.png'>:
File "game/script.rpy", line 10101, in script
knight "Yes, your Grace."
IOError: Couldn't find file 'knight_talk_smol.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 10101, in script
knight "Yes, your Grace."
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 'knight_talk_smol.png'.
Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.4
Tue Apr 23 03:33:53 2019
[/code]
and
[code]
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'knight_talk_smol.png'>:
File "game/script.rpy", line 10112, in script
knight "Of course, your Grace.{w=0.5} As you will."
IOError: Couldn't find file 'knight_talk_smol.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 10112, in script
knight "Of course, your Grace.{w=0.5} As you will."
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 'knight_talk_smol.png'.
Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.4
Tue Apr 23 03:34:36 2019
[/code]
Thankfully, I was still able to click Ignore at the exceptions and advance the scene to its conclusion.
Found another bug
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 4431, in script
"When you are finished, they look at you with a strange cast to their eyes.{w=0.5] There is anger there, certainly, but also a newfound respect."
Exception: Open text tag at end of string u'When you are finished, they look at you with a strange cast to their eyes.{w=0.5] There is anger there, certainly, but also a newfound respect.'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 4431, in script
"When you are finished, they look at you with a strange cast to their eyes.{w=0.5] There is anger there, certainly, but also a newfound respect."
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.3-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.3-pc\renpy\exports.py", line 1204, in say
who(what, *args, **kwargs)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.3-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.3-pc\renpy\character.py", line 823, in do_display
**display_args)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.3-pc\renpy\character.py", line 556, in display_say
what_text.update()
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.3-pc\renpy\text\text.py", line 1577, in update
tokens = self.tokenize(text)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.3-pc\renpy\text\text.py", line 2013, in tokenize
tokens.extend(textsupport.tokenize(i))
File "textsupport.pyx", line 122, in renpy.text.textsupport.tokenize
Exception: Open text tag at end of string u'When you are finished, they look at you with a strange cast to their eyes.{w=0.5] There is anger there, certainly, but also a newfound respect.'.
Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.3
Sat Apr 06 09:13:10 2019
[/code]
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 5496, in script
ncentaur1 "A colt edges forward into the light, turning the haft of his spear in his hands.{w=0.5} A fierce grin is pressed onto his features, but his hoofsteps are uncertain."
Exception: Sayer 'ncentaur1' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 5496, in script
ncentaur1 "A colt edges forward into the light, turning the haft of his spear in his hands.{w=0.5} A fierce grin is pressed onto his features, but his hoofsteps are uncertain."
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.2-pc\renpy\ast.py", line 650, in execute
who = eval_who(self.who, self.who_fast)
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.2-pc\renpy\ast.py", line 560, in eval_who
raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'ncentaur1' is not defined.
Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.2
Thu Apr 04 21:40:06 2019
[/code]