Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1.  
  2. :TaskManager: TaskManager.destroy()
  3. Traceback (most recent call last):
  4. File "otp\otpbase\OTPBase.py", line 238, in run
  5. taskMgr.run()
  6. File "C:\Users\ngrin\Desktop\Project-Altis\Panda3D-1.9.0\direct\task\Task.py", line 503, in run
  7. self.step()
  8. File "C:\Users\ngrin\Desktop\Project-Altis\Panda3D-1.9.0\direct\task\Task.py", line 461, in step
  9. self.mgr.poll()
  10. File "C:\Users\ngrin\Desktop\Project-Altis\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 613, in readerPollUntilEmpty
  11. while self.readerPollOnce():
  12. File "C:\Users\ngrin\Desktop\Project-Altis\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 620, in readerPollOnce
  13. self.handleDatagram(self.private__di)
  14. File "otp\distributed\OTPClientRepository.py", line 1879, in handleDatagram
  15. self.handler(msgType, di)
  16. File "otp\distributed\OTPClientRepository.py", line 1488, in handlePlayGame
  17. self.handleGenerateWithRequiredOther(di)
  18. File "otp\distributed\OTPClientRepository.py", line 1997, in handleGenerateWithRequiredOther
  19. self.doGenerate(parentId, zoneId, classId, doId, di)
  20. File "C:\Users\ngrin\Desktop\Project-Altis\Panda3D-1.9.0\direct\distributed\ClientRepositoryBase.py", line 162, in doGenerate
  21. distObj = self.generateWithRequiredOtherFields(dclass, doId, di, parentId, zoneId)
  22. File "C:\Users\ngrin\Desktop\Project-Altis\Panda3D-1.9.0\direct\distributed\ClientRepositoryBase.py", line 313, in generateWithRequiredOtherFields
  23. distObj.updateRequiredOtherFields(dclass, di)
  24. File "C:\Users\ngrin\Desktop\Project-Altis\Panda3D-1.9.0\direct\distributed\DistributedObject.py", line 354, in updateRequiredOtherFields
  25. dclass.receiveUpdateOther(self, di)
  26. File "otp\level\DistributedLevel.py", line 73, in setStartTimestamp
  27. self.privGotAllRequired()
  28. File "otp\level\DistributedLevel.py", line 77, in privGotAllRequired
  29. self.levelAnnounceGenerate()
  30. File "toontown\coghq\DistributedStageRoom.py", line 71, in levelAnnounceGenerate
  31. DistributedLevel.DistributedLevel.initializeLevel(self, roomSpec)
  32. File "otp\level\DistributedLevel.py", line 87, in initializeLevel
  33. self.privGotSpec(levelSpec)
  34. File "toontown\coghq\DistributedStageRoom.py", line 81, in privGotSpec
  35. DistributedLevel.DistributedLevel.privGotSpec(self, levelSpec)
  36. File "otp\level\DistributedLevel.py", line 119, in privGotSpec
  37. Level.Level.initializeLevel(self, self.doId, levelSpec, self.scenarioIndex)
  38. File "otp\level\Level.py", line 32, in initializeLevel
  39. self.createAllEntities(priorityTypes=['levelMgr', 'zone', 'propSpinner'])
  40. File "otp\level\Level.py", line 71, in createAllEntities
  41. self.createAllEntitiesOfType(type)
  42. File "otp\level\Level.py", line 98, in createAllEntitiesOfType
  43. self.createEntity(entId)
  44. File "otp\level\Level.py", line 105, in createEntity
  45. entity = self.entityCreator.createEntity(entId)
  46. File "otp\level\EntityCreatorBase.py", line 14, in createEntity
  47. ent = self.doCreateEntity(self.entType2Ctor[entType], entId)
  48. File "otp\level\EntityCreator.py", line 49, in doCreateEntity
  49. return ctor(self.level, entId)
  50. File "toontown\coghq\FactoryLevelMgr.py", line 18, in __init__
  51. LevelMgr.LevelMgr.__init__(self, level, entId)
  52. File "otp\level\LevelMgr.py", line 8, in __init__
  53. self.geom = loader.loadModel(self.modelFilename)
  54. File "toontown\toonbase\ToontownLoader.py", line 78, in loadModel
  55. ret = Loader.Loader.loadModel(self, *args, **kw)
  56. File "C:\Users\ngrin\Desktop\Project-Altis\Panda3D-1.9.0\direct\showbase\Loader.py", line 170, in loadModel
  57. raise IOError, message
  58. IOError: Could not load model file(s): ['phase_11/models/lawbotHQ/LB_Zone8a']
  59. :TaskManager: TaskManager.destroy()
  60. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement