Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. :ToontownStart: Starting the game...
  2. :ToontownStart: Setting the default font...
  3. TTLocalizer: Running in language: English
  4. OTPLocalizer: Running in language: English
  5. Known pipe types:
  6. wglGraphicsPipe
  7. TinyWinGraphicsPipe
  8. TinyOffscreenGraphicsPipe
  9. (all display modules loaded.)
  10. :ToonBase: Default graphics pipe is wglGraphicsPipe (OpenGL).
  11. :display:windisplay(warning): SetForegroundWindow() failed!
  12. :ToonBase: Successfully opened window of type wglGraphicsWindow (OpenGL)
  13. :ShowBase: __dev__ == False
  14. :ToontownStart: Loading the default GUI sounds...
  15. Loading DNA asset storage...
  16. Preloading shticker book elements...
  17. :nativenet(error): Buffered_DatagramConnection Constructor rbufsize = 4096000 wbufsize = 4096000 write_flush_point = 1400
  18. :OTPClientRepository: Using connect method 'http'
  19. :DNALoader: Loading Binary DNA file: phase_4/dna/cogtown_central_sz.bdna
  20. :DNALoader: Loading Binary DNA file: phase_4/dna/toontown_central_sz.bdna
  21. :pgraph(warning): PandaNode icon has 2 parents; choosing arbitrary path to root.
  22. :pgraph(warning): Chose: TT_pets/nametag3d/Kalamazoo/nametag_contents/icon
  23. :TimeManager: Clock sync: TimeManager.announceGenerate
  24. :DNALoader: Loading Binary DNA file: phase_8/dna/daisys_garden_sz.bdna
  25. :TimeManager: Clock sync roundtrip took 1302.073 ms
  26. :TimeManager: AI time delta is 0:03 from server delta
  27. :TimeManager: Local clock uncertainty +/- 0.651 s
  28. Traceback (most recent call last):
  29. File "direct.distributed.ConnectionRepository", line 609, in readerPollUntilEmpty
  30. File "direct.distributed.ConnectionRepository", line 616, in readerPollOnce
  31. File "otp.distributed.OTPClientRepository", line 1038, in handleDatagram
  32. File "otp.distributed.OTPClientRepository", line 893, in handlePlayGame
  33. File "otp.distributed.OTPClientRepository", line 994, in handleMessageType
  34. File "otp.distributed.OTPClientRepository", line 1013, in gotInterestDoneMessage
  35. File "otp.distributed.OTPClientRepository", line 1113, in __playBackGenerates
  36. File "otp.distributed.OTPClientRepository", line 1157, in __doGenerate
  37. File "direct.distributed.ClientRepositoryBase", line 312, in generateWithRequiredOtherFields
  38. File "direct.distributed.DistributedObject", line 354, in updateRequiredOtherFields
  39. File "toontown.safezone.DistributedMonster", line 26, in announceGenerate
  40. File "toontown.safezone.DistributedMonster", line 53, in createActor
  41. File "toontown.safezone.DistributedMonster", line 90, in createToon
  42. KeyError: 'a'
  43. :task(error): Exception occurred in PythonTask readerPollTask-200280896
  44. :ToonBase(warning): Handling Python exception.
  45. :ForceGroup: Client exception: toontown.safezone.DistributedMonster:90, toontown.safezone.DistributedMonster:53, toontown.safezone.DistributedMonster:26, direct.distributed.DistributedObject:354, KeyError: 'a'
  46. :ToonBase: Exception exit.
  47.  
  48. Traceback (most recent call last):
  49. File "toontown.toonbase.ToontownStart", line 153, in <module>
  50. File "otp.otpbase.OTPBase", line 82, in run
  51. File "direct.showbase.ShowBase", line 532, in destroy
  52. File "toontown.toonbase.ToontownLoader", line 20, in destroy
  53. File "toontown.toontowngui.ToontownLoadingScreen", line 93, in destroy
  54. File "toontown.toontowngui.ToontownLoadingScreen", line 81, in destroyModel
  55. File "toontown.toon.ToonHead", line 128, in delete
  56. NameError: global name 'taskMgr' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement