-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 14w30c
-
None
-
Linux Mint 17 64 bit Java 7 update 65
-
Unconfirmed
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 7/26/14 10:16 AM
Description: Exception in server tick loop
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
at com.google.gson.Gson.fromJson(Gson.java:815)
at com.google.gson.Gson.fromJson(Gson.java:768)
at sk.g(SourceFile:125)
at rx.d(SourceFile:200)
at ph.aN(SourceFile:510)
at ph.h(SourceFile:164)
at net.minecraft.server.MinecraftServer.run(SourceFile:415)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
at com.google.gson.stream.JsonReader.beginArray(JsonReader.java:338)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:79)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60)
at com.google.gson.Gson.fromJson(Gson.java:803)
... 7 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
– System Details –
Details:
Minecraft Version: 14w30c
Operating System: Linux (amd64) version 3.13.0-24-generic
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1976817168 bytes (1885 MB) / 2058878976 bytes (1963 MB) up to 2058878976 bytes (1963 MB)
JVM Flags: 2 total; -Xmx2048M -Xms2048M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Profiler Position: N/A (disabled)
Is Modded: Unknown (can't tell)
Type: Dedicated Server (map_server.txt)
- duplicates
-
MC-51590 Minecraft crashes when loading a World: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
- Resolved