Shops broken: NoSuchMethodError

Issue #4 resolved
Tyler Waugh created an issue

Attempting to use a shop throws the following error:

[SERVER] java.lang.NoSuchMethodError: PlayerInventory.<init>(LPlayer;)V
[SERVER]        at ServerShop.shop(ServerShop.java:29)
[SERVER]        at lsShop.executeShopSigns(lsShop.java:297)
[SERVER]        at lsShop.checkForShopSigns(lsShop.java:269)
[SERVER]        at lionsShopListener.onBlockRightClicked(lionsShopListener.java:85)
[SERVER]        at PluginListener.onBlockRightClick(PluginListener.java:687)
[SERVER]        at PluginLoader.callHook(PluginLoader.java:1116)
[SERVER]        at ONetServerHandler.a(ONetServerHandler.java:472)
[SERVER]        at OPacket15Place.a(SourceFile:58)
[SERVER]        at OTcpConnection.b(SourceFile:350)
[SERVER]        at ONetServerHandler.d(ONetServerHandler.java:44)
[SERVER]        at ONetworkListenThread.b(SourceFile:35)
[SERVER]        at ODedicatedServerListenThread.b(SourceFile:30)
[SERVER]        at OMinecraftServer.r(OMinecraftServer.java:465)
[SERVER]        at ODedicatedServer.r(SourceFile:256)
[SERVER]        at OMinecraftServer.q(OMinecraftServer.java:375)
[SERVER]        at OMinecraftServer.run(OMinecraftServer.java:314)
[SERVER]        at OThreadMinecraftServer.run(SourceFile:573)

Comments (2)

  1. 14mRh4X0r

    This is due to an update, specifically this one. No biggie, it just needs to be recompiled or Canary needs to be updated. I will fix it both ways, with the recompile being the quickfix.

  2. Log in to comment