Launching the game. It flat crashes ~10% of the time.
I have tried reinstalling.
Going through 12 screens. Until I started trying to gather errors I could not get past the end of the movie.
Almost all of the errors listed in the traceback
Things like
File "D:\itch-io\bad-memories\renpy\display\core.py", line 3875, in interact_core
if renpy.emscripten or os.environ.get('RENPY_SIMULATE_DOWNLOAD', False):
NameError: name 'render' is not defined
File "D:\itch-io\bad-memories\renpy\display\core.py", line 4007, in interact_core
pygame.time.set_timer(REDRAW, 0)
AttributeError: module 'pygame_sdl2.time' has no attribute 'renpy'
File "D:\itch-io\bad-memories\renpy\display\core.py", line 4090, in interact_core
pygame.event.clear([REDRAW])
File "src/pygame_sdl2/event.pyx", line 408, in pygame_sdl2.event.clear
TypeError: clear() takes at most 1 positional argument (2 given)
File "D:\itch-io\bad-memories\renpy\display\core.py", line 3883, in interact_core
if renpy.game.preferences.fullscreen != self.fullscreen:
AttributeError: module 'renpy' has no attribute 'renpy'
I can grab more of them if you would like.
I know enough about coding that if you want me to hardcode a line I can try that.