Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Original exception was:
- Traceback (most recent call last):
- File "C:\Panda3D-1.10.0\python\lib\runpy.py", line 174, in _run_module_as_main
- "__main__", fname, loader, pkg_name)
- File "C:\Panda3D-1.10.0\python\lib\runpy.py", line 72, in _run_code
- exec code in run_globals
- File "C:\Users\Brenton\Desktop\PTT Source\Test\src\toontown\ai\ServiceStart.py", line 53, in <module>
- run()
- File "otp\ai\AIBase.py", line 178, in run
- self.taskMgr.run()
- File "C:\Panda3D-1.10.0\direct\task\Task.py", line 517, in run
- self.step()
- File "C:\Panda3D-1.10.0\direct\task\Task.py", line 471, in step
- self.mgr.poll()
- File "C:\Panda3D-1.10.0\direct\distributed\ConnectionRepository.py", line 609, in readerPollUntilEmpty
- while self.readerPollOnce():
- File "C:\Panda3D-1.10.0\direct\distributed\ConnectionRepository.py", line 614, in readerPollOnce
- if self.checkDatagram():
- File "toontown\suit\DistributedSuitAI.py", line 91, in requestBattle
- if self.sp.requestBattle(self.zoneId, self, toonId):
- File "toontown\suit\DistributedSuitPlannerAI.py", line 848, in requestBattle
- interactivePropTrackBonus)
- File "toontown\battle\BattleManagerAI.py", line 28, in newBattle
- battle = self.battleConstructor(self.air, self, pos, suit, toonId, zoneId, finishCallback, maxSuits, interactivePropTrackBonus=interactivePropTrackBonus)
- File "toontown\battle\DistributedBattleAI.py", line 16, in __init__
- DistributedBattleBaseAI.DistributedBattleBaseAI.__init__(self, air, zoneId, finishCallback, maxSuits=maxSuits, tutorialFlag=tutorialFlag, interactivePropTrackBonus=interactivePropTrackBonus)
- File "toontown\battle\DistributedBattleBaseAI.py", line 51, in __init__
- self.battleCalc = BattleCalculatorAI(self, tutorialFlag)
- TypeError: 'module' object is not callable
- Warning: pandac.PandaModules is deprecated, import from panda3d.core instead
- TTLocalizer: Running in language: english
- from toontown.toonbase.TTLocalizerEnglish import *
- OTPLocalizer: Running in language: english
- from otp.otpbase.OTPLocalizerEnglish import *
- :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