Exception in server tick loop please hel

Discussion in 'Bukkit Help' started by Lander_McGoblin, Jan 9, 2020.

Thread Status:
Not open for further replies.
  1. Offline

    Lander_McGoblin

    alright, so i'm running a bukkit server with a very special world i've been building with a friend for over 7 years now, and it had been working fine but today i booted up the server like usual and the server began crashing on start and i don't really know what's the problem, i would appreciate any help. here's the crash report, it is a 1.15 vanilla bukkit server with only world edit

    Code:
    ---- Minecraft Crash Report ----
    // Surprise! Haha. Well, this is awkward.
    
    Time: 9/01/20 08:55 PM
    Description: 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 net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:508)
        at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:524)
        at net.minecraft.server.v1_15_R1.JsonList.load(JsonList.java:178)
        at net.minecraft.server.v1_15_R1.DedicatedPlayerList.z(SourceFile:98)
        at net.minecraft.server.v1_15_R1.DedicatedPlayerList.<init>(SourceFile:25)
        at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:195)
        at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:761)
        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.doPeek(JsonReader.java:593)
        at com.google.gson.stream.JsonReader.peek(JsonReader.java:425)
        at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:74)
        at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
        at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:506)
        ... 7 more
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- System Details --
    Details:
        Minecraft Version: 1.15.1
        Minecraft Version ID: 1.15.1
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 1.8.0_231, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 838084904 bytes (799 MB) / 1048576000 bytes (1000 MB) up to 1048576000 bytes (1000 MB)
        CPUs: 8
        JVM Flags: 3 total; -Xms1024M -Xmx1024M -Xmx1024M
        CraftBukkit Information:
       Running: CraftBukkit version git-Bukkit-90ef74e (MC: 1.15.1) (Implementing API version 1.15.1-R0.1-SNAPSHOT) true
       Plugins: {}
       Warnings: DEFAULT
       Reload Count: 0
       Recent tasks from -31--1{}
       Force Loaded Chunks: {}
        Data Packs:
        Is Modded: Definitely; Server brand changed to 'CraftBukkit'
        Type: Dedicated Server (map_server.txt)
     
Thread Status:
Not open for further replies.

Share This Page