Dardude

Newbie
Sep 23, 2021
33
44
97
I downloaded the update from the email notification and ran into exception error using my old save. I deleted all saves and started a new sandbox game. As soon as I make a choice to continue or skip prologue, I get the exception error notice. If I ignore it, then it happens again at my next menu choice:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/screens.rpy", line 412, in AutoSaveInChoice
WindowsError: [Error 183] Cannot create a file when that file already exists

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script.rpyc", line 600, in script
  File "renpy/ast.py", line 1683, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4110, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/screens.rpy", line 412, in AutoSaveInChoice
  File "renpy/loadsave.py", line 557, in force_autosave
    cycle_saves("auto-", renpy.config.autosave_slots)
  File "renpy/loadsave.py", line 823, in cycle_saves
    rename_save(name + str(i), name + str(i + 1))
  File "renpy/loadsave.py", line 793, in rename_save
    location.rename(old, new)
  File "renpy/savelocation.py", line 468, in rename
    l.rename(old, new)
  File "renpy/savelocation.py", line 286, in rename
    os.rename(old, old + ".tmp")
WindowsError: [Error 183] Cannot create a file when that file already exists

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustAcademy 0.4.1d
Sun Dec 19 13:23:11 2021
 

Bear in the Night

Active Member
Game Developer
Dec 16, 2019
903
4,149
456
Personally I just replayed the game in VN (amazing) and I did not get this unlocked

Any clue how to unlock it ?
It's Haley we will check, probably somehow in VN it's do not add to the gallery (bug for sure)
 
3.60 star(s) 220 Votes