Advertisement
Guest User

crash when being goofy

a guest
Nov 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. ToontownStart: Starting the game.
  2. ToontownStart: Setting the default font.
  3. TTLocalizer: Running in language: english
  4. from toontown.toonbase.TTLocalizerEnglish import *
  5. OTPLocalizer: Running in language: english
  6. from otp.otpbase.OTPLocalizerEnglish import *
  7. ToontownStart: Loading the default GUI sounds.
  8. ToontownStart: Game Version: ttoff-2.5b2
  9. ToontownStart: Mini-server mode enabled! Connecting to defined game server...
  10. {401000001: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x1290f4a70>}
  11. local
  12. 3
  13. fisherman origin: render/dna/root/fishing_pond_1/npc_fisherman_origin_0
  14. OnscreenText.configure: mayChange == 0
  15. OnscreenText.configure: mayChange == 0
  16. OnscreenText.configure: mayChange == 0
  17. OnscreenText.configure: mayChange == 0
  18. Traceback (most recent call last):
  19. File "direct.showbase.EventManager", line 47, in eventLoopTask
  20. File "direct.showbase.EventManager", line 41, in doEvents
  21. File "direct.showbase.EventManager", line 98, in processEvent
  22. File "direct.showbase.Messenger", line 327, in send
  23. File "direct.showbase.Messenger", line 412, in __dispatch
  24. File "direct.gui.DirectButton", line 103, in commandFunc
  25. File "toontown.shtiker.ShtikerBook", line 385, in __close
  26. File "direct.showbase.Messenger", line 327, in send
  27. File "direct.showbase.Messenger", line 412, in __dispatch
  28. File "toontown.hood.Place", line 364, in __handleBook
  29. File "toontown.toon.LocalToon", line 1881, in b_setAnimState
  30. File "toontown.toon.DistributedToon", line 951, in b_setAnimState
  31. File "toontown.toon.DistributedToon", line 972, in setAnimState
  32. File "direct.fsm.ClassicFSM", line 281, in request
  33. File "direct.fsm.ClassicFSM", line 228, in __transition
  34. File "direct.fsm.ClassicFSM", line 214, in __enter
  35. File "direct.fsm.State", line 202, in enter
  36. File "toontown.toon.Toon", line 2238, in enterCloseBook
  37. AttributeError: 'NoneType' object has no attribute 'setDoneEvent'
  38. Traceback (most recent call last):
  39. File "otp.otpbase.OTPBase", line 245, in run
  40. File "direct.task.Task", line 527, in run
  41. File "direct.task.Task", line 481, in step
  42. File "direct.showbase.EventManager", line 47, in eventLoopTask
  43. File "direct.showbase.EventManager", line 41, in doEvents
  44. File "direct.showbase.EventManager", line 98, in processEvent
  45. File "direct.showbase.Messenger", line 327, in send
  46. File "direct.showbase.Messenger", line 412, in __dispatch
  47. File "direct.gui.DirectButton", line 103, in commandFunc
  48. File "toontown.shtiker.ShtikerBook", line 385, in __close
  49. File "direct.showbase.Messenger", line 327, in send
  50. File "direct.showbase.Messenger", line 412, in __dispatch
  51. File "toontown.hood.Place", line 364, in __handleBook
  52. File "toontown.toon.LocalToon", line 1881, in b_setAnimState
  53. File "toontown.toon.DistributedToon", line 951, in b_setAnimState
  54. File "toontown.toon.DistributedToon", line 972, in setAnimState
  55. File "direct.fsm.ClassicFSM", line 281, in request
  56. File "direct.fsm.ClassicFSM", line 228, in __transition
  57. File "direct.fsm.ClassicFSM", line 214, in __enter
  58. File "direct.fsm.State", line 202, in enter
  59. File "toontown.toon.Toon", line 2238, in enterCloseBook
  60. AttributeError: 'NoneType' object has no attribute 'setDoneEvent'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement