I play on android and it has a crashing problem. It's not in a particular spot, just that every 20 to 30 clicks the game will crash for no reason.
An erotic, comedic slice of life! · By
I got a bug during movie night... please fix
[code]
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.AlphaMask object at 0x7fec4c452dc0>:
File "renpy/common/000statements.rpy", line 650, in execute_show_screen
renpy.with_statement(eval(transition_expr))
Exception: AlphaMask surfaces must be the same size.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "days/day09/day09_jo_living_room.rpyc", line 214, in script
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/ast.py", line 1968, in execute
self.call("execute")
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 650, in execute_show_screen
renpy.with_statement(eval(transition_expr))
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/exports.py", line 1781, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/core.py", line 1548, in do_with
return self.interact(trans_pause=True,
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/core.py", line 2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/core.py", line 2814, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/core.py", line 1352, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/transition.py", line 384, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/screen.py", line 754, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/layout.py", line 1361, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/layout.py", line 1361, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/layout.py", line 1361, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/layout.py", line 1076, in render
surf = render(d, rw, height - y, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/behavior.py", line 968, in render
rv = super(Button, self).render(width, height, st, at)
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/layout.py", line 1396, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/transform.py", line 957, in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 978, in renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 413, in renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 260, in renpy.display.render.render
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/im.py", line 626, in render
return cache.get(self, render=True)
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/im.py", line 309, in get
surf = image.load()
File "/home/deck/Downloads/TheInn-v1.00.00-pc/renpy/display/im.py", line 1918, in load
raise Exception("AlphaMask surfaces must be the same size.")
Exception: AlphaMask surfaces must be the same size.
Linux-6.1.52-valve16-1-neptune-61-x86_64-with-glibc2.37 x86_64
Ren'Py 8.2.0.24012702
The Inn (Chapter 1) v1.00.00
Thu Jul 11 14:05:12 2024
[/code]