You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use Sep5 2023 commit edition and renpy8.0.3,I followed the instructions to unzip the files and copied and pasted them into the project directory, but encountered the following error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ActionEditor.rpy", line 37, in script
init python in _viewers:
File "game/ActionEditor.rpy", line 37, in script
init python in _viewers:
File "game/ActionEditor.rpy", line 48, in
euler_slerp = renpy.display.accelerator.quaternion
AttributeError: module 'renpy.display.accelerator' has no attribute 'quaternion'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Program\renpy-8.0.3-sdk\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "D:\Program\renpy-8.0.3-sdk\renpy\main.py", line 558, in main
renpy.game.context().run(node)
File "game/ActionEditor.rpy", line 37, in script
init python in viewers:
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/init.py", line 441, in raise
File "game/ActionEditor.rpy", line 37, in script
init python in _viewers:
File "D:\Program\renpy-8.0.3-sdk\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Program\renpy-8.0.3-sdk\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/ActionEditor.rpy", line 48, in
euler_slerp = renpy.display.accelerator.quaternion
AttributeError: module 'renpy.display.accelerator' has no attribute 'quaternion'
Reported the same error when using beta_230528_2, and if using beta_230528 and defining the following in options.rpy:
define config.developer = True
define config.layers = ['master','background','middle','forward','transient','screens','overlay']
init python:
register_3d_layer('background','middle','forward')
Then another error will be reported:
While running game code:
File "game/rpy/options.rpy", line 18, in script
init python:
File "game/rpy/options.rpy", line 18, in script
init python:
File "game/rpy/options.rpy", line 19, in
register_3d_layer('background','middle','forward')
NameError: name 'register_3d_layer' is not defined
It is possible to run without the above code, but I still can't invoke the console with Shift+P.Perhaps the tutorial I referred to is outdated?
i use Sep5 2023 commit edition and renpy8.0.3,I followed the instructions to unzip the files and copied and pasted them into the project directory, but encountered the following error:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/ActionEditor.rpy", line 37, in script
init python in _viewers:
File "game/ActionEditor.rpy", line 37, in script
init python in _viewers:
File "game/ActionEditor.rpy", line 48, in
euler_slerp = renpy.display.accelerator.quaternion
AttributeError: module 'renpy.display.accelerator' has no attribute 'quaternion'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Program\renpy-8.0.3-sdk\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "D:\Program\renpy-8.0.3-sdk\renpy\main.py", line 558, in main
renpy.game.context().run(node)
File "game/ActionEditor.rpy", line 37, in script
init python in viewers:
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/init.py", line 441, in raise
File "game/ActionEditor.rpy", line 37, in script
init python in _viewers:
File "D:\Program\renpy-8.0.3-sdk\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Program\renpy-8.0.3-sdk\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/ActionEditor.rpy", line 48, in
euler_slerp = renpy.display.accelerator.quaternion
AttributeError: module 'renpy.display.accelerator' has no attribute 'quaternion'
Windows-10-10.0.19041 AMD64
Ren'Py 8.0.3.22090809
maplewind 1.0
Fri Dec 1 17:37:10 2023
The text was updated successfully, but these errors were encountered: