Error onEnable #23


  • New
  • Defect
Open
Assigned to _ForgeUser7385311
  • Rocologo created this issue Jun 15, 2016

    Each time i start my server I get this error, it says my verion is old but as you see it is version 1.10

    [19:57:29] [Server thread/INFO]: [CityWorld] *****************************************************
    [19:57:29] [Server thread/INFO]: [CityWorld] ** WARNING, RUNNING ON AN OLD VERSION OF MINECRAFT **
    [19:57:29] [Server thread/INFO]: [CityWorld] *****************************************************
    [19:57:29] [Server thread/INFO]: [CityWorld] Needs 1.9 or better
    [19:57:29] [Server thread/INFO]:  \__Exception: CityWorld
    [19:57:29] [Server thread/WARN]: java.lang.Exception: CityWorld
    [19:57:29] [Server thread/WARN]:     at me.daddychurchill.CityWorld.CityWorldGenerator.<init>(CityWorldGenerator.java:136)
    [19:57:29] [Server thread/WARN]:     at me.daddychurchill.CityWorld.CityWorld.getDefaultWorldGenerator(CityWorld.java:22)
    [19:57:29] [Server thread/WARN]:     at org.bukkit.WorldCreator.getGeneratorForName(WorldCreator.java:311)
    [19:57:29] [Server thread/WARN]:     at org.bukkit.WorldCreator.generator(WorldCreator.java:183)
    [19:57:29] [Server thread/WARN]:     at com.onarandombox.MultiverseCore.utils.WorldManager$3.call(WorldManager.java:442)
    [19:57:29] [Server thread/WARN]:     at com.onarandombox.MultiverseCore.utils.UnsafeCallWrapper.wrap(UnsafeCallWrapper.java:32)
    [19:57:29] [Server thread/WARN]:     at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:439)
    [19:57:29] [Server thread/WARN]:     at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
    [19:57:29] [Server thread/WARN]:     at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
    [19:57:29] [Server thread/WARN]:     at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:309)
    [19:57:29] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292)
    [19:57:29] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
    [19:57:29] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
    [19:57:29] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugin(CraftServer.java:362)
    [19:57:29] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:322)
    [19:57:29] [Server thread/WARN]:     at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:416)
    [19:57:29] [Server thread/WARN]:     at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:381)
    [19:57:29] [Server thread/WARN]:     at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:336)
    [19:57:29] [Server thread/WARN]:     at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:270)
    [19:57:29] [Server thread/WARN]:     at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539)
    [19:57:29] [Server thread/WARN]:     at java.lang.Thread.run(Thread.java:745)

  • Rocologo added the tags New Defect Jun 15, 2016
  • _ForgeUser7385311 posted a comment Jun 15, 2016

    The version checking code is converting 1.10 to 1.1 and finding it is earlier to 1.9. I have fixed the code but was waiting until spigot 1.10 settled down. I will issue create a notice that warns folks about the issue and get out the fix tonight or tomorrow.

    Sorry about that


To post a comment, please login or register a new account.