Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.00 KB | None | 0 0
  1. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException: -1
  2. at java.util.ArrayList.elementData(ArrayList.java:418)
  3. at java.util.ArrayList.get(ArrayList.java:431)
  4. at com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
  5. at com.sun.javafx.collections.VetoableListDecorator.get(VetoableListDecorator.java:306)
  6. at javafx.scene.Parent.updateCachedBounds(Parent.java:1591)
  7. at javafx.scene.Parent.recomputeBounds(Parent.java:1535)
  8. at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1388)
  9. at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
  10. at javafx.scene.Node.updateGeomBounds(Node.java:3579)
  11. at javafx.scene.Node.getGeomBounds(Node.java:3532)
  12. at javafx.scene.Node.getLocalBounds(Node.java:3480)
  13. at javafx.scene.Node.updateTxBounds(Node.java:3643)
  14. at javafx.scene.Node.getTransformedBounds(Node.java:3426)
  15. at javafx.scene.Parent.createCachedBounds(Parent.java:1691)
  16. at javafx.scene.Parent.recomputeBounds(Parent.java:1539)
  17. at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1388)
  18. at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
  19. at javafx.scene.Node.updateGeomBounds(Node.java:3579)
  20. at javafx.scene.Node.getGeomBounds(Node.java:3532)
  21. at javafx.scene.Node.getLocalBounds(Node.java:3480)
  22. at javafx.scene.Node.updateTxBounds(Node.java:3643)
  23. at javafx.scene.Node.getTransformedBounds(Node.java:3426)
  24. at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1732)
  25. at javafx.scene.Parent.recomputeBounds(Parent.java:1524)
  26. at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1388)
  27. at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
  28. at javafx.scene.Node.updateGeomBounds(Node.java:3579)
  29. at javafx.scene.Node.getGeomBounds(Node.java:3532)
  30. at javafx.scene.Node.getLocalBounds(Node.java:3480)
  31. at javafx.scene.Node.updateTxBounds(Node.java:3643)
  32. at javafx.scene.Node.getTransformedBounds(Node.java:3426)
  33. at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1732)
  34. at javafx.scene.Parent.recomputeBounds(Parent.java:1524)
  35. at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1388)
  36. at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
  37. at javafx.scene.Node.updateGeomBounds(Node.java:3579)
  38. at javafx.scene.Node.getGeomBounds(Node.java:3532)
  39. at javafx.scene.Node.computeLocalBounds(Node.java:3595)
  40. at javafx.scene.Node.updateLocalBounds(Node.java:3625)
  41. at javafx.scene.Node.getLocalBounds(Node.java:3486)
  42. at javafx.scene.Node.updateTxBounds(Node.java:3643)
  43. at javafx.scene.Node.getTransformedBounds(Node.java:3426)
  44. at javafx.scene.Node.updateBounds(Node.java:559)
  45. at javafx.scene.Parent.updateBounds(Parent.java:1719)
  46. at javafx.scene.Parent.updateBounds(Parent.java:1717)
  47. at javafx.scene.Scene$ScenePulseListener.pulse(Scene.java:2404)
  48. at com.sun.javafx.tk.Toolkit.lambda$runPulse$30(Toolkit.java:355)
  49. at java.security.AccessController.doPrivileged(Native Method)
  50. at com.sun.javafx.tk.Toolkit.runPulse(Toolkit.java:354)
  51. at com.sun.javafx.tk.Toolkit.firePulse(Toolkit.java:381)
  52. at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:510)
  53. at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:490)
  54. at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$404(QuantumToolkit.java:319)
  55. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  56. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  57. at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
  58. at java.lang.Thread.run(Thread.java:748)
  59. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException: -1
  60. at java.util.ArrayList.elementData(ArrayList.java:418)
  61. at java.util.ArrayList.get(ArrayList.java:431)
  62. at com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
  63. at com.sun.javafx.collections.VetoableListDecorator.get(VetoableListDecorator.java:306)
  64. at javafx.scene.Parent.updateCachedBounds(Parent.java:1591)
  65. at javafx.scene.Parent.recomputeBounds(Parent.java:1535)
  66. at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1388)
  67. at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
  68. at javafx.scene.Node.updateGeomBounds(Node.java:3579)
  69. at javafx.scene.Node.getGeomBounds(Node.java:3532)
  70. at javafx.scene.Node.getLocalBounds(Node.java:3480)
  71. at javafx.scene.Node.updateTxBounds(Node.java:3643)
  72. at javafx.scene.Node.getTransformedBounds(Node.java:3426)
  73. at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1732)
  74. at javafx.scene.Parent.updateCachedBounds(Parent.java:1596)
  75. at javafx.scene.Parent.recomputeBounds(Parent.java:1535)
  76. at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1388)
  77. at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
  78. at javafx.scene.Node.updateGeomBounds(Node.java:3579)
  79. at javafx.scene.Node.getGeomBounds(Node.java:3532)
  80. at javafx.scene.Node.getLocalBounds(Node.java:3480)
  81. at javafx.scene.Node.updateTxBounds(Node.java:3643)
  82. at javafx.scene.Node.getTransformedBounds(Node.java:3426)
  83. at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1732)
  84. at javafx.scene.Parent.recomputeBounds(Parent.java:1524)
  85. at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1388)
  86. at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
  87. at javafx.scene.Node.updateGeomBounds(Node.java:3579)
  88. at javafx.scene.Node.getGeomBounds(Node.java:3532)
  89. at javafx.scene.Node.getLocalBounds(Node.java:3480)
  90. at javafx.scene.Node.updateTxBounds(Node.java:3643)
  91. at javafx.scene.Node.getTransformedBounds(Node.java:3426)
  92. at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1732)
  93. at javafx.scene.Parent.recomputeBounds(Parent.java:1524)
  94. at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1388)
  95. at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
  96. at javafx.scene.Node.updateGeomBounds(Node.java:3579)
  97. at javafx.scene.Node.getGeomBounds(Node.java:3532)
  98. at javafx.scene.Node.computeLocalBounds(Node.java:3595)
  99. at javafx.scene.Node.updateLocalBounds(Node.java:3625)
  100. at javafx.scene.Node.getLocalBounds(Node.java:3486)
  101. at javafx.scene.Node.updateTxBounds(Node.java:3643)
  102. at javafx.scene.Node.getTransformedBounds(Node.java:3426)
  103. at javafx.scene.Parent.getChildTransformedBounds(Parent.java:1732)
  104. at javafx.scene.Parent.updateCachedBounds(Parent.java:1596)
  105. at javafx.scene.Parent.recomputeBounds(Parent.java:1535)
  106. at javafx.scene.Parent.impl_computeGeomBounds(Parent.java:1388)
  107. at javafx.scene.layout.Region.impl_computeGeomBounds(Region.java:3078)
  108. at javafx.scene.Node.updateGeomBounds(Node.java:3579)
  109. at javafx.scene.Node.getGeomBounds(Node.java:3532)
  110. at javafx.scene.Node.getLocalBounds(Node.java:3480)
  111. at javafx.scene.Node.impl_intersectsBounds(Node.java:5015)
  112. at javafx.scene.layout.Region.impl_pickNodeLocal(Region.java:2931)
  113. at javafx.scene.Node.impl_pickNode(Node.java:4914)
  114. at javafx.scene.Scene$MouseHandler.pickNode(Scene.java:3899)
  115. at javafx.scene.Scene$MouseHandler.access$1600(Scene.java:3485)
  116. at javafx.scene.Scene.pick(Scene.java:1942)
  117. at javafx.scene.Scene.access$6700(Scene.java:159)
  118. at javafx.scene.Scene$MouseHandler.process(Scene.java:3711)
  119. at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
  120. at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
  121. at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
  122. at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:381)
  123. at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295)
  124. at java.security.AccessController.doPrivileged(Native Method)
  125. at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$354(GlassViewEventHandler.java:417)
  126. at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
  127. at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:416)
  128. at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
  129. at com.sun.glass.ui.View.notifyMouse(View.java:937)
  130. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  131. at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
  132. at java.lang.Thread.run(Thread.java:748)
  133. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  134. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  135. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  136. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  137. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  138. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  139. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  140. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  141. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  142. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  143. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  144. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  145. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  146. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  147. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  148. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  149. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  150. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  151. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
  152. Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement