Skip to content

Instantly share code, notes, and snippets.

@Akaricchi
Created July 27, 2011 10:28
Show Gist options
  • Select an option

  • Save Akaricchi/1109105 to your computer and use it in GitHub Desktop.

Select an option

Save Akaricchi/1109105 to your computer and use it in GitHub Desktop.
Assertion failed: S > 0.0f at line 302 of panda/src/linmath/lquaternion_src.cxx
Traceback (most recent call last):
File "/data/home/build/openlancer/client/odeSpace.py", line 651, in worldTask
self.camHandler.update(dx, dy)
File "/data/home/build/openlancer/client/odeSpace.py", line 84, in update
base.camera.lookAt(self.targetNode)
AssertionError: S > 0.0f at line 302 of panda/src/linmath/lquaternion_src.cxx
:task(error): Exception occurred in PythonTask spaceWorldTask
Traceback (most recent call last):
File "game.py", line 150, in <module>
run()
File "/usr/share/panda3d/direct/showbase/ShowBase.py", line 2630, in run
self.taskMgr.run()
File "/usr/share/panda3d/direct/task/Task.py", line 502, in run
self.step()
File "/usr/share/panda3d/direct/task/Task.py", line 460, in step
self.mgr.poll()
File "/data/home/build/openlancer/client/odeSpace.py", line 651, in worldTask
self.camHandler.update(dx, dy)
File "/data/home/build/openlancer/client/odeSpace.py", line 84, in update
base.camera.lookAt(self.targetNode)
AssertionError: S > 0.0f at line 302 of panda/src/linmath/lquaternion_src.cxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment