You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
win10 , jdk8u311
latest Burrito
start and stop server
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
The text was updated successfully, but these errors were encountered:
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
To Reproduce
Steps to reproduce the behavior:
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
The text was updated successfully, but these errors were encountered: