Anyone knows how to fix this, it starts MoS loading...and than that traceback
I'm sorry, but an uncaught exception occurred.
After initialization, but before game start.
File "renpy/common/00start.rpy", line 80, in _init_language
renpy.change_language(language)
AttributeError: 'Cache' object has no attribute 'get_renders'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 78, in run
renpy.translation.init_translation()
File "renpy/translation/__init__.py", line 561, in init_translation
renpy.store._init_language() # @UndefinedVariable
File "renpy/common/00start.rpy", line 80, in _init_language
renpy.change_language(language)
File "renpy/translation/__init__.py", line 654, in change_language
renpy.exports.free_memory()
File "renpy/exports.py", line 2403, in free_memory
renpy.display.interface.kill_textures()
File "renpy/display/core.py", line 2353, in kill_textures
renpy.display.render.free_memory()
File "render.pyx", line 114, in renpy.display.render.free_memory
File "render.pyx", line 518, in renpy.display.render.mark_sweep
AttributeError: 'Cache' object has no attribute 'get_renders'