Advertisement
Guest User

Untitled

a guest
May 20th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oops.
  3.  
  4. Time: 5/20/19 11:19 AM
  5. Description: Exception in server tick loop
  6.  
  7. com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
  8. at zm.a(SourceFile:507)
  9. at zm.a(SourceFile:523)
  10. at xu.g(SourceFile:146)
  11. at uf.z(SourceFile:98)
  12. at uf.<init>(SourceFile:25)
  13. at ug.d(SourceFile:185)
  14. at net.minecraft.server.MinecraftServer.run(SourceFile:605)
  15. at java.lang.Thread.run(Thread.java:748)
  16. Caused by: java.io.EOFException: End of input at line 1 column 1 path $
  17. at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1393)
  18. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:549)
  19. at com.google.gson.stream.JsonReader.peek(JsonReader.java:425)
  20. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:74)
  21. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
  22. at zm.a(SourceFile:505)
  23. ... 7 more
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- System Details --
  30. Details:
  31. Minecraft Version: 1.14.2 Pre-Release 2
  32. Operating System: Linux (amd64) version 5.0.9-1.el7.elrepo.x86_64
  33. Java Version: 1.8.0_212, Oracle Corporation
  34. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  35. Memory: 695132176 bytes (662 MB) / 855113728 bytes (815 MB) up to 11185160192 bytes (10667 MB)
  36. JVM Flags: 4 total; -Xmx12000M -Xms128M -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
  37. Data Packs:
  38. Is Modded: Unknown (can't tell)
  39. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement