mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
45 lines
2.6 KiB
Text
45 lines
2.6 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 0x1940FB20>}
|
|
__handleAvatarChooserDone: 100000001, 'Super Goopy', ('css', 'ls', 's', 'm', (0.69, 0.15, 0.15, 1.0), (1.0, 1.0, 1.0, 1.0), (0.69, 0.15, 0.15, 1.0), (0.69, 0.15, 0.15, 1.0), 10, 12, 0, 12, 7, 16), 1
|
|
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 1222, in handleDatagram
|
|
self.handleMessageType(msgType, di)
|
|
File "otp\distributed\OTPClientRepository.py", line 1156, in handleMessageType
|
|
self.handleGenerateWithRequiredOtherOwner(di)
|
|
File "toontown\distributed\ToontownClientRepository.py", line 754, in handleGenerateWithRequiredOtherOwner
|
|
self.handleAvatarResponseMsg(doId, di)
|
|
File "toontown\distributed\ToontownClientRepository.py", line 314, in handleAvatarResponseMsg
|
|
localAvatar.initInterface()
|
|
File "toontown\toon\LocalToon.py", line 341, in initInterface
|
|
self.statPage = StatPage.StatPage()
|
|
NameError: global name 'StatPage' is not defined
|
|
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 1222, in handleDatagram
|
|
self.handleMessageType(msgType, di)
|
|
File "otp\distributed\OTPClientRepository.py", line 1156, in handleMessageType
|
|
self.handleGenerateWithRequiredOtherOwner(di)
|
|
File "toontown\distributed\ToontownClientRepository.py", line 754, in handleGenerateWithRequiredOtherOwner
|
|
self.handleAvatarResponseMsg(doId, di)
|
|
File "toontown\distributed\ToontownClientRepository.py", line 314, in handleAvatarResponseMsg
|
|
localAvatar.initInterface()
|
|
File "toontown\toon\LocalToon.py", line 341, in initInterface
|
|
self.statPage = StatPage.StatPage()
|
|
NameError: global name 'StatPage' is not defined
|