virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
750 stars 62 forks source link

Help: errors passing in the terminal #31

Closed buddhi-deep closed 3 years ago

buddhi-deep commented 3 years ago
ERROR: get_quat: Basis must be normalized in order to be casted to a Quaternion. Use get_rotation_quat() or call orthonormalized() instead.
   At: core/math/basis.cpp:771.
ERROR: set_axis_angle: The axis Vector3 must be normalized.
   At: core/math/quat.cpp:238.
ERROR: get_quat: Basis must be normalized in order to be casted to a Quaternion. Use get_rotation_quat() or call orthonormalized() instead.
   At: core/math/basis.cpp:771.
ERROR: get_quat: Basis must be normalized in order to be casted to a Quaternion. Use get_rotation_quat() or call orthonormalized() instead.
   At: core/math/basis.cpp:771.
ERROR: get_quat: Basis must be normalized in order to be casted to a Quaternion. Use get_rotation_quat() or call orthonormalized() instead.
   At: core/math/basis.cpp:771.
ERROR: set_axis_angle: The axis Vector3 must be normalized.
   At: core/math/quat.cpp:238.
ERROR: get_quat: Basis must be normalized in order to be casted to a Quaternion. Use get_rotation_quat() or call orthonormalized() instead.
   At: core/math/basis.cpp:771.
ERROR: get_quat: Basis must be normalized in order to be casted to a Quaternion. Use get_rotation_quat() or call orthonormalized() instead.
   At: core/math/basis.cpp:771.
ERROR: get_quat: Basis must be normalized in order to be casted to a Quaternion. Use get_rotation_quat() or call orthonormalized() instead.
   At: core/math/basis.cpp:771.
ERROR: set_axis_angle: The axis Vector3 must be normalized.
   At: core/math/quat.cpp:238.
ERROR: get_quat: Basis must be normalized in order to be casted to a Quaternion. Use get_rotation_quat() or call orthonormalized() instead.
   At: core/math/basis.cpp:771.

I don't know how to solve this,is there anyway to silence or fix it?

you-win commented 3 years ago

A few questions:

  1. Is this using the latest master branch code?
  2. Is this the full error log?
  3. How can I reproduce the issue?
buddhi-deep commented 3 years ago

The newest master branch solved this