Skip to content

AttributeError: module 'renpy.display.accelerator' has no attribute 'quaternion' #27

@CMyuane

Description

@CMyuane

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.
information

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions