Advertisement
Guest User

Crash when being a naked toon

a guest
Nov 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 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 0x2A697710>}
  11. local
  12. 0
  13. fisherman origin: render/dna/root/fishing_pond_1/npc_fisherman_origin_0
  14. local
  15. Exception occurred while processing Func-blinkEyes-90 of Sequence-59:
  16. Sequence-59:
  17. 0.000 Sequence-59 {
  18. 0.000 *Func-blinkEyes-90
  19. 0.000 *Func-riggyEyes-91
  20. 0.000 *Func-startBlink-92
  21. 0.000 }
  22.  
  23. Traceback (most recent call last):
  24. File "direct.showbase.ShowBase", line 1856, in __ivalLoop
  25. File "direct.interval.IntervalManager", line 95, in step
  26. File "direct.interval.IntervalManager", line 118, in __doPythonCallbacks
  27. File "direct.interval.MetaInterval", line 521, in privPostEvent
  28. File "direct.interval.MetaInterval", line 497, in __doPythonCallbacks
  29. File "direct.interval.Interval", line 209, in privDoEvent
  30. File "direct.interval.FunctionInterval", line 88, in privInstant
  31. File "toontown.toon.ToonHead", line 1087, in blinkEyes
  32. AttributeError: 'DistributedToon' object has no attribute 'eyelids'
  33. Traceback (most recent call last):
  34. File "otp.otpbase.OTPBase", line 245, in run
  35. File "direct.task.Task", line 527, in run
  36. File "direct.task.Task", line 481, in step
  37. File "direct.showbase.ShowBase", line 1856, in __ivalLoop
  38. File "direct.interval.IntervalManager", line 95, in step
  39. File "direct.interval.IntervalManager", line 118, in __doPythonCallbacks
  40. File "direct.interval.MetaInterval", line 521, in privPostEvent
  41. File "direct.interval.MetaInterval", line 497, in __doPythonCallbacks
  42. File "direct.interval.Interval", line 209, in privDoEvent
  43. File "direct.interval.FunctionInterval", line 88, in privInstant
  44. File "toontown.toon.ToonHead", line 1087, in blinkEyes
  45. AttributeError: 'DistributedToon' object has no attribute 'eyelids'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement