Advertisement
Guest User

minecraft server crash

a guest
Feb 23rd, 2020
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 23/02/20 11:45 AM
  5. Description: Exception in server tick loop
  6.  
  7. com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
  8. at abk.a(SourceFile:508)
  9. at abk.a(SourceFile:524)
  10. at zs.g(SourceFile:146)
  11. at wc.z(SourceFile:98)
  12. at wc.<init>(SourceFile:25)
  13. at wd.d(SourceFile:186)
  14. at net.minecraft.server.MinecraftServer.run(SourceFile:628)
  15. at java.lang.Thread.run(Unknown Source)
  16. Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
  17. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559)
  18. at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401)
  19. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:593)
  20. at com.google.gson.stream.JsonReader.peek(JsonReader.java:425)
  21. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:74)
  22. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
  23. at abk.a(SourceFile:506)
  24. ... 7 more
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- System Details --
  31. Details:
  32. Minecraft Version: 1.15.2
  33. Minecraft Version ID: 1.15.2
  34. Operating System: Windows 10 (x86) version 10.0
  35. Java Version: 1.8.0_221, Oracle Corporation
  36. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  37. Memory: 25221288 bytes (24 MB) / 144306176 bytes (137 MB) up to 1037959168 bytes (989 MB)
  38. CPUs: 4
  39. JVM Flags: 1 total; -Xmx1G
  40. Data Packs:
  41. Is Modded: Unknown (can't tell)
  42. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement