-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.13.2
-
None
-
-- System Details --Details: Minecraft Version: 1.13.2 Operating System: Windows 10 (x86) version 10.0 Java Version: 1.8.0_172, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation Memory: 62994936 bytes (60 MB) / 152096768 bytes (145 MB) up to 259522560 bytes (247 MB) JVM Flags: 0 total; Profiler Position: N/A (disabled) Player Count: 0 / 20; [] Data Packs: Is Modded: Unknown (can't tell) Type: Dedicated Server (map_server.txt)-- System Details --Details: Minecraft Version: 1.13.2 Operating System: Windows 10 (x86) version 10.0 Java Version: 1.8.0_172, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation Memory: 62994936 bytes (60 MB) / 152096768 bytes (145 MB) up to 259522560 bytes (247 MB) JVM Flags: 0 total; Profiler Position: N/A (disabled) Player Count: 0 / 20; [] Data Packs: Is Modded: Unknown (can't tell) Type: Dedicated Server (map_server.txt)
-
Unconfirmed
Here is the crash report that i get when i try to run my server and i use the command java -Xmx1024M -Xms1024M -jar minecraft_server.1.13.2.jar
---- Minecraft Crash Report -------- Minecraft Crash Report ----// This doesn't make any sense!
Time: 12/16/18 3:37 AMDescription: Exception in server tick loop
com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $ at xj.a(SourceFile:499) at xj.a(SourceFile:550) at xj.a(SourceFile:546) at xj.a(SourceFile:554) at so.d(SourceFile:249) at net.minecraft.server.MinecraftServer.run(SourceFile:566) at java.lang.Thread.run(Unknown Source)Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $ at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) at com.google.gson.stream.JsonReader.isLiteral(JsonReader.java:751) at com.google.gson.stream.JsonReader.peekNumber(JsonReader.java:706) at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:584) at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) at xj.a(SourceFile:497) ... 6 more
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
– System Details --Details: Minecraft Version: 1.13.2 Operating System: Windows 10 (x86) version 10.0 Java Version: 1.8.0_172, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation Memory: 62994936 bytes (60 MB) / 152096768 bytes (145 MB) up to 259522560 bytes (247 MB) JVM Flags: 0 total; Profiler Position: N/A (disabled) Player Count: 0 / 20; [] Data Packs: Is Modded: Unknown (can't tell) Type: Dedicated Server (map_server.txt)
- duplicates
-
MC-135383 Minecraft Server: com.google.gson.JsonSyntaxException caused by malformed flatland string
- Resolved