Advertisement
Skyriiis

DataGen Crash

May 21st, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Exception in thread "main" [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  2. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
  3. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  4. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  5. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  6. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  7. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:102)
  8. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.reflect.InvocationTargetException
  9. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  11. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:   at java.lang.reflect.Method.invoke(Method.java:498)
  13. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:   at net.minecraftforge.userdev.FMLUserdevDataLaunchProvider.lambda$launchService$0(FMLUserdevDataLaunchProvider.java:51)
  14. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:   at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  15. [17:41:50] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:   ... 5 more
  16. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.IllegalStateException: Duplicate key net.minecraft.tags.Tag$Builder@6e612122
  17. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.stream.Collectors.lambda$throwingMerger$0(Collectors.java:133)
  18. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.HashMap.merge(HashMap.java:1254)
  19. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.stream.Collectors.lambda$toMap$58(Collectors.java:1320)
  20. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
  21. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.Iterator.forEachRemaining(Iterator.java:116)
  22. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  23. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  24. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  25. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  26. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  27. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
  28. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at net.minecraft.data.TagsProvider.act(TagsProvider.java:47)
  29. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at net.minecraft.data.DataGenerator.run(DataGenerator.java:52)
  30. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at cpw.mods.modlauncher.api.LamdbaExceptionUtils.lambda$rethrowConsumer$0(LamdbaExceptionUtils.java:34)
  31. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at java.util.ArrayList.forEach(ArrayList.java:1257)
  32. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at net.minecraftforge.fml.event.lifecycle.GatherDataEvent$DataGeneratorConfig.runAll(GatherDataEvent.java:88)
  33. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at net.minecraftforge.fml.ModLoader.runDataGenerator(ModLoader.java:296)
  34. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    at net.minecraft.data.Main.main(Main.java:39)
  35. [17:41:50] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]:    ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement