Server not working

Discussion in 'Bukkit Help' started by TheSonOfSatan, Jul 13, 2018.

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

    TheSonOfSatan

    I make a server like 2 weeks ago and now when i start it it keeps crashing

    Error:
    Code:
    *** Error, this build is outdated ***
    *** Please download a new build as per instructions from https://www.spigotmc.org/ ***
    *** Server will start in 15 seconds ***
    Loading libraries, please wait...
    [16:04:21 INFO]: Starting minecraft server version 1.12.2
    [16:04:21 INFO]: Loading properties
    [16:04:21 INFO]: Default game type: SURVIVAL
    [16:04:21 INFO]: This server is running CraftBukkit version git-Spigot-2086bb0-d0a3620 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
    [16:04:22 WARN]: Couldn't load server icon
    java.lang.IllegalArgumentException: Must be 64 pixels wide
            at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadServerIcon0(CraftServer.java:1694) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadServerIcon0(CraftServer.java:1682) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadIcon(CraftServer.java:765) [craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.craftbukkit.v1_12_R1.CraftServer.<init>(CraftServer.java:260) [craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at net.minecraft.server.v1_12_R1.PlayerList.<init>(PlayerList.java:78) [craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at net.minecraft.server.v1_12_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:183) [craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
    [16:04:22 ERROR]: Could not load spigot.yml, please correct your syntax errors
    org.bukkit.configuration.InvalidConfigurationException: unacceptable code point ' ' (0x0) special characters are not allowed
    in "'string'", position 0
            at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.spigotmc.SpigotConfig.init(SpigotConfig.java:59) [craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:184) [craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
    Caused by: org.yaml.snakeyaml.reader.ReaderException: special characters are not allowed
            at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:67) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:45) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            ... 6 more
    [16:04:22 ERROR]: Encountered an unexpected exception
    java.lang.RuntimeException: org.bukkit.configuration.InvalidConfigurationException: unacceptable code point ' ' (0x0) special characters are not allowed
    in "'string'", position 0
            at com.google.common.base.Throwables.propagate(Throwables.java:240) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.spigotmc.SpigotConfig.init(SpigotConfig.java:65) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:184) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
    Caused by: org.bukkit.configuration.InvalidConfigurationException: unacceptable code point ' ' (0x0) special characters are not allowed
    in "'string'", position 0
            at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.spigotmc.SpigotConfig.init(SpigotConfig.java:59) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            ... 3 more
    Caused by: org.yaml.snakeyaml.reader.ReaderException: special characters are not allowed
            at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:67) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:45) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.spigotmc.SpigotConfig.init(SpigotConfig.java:59) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            ... 3 more
    [16:04:22 ERROR]:       Cause of unexpected exception was
    org.bukkit.configuration.InvalidConfigurationException: unacceptable code point ' ' (0x0) special characters are not allowed
    in "'string'", position 0
            at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.spigotmc.SpigotConfig.init(SpigotConfig.java:59) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:184) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
    Caused by: org.yaml.snakeyaml.reader.ReaderException: special characters are not allowed
            at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:67) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:45) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:437) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[craftbukkit.jar:git-Spigot-2086bb0-d0a3620]
            ... 6 more
    [16:04:22 ERROR]: This crash report has been saved to: C:\Users\└╦┼╩╤\Desktop\Bukkit Server 1.12.2\.\crash-reports\crash-2018-07-13_16.04.22-server.txt
    [16:04:22 INFO]: Stopping server
    [16:04:22 INFO]: Saving players
    I tried online AND offline
     

    Attached Files:

    Last edited by a moderator: Jul 13, 2018
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    TheSonOfSatan

    Code:
    #Minecraft server properties
    #Sat Jul 14 18:06:32 EEST 2018
    allow-flight=false
    prevent-proxy-connections=false
    server-port=25565
    force-gamemode=false
    server-ip=25.44.8.221
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    resource-pack-sha1=
    online-mode=false
    resource-pack=
    pvp=true
    difficulty=2
    gamemode=0
    player-idle-timeout=0
    max-players=20
    generate-structures=true
    view-distance=10
    motd=A Minecraft Server
    \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000=
     
  4. Online

    timtower Administrator Administrator Moderator

    Locked
    Offline mode is not supported by Bukkit
     
Thread Status:
Not open for further replies.

Share This Page