Plugin can't load any more #125


  • New
  • Defect
Open
Assigned to _ForgeUser7052630
  • _ForgeUser11653690 created this issue Jun 1, 2014

    I'm in a hurry so I'm using the default formatting ff the ticket. Sorry about that.

    What steps will reproduce the problem?

    1. I wanted to modify the "maxzombies" of a Map in games.yml.
    2. I reloaded the plugin.
    3. It made this error in the console and couldn't load.
    Now when I stop and restart the server, the plugin doesn't load at all.
    Moreover, I can't find anymore the lines I edited in "games.yml", they just disappeared.

    What is the expected output? What do you see instead?

    I wanted to modify the multiplicator (because I think it is the "maxzombies" line in games.yml") of a map without configurating it again.

    What version of the product are you using?

    ZombieSurvival v3.9 with
    Craftbukkit 1.7.9-R0.1
    (and soon 1.7.9-R0.2, if this plugin is compatible...)

    Do you have an error log of what happened?

    [23:32:34] [Server thread/INFO]: [ZombieSurvival] Enabling ZombieSurvival vR-3.8
    [23:32:34] [Server thread/WARN]: [ZombieSurvival] Could not save language.yml to plugins/ZombieSurvival/language.yml because language.yml already exists.
    [23:32:34] [Server thread/WARN]: [ZombieSurvival] Could not save awards.yml to plugins/ZombieSurvival/awards.yml because awards.yml already exists.
    [23:32:34] [Server thread/WARN]: [ZombieSurvival] Could not save classes.yml to plugins/ZombieSurvival/classes.yml because classes.yml already exists.
    [23:32:34] [Server thread/WARN]: [ZombieSurvival] Could not save gunmachine.yml to plugins/ZombieSurvival/gunmachine.yml because gunmachine.yml already exists.
    [23:32:35] [Server thread/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
    [23:32:35] [Server thread/WARN]:     at com.bjornke.zombiesurvival.main.parseToLoc(main.java:653)
    [23:32:35] [Server thread/WARN]:     at com.bjornke.zombiesurvival.main.LoadConfig(main.java:303)
    [23:32:35] [Server thread/WARN]:     at com.bjornke.zombiesurvival.main.onEnable(main.java:190)
    [23:32:35] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
    [23:32:35] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324)
    [23:32:35] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
    [23:32:35] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:446)
    [23:32:35] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:380)
    [23:32:35] [Server thread/WARN]:     at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352)
    [23:32:35] [Server thread/WARN]:     at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326)
    [23:32:35] [Server thread/WARN]:     at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282)
    [23:32:35] [Server thread/WARN]:     at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182)
    [23:32:35] [Server thread/WARN]:     at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436)
    [23:32:35] [Server thread/WARN]:     at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
    [23:32:35] [Server thread/ERROR]: [ZombieSurvival] ZombieSurvival failed to start correctly! Disabling!
    [23:32:35] [Server thread/ERROR]: [ZombieSurvival] java.lang.ArrayIndexOutOfBoundsException: 1
    [23:32:35] [Server thread/INFO]: [ZombieSurvival] Disabling ZombieSurvival vR-3.8
    [23:32:35] [Server thread/INFO]: [ZombieSurvival] Jeu fini: couloir
    [23:32:35] [Server thread/INFO]: [ZombieSurvival] Jeu fini: Terminal
    [23:32:35] [Server thread/INFO]: [ZombieSurvival] Jeu fini: Paquebot
    [23:32:35] [Server thread/INFO]: [ZombieSurvival] Jeu fini: HauntedHouse
    [23:32:35] [Server thread/INFO]: [ZombieSurvival] ZombieSurvival Disabled!

    Please provide any additional information below.

    I have already edited this line for another map without any problems on an other version of the plugin. I hope you could help me.

    Thank you for reading this. And very good plugin by the way :)

  • _ForgeUser11653690 added the tags New Defect Jun 1, 2014

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