Created
July 27, 2011 10:28
-
-
Save Akaricchi/1109105 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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