Advertisement
Guest User

Untitled

a guest
Feb 9th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.41 KB | None | 0 0
  1. 2020-02-09-23:06:26 [main/INFO] [Launcher] Starting MCreator 2020.1.05419 - 202000105419
  2. 2020-02-09-23:06:26 [main/INFO] [Launcher] Java version: 1.8.0_232, specification: 1.8, VM name: OpenJDK 64-Bit Server VM
  3. 2020-02-09-23:06:26 [main/INFO] [Launcher] Current JAVA_HOME for running instance: D:\Downloads\MCreator20201\jdk\jre
  4. 2020-02-09-23:06:26 [main/DEBUG] [Preferences Manager] Loading preferences from the C:\Users\chees\.mcreator\preferences
  5. 2020-02-09-23:06:26 [main/INFO] [Launcher] Installation path: D:\Downloads\MCreator20201
  6. 2020-02-09-23:06:26 [main/INFO] [Launcher] User home of MCreator: C:\Users\chees\.mcreator\
  7. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added stepsounds datamap to cache
  8. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added biomes datamap to cache
  9. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added potions datamap to cache
  10. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added biomedictionarytypes datamap to cache
  11. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added mapcolors datamap to cache
  12. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added achievements datamap to cache
  13. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added particles datamap to cache
  14. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added blocksitems datamap to cache
  15. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added keybuttons datamap to cache
  16. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added sounds datamap to cache
  17. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added tabs datamap to cache
  18. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added enhancements datamap to cache
  19. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added entities datamap to cache
  20. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added gamemodes datamap to cache
  21. 2020-02-09-23:06:27 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added materials datamap to cache
  22. 2020-02-09-23:06:27 [AWT-EventQueue-0/INFO] [Application] Loading generator: 1.12.2/generator.yaml
  23. 2020-02-09-23:06:27 [AWT-EventQueue-0/INFO] [Application] Loading generator: 1.14.4/generator.yaml
  24. 2020-02-09-23:06:27 [AWT-EventQueue-0/INFO] [Application] Loading generator: datapack-1.14.x/generator.yaml
  25. 2020-02-09-23:06:28 [Thread-6/INFO] [Website API] Checking Pylo user session
  26. 2020-02-09-23:06:28 [Thread-7/INFO] [GA] Tracking page: /2020.1/launch
  27. 2020-02-09-23:06:30 [AWT-EventQueue-0/INFO] [Generator 1.14.4] Gradle cache loaded from cache file
  28. 2020-02-09-23:06:30 [AWT-EventQueue-0/INFO] [Workspace] Loaded workspace file D:\Downloads\MCreator20201\NaxDim\naxdim.mcreator
  29. 2020-02-09-23:06:30 [AWT-EventQueue-0/INFO] [MCreator] Opening MCreator workspace: naxdim
  30. 2020-02-09-23:06:30 [AWT-EventQueue-0/INFO] [MCreator] Loaded VCS for current workspace
  31. 2020-02-09-23:06:50 [AWT-EventQueue-0/INFO] [Workspace File Manager/NAXDIM] Saving the workspace by direct request!
  32. 2020-02-09-23:06:50 [AWT-EventQueue-0/DEBUG] [Workspace File Manager/NAXDIM] Workspace stored on the FS
  33. 2020-02-09-23:06:52 [AWT-EventQueue-0/ERROR] [Exception] Uncaught exception in AWT-EventQueue-0
  34. java.lang.NullPointerException: null
  35. at net.mcreator.workspace.Workspace.getFolderManager(SourceFile:254) ~[mcreator.jar:?]
  36. at net.mcreator.generator.b.y(SourceFile:699) ~[mcreator.jar:?]
  37. at net.mcreator.generator.b.<init>(SourceFile:85) ~[mcreator.jar:?]
  38. at net.mcreator.workspace.g.<init>(SourceFile:414) ~[mcreator.jar:?]
  39. at net.mcreator.ui.l.b.a(SourceFile:55) ~[mcreator.jar:?]
  40. at net.mcreator.vcs.e.a(SourceFile:122) ~[mcreator.jar:?]
  41. at net.mcreator.ui.a.a.b.e.a(SourceFile:78) ~[mcreator.jar:?]
  42. at net.mcreator.ui.a.f.actionPerformed(SourceFile:51) ~[mcreator.jar:?]
  43. at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) ~[?:1.8.0_232]
  44. at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) ~[?:1.8.0_232]
  45. at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) ~[?:1.8.0_232]
  46. at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) ~[?:1.8.0_232]
  47. at javax.swing.AbstractButton.doClick(AbstractButton.java:376) ~[?:1.8.0_232]
  48. at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:842) ~[?:1.8.0_232]
  49. at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:886) ~[?:1.8.0_232]
  50. at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289) ~[?:1.8.0_232]
  51. at java.awt.Component.processMouseEvent(Component.java:6539) ~[?:1.8.0_232]
  52. at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) ~[?:1.8.0_232]
  53. at java.awt.Component.processEvent(Component.java:6304) ~[?:1.8.0_232]
  54. at java.awt.Container.processEvent(Container.java:2239) ~[?:1.8.0_232]
  55. at java.awt.Component.dispatchEventImpl(Component.java:4889) ~[?:1.8.0_232]
  56. at java.awt.Container.dispatchEventImpl(Container.java:2297) ~[?:1.8.0_232]
  57. at java.awt.Component.dispatchEvent(Component.java:4711) ~[?:1.8.0_232]
  58. at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904) ~[?:1.8.0_232]
  59. at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535) ~[?:1.8.0_232]
  60. at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476) ~[?:1.8.0_232]
  61. at java.awt.Container.dispatchEventImpl(Container.java:2283) ~[?:1.8.0_232]
  62. at java.awt.Window.dispatchEventImpl(Window.java:2746) ~[?:1.8.0_232]
  63. at java.awt.Component.dispatchEvent(Component.java:4711) ~[?:1.8.0_232]
  64. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760) ~[?:1.8.0_232]
  65. at java.awt.EventQueue.access$500(EventQueue.java:97) ~[?:1.8.0_232]
  66. at java.awt.EventQueue$3.run(EventQueue.java:709) ~[?:1.8.0_232]
  67. at java.awt.EventQueue$3.run(EventQueue.java:703) ~[?:1.8.0_232]
  68. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_232]
  69. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) ~[?:1.8.0_232]
  70. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) ~[?:1.8.0_232]
  71. at java.awt.EventQueue$4.run(EventQueue.java:733) ~[?:1.8.0_232]
  72. at java.awt.EventQueue$4.run(EventQueue.java:731) ~[?:1.8.0_232]
  73. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_232]
  74. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) ~[?:1.8.0_232]
  75. at java.awt.EventQueue.dispatchEvent(EventQueue.java:730) ~[?:1.8.0_232]
  76. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) [?:1.8.0_232]
  77. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) [?:1.8.0_232]
  78. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) [?:1.8.0_232]
  79. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:1.8.0_232]
  80. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) [?:1.8.0_232]
  81. at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) [?:1.8.0_232]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement