Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello, I have incontered an issue while trying to play the game for the first time.

I'va downloaded the game from here and I followed all the necessary passages, including the download of Ren'py plugins. 

But when I try to open the game i get this issue:

[code]

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'images/Hotel.webp') at 0x72394a9d90>:

IOError: Couldn't find file 'images/Hotel.webp'.

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

Full traceback:

  File "_layout/screen_main_menu.rpymc", line 28, in script

  File "renpy/ast.py", line 1131, in execute

  File "renpy/python.py", line 1062, in py_exec_bytecode

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>

  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide

  File "renpy/ui.py", line 299, in interact

  File "renpy/display/core.py", line 3423, in interact

  File "renpy/display/core.py", line 3958, in interact_core

  File "renpy/display/core.py", line 2645, in draw_screen

  File "render.pyx", line 495, in renpy.display.render.render_screen

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/layout.py", line 884, in render

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/layout.py", line 884, in render

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/layout.py", line 884, in render

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/screen.py", line 704, in render

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/layout.py", line 884, in render

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/image.py", line 506, in render

  File "renpy/display/image.py", line 309, in wrap_render

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/transform.py", line 747, in render

  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/im.py", line 627, in render

  File "renpy/display/im.py", line 295, in get

  File "renpy/display/im.py", line 720, in load

IOError: Couldn't find file 'images/Hotel.webp'.

[/code]

I'm a newbie with this things; it's a resolvable problem? I play on Android and I tryied to download the latest version.

Thanks in advance for the help!!

(1 edit)

Are you sure the download completed successfully and unzipping showed no errors?

Is there space on your device to store the 12 GB of game files?

Verify you followed carefully the instructions on “How to play on Android”, above on this page.

To add on to this, your error states that you are missing core files of the game. So this error is a result of a failed installation.

Thank you very much!!

I'll try to download the zip file again and do the complete passages.