I am receiving this error every time I click on the gallery. Does anyone have any idea what is going on here with the code for the game.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 275, in script
python:
File "renpy/common/00start.rpy", line 275, in script
python:
File "renpy/common/00start.rpy", line 277, in <module>
renpy.call_in_new_context(_restart[2])
AttributeError: module 'renpy.display.layout' has no attribute 'scale'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/bootstrap.py", line 272, in bootstrap
renpy.main.main()
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/main.py", line 670, in main
run(restart)
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/main.py", line 144, in run
renpy.execution.run_context(True)
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/execution.py", line 953, in run_context
context.run()
File "renpy/common/00start.rpy", line 275, in script
python:
File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "renpy/common/00start.rpy", line 275, in script
python:
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 277, in <module>
renpy.call_in_new_context(_restart[2])
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/game.py", line 353, in call_in_new_context
return renpy.execution.run_context(False)
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/execution.py", line 953, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/display/core.py", line 3008, 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 "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/display/core.py", line 3601, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/display/core.py", line 2206, 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 "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/display/layout.py", line 881, 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 "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/display/transition.py", line 378, 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 "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/display/layout.py", line 881, 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 "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/display/layout.py", line 881, 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 "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/display/screen.py", line 731, 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 "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/display/layout.py", line 881, 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 "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/F7EAD1C5-8B3C-4824-A256-42D55DBA7DF1/d/ShutUpAndDanceEp5Special.app/Contents/Resources/autorun/renpy/display/viewport.py", line 654, in render
left_margin = renpy.display.layout.scale(self.style.left_margin, width)
AttributeError: module 'renpy.display.layout' has no attribute 'scale'
macOS-13.4.1-arm64-arm-64bit arm64
Ren'Py 8.2.0.23072602+nightly
Shut Up and Dance Episode 5 Special 1.0.
Tue Oct 31 04:14:59 2023