Can you provide some additional information? Is there any error, or is there anything generated in the logfile (root of the game)?
Not until 2.3.1 is released (Android cannot be patched, so it waits for the final bugfixes).
sure here is the error I get.
While loading <'MatrixColor' <'Image' u'locations/loc_player_room2_main2.webp'> (1, 0, 0, 0, 0.0, 0, 1, 0, 0, 0.0, 0, 0, 1, 0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)>:
Exception: Could not load image u'locations/loc_player_room2_main2.webp': error('Failed to allocate SDL_Surface',)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\main.py", line 578, in main
run(restart)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "game/script.rpyc", line 331, in script call
��fΣ(�[�o ě����6��i�~�l:��~[���1��ߑL器#~�k���3ۏ����ki���]���3��0]�6��l:���P��]#r�L���胟��� y&k�����YCL(�o6��B�P|�'��j�j�O~-:�o���[ ����s�uD��An�?��^I�}U��cum
File "game/script.rpyc", line 139, in script call
|W�q@�7�WN�MDf���o����?[�JE�IVG�VF����N�G{�
File "game/version_check.rpyc", line 17, in script
h[�IP�F;4��{�@
File "game/script.rpyc", line 331, in script call
��fΣ(�[�o ě����6��i�~�l:��~[���1��ߑL器#~�k���3ۏ����ki���]���3��0]�6��l:���P��]#r�L���胟��� y&k�����YCL(�o6��B�P|�'��j�j�O~-:�o���[ ����s�uD��An�?��^I�}U��cum
File "game/script.rpyc", line 139, in script call
|W�q@�7�WN�MDf���o����?[�JE�IVG�VF����N�G{�
File "game/version_check.rpyc", line 17, in script
h[�IP�F;4��{�@
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\character.py", line 842, in do_display
**display_args)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\im.py", line 1259, in load
surf = cache.get(self.image)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\johns\Downloads\HolidayIsland-0.2.3.0-pc\HolidayIsland-0.2.3.0-pc\renpy\display\pgrender.py", line 162, in load_image
raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'locations/loc_player_room2_main2.webp': error('Failed to allocate SDL_Surface',)
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Holiday Island 0.2.3.0
Tue Oct 06 21:10:08 2020