Just found a bug in 0.994b. Storm approaches you and starts telling you about her younger years and how being trapped under some rubble for days caused her to develop severe claustrophobia. Get far along enough in the convo and the game freezes and kicks up an error log that you can't "rollback". Anyone else run into this yet, and if so, how to get past it, beyond waiting for 994Q?
Edit: Here's the trace log for the error I mentioned.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 179, in execute
File "game/screens.rpy", line 179, in execute
File "game/screens.rpy", line 181, in execute
File "game/screens.rpy", line 187, in execute
File "game/screens.rpy", line 191, in execute
File "game/screens.rpy", line 193, in execute
File "game/screens.rpy", line 194, in execute
File "game/screens.rpy", line 205, in execute
File "game/screens.rpy", line 209, in execute
NameError: Name 'shrug' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script Locations.rpyc", line 159, in script call
File "script Functions.rpyc", line 1119, in script call
File "Storm_Scenes.rpyc", line 1451, in script
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\ast.py", line 1483, in execute
choice = renpy.exports.menu(choices, self.set)
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\exports.py", line 868, in menu
rv = renpy.store.menu(items)
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\exports.py", line 1026, in display_menu
show_screen(screen, items=item_actions, _widget_properties=props, _transient=True, _layer=renpy.config.choice_layer, **scope)
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\display\screen.py", line 1051, in show_screen
sls.add(_layer, d, _tag, zorder=d.zorder, transient=_transient, keep_st=True, name=name)
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\display\core.py", line 1022, in add
self.hide_or_replace(layer, remove_index, "replaced")
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\display\core.py", line 1044, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\display\screen.py", line 445, in _hide
self.update()
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\display\screen.py", line 580, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 179, in execute
File "game/screens.rpy", line 179, in execute
File "game/screens.rpy", line 181, in execute
File "game/screens.rpy", line 187, in execute
File "game/screens.rpy", line 191, in execute
File "game/screens.rpy", line 193, in execute
File "game/screens.rpy", line 194, in execute
File "game/screens.rpy", line 205, in execute
File "game/screens.rpy", line 209, in execute
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\text\text.py", line 1340, in __init__
self.set_text(text, scope, substitute)
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\text\text.py", line 1440, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\substitutions.py", line 242, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
File "C:\Users\*****\Desktop\F95 Games\Rogue-Like-0.994b-win\renpy\substitutions.py", line 201, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'shrug' is not defined.
Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.994b
[/code]