Startup Error #2


  • Accepted
  • Defect
Open
Assigned to tux2
  • _ForgeUser7462409 created this issue Oct 31, 2011

    LWC Version: 3.53 (b294)/3.53 (taken from /lwc admin version)
    SpoutLWC Version: 0.1
    CraftBukkit Version: 1337
    Error Message:

    12:54:21 [SEVERE] Could not load 'plugins/SpoutLWC.jar' in folder 'plugins': LWC org.bukkit.plugin.UnknownDependencyException: LWC at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:136) at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112) at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

    This plugin attempts to start before LWC actually does and fails to do so!

    However very nice plugin i can still use it if i load the plugin manually using a plugin such as plugman then it works fine but when starting up it fails to do so!

  • _ForgeUser7462409 added the tags New Defect Oct 31, 2011
  • _ForgeUser7462409 edited description Oct 31, 2011
  • Tux2 posted a comment Oct 31, 2011

    Could I get a list of all your other plugins? I would love to reproduce this problem and get a fix out but I can't seem to reproduce it using my setup.

  • Tux2 removed a tag New Oct 31, 2011
  • Tux2 added a tag Waiting Oct 31, 2011
  • Tux2 removed a tag Waiting Oct 31, 2011
  • Tux2 added a tag Accepted Oct 31, 2011
  • Tux2 posted a comment Oct 31, 2011

    Just talked to Hidendra. Seems that this was a problem for some of the stuff he was making as well. I have a fix planned and will need some people to bug test it once it is complete.

  • _ForgeUser6868044 posted a comment Oct 31, 2011

    @Tux2: Go

    I have the same issue here are my Plugins: BuyCraft, CraftIRC, TeleConfirmLite, Spout, HeroChat, mcbans, RemoteToolkitPlugin, WorldEdit, Multiverse-Core, FalseBookIC, WebAuction, LogBlockQuestioner, FalseBookCore, WorldGuard, ColoredSigns, PvPToggle, FalseBookBlock, iConomy, Votifier, Multiverse-Portals, xWarp, DispNameChanger, CleanroomGenerator, CommandBook, PermissionsEx, Picasso, War, Minequery, Orebfuscator, MultiInv, FalseBookExtra, NoCheat, Permissions, OrebfuscatorSpoutBridge, mcMMO, Modifyworld, LogBlock, NoLagg, VanishNoPacket, properTime, LWC, MyHome

  • Tux2 posted a comment Nov 1, 2011

    A test build is available at https://github.com/downloads/Tux2/SpoutLWC/SpoutLWC.jar Please download, test, and report if it fixes this problem.


    Edited Nov 1, 2011
  • _ForgeUser6868044 posted a comment Nov 1, 2011

    @Tux2: Go

    Tested an recieved:

    06:32:36 [SEVERE] Could not pass event PLUGIN_ENABLE to SpoutLWC
    java.lang.ClassCastException: tux2.spoutlwc.LWCScreenListener cannot be cast to org.bukkit.event.server.ServerListener
            at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:585)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:964)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    

    Error popped up near the end of the server startup about 3 - 4 times same error each time. Spout 410, CB 1337, WG and WE are Dev Builds

  • Forecaster71 posted a comment Nov 2, 2011

    This has happened to me as well.

    I tried the normal build first and got the Could not load error.

    Then I tried the dev build and got the PLUGIN_ENABLE error.

    Load error: http://pastebin.com/nbqr1zHS

    Plugin_enable error: http://pastebin.com/g0EMdNhq

    My server info (bukkit and plugins courtesy of PluginInfo): http://pastebin.com/yDYV1XSD

  • _ForgeUser7462409 posted a comment Nov 2, 2011

    This is on the test build.

    07:58:08 [SEVERE] Could not pass event PLUGIN_ENABLE to SpoutLWC java.lang.ClassCastException: tux2.spoutlwc.LWCScreenListener cannot be cast to org.bukkit.event.server.ServerListener at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:585) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:964) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)


    Edited Nov 2, 2011
  • Tux2 posted a comment Nov 2, 2011

    Ugh, this is what you get when you stay up too late, autocomplete completes it for you and you think it's the right class... That error is fixed and the updated build is at the same place.

    https://github.com/downloads/Tux2/SpoutLWC/SpoutLWC.jar

  • _ForgeUser6868044 posted a comment Nov 3, 2011

    @Tux2: Go

    Tested with: CB 1337 and Spout 410 - Worked

    Tested with: CB 1383 and Spout 417 - Worked

    Amazing! Thanks.


    Edited Nov 3, 2011

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