Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Mobile does not work and displays this error

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/incest_patch.rpy", line 2, in <module>
  File "game/script.rpy", line 12, in set_special
IOError: [Errno 2] No such file or directory: '/storage/emulated/0/com.perverteer.sl/../RenPy/Persistent/perverteer.new'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "incest_patch.rpyc", line 1, in script
  File "/data/user/0/com.perverteer.sl/files/renpy/ast.py", line 896, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/data/user/0/com.perverteer.sl/files/renpy/python.py", line 1929, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/incest_patch.rpy", line 2, in <module>
  File "game/script.rpy", line 12, in set_special
  File "/data/user/0/com.perverteer.sl/files/renpy/persistent.py", line 438, in save
    f = file(fn + ".new", "wb")
IOError: [Errno 2] No such file or directory: '/storage/emulated/0/com.perverteer.sl/../RenPy/Persistent/perverteer.new'

[/code]

That's annoying. I think it's a permissions error. Could you give the app permission to use (external) storage? I'm going to think on a more permanent fix.