CobbleSword / BurritoSpigot

BurritoSpigot is a fork of TacoSpigot 1.8.9 that offers several enhancements to performance as well as bug fixes. while offer extra APIs and support for plugins
Other
53 stars 18 forks source link

error msg showed on server start and stop #28

Open HowardZHY opened 2 years ago

HowardZHY commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

Loading TacoSpigot config from taco.yml Loading libraries, please wait... [ERROR] Terminal initialization failed; falling back to unsupported java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.internal.Kernel32 at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSupport.java:50) at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:204) at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.init(WindowsTerminal.java:82) at org.bukkit.craftbukkit.libs.jline.TerminalFactory.create(TerminalFactory.java:101) at org.bukkit.craftbukkit.libs.jline.TerminalFactory.get(TerminalFactory.java:158) at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.(ConsoleReader.java:229) at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.(ConsoleReader.java:221) at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.(ConsoleReader.java:213) at net.minecraft.server.v1_8_R3.MinecraftServer.(MinecraftServer.java:141) at net.minecraft.server.v1_8_R3.DedicatedServer.(DedicatedServer.java:43) at net.minecraft.server.v1_8_R3.MinecraftServer.main(MinecraftServer.java:986) at org.bukkit.craftbukkit.Main.main(Main.java:221)

[01:10:20 INFO]: Starting minecraft server version 1.8.8

and

[01:11:29 INFO]: Saving players [01:11:29 INFO]: Saving worlds [01:11:29 INFO]: Saving chunks for level 'world'/Overworld [01:11:29 INFO]: Saving chunks for level 'world_nether'/Nether [01:11:29 INFO]: Saving chunks for level 'world_the_end'/The End

[WARN] Task failed java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.internal.Kernel32 at org.fusesource.jansi.internal.WindowsSupport.setConsoleMode(WindowsSupport.java:60) at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.setConsoleMode(WindowsTerminal.java:208) at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.restore(WindowsTerminal.java:95) at org.bukkit.craftbukkit.libs.jline.TerminalSupport$1.run(TerminalSupport.java:52) at org.bukkit.craftbukkit.libs.jline.internal.ShutdownHooks.runTasks(ShutdownHooks.java:66) at org.bukkit.craftbukkit.libs.jline.internal.ShutdownHooks.access$000(ShutdownHooks.java:22) at org.bukkit.craftbukkit.libs.jline.internal.ShutdownHooks$1.run(ShutdownHooks.java:47)

To Reproduce Steps to reproduce the behavior:

  1. win10 , jdk8u311
  2. latest Burrito
  3. start and stop server
  4. See error

Expected behavior no these msgs

What's your plugin list? not related

Additional context Add any other context about the problem here.

Although these msg were shown on startup y stop , the server won't be abnormal. They are just annoying. AND these msgs won't record en latest.log