Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

several plugin problems #270

Open
mg127 opened this issue Mar 8, 2011 · 2 comments
Open

several plugin problems #270

mg127 opened this issue Mar 8, 2011 · 2 comments

Comments

@mg127
Copy link

mg127 commented Mar 8, 2011

CuboidPlugin: Saving data to hard drive...
CuboidPlugin: Error while writing data

and when i put an backuped CuboidAreas.dat in it, the cuboids won't load.

craftbook, stargate, commandalias and borderlands don't work

Craftbook:

2011-03-08 17:22:35 [SEVERE] Exception while calling plugin function in 'class VehicleListener' while calling hook: 'VEHICLE_POSITIONCHANGE'.
java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.Integer
at PluginLoader.callHook(PluginLoader.java:608)
at OEntityMinecart.g(OEntityMinecart.java:451)
at OEntityMinecart.f_(OEntityMinecart.java:217)
at OWorld.a(SourceFile:1003)
at OWorldServer.a(OWorldServer.java:24)
at OWorld.f(SourceFile:979)
at OWorld.d(SourceFile:958)
at net.minecraft.server.MinecraftServer.h(SourceFile:324)
at net.minecraft.server.MinecraftServer.run(SourceFile:260)
at OThreadServerApplication.run(SourceFile:366)

and

2011-03-08 09:50:29 [SEVERE] Throwable while calling plugin (Outdated?)
java.lang.NoSuchFieldError: m
at c.getX(Unknown Source)
at d.a(Unknown Source)
at eventListener.a(Unknown Source)
at eventListener.onItemUse(Unknown Source)
at PluginLoader.callHook(PluginLoader.java:611)
at OItemMinecart.a(OItemMinecart.java:20)
at OItemStack.a(OItemStack.java:52)
at OItemInWorldManager.a(SourceFile:170)
at ONetServerHandler.a(ONetServerHandler.java:410)
at OPacket15Place.a(SourceFile:57)
at ONetworkManager.a(SourceFile:230)
at ONetServerHandler.a(ONetServerHandler.java:60)
at ONetworkListenThread.a(ONetworkListenThread.java:78)
at net.minecraft.server.MinecraftServer.h(SourceFile:325)
at net.minecraft.server.MinecraftServer.run(SourceFile:260)
at OThreadServerApplication.run(SourceFile:366)

Stargate:

2011-03-08 09:50:11 [SEVERE] Exception while calling plugin function in 'class Stargate$Listener' while calling hook: 'VEHICLE_POSITIONCHANGE'.
java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.Integer
at PluginLoader.callHook(PluginLoader.java:608)
at OEntityMinecart.g(OEntityMinecart.java:451)
at OEntityMinecart.f_(OEntityMinecart.java:217)
at OWorld.a(SourceFile:1003)
at OWorldServer.a(OWorldServer.java:24)
at OWorld.f(SourceFile:979)
at OWorld.d(SourceFile:958)
at net.minecraft.server.MinecraftServer.h(SourceFile:324)
at net.minecraft.server.MinecraftServer.run(SourceFile:260)
at OThreadServerApplication.run(SourceFile:366)

unknown:

2011-03-08 01:27:41 [SEVERE] Throwable while calling plugin (Outdated?)
java.lang.NoSuchFieldError: m
at c.getX(Unknown Source)
at d.a(Unknown Source)
at eventListener.a(Unknown Source)
at eventListener.onItemUse(Unknown Source)
at PluginLoader.callHook(PluginLoader.java:611)
at Digging.a(Digging.java:56)
at ONetServerHandler.a(ONetServerHandler.java:387)
at OPacket15Place.a(SourceFile:57)
at ONetworkManager.a(SourceFile:230)
at ONetServerHandler.a(ONetServerHandler.java:60)
at ONetworkListenThread.a(ONetworkListenThread.java:78)
at net.minecraft.server.MinecraftServer.h(SourceFile:325)
at net.minecraft.server.MinecraftServer.run(SourceFile:260)
at OThreadServerApplication.run(SourceFile:366)

CommandAlias:

2011-03-08 10:35:03 [SEVERE] Exception while loading plugin
java.lang.ClassNotFoundException: CommandAlias
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at PluginLoader.load(PluginLoader.java:352)
at PluginLoader.loadPlugin(PluginLoader.java:308)
at PluginLoader.enablePlugin(PluginLoader.java:423)
at ServerConsoleCommands$7.execute(ServerConsoleCommands.java:253)
at BaseCommand.parseCommand(BaseCommand.java:33)
at ServerConsoleCommands.parseServerConsoleCommand(ServerConsoleCommands.java:60)
at Player.command(Player.java:155)
at Player.chat(Player.java:117)
at ONetServerHandler.a(ONetServerHandler.java:486)
at OPacket3Chat.a(SourceFile:24)
at ONetworkManager.a(SourceFile:230)
at ONetServerHandler.a(ONetServerHandler.java:60)
at ONetworkListenThread.a(ONetworkListenThread.java:78)
at net.minecraft.server.MinecraftServer.h(SourceFile:325)
at net.minecraft.server.MinecraftServer.run(SourceFile:260)
at OThreadServerApplication.run(SourceFile:366)

[/code]

running newest hMod 135 and the recommended craftbook

@14mRh4X0r
Copy link
Contributor

No, you're not running the newest hMod, go update.

@Nu11u5
Copy link

Nu11u5 commented Mar 11, 2011

Latest CraftBook is here: http://hmod.buxville.net/showthread.php?tid=25

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants