Advertisement
Guest User

Spigot Remastered

a guest
Dec 8th, 2018
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. java.io.FileNotFoundException: theme (The system cannot find the file specified)
  2. at java.base/java.io.FileInputStream.open0(Native Method)
  3. at java.base/java.io.FileInputStream.open(Unknown Source)
  4. at java.base/java.io.FileInputStream.<init>(Unknown Source)
  5. at me.justicepro.spigotgui.Core.SpigotGUI.loadTheme(SpigotGUI.java:2047)
  6. at me.justicepro.spigotgui.Core.SpigotGUI$1.run(SpigotGUI.java:131)
  7. at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
  8. at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  9. at java.desktop/java.awt.EventQueue.access$600(Unknown Source)
  10. at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
  11. at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
  12. at java.base/java.security.AccessController.doPrivileged(Native Method)
  13. at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  14. at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
  15. at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  16. at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  17. at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  18. at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  19. at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  20. at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement