Advertisement
HynSyn

Untitled

Jul 25th, 2019
2,219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  3.  
  4. Time: 7/24/19 2:02 PM
  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 zs.a(SourceFile:507)
  9. at zs.a(SourceFile:523)
  10. at xz.g(SourceFile:146)
  11. at uj.z(SourceFile:98)
  12. at uj.<init>(SourceFile:25)
  13. at uk.d(SourceFile:185)
  14. at net.minecraft.server.MinecraftServer.run(SourceFile:615)
  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 zs.a(SourceFile:505)
  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.14.4
  33. Minecraft Version ID: 1.14.4
  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: 904952760 bytes (863 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  38. CPUs: 4
  39. JVM Flags: 2 total; -Xmx1024M -Xms1024M
  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