You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running game code:
UnboundLocalError: local variable 'digest' referenced before assignment
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\JHaug\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users\JHaug\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\main.py", line 364, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\JHaug\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\script.py", line 265, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "C:\Users\JHaug\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\script.py", line 742, in load_appropriate_file
self.backup_list.append((rpyfn, digest))
UnboundLocalError: local variable 'digest' referenced before assignment
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Monika After Story 0.12.15
The text was updated successfully, but these errors were encountered:
Is there something I can do to fix this? Would deleting the game and reinstalling it work? This error appears every single time I try to open the game.
I'm sorry, but an uncaught exception occurred.
While running game code:
UnboundLocalError: local variable 'digest' referenced before assignment
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\JHaug\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users\JHaug\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\main.py", line 364, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\JHaug\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\script.py", line 265, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "C:\Users\JHaug\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\script.py", line 742, in load_appropriate_file
self.backup_list.append((rpyfn, digest))
UnboundLocalError: local variable 'digest' referenced before assignment
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Monika After Story 0.12.15
The text was updated successfully, but these errors were encountered: