Advertisement
Guest User

Untitled

a guest
Nov 8th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1.  
  2. Operating System: Windows 7
  3. Version: 6.1
  4. Architecture: x86
  5.  
  6. Java Vendor: Oracle Corporation
  7. Version: 1.8.0_25
  8.  
  9. Available processors (cores): 8
  10. Free memory (bytes): 152408576
  11. Maximum memory (bytes): 1013645312
  12. Total memory available to JVM (bytes): 259588096
  13.  
  14. File system root: C:\
  15. Total space (bytes): 1017834733568
  16. Free space (bytes): 749632196608
  17. Usable space (bytes): 749632196608
  18.  
  19. File system root: D:\
  20. Total space (bytes): 0
  21. Free space (bytes): 0
  22. Usable space (bytes): 0
  23.  
  24. Stack trace:
  25. java.lang.NullPointerException
  26. at javax.swing.plaf.basic.BasicTreeUI$Handler.valueChanged(Unknown Source)
  27. at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Unknown Source)
  28. at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Unknown Source)
  29. at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(Unknown Source)
  30. at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(Unknown Source)
  31. at javax.swing.JTree.setSelectionPath(Unknown Source)
  32. at org.lateralgm.subframes.GmObjectFrame$EventGroupNode.select(GmObjectFrame.java:605)
  33. at org.lateralgm.subframes.GmObjectFrame.addEvent(GmObjectFrame.java:666)
  34. at org.lateralgm.subframes.GmObjectFrame.functionEvent(GmObjectFrame.java:723)
  35. at org.lateralgm.subframes.EventPanel$MListener.mouseReleased(EventPanel.java:519)
  36. at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
  37. at java.awt.Component.processMouseEvent(Unknown Source)
  38. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  39. at java.awt.Component.processEvent(Unknown Source)
  40. at java.awt.Container.processEvent(Unknown Source)
  41. at java.awt.Component.dispatchEventImpl(Unknown Source)
  42. at java.awt.Container.dispatchEventImpl(Unknown Source)
  43. at java.awt.Component.dispatchEvent(Unknown Source)
  44. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  45. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  46. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  47. at java.awt.Container.dispatchEventImpl(Unknown Source)
  48. at java.awt.Window.dispatchEventImpl(Unknown Source)
  49. at java.awt.Component.dispatchEvent(Unknown Source)
  50. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  51. at java.awt.EventQueue.access$400(Unknown Source)
  52. at java.awt.EventQueue$3.run(Unknown Source)
  53. at java.awt.EventQueue$3.run(Unknown Source)
  54. at java.security.AccessController.doPrivileged(Native Method)
  55. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  56. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  57. at java.awt.EventQueue$4.run(Unknown Source)
  58. at java.awt.EventQueue$4.run(Unknown Source)
  59. at java.security.AccessController.doPrivileged(Native Method)
  60. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  61. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  62. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  63. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  64. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  65. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  66. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  67. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement