so I keep getting this bug, which is breaking the game. Making dialogues go where they shouldn't be. Even with fresh playthroughs.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Rogue_Scenes.rpy", line 119, in script
menu:
File "game/screens.rpy", line 160, in copy_on_change
screen choice(items):
File "game/screens.rpy", line 164, in copy_on_change
window:
File "game/screens.rpy", line 170, in copy_on_change
fixed pos (20,0.43) xysize (310,530):
File "game/screens.rpy", line 171, in copy_on_change
viewport:
File "game/screens.rpy", line 180, in copy_on_change
vbox:
AttributeError: 'SLCache' object has no attribute 'values'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Rogue_Scenes.rpy", line 119, in script
menu:
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\ast.py", line 1459, in execute
choice = renpy.exports.menu(choices, self.set)
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\exports.py", line 847, in menu
rv = renpy.store.menu(items)
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\exports.py", line 1005, in display_menu
show_screen(screen, items=item_actions, _widget_properties=props, _transient=True, _layer=renpy.config.choice_layer, **scope)
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\display\screen.py", line 1041, in show_screen
sls.add(_layer, d, _tag, zorder=d.zorder, transient=_transient, keep_st=True, name=name)
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\display\core.py", line 1009, in add
self.hide_or_replace(layer, remove_index, "replaced")
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\display\core.py", line 1031, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\display\screen.py", line 452, in _hide
self.screen.ast.copy_on_change(self.cache.get(0, {}))
File "game/screens.rpy", line 160, in copy_on_change
screen choice(items):
File "game/screens.rpy", line 164, in copy_on_change
window:
File "game/screens.rpy", line 170, in copy_on_change
fixed pos (20,0.43) xysize (310,530):
File "game/screens.rpy", line 171, in copy_on_change
viewport:
File "game/screens.rpy", line 180, in copy_on_change
vbox:
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\sl2\slast.py", line 1432, in copy_on_change
for child_cache in c.values():
AttributeError: 'SLCache' object has no attribute 'values'
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Rogue-Like 0.978e
[/code]