I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Submods/location_selector/Dormitory_of_Emo.rpy", line 370, in script
python:
File "game/Submods/location_selector/Dormitory_of_Emo.rpy", line 372, in <module>
tw_bg_count = len(filter(lambda x: "tw4449" in x.author, mas_submod_utils.submod_map.values()))
TypeError: object of type 'filter' has no len()
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script-ch30.rpyc", line 2091, in script call
File "tl/chinese/config_pythonov/script_fix.rpyc", line 40, in script call
File "game/Submods/location_selector/Dormitory_of_Emo.rpy", line 370, in script
python:
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/Submods/location_selector/Dormitory_of_Emo.rpy", line 372, in <module>
tw_bg_count = len(filter(lambda x: "tw4449" in x.author, mas_submod_utils.submod_map.values()))
TypeError: object of type 'filter' has no len()