historical/toontown-just-works.git/user/logs/stride-170930_184315.log
2024-01-16 11:20:27 -06:00

181 lines
9.7 KiB
Text

TTLocalizer: Running in language: English
OTPLocalizer: Running in language: English
Preloading suits...
Preloading Toon heads...
Preloading avatars...
{401000001: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x14F927B0>}
__handleAvatarChooserDone: 100000010, 'Poodletooth', ('mss', 'ss', 'l', 'm', (0.79, 0.17, 0.17, 1.0), (0.47, 0.44, 0.44, 1.0), (0.78, 0.17, 0.17, 1.0), (0.12, 0.11, 0.51, 1.0), 104, 27, 91, 27, 4, 1), 1
entered wait for zone redirect
entered wait for set zone response - 2
Reading DNA file... phase_4/dna/storage.pdna
Reading DNA file... phase_3.5/dna/storage_interior.pdna
Reading DNA file... phase_8/dna/storage_BR.pdna
Reading DNA file... phase_8/dna/storage_BR_sz.pdna
Reading DNA file... phase_8/dna/the_burrrgh_sz.pdna
entered wait for zone redirect
entered wait for set zone response - 2
Reading DNA file... phase_4/dna/storage.pdna
Reading DNA file... phase_3.5/dna/storage_interior.pdna
Reading DNA file... phase_8/dna/storage_DG.pdna
Reading DNA file... phase_8/dna/storage_DG_sz.pdna
Reading DNA file... phase_8/dna/daisys_garden_sz.pdna
gardenPage Unloading
NameShop : Should have found first name, uh oh!
[True, False, False, 'Weird', '', '', '', 'Weird']
NameShop : Some part of last name not found, uh oh!
[True, False, False, 'Weird', '', '', '', 'Weird']
entered wait for zone redirect
entered wait for set zone response - 2
Reading DNA file... phase_3.5/dna/storage_tutorial.pdna
Reading DNA file... phase_3.5/dna/storage_interior.pdna
Reading DNA file... phase_3.5/dna/tutorial_street.pdna
Reading DNA file... phase_3.5/dna/tutorial_street.pdna
entered wait for zone redirect
entered wait for set zone response - 2
Traceback (most recent call last):
File "C:\Poodletooth-iLand-master\toontown\toonbase\ToontownStart.py", line 50, in __inject_wx
exec(code, globals())
File "<string>", line 1, in <module>
NameError: name 'collisionsOff' is not defined
Traceback (most recent call last):
File "C:\Poodletooth-iLand-master\toontown\toonbase\ToontownStart.py", line 50, in __inject_wx
exec(code, globals())
File "<string>", line 1, in <module>
NameError: name 'collisionsOff' is not defined
entered wait for zone redirect
entered wait for set zone response - 2
entered wait for zone redirect
entered wait for set zone response - 2
entered wait for zone redirect
entered wait for set zone response - 2
Reading DNA file... phase_4/dna/storage.pdna
Reading DNA file... phase_3.5/dna/storage_interior.pdna
Reading DNA file... phase_4/dna/storage_TT.pdna
Reading DNA file... phase_4/dna/storage_TT_sz.pdna
Reading DNA file... phase_4/dna/toontown_central_sz.pdna
entered wait for zone redirect
entered wait for set zone response - 2
Reading DNA file... phase_4/dna/storage.pdna
Reading DNA file... phase_3.5/dna/storage_interior.pdna
Traceback (most recent call last):
File "C:\Panda3D-1.10.0\direct\distributed\ConnectionRepository.py", line 613, in readerPollUntilEmpty
while self.readerPollOnce():
File "C:\Panda3D-1.10.0\direct\distributed\ConnectionRepository.py", line 620, in readerPollOnce
self.handleDatagram(self.private__di)
File "otp\distributed\OTPClientRepository.py", line 1224, in handleDatagram
self.handler(msgType, di)
File "toontown\hood\QuietZoneState.py", line 153, in handleWaitForQuietZoneResponse
base.cr.handlePlayGame(msgType, di)
File "otp\distributed\OTPClientRepository.py", line 1026, in handlePlayGame
self.handleMessageType(msgType, di)
File "otp\distributed\OTPClientRepository.py", line 1164, in handleMessageType
self.gotInterestDoneMessage(di)
File "otp\distributed\OTPClientRepository.py", line 1190, in gotInterestDoneMessage
self.handleInterestDoneMessage(di)
File "C:\Panda3D-1.10.0\direct\distributed\DoInterestManager.py", line 618, in handleInterestDoneMessage
messenger.send(event)
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 326, in send
self.__dispatch(acceptorDict, event, sentArgs, foundWatch)
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 411, in __dispatch
method (*(extraArgs + sentArgs))
File "toontown\distributed\ToontownClientRepository.py", line 835, in _handleEmuSetZoneDone
messenger.send(event)
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 326, in send
self.__dispatch(acceptorDict, event, sentArgs, foundWatch)
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 411, in __dispatch
method (*(extraArgs + sentArgs))
File "toontown\hood\QuietZoneState.py", line 196, in _handleQuietZoneComplete
self.fsm.request('waitForZoneRedirect')
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 284, in request
exitArgList)
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 231, in __transition
self.__enter(aState, enterArgList)
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 217, in __enter
aState.enter(argList)
File "C:\Panda3D-1.10.0\direct\fsm\State.py", line 202, in enter
apply(self.__enterFunc, argList)
File "toontown\hood\QuietZoneState.py", line 216, in enterWaitForZoneRedirect
self.fsm.request('waitForSetZoneResponse')
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 284, in request
exitArgList)
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 231, in __transition
self.__enter(aState, enterArgList)
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 217, in __enter
aState.enter(argList)
File "C:\Panda3D-1.10.0\direct\fsm\State.py", line 202, in enter
apply(self.__enterFunc, argList)
File "toontown\hood\QuietZoneState.py", line 236, in enterWaitForSetZoneResponse
messenger.send(self.getEnterWaitForSetZoneResponseMsg(), [self._requestStatus])
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 326, in send
self.__dispatch(acceptorDict, event, sentArgs, foundWatch)
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 411, in __dispatch
method (*(extraArgs + sentArgs))
File "toontown\distributed\PlayGame.py", line 272, in handleWaitForSetZoneResponse
hoodClass = self.getHoodClassByNumber(canonicalHoodId)
File "toontown\distributed\PlayGame.py", line 543, in getHoodClassByNumber
return self.Hood2ClassDict[hoodNumber]
KeyError: 7000
Traceback (most recent call last):
File "otp\otpbase\OTPBase.py", line 34, in run
taskMgr.run()
File "C:\Panda3D-1.10.0\direct\task\Task.py", line 508, in run
self.step()
File "C:\Panda3D-1.10.0\direct\task\Task.py", line 465, in step
self.mgr.poll()
File "C:\Panda3D-1.10.0\direct\distributed\ConnectionRepository.py", line 613, in readerPollUntilEmpty
while self.readerPollOnce():
File "C:\Panda3D-1.10.0\direct\distributed\ConnectionRepository.py", line 620, in readerPollOnce
self.handleDatagram(self.private__di)
File "otp\distributed\OTPClientRepository.py", line 1224, in handleDatagram
self.handler(msgType, di)
File "toontown\hood\QuietZoneState.py", line 153, in handleWaitForQuietZoneResponse
base.cr.handlePlayGame(msgType, di)
File "otp\distributed\OTPClientRepository.py", line 1026, in handlePlayGame
self.handleMessageType(msgType, di)
File "otp\distributed\OTPClientRepository.py", line 1164, in handleMessageType
self.gotInterestDoneMessage(di)
File "otp\distributed\OTPClientRepository.py", line 1190, in gotInterestDoneMessage
self.handleInterestDoneMessage(di)
File "C:\Panda3D-1.10.0\direct\distributed\DoInterestManager.py", line 618, in handleInterestDoneMessage
messenger.send(event)
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 326, in send
self.__dispatch(acceptorDict, event, sentArgs, foundWatch)
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 411, in __dispatch
method (*(extraArgs + sentArgs))
File "toontown\distributed\ToontownClientRepository.py", line 835, in _handleEmuSetZoneDone
messenger.send(event)
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 326, in send
self.__dispatch(acceptorDict, event, sentArgs, foundWatch)
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 411, in __dispatch
method (*(extraArgs + sentArgs))
File "toontown\hood\QuietZoneState.py", line 196, in _handleQuietZoneComplete
self.fsm.request('waitForZoneRedirect')
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 284, in request
exitArgList)
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 231, in __transition
self.__enter(aState, enterArgList)
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 217, in __enter
aState.enter(argList)
File "C:\Panda3D-1.10.0\direct\fsm\State.py", line 202, in enter
apply(self.__enterFunc, argList)
File "toontown\hood\QuietZoneState.py", line 216, in enterWaitForZoneRedirect
self.fsm.request('waitForSetZoneResponse')
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 284, in request
exitArgList)
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 231, in __transition
self.__enter(aState, enterArgList)
File "C:\Panda3D-1.10.0\direct\fsm\ClassicFSM.py", line 217, in __enter
aState.enter(argList)
File "C:\Panda3D-1.10.0\direct\fsm\State.py", line 202, in enter
apply(self.__enterFunc, argList)
File "toontown\hood\QuietZoneState.py", line 236, in enterWaitForSetZoneResponse
messenger.send(self.getEnterWaitForSetZoneResponseMsg(), [self._requestStatus])
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 326, in send
self.__dispatch(acceptorDict, event, sentArgs, foundWatch)
File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 411, in __dispatch
method (*(extraArgs + sentArgs))
File "toontown\distributed\PlayGame.py", line 272, in handleWaitForSetZoneResponse
hoodClass = self.getHoodClassByNumber(canonicalHoodId)
File "toontown\distributed\PlayGame.py", line 543, in getHoodClassByNumber
return self.Hood2ClassDict[hoodNumber]
KeyError: 7000