Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. Setting DOM load callback
  2. Creating byond function and module
  3. Adding bind and curry functions
  4. Creating skin module
  5. 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
  6. Creating prompt function and module
  7. Creating lightbox module
  8. Creating event module
  9. Creating byond.fn methods
  10. Creating byond.winsetfn methods
  11. Checking for DOM load
  12. Adding listener for DOM load event
  13. DOM load event
  14. DOM load detected
  15. DOM loaded
  16. Creating client
  17. Setting host and port
  18. Doing reset
  19. Creating byond function and module
  20. Adding bind and curry functions
  21. Creating skin module
  22. Creating prompt function and module
  23. Creating lightbox module
  24. Creating event module
  25. Creating byond.fn methods
  26. Creating byond.winsetfn methods
  27. Checking for DOM load
  28. DOM has already loaded
  29. DOM load detected
  30. DOM loaded
  31. Begin render loop
  32. Getting user ID
  33. Opening Websocket
  34. Client creation complete
  35. Removing listener for DOM load event
  36. Socket: open
  37. Version: 508, 498
  38. Begin loader setup
  39. StageXL render engine : Canvas2D
  40. Adding items to loader
  41. Loader creation finished
  42. All resources loaded
  43. Beginning skin load
  44. Loading byondprompt alert
  45. Loading styles
  46. Loading byondprompt any
  47. Loading styles
  48. Loading byondclass bar
  49. Loading styles
  50. Loading byondclass browser
  51. Loading styles
  52. Loading byondclass button
  53. Loading styles
  54. Loading byondclass child
  55. Loading styles
  56. Loading byondprompt color
  57. Loading styles
  58. Loading byondclass dpad
  59. Loading styles
  60. Loading byondprompt file
  61. Loading styles
  62. Loading byondclass grid
  63. Loading styles
  64. Loading byondclass hotbar
  65. Loading styles
  66. Loading byondclass info
  67. Loading styles
  68. Loading byondclass input
  69. Loading styles
  70. Loading byondclass label
  71. Loading styles
  72. Loading byondclass map
  73. Loading styles
  74. Loading byondprompt message
  75. Loading styles
  76. Loading byondclass output
  77. Loading styles
  78. Loading byondclass pane
  79. Loading styles
  80. Loading byondclass pop
  81. Loading styles
  82. Loading byondclass status
  83. Loading styles
  84. Loading byondclass tab
  85. Loading styles
  86. Loading byondprompt text
  87. Loading styles
  88. Loading byondclass verbmenu
  89. Loading styles
  90. Generating default styles
  91. Filling skin HTML
  92. Creating skin controls
  93. Activating map
  94. StageXL render engine : WebGL
  95. Ready to begin play
  96. Replying
  97. Message sent
  98. Uncaught Uncaught Error: NullError: Cannot call "animating$1" on null
  99. Stack Trace:
  100. TypeError: Cannot read property 'animating$1' of null
  101. at Appearance.dart.Appearance.animating$1 (http://192.168.0.3:31337/res/webclient.dart.js:2574:41)
  102. at AtomInfo.dart.AtomInfo.get$animating (http://192.168.0.3:31337/res/webclient.dart.js:3537:17)
  103. at AtomInfo.dart.AtomInfo.tick$0 (http://192.168.0.3:31337/res/webclient.dart.js:3987:16)
  104. at AtomInfo_tickAll_closure0.dart.AtomInfo_tickAll_closure0.call$1 (http://192.168.0.3:31337/res/webclient.dart.js:4234:11)
  105. at EfficientLengthMappedIterable.dart.IterableBase.forEach$1 (http://192.168.0.3:31337/res/webclient.dart.js:25836:11)
  106. at dart.AtomInfo.static.AtomInfo_tickAll (http://192.168.0.3:31337/res/webclient.dart.js:4114:27)
  107. at MapInfo.dart.MapInfo.drawMap$0 (http://192.168.0.3:31337/res/webclient.dart.js:11663:9)
  108. at MapInfo.dart.MapInfo.mapTick$1 (http://192.168.0.3:31337/res/webclient.dart.js:11000:12)
  109. at MapInfo.dart.MapInfo.mapTick$0 (http://192.168.0.3:31337/res/webclient.dart.js:11011:19)
  110. at MapInfo_mapTick_closure0.dart.MapInfo_mapTick_closure0.call$0 (http://192.168.0.3:31337/res/webclient.dart.js:11924:36)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement