Executing ATL code at game/script/location/manor/firstfloor/hallfirst.rpy:15
File "game/script/location/manor/firstfloor/hallfirst.rpy", line 201, in script
pause
File "renpy/common/000statements.rpy", line 455, in execute_pause
renpy.pause()
AttributeError: 'TransformState' object has no attribute 'last_angle'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script/location/manor/firstfloor/hallfirst.rpy", line 201, in script
pause
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/ast.py", line 1969, in execute
self.call("execute")
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 455, in execute_pause
renpy.pause()
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/exports.py", line 1516, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/display/core.py", line 3213, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/display/core.py", line 3729, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/display/core.py", line 2466, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/display/layout.py", line 784, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/display/layout.py", line 784, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/display/layout.py", line 784, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/display/transform.py", line 706, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 105, in renpy.display.accelerator.transform_render
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/display/transform.py", line 884, in update_state
fr = self.execute(self, self.st, self.at)
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/atl.py", line 578, in execute
action, arg, pause = block.execute(trans, timebase, self.atl_state, events)
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/atl.py", line 785, in execute
action, arg, pause = stmt.execute(trans, target - start, child_state, events)
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/atl.py", line 785, in execute
action, arg, pause = stmt.execute(trans, target - start, child_state, events)
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/atl.py", line 1158, in execute
newts.take_state(trans.state)
File "/Users/[redacted]/Games/Divimera.app/Contents/Resources/autorun/renpy/display/transform.py", line 123, in take_state
self.last_angle = ts.last_angle
AttributeError: 'TransformState' object has no attribute 'last_angle'
Darwin-13.4.0-x86_64-i386-64bit
Ren'Py 7.4.5.1648
R2
Mon Jun 28 13:54:20 2021
```