Refined Storage

Refined Storage

77M Downloads

Crash on dedicated server

carstorm opened this issue ยท 7 comments

commented

Issue description: After updating from 1.2.12 to current (1.2.16) it crashes on startup. Client starts and plays fine.

Version (Make sure you are on the latest version before reporting):

  • Minecraft: 1.10.2
  • Forge: 12.18.3.2185
  • Refined Storage: 1.2.16

Does this issue occur on a server? Yes, only on dedicated server.

If a (crash)log is relevant for this issue, link it here:

http://pastebin.com/f143bmw5

commented

I can't reproduce this. The crash report doesn't make sense either. Can you reproduce this bug with just RS installed?

commented

Can't reproduce with just RS, will hold off updating it since old version worked fine.

commented

Real odd, maybe try re-downloading the mod? Might be some weird issue.

commented

I don't think this is an RS issue, someone is modifying existing Forge classes...

commented

The crash gave a world coordinate so I went there and discovered its a importer connect to a "stone separator" from the "calculator" mod. Here is an image on the working, in production server:
image

commented

The crash says:

java.lang.AbstractMethodError
    at com.raoulvdberge.refinedstorage.tile.TileImporter.updateNode(TileImporter.java:75)

Which points at this line:

ItemStack stack = handler.getStackInSlot(currentSlot);

The java.lang.AbstractMethodError either means:

  • the method IItemHandler#getStackInSlot doesn't exist
  • the method takes different arguments

Either way, that doesn't make sense.

commented

FYI in case somebody else encounters this...

Someone on my server just hit this too.
I upgraded Sonar-Core (used by Calculator). Guessing this is the commit that fixed it: SonarSonic/Sonar-Core@6f085a2