I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Days/define.rpy", line 4, 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 "Days/define.rpyc", line 4, in script
File "/data/data/com.f95.ecchisensei/files/renpy/ast.py", line 980, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
File "/data/data/com.f95.ecchisensei/files/renpy/python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Days/define.rpy", line 4, in <module>
File "/data/data/com.f95.ecchisensei/files/renpy/display/video.py", line 363, 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.)