Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. [11Dec2019 23:08:52.653] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 28.1.104, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, nogui]
  2. [11Dec2019 23:08:52.656] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_222 by Private Build
  3. [11Dec2019 23:08:52.793] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
  4. [11Dec2019 23:08:53.435] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
  5. [11Dec2019 23:09:02.221] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
  6. [11Dec2019 23:09:02.225] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  7. [11Dec2019 23:09:02.243] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
  8. [11Dec2019 23:09:02.249] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
  9. [11Dec2019 23:09:02.256] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  10. [11Dec2019 23:09:02.420] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 1.14.4
  11. [11Dec2019 23:09:03.000] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.1.104, for MC 1.14.4 with MCP 20190829.143755
  12. [11Dec2019 23:09:03.001] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.1.104 Initialized
  13. [11Dec2019 23:09:03.949] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
  14. [11Dec2019 23:09:03.955] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Loading properties
  15. [11Dec2019 23:09:03.957] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Default game type: SURVIVAL
  16. [11Dec2019 23:09:03.957] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Generating keypair
  17. [11Dec2019 23:09:04.105] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting Minecraft server on *:25566
  18. [11Dec2019 23:09:04.498] [Server thread/INFO] [net.minecraft.network.NetworkSystem/]: Using epoll channel type
  19. [11Dec2019 23:09:05.122] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: OUTDATED Current: 28.1.104 Target: 28.1.106
  20. [11Dec2019 23:09:05.681] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./world/serverconfig/whitelister-server.toml is not correct. Correcting
  21. [11Dec2019 23:09:05.682] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings was corrected from null to SimpleCommentedConfig:{}
  22. [11Dec2019 23:09:05.683] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.isEnabled was corrected from null to true
  23. [11Dec2019 23:09:05.683] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.urlList was corrected from null to [http://example.com/whitelist.txt, http://example.com/whitelist2.txt]
  24. [11Dec2019 23:09:05.683] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.checkInterval was corrected from null to 10
  25. [11Dec2019 23:09:05.683] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key settings.kickMessage was corrected from null to You are not on the whitelist
  26. [11Dec2019 23:09:05.684] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
  27. com.electronwill.nightconfig.core.io.WritingException: Unsupported value type: class [Ljava.lang.String;
  28. at com.electronwill.nightconfig.toml.ValueWriter.write(ValueWriter.java:60) ~[toml-3.6.0.jar:?]
  29. at com.electronwill.nightconfig.toml.TableWriter.writeNormal(TableWriter.java:72) ~[toml-3.6.0.jar:?]
  30. at com.electronwill.nightconfig.toml.TableWriter.writeNormal(TableWriter.java:43) ~[toml-3.6.0.jar:?]
  31. at com.electronwill.nightconfig.toml.TableWriter.writeNormal(TableWriter.java:88) ~[toml-3.6.0.jar:?]
  32. at com.electronwill.nightconfig.toml.TableWriter.writeNormal(TableWriter.java:43) ~[toml-3.6.0.jar:?]
  33. at com.electronwill.nightconfig.toml.TomlWriter.write(TomlWriter.java:30) ~[toml-3.6.0.jar:?]
  34. at com.electronwill.nightconfig.core.io.ConfigWriter.write(ConfigWriter.java:42) ~[core-3.6.0.jar:?]
  35. at com.electronwill.nightconfig.core.io.ConfigWriter.write(ConfigWriter.java:88) ~[core-3.6.0.jar:?]
  36. at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.save(WriteSyncFileConfig.java:61) ~[core-3.6.0.jar:?]
  37. at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.save(AutosaveCommentedFileConfig.java:80) ~[core-3.6.0.jar:?]
  38. at net.minecraftforge.common.ForgeConfigSpec.setConfig(ForgeConfigSpec.java:90) ~[?:?]
  39. at net.minecraftforge.fml.config.ModConfig.setConfigData(ModConfig.java:85) ~[?:?]
  40. at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:100) ~[?:?]
  41. at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?]
  42. at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_222]
  43. at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2064) ~[?:1.8.0_222]
  44. at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[?:?]
  45. at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:81) ~[?:?]
  46. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:201) ~[?:?]
  47. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?]
  48. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
  49. [11Dec2019 23:09:05.710] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: This crash report has been saved to: /home/servers/test/Minecraft/./crash-reports/crash-2019-12-11_23.09.05-server.txt
  50. [11Dec2019 23:09:05.711] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
  51. [11Dec2019 23:09:05.713] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
  52. [11Dec2019 23:09:05.714] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
  53. [11Dec2019 23:09:05.724] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Exception stopping the server
  54. java.lang.IllegalArgumentException: Can not hotload overworld. This must be loaded at all times by main Server.
  55. at org.apache.commons.lang3.Validate.isTrue(Validate.java:158) ~[server-1.14.4-extra-stable.jar:?]
  56. at net.minecraftforge.common.DimensionManager.initWorld(DimensionManager.java:226) ~[?:?]
  57. at net.minecraftforge.common.DimensionManager.getWorld(DimensionManager.java:195) ~[?:?]
  58. at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:979) ~[?:?]
  59. at net.minecraft.server.MinecraftServer.func_213211_a(MinecraftServer.java:521) ~[?:?]
  60. at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:553) ~[?:?]
  61. at net.minecraft.server.dedicated.DedicatedServer.func_71260_j(DedicatedServer.java:544) ~[?:?]
  62. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:661) [?:?]
  63. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement