Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. java.lang.NullPointerException
  2. at com.voidswrath.voidlauncher.VoidConfig.saveConfig(VoidConfig.java:587)
  3. at com.voidswrath.voidlauncher.VoidConfig.applyPendingInstall(VoidConfig.java:137)
  4. at com.voidswrath.voidlauncher.Downloader.<init>(Downloader.java:137)
  5. at com.voidswrath.voidlauncher.Downloader.startModPack(Downloader.java:83)
  6. at com.voidswrath.voidlauncher.VoidLauncher$25.actionPerformed(VoidLauncher.java:1951)
  7. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  8. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  9. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  10. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  11. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  12. at java.awt.Component.processMouseEvent(Unknown Source)
  13. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  14. at java.awt.Component.processEvent(Unknown Source)
  15. at java.awt.Container.processEvent(Unknown Source)
  16. at java.awt.Component.dispatchEventImpl(Unknown Source)
  17. at java.awt.Container.dispatchEventImpl(Unknown Source)
  18. at java.awt.Component.dispatchEvent(Unknown Source)
  19. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  20. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  21. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  22. at java.awt.Container.dispatchEventImpl(Unknown Source)
  23. at java.awt.Window.dispatchEventImpl(Unknown Source)
  24. at java.awt.Component.dispatchEvent(Unknown Source)
  25. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  26. at java.awt.EventQueue.access$500(Unknown Source)
  27. at java.awt.EventQueue$3.run(Unknown Source)
  28. at java.awt.EventQueue$3.run(Unknown Source)
  29. at java.security.AccessController.doPrivileged(Native Method)
  30. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  31. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  32. at java.awt.EventQueue$4.run(Unknown Source)
  33. at java.awt.EventQueue$4.run(Unknown Source)
  34. at java.security.AccessController.doPrivileged(Native Method)
  35. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  36. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  37. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  38. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  39. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  40. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  41. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  42. at java.awt.EventDispatchThread.run(Unknown Source)
  43. java.lang.NullPointerException
  44. at com.voidswrath.voidlauncher.VoidConfig.saveConfig(VoidConfig.java:587)
  45. at com.voidswrath.voidlauncher.VoidConfig.applyPendingInstall(VoidConfig.java:137)
  46. at com.voidswrath.voidlauncher.Downloader.run(Downloader.java:153)
  47. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  48. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  49. at java.lang.Thread.run(Unknown Source)
  50. james.mcgee44@yahoo.com
  51. java.io.IOException: The system cannot find the path specified
  52. at java.io.WinNTFileSystem.createFileExclusively(Native Method)
  53. at java.io.File.createNewFile(Unknown Source)
  54. at com.voidswrath.voidlauncher.Downloader.downloadMinecraft(Downloader.java:290)
  55. at com.voidswrath.voidlauncher.Downloader.run(Downloader.java:170)
  56. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  57. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  58. at java.lang.Thread.run(Unknown Source)
  59. Disposal was interrupted:
  60. java.lang.InterruptedException
  61. at java.lang.Object.wait(Native Method)
  62. at java.lang.Object.wait(Unknown Source)
  63. at java.awt.EventQueue.invokeAndWait(Unknown Source)
  64. at java.awt.Window.doDispose(Unknown Source)
  65. at java.awt.Window.dispose(Unknown Source)
  66. at com.voidswrath.voidlauncher.ModPackLoading.hide(ModPackLoading.java:212)
  67. at java.awt.Component.show(Unknown Source)
  68. at java.awt.Component.setVisible(Unknown Source)
  69. at java.awt.Window.setVisible(Unknown Source)
  70. at com.voidswrath.voidlauncher.ModPackLoading.setVisible(ModPackLoading.java:260)
  71. at com.voidswrath.voidlauncher.Downloader$1.run(Downloader.java:122)
  72. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  73. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  74. at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement