Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 24/06/19 09:32
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NoSuchFieldError: AIR
  8. at de.maxhenkel.reap.Config.isAirBlock(Config.java:133) ~[?:1.8.2] {}
  9. at de.maxhenkel.reap.Config.getBlock(Config.java:100) ~[?:1.8.2] {}
  10. at de.maxhenkel.reap.Config.lambda$loadServer$0(Config.java:34) ~[?:1.8.2] {}
  11. at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_211] {}
  12. at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_211] {}
  13. at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_211] {}
  14. at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_211] {}
  15. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_211] {}
  16. at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_211] {}
  17. at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_211] {}
  18. at de.maxhenkel.reap.Config.loadServer(Config.java:34) ~[?:1.8.2] {}
  19. at de.maxhenkel.reap.Main.configEvent(Main.java:31) ~[?:1.8.2] {}
  20. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-0.10.1-service.jar:?] {}
  21. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-0.10.1-service.jar:?] {}
  22. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-0.10.1-service.jar:?] {}
  23. at net.minecraftforge.fml.javafmlmod.FMLModContainer.lambda$new$0(FMLModContainer.java:66) ~[?:26.0] {}
  24. at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$5(ModContainer.java:147) ~[?:?] {}
  25. at java.util.Optional.ifPresent(Unknown Source) ~[?:1.8.0_211] {}
  26. at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:147) ~[?:?] {}
  27. at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:92) ~[?:?] {}
  28. at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:97) ~[?:?] {}
  29. at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$0(ConfigTracker.java:79) ~[?:?] {}
  30. at java.lang.Iterable.forEach(Unknown Source) ~[?:1.8.0_211] {}
  31. at java.util.Collections$SynchronizedCollection.forEach(Unknown Source) ~[?:1.8.0_211] {}
  32. at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:79) ~[?:?] {}
  33. at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:68) ~[?:?] {}
  34. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:93) ~[?:?] {pl:runtimedistcleaner:A}
  35. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:586) [?:?] {pl:accesstransformer:B}
  36. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211] {}
  37.  
  38.  
  39. A detailed walkthrough of the error, its code path and all known details is as follows:
  40. ---------------------------------------------------------------------------------------
  41.  
  42. -- System Details --
  43. Details:
  44. Minecraft Version: 1.14.2
  45. Operating System: Windows 10 (amd64) version 10.0
  46. Java Version: 1.8.0_211, Oracle Corporation
  47. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  48. Memory: 407482008 bytes (388 MB) / 662278144 bytes (631 MB) up to 4281597952 bytes (4083 MB)
  49. JVM Flags: 7 total; -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xss1M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  50. FML: New FML!
  51. Loaded coremods (and transformers): Nothing
  52. Player Count: 0 / 8; []
  53. Data Packs:
  54. Type: Integrated Server (map_client.txt)
  55. Is Modded: Definitely; Client brand changed to 'forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement