I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/doctor.rpy", line 2, in <module>
Exception: Movie(channel='movie') doesn't work on mobile when config.hw_video is true. (Use a different channel argument.)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "doctor.rpyc", line 2, in script
File "/data/data/com.my_cute_roommate072ex/files/renpy/ast.py", line 921, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
File "/data/data/com.my_cute_roommate072ex/files/renpy/python.py", line 1788, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/doctor.rpy", line 2, in <module>
File "/data/data/com.my_cute_roommate072ex/files/renpy/display/video.py", line 284, in __init__
raise Exception("Movie(channel='movie') doesn't work on mobile when config.hw_video is true. (Use a different channel argument.)")
Exception: Movie(channel='movie') doesn't work on mobile when config.hw_video is true. (Use a different channel argument.)