Guest User

Untitled

a guest
Feb 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. Hair_00_hairGirl to hairGrayScale01
  2. DEBUG: Screen Playing: enabling update
  3. DEBUG: ./areas/boat_outside.area file not found, trying with root D:/jiveroot/mathcol/code/../d
  4. ata//
  5. DEBUG: Loading JSON from D:/jiveroot/mathcol/code/../data//./areas/boat_outside.area
  6. DEBUG: Basename is: D:/jiveroot/mathcol/code/../data//./areas/
  7. Traceback (most recent call last):
  8. File "../../jiveutils\jiveutils\base.py", line 662, in _taskFunc
  9. res = self.func(dt)
  10. File "../../jiveutils\jiveutils\fsm.py", line 161, in update
  11. self.enterState(self.nextState)
  12. File "../../jiveutils\jiveutils\fsm.py", line 154, in enterState
  13. self.enterFunc()
  14. File "D:\jiveroot\mathcol\code\jvmc\game.py", line 146, in enter
  15. root = base.dataPath(pandaStyle=False)+'/')
  16. File "D:\jiveroot\mathcol\code\jvmc\loading.py", line 130, in loadObjectFromFile
  17. data = loadDataFromFile(filename,root)
  18. File "D:\jiveroot\mathcol\code\jvmc\loading.py", line 110, in loadDataFromFile
  19. data = json.loads(preprocessRawDataString(fileData))
  20. File "C:\Panda3D-1.7.2\python\lib\json\__init__.py", line 307, in loads
  21. return _default_decoder.decode(s)
  22. File "C:\Panda3D-1.7.2\python\lib\json\decoder.py", line 319, in decode
  23. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  24. File "C:\Panda3D-1.7.2\python\lib\json\decoder.py", line 338, in raw_decode
  25. raise ValueError("No JSON object could be decoded")
  26. ValueError: No JSON object could be decoded
  27. :task(error): Exception occurred in PythonTask jive-task
  28. Traceback (most recent call last):
  29. File "run-locally.py", line 6, in <module>
  30. execfile('run.py')
  31. File "run.py", line 13, in <module>
  32. app.run()
  33. File "C:\Panda3D-1.7.2\direct\showbase\ShowBase.py", line 2630, in run
  34. self.taskMgr.run()
  35. File "C:\Panda3D-1.7.2\direct\task\Task.py", line 502, in run
  36. self.step()
  37. File "C:\Panda3D-1.7.2\direct\task\Task.py", line 460, in step
  38. self.mgr.poll()
  39. File "../../jiveutils\jiveutils\base.py", line 662, in _taskFunc
  40. res = self.func(dt)
  41. File "../../jiveutils\jiveutils\fsm.py", line 161, in update
  42. self.enterState(self.nextState)
  43. File "../../jiveutils\jiveutils\fsm.py", line 154, in enterState
  44. self.enterFunc()
  45. File "D:\jiveroot\mathcol\code\jvmc\game.py", line 146, in enter
  46. root = base.dataPath(pandaStyle=False)+'/')
  47. File "D:\jiveroot\mathcol\code\jvmc\loading.py", line 130, in loadObjectFromFile
  48. data = loadDataFromFile(filename,root)
  49. File "D:\jiveroot\mathcol\code\jvmc\loading.py", line 110, in loadDataFromFile
  50. data = json.loads(preprocessRawDataString(fileData))
  51. File "C:\Panda3D-1.7.2\python\lib\json\__init__.py", line 307, in loads
  52. return _default_decoder.decode(s)
  53. File "C:\Panda3D-1.7.2\python\lib\json\decoder.py", line 319, in decode
  54. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  55. File "C:\Panda3D-1.7.2\python\lib\json\decoder.py", line 338, in raw_decode
  56. raise ValueError("No JSON object could be decoded")
  57. ValueError: No JSON object could be decoded
  58.  
  59. D:\jiveroot\mathcol\code>cd ..
  60.  
  61. D:\jiveroot\mathcol>PAUSE
  62. Appuyez sur une touche pour continuer...
Add Comment
Please, Sign In to add comment