Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error msg showed on server start and stop #28

Open
HowardZHY opened this issue Apr 10, 2022 · 0 comments
Open

error msg showed on server start and stop #28

HowardZHY opened this issue Apr 10, 2022 · 0 comments

Comments

@HowardZHY
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant