Startup error (with Extra Events) #118


  • New
  • Defect
Open
Assigned to coldandtired
  • _ForgeUser6136318 created this issue Mar 2, 2014

    What steps will reproduce the problem?
    1. Install Extra Events
    2. Install Mobs
    3. Start Server

    What is the expected output? What do you see instead?
    It's supposed to load Mobs and create the config files.

    Instead I get this error:

    [04:22:47] [Server thread/ERROR]: Could not load 'plugins\Mobs.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: Extra Events
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:201) [spigot.jar:git-Spigot-1324]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:355) [spigot.jar:git-Spigot-1324]
        at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:135) [spigot.jar:git-Spigot-1324]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:437) [spigot.jar:git-Spigot-1324]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot.jar:git-Spigot-1324]

    Extra events seems to load just fine though:
    [04:22:53] [Server thread/INFO]: [Extra_Events] Enabling Extra_Events v1.6.4 b2
    [04:22:53] [Server thread/INFO]: [Extra Events] There's a more recent version available!

    It does however mention a new version, sadly neither the bukkit page or github supplies a newer version of Extra Events

    What version of the product are you using?
    I'm using Spigot version - 1324 (MC 1.7.2)
    Mobs version - 1.7.2 b1
    Extra Events version: 1.6.4 b2

    Do you have an error log of what happened?
    http://pastebin.com/yGewKRqM

    Please provide any additional information below.

    none that I can think off

  • _ForgeUser6136318 added the tags New Defect Mar 2, 2014
  • coldandtired posted a comment Mar 8, 2014

    This was a Bukkit bug affected plugin names. I've updated both Mobs and Extra Events to work around this.


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