Advertisement
Lissanro

SheepIt client: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException

Sep 1st, 2020
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. OpenCL::getInfodeviceString failed(H) status: -30 type: 16440
  2. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  3. at com.formdev.flatlaf.ui.FlatSpinnerUI$Handler.preferredLayoutSize(FlatSpinnerUI.java:330)
  4. at java.desktop/java.awt.Container.preferredSize(Unknown Source)
  5. at java.desktop/java.awt.Container.getPreferredSize(Unknown Source)
  6. at java.desktop/javax.swing.JComponent.getPreferredSize(Unknown Source)
  7. at java.desktop/java.awt.GridLayout.preferredLayoutSize(Unknown Source)
  8. at java.desktop/java.awt.Container.preferredSize(Unknown Source)
  9. at java.desktop/java.awt.Container.getPreferredSize(Unknown Source)
  10. at java.desktop/javax.swing.JComponent.getPreferredSize(Unknown Source)
  11. at java.desktop/java.awt.GridBagLayout.GetLayoutInfo(Unknown Source)
  12. at java.desktop/java.awt.GridBagLayout.getLayoutInfo(Unknown Source)
  13. at java.desktop/java.awt.GridBagLayout.ArrangeGrid(Unknown Source)
  14. at java.desktop/java.awt.GridBagLayout.arrangeGrid(Unknown Source)
  15. at java.desktop/java.awt.GridBagLayout.layoutContainer(Unknown Source)
  16. at java.desktop/java.awt.Container.layout(Unknown Source)
  17. at java.desktop/java.awt.Container.doLayout(Unknown Source)
  18. at java.desktop/java.awt.Container.validateTree(Unknown Source)
  19. at java.desktop/java.awt.Container.validateTree(Unknown Source)
  20. at java.desktop/java.awt.Container.validateTree(Unknown Source)
  21. at java.desktop/java.awt.Container.validateTree(Unknown Source)
  22. at java.desktop/java.awt.Container.validate(Unknown Source)
  23. at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
  24. at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
  25. at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  26. at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
  27. at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
  28. at java.base/java.security.AccessController.doPrivileged(Native Method)
  29. at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  30. at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  31. at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
  32. at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
  33. at java.base/java.security.AccessController.doPrivileged(Native Method)
  34. at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  35. at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
  36. at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  37. at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  38. at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  39. at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  40. at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  41. at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement