77 lines
4.4 KiB
Text
77 lines
4.4 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 0x14F927D8>}
|
||
|
__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_6/dna/storage_GS.pdna
|
||
|
Reading DNA file... phase_6/dna/storage_GS_sz.pdna
|
||
|
Reading DNA file... phase_6/dna/goofy_speedway_sz.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 "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 1188, in gotInterestDoneMessage
|
||
|
self.__playBackGenerates(handle)
|
||
|
File "otp\distributed\OTPClientRepository.py", line 1300, in __playBackGenerates
|
||
|
self.__doGenerate(doId, parentId, zoneId, classId, di, other)
|
||
|
File "otp\distributed\OTPClientRepository.py", line 1344, in __doGenerate
|
||
|
self.generateWithRequiredOtherFields(dclass, doId, di, parentId, zoneId)
|
||
|
File "C:\Panda3D-1.10.0\direct\distributed\ClientRepositoryBase.py", line 313, in generateWithRequiredOtherFields
|
||
|
distObj.updateRequiredOtherFields(dclass, di)
|
||
|
File "C:\Panda3D-1.10.0\direct\distributed\DistributedObject.py", line 354, in updateRequiredOtherFields
|
||
|
dclass.receiveUpdateOther(self, di)
|
||
|
File "toontown\racing\DistributedStartingBlock.py", line 270, in setOccupied
|
||
|
self.kart.generateKart()
|
||
|
File "toontown\racing\Kart.py", line 83, in generateKart
|
||
|
self.__applyBodyColor()
|
||
|
File "toontown\racing\Kart.py", line 240, in __applyBodyColor
|
||
|
kartBody.setColorScale(bodyColor)
|
||
|
TypeError: NodePath.set_color_scale() argument 1 must be LVecBase4f, not str
|
||
|
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 "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 1188, in gotInterestDoneMessage
|
||
|
self.__playBackGenerates(handle)
|
||
|
File "otp\distributed\OTPClientRepository.py", line 1300, in __playBackGenerates
|
||
|
self.__doGenerate(doId, parentId, zoneId, classId, di, other)
|
||
|
File "otp\distributed\OTPClientRepository.py", line 1344, in __doGenerate
|
||
|
self.generateWithRequiredOtherFields(dclass, doId, di, parentId, zoneId)
|
||
|
File "C:\Panda3D-1.10.0\direct\distributed\ClientRepositoryBase.py", line 313, in generateWithRequiredOtherFields
|
||
|
distObj.updateRequiredOtherFields(dclass, di)
|
||
|
File "C:\Panda3D-1.10.0\direct\distributed\DistributedObject.py", line 354, in updateRequiredOtherFields
|
||
|
dclass.receiveUpdateOther(self, di)
|
||
|
File "toontown\racing\DistributedStartingBlock.py", line 270, in setOccupied
|
||
|
self.kart.generateKart()
|
||
|
File "toontown\racing\Kart.py", line 83, in generateKart
|
||
|
self.__applyBodyColor()
|
||
|
File "toontown\racing\Kart.py", line 240, in __applyBodyColor
|
||
|
kartBody.setColorScale(bodyColor)
|
||
|
TypeError: NodePath.set_color_scale() argument 1 must be LVecBase4f, not str
|