I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/images.rpy", line 12, 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 "images.rpyc", line 12, in script
File "/data/data/com.fasho.intimate.relations/files/renpy/ast.py", line 961, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
File "/data/data/com.fasho.intimate.relations/files/renpy/python.py", line 1912, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/images.rpy", line 12, in <module>
File "/data/data/com.fasho.intimate.relations/files/renpy/display/video.py", line 323, 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.)