Refined Storage

Refined Storage

77M Downloads

java.lang.IllegalStateException: No network node present at BlockPos

Invy55 opened this issue · 10 comments

commented

Issue description:

Refined storage crash my server

What happens:

When a player near the refined storage joins, the server crash

What you expected to happen:

Server shouldn't crash, and refined storage should work properly

Steps to reproduce:

  1. Build refined
  2. Mess up with mekanism lasers to build the fusion reactor
  3. Random crash and can't join anymore
    ...

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

  • Minecraft: 1.16.4
  • Forge: forge-1.16.4-35.1.4
  • Refined Storage: 1.9.9 or 1.9.11

Does this issue occur on a server? [yes/no]
yes

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

https://pastebin.com/VdbwdBJs #RefinedStorage 1.9.9
https://pastebin.com/taCYDTMa #RefinedStorage 1.9.11

commented

I accidentally right-clicked the Crafting Grid with a Moving Wand from the Better Wands mod in hand, this caused the same error. However, even setblock is not fixing it:

> setblock -256 80 -1154 minecraft:air
[20:01:10] [Server thread/INFO] [minecraft/DedicatedServer]: Could not set the block

I tried quite some things to remove this block (all kinds of breaking, replacing, exchangers, pistons, etc) but none seem to work.

Please consider re-opening this issue, if only for making a quick-fix that clears this illegal state.

commented
commented

I fixed it.

Tried removing my inventory, did not work. If I try using setblock with anything else than air, such as minecraft:oak_log, it does actually seem to work, except that this new block can't be deleted and still outputs the error in console when clicked.

However, once I

  1. Deleted the network's controller;
  2. Restarted the server;

it was fixed. Still a lot of hoops to jump through for one easy miss-click...

Thanks for helping me troubleshoot 👍

commented

Hello.
I had to delete the whole chunk off the world to make it work again.
I understand you´re busy, but consider no one would intentionally point a laser at their controller.
At least make the exception not crash the server and just remove the block. There´s even a message on it that says "consider removing the block" but the world crashes before any attempt to that can be made.

commented

Issue description:

Refined storage crash my server

What happens:

When a player near the refined storage joins, the server crash

What you expected to happen:

Server shouldn't crash, and refined storage should work properly

Steps to reproduce:

  1. Build refined
  2. Mess up with mekanism lasers to build the fusion reactor
  3. Random crash and can't join anymore
    ...

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

  • Minecraft: 1.16.4
  • Forge: forge-1.16.4-35.1.4
  • Refined Storage: 1.9.9 or 1.9.11

Does this issue occur on a server? [yes/no]
yes

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

https://pastebin.com/VdbwdBJs #RefinedStorage 1.9.9
https://pastebin.com/taCYDTMa #RefinedStorage 1.9.11

I think a mekanism laser broke a refined storage exporter

commented

I was right, I managed to set block that exporter with air and now I can play again

image

commented

I have the same issue with a misplaced laser, and the game crashed while the laser was attempting to break a refined storage block (I think its my crafting grid). I am curious how OP deleted the block (I think I will probably try to delete the laser instead).

Crash log here
https://pastebin.com/rxUwGE8a

commented

I have the same issue with a misplaced laser, and the game crashed while the laser was attempting to break a refined storage block (I think its my crafting grid). I am curious how OP deleted the block (I think I will probably try to delete the laser instead).

Crash log here
https://pastebin.com/rxUwGE8a

the easiest way i found was to use setblock the faster you can when joining the world. in your case it would be /setblock 258 63 247

commented

We won't be solving this bug for now, please remove RS blocks the normal way.

commented

Got this same crash recently while a schematic was being pasted by Structurize, world reloads fine though