Guest User

Untitled

a guest
Jan 3rd, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Original exception was:
  2. Traceback (most recent call last):
  3. File "C:\Panda3D-1.10.0\python\lib\runpy.py", line 174, in _run_module_as_main
  4. "__main__", fname, loader, pkg_name)
  5. File "C:\Panda3D-1.10.0\python\lib\runpy.py", line 72, in _run_code
  6. exec code in run_globals
  7. File "C:\Users\Brenton\Desktop\PTT Source\Test\src\toontown\ai\ServiceStart.py", line 53, in <module>
  8. run()
  9. File "otp\ai\AIBase.py", line 178, in run
  10. self.taskMgr.run()
  11. File "C:\Panda3D-1.10.0\direct\task\Task.py", line 517, in run
  12. self.step()
  13. File "C:\Panda3D-1.10.0\direct\task\Task.py", line 471, in step
  14. self.mgr.poll()
  15. File "C:\Panda3D-1.10.0\direct\distributed\ConnectionRepository.py", line 609, in readerPollUntilEmpty
  16. while self.readerPollOnce():
  17. File "C:\Panda3D-1.10.0\direct\distributed\ConnectionRepository.py", line 614, in readerPollOnce
  18. if self.checkDatagram():
  19. File "toontown\suit\DistributedSuitAI.py", line 91, in requestBattle
  20. if self.sp.requestBattle(self.zoneId, self, toonId):
  21. File "toontown\suit\DistributedSuitPlannerAI.py", line 848, in requestBattle
  22. interactivePropTrackBonus)
  23. File "toontown\battle\BattleManagerAI.py", line 28, in newBattle
  24. battle = self.battleConstructor(self.air, self, pos, suit, toonId, zoneId, finishCallback, maxSuits, interactivePropTrackBonus=interactivePropTrackBonus)
  25. File "toontown\battle\DistributedBattleAI.py", line 16, in __init__
  26. DistributedBattleBaseAI.DistributedBattleBaseAI.__init__(self, air, zoneId, finishCallback, maxSuits=maxSuits, tutorialFlag=tutorialFlag, interactivePropTrackBonus=interactivePropTrackBonus)
  27. File "toontown\battle\DistributedBattleBaseAI.py", line 51, in __init__
  28. self.battleCalc = BattleCalculatorAI(self, tutorialFlag)
  29. TypeError: 'module' object is not callable
  30. Warning: pandac.PandaModules is deprecated, import from panda3d.core instead
  31. TTLocalizer: Running in language: english
  32. from toontown.toonbase.TTLocalizerEnglish import *
  33. OTPLocalizer: Running in language: english
  34. from otp.otpbase.OTPLocalizerEnglish import *
  35. :01-03-2018 18:00:03 :nativenet(error): Buffered_DatagramConnection Constructor rbufsize = 4096000 wbufsize = 4096000 write_flush_point = 1400
Advertisement
Add Comment
Please, Sign In to add comment