Windows 11, immediately upon completing character creation. I've updated my graphics drivers, restarted, and reinstalled; I'm not sure what else to do. :/
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 756, in <module>
UnboundLocalError: local variable 'rv' referenced before assignment
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 756, in script
File "C:\Users\eriny\AppData\Roaming\itch\apps\gildedshadows\GildedShadows-4-win\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\eriny\AppData\Roaming\itch\apps\gildedshadows\GildedShadows-4-win\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 756, in <module>
File "C:\Users\eriny\AppData\Roaming\itch\apps\gildedshadows\GildedShadows-4-win\renpy\exports.py", line 885, in input
rv = renpy.ui.interact(mouse='prompt', type="input", roll_forward=roll_forward)
File "C:\Users\eriny\AppData\Roaming\itch\apps\gildedshadows\GildedShadows-4-win\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\eriny\AppData\Roaming\itch\apps\gildedshadows\GildedShadows-4-win\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\eriny\AppData\Roaming\itch\apps\gildedshadows\GildedShadows-4-win\renpy\display\core.py", line 4048, in interact_core
ev = self.event_wait()
File "C:\Users\eriny\AppData\Roaming\itch\apps\gildedshadows\GildedShadows-4-win\renpy\display\core.py", line 2927, in event_wait
self.last_event = rv
UnboundLocalError: local variable 'rv' referenced before assignment
Windows-10-10.0.26100 AMD64
Ren'Py 8.0.3.22090809
Gilded Shadows 4
Wed Nov 12 18:07:59 2025
[/code]