Not a good start. Immediate error screen on main menu. Redownloaded the game and the issue remained.
"Exception: Expected an image, but got a general displayable."
Had to delete this line to make it to a working main menu.
if renpy.has_label("splashscreen") and (not _restart) and (not renpy.os.environ.get("RENPY_SKIP_SPLASHSCREEN", None)):
call _splashscreen from _call_splashscreen_1
From 00start.rpy
In the previous patch the game was a mess too, with constant out of memory problems, despite having 64 GB of RAM and 16 GB of VRAM. Had to edit out problematic lines from the scripts as I played. The camera graphic was the main culprit.
AMD GPU, Windows 11, 4k resolution, there is something about my setup this game, and only this game, really doesn't like. Anyone have similar issues?