Hey, found a pretty nasty bug in the most recent version of the game (Android). I cant open the closet, attempting to will immediately cause the "An exception has occured" screen to pop up.
Edit: Exception code:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/catalogue.rpy", line 470, in <module>
TypeError: 'int' object is not iterable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "fullstartASE/ASEscript.rpyc", line 309, in script call
File "fullstartASE/ASEscript.rpyc", line 358, in script call
File "catalogue.rpyc", line 470, in script
File "renpy/ast.py", line 922, in execute
File "renpy/python.py", line 2218, in py_exec_bytecode
File "game/catalogue.rpy", line 470, in <module>
TypeError: 'int' object is not iterable
[/code]
Edit of and Edit: So, it seems it was a save error. I made a new save as of recent (Doing some Kate story stuffarooneys :) ) and I noticed wardrobe is working in the newer save, so I'll poke around a bit myself to see if I can figure it out on my original save.