Polymorph (Fabric/Forge/Quilt)

Polymorph (Fabric/Forge/Quilt)

99M Downloads

[1.15.2] Server Crash - NoSuchMethodError with SimpleStorageNetwork integration

TigerWalts opened this issue ยท 0 comments

commented

Versions (Be specific, do not write "latest"):

  • Polymorph: 1.15.2-0.9
  • Forge: 1.15.2-31.2.33
  • SimpleStorageNetwork: 1.15.2-1.0.1

Observed Behavior:

I did not observer this myself, the players who ran into the problem could not tell me what they did. There is a ticket on the Simple Storage Network tracker though: Lothrazar/Storage-Network#296

Steps to Reproduce:

From the Simple Storage Network issue:

Encountering this exact error when trying to craft a stack of items by shift-clicking the resulting item in a remote controller.
The item has polymorph alternative available

After crafting one set (6 fences) of said item, the polymorph icon and resulting item icon disappeared. Shift clicking on the now empty result window successfully crafted entire stack of items.

...

Crash Log: Pastebin.

java.lang.NoSuchMethodError: com.lothrazar.storagenetwork.gui.NetworkCraftingInventory.getSizeInventory()I
	at top.theillusivec4.polymorph.common.integrations.storagenetwork.StorageNetworkModule$StorageNetworkProvider.craftShift(StorageNetworkModule.java:106) ~[?:FORGE-1.15.2-0.9] {re:classloading}
	at top.theillusivec4.polymorph.common.integrations.storagenetwork.StorageNetworkModule$StorageNetworkProvider.transfer(StorageNetworkModule.java:79) ~[?:FORGE-1.15.2-0.9] {re:classloading}
	at top.theillusivec4.polymorph.common.network.client.CPacketTransferRecipe.lambda$null$0(CPacketTransferRecipe.java:67) ~[?:FORGE-1.15.2-0.9] {re:classloading}

I checked the server logs to see if there were any errors with loading the Simple Storage Network mod but couldn't find anything.