Guest User

Untitled

a guest
May 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. File "E:\jiveroot\mathcol\code\jvmc\locable.py", line 106, in getPos
  2. return self._root.getPos(base.render)
  3. AssertionError: !is_empty() at line 1834 of panda/src/pgraph/nodePath.cxx
  4. :task(error): Exception occurred in PythonTask jive-task
  5. Traceback (most recent call last):
  6. File "run-locally.py", line 6, in <module>
  7. execfile('run.py')
  8. File "run.py", line 31, in <module>
  9. app.run()
  10. File "C:\Program Files (x86)\Panda3D-1.7.2\direct\showbase\ShowBase.py", line 2630, in run
  11. self.taskMgr.run()
  12. File "C:\Program Files (x86)\Panda3D-1.7.2\direct\task\Task.py", line 502, in run
  13. self.step()
  14. File "C:\Program Files (x86)\Panda3D-1.7.2\direct\task\Task.py", line 460, in step
  15. self.mgr.poll()
  16. File "../../jiveutils\jiveutils\base.py", line 705, in _taskFunc
  17. res = self.func(dt)
  18. File "E:\jiveroot\mathcol\code\jvmc\main.py", line 202, in update
  19. self.gameStates.update(dt)
  20. File "../../jiveutils\jiveutils\fsm.py", line 159, in update
  21. res = self.updateFunc(dt)
  22. File "E:\jiveroot\mathcol\code\jvmc\game_screen.py", line 331, in update
  23. self._updateComponents(dt)
  24. File "E:\jiveroot\mathcol\code\jvmc\game_screen.py", line 284, in _updateComponents
  25. Moveable.update(dt)
  26. File "E:\jiveroot\mathcol\code\jvmc\components.py", line 46, in update
  27. if it.isMoving() and not it._updateMoveTo(dt):
  28. File "E:\jiveroot\mathcol\code\jvmc\components.py", line 74, in _updateMoveTo
  29. direction = self._moveTarget.getPos() - self.getPos()
  30. File "E:\jiveroot\mathcol\code\jvmc\locable.py", line 106, in getPos
  31. return self._root.getPos(base.render)
  32. AssertionError: !is_empty() at line 1834 of panda/src/pgraph/nodePath.cxx
Add Comment
Please, Sign In to add comment