This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have _Register.jar in the same folder, but it seems to load after attempting to load eShop which generates the following error:
2011-09-03 22:39:52 [SEVERE] Could not load 'plugins/eShop.jar' in folder 'plugins': Registerorg.bukkit.plugin.UnknownDependencyException: Register at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143) at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110) at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337) at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
try renaming _Register.jar to just Register.jar
I named it _Register.jar to try to avoid this problem, actually :P.
I tried that out and it didn't work, still seemed to load the register.jar last.
Adding an underscore to eShop.jar caused it to go to the end of the line though, which let it load successfully.
Ok, so changing the eShop jar fixes it.
Do me a favor and post here the answers for questions 1 through 3 at http:forums.bukkit.org/threads/you-need-help-we-need-this-information-to-help-you.2018/ and post them here.
I have a little more information for you, dunno if it'll help. When I was doing the test I was on my windows 7 machine. The rename worked fine, since I guess windows picks the load order somehow. Win 7 Pro x64
When I transfered everything over to my live server, which is a linux machine, the rename didn't fix it. I renamed eShop.jar to aaaa.jar and it changed the load order enough to make it work. Ubuntu Server 10.04
I'll do those questions and post them as well
I've got the answers to those questions. As a note, I was testing on Win 7, and the rename fix worked, but my live server is Linux and the fix did not work the same way there. I had to rename eShop.jar to aaaa.jar to get it to load after Register.jar (without the _)
Test machine: Windows 7 Pro x64, SP1 java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)
Live machine: Linux 2.6.32-28-generic-pae #55-Ubuntu SMP Mon Jan 10 22:34:08 UTC 2011 i686 GNU/Linux java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)
Ok, this has been a known issue with bukkit, it doesn't seem to be replicable on all machines, though :P. I think I'm just going to merge the two jars and remove this issue entirely :P.
To post a comment, please login or register a new account.