Blood Magic

Blood Magic

90M Downloads

Teleposer crashes with some blocks. mc1.10

HarroldSaxon opened this issue ยท 7 comments

commented

crash-2016-07-02_16.01.09-server.txt

Issue Description:

Crash on teleposing certain blocks. I I tested using a chest, hopper, and mob spawner. each time, the server crashed and would crash again on loading the affected chunk.
Originally found this issue in FTB unstable v4.1.1, however i removed all other mods to reproduce the issue.

What happens:

Regardless of blacklisting, attempting to telepose a chest, hopper, or mob spawner crashes the server. I have not tested other block entitys, but normal blocks telepose fine.

What you expected to happen:

For the block to change location without crashing the server, or simply fail to move if blacklisted.

Steps to reproduce:

1 link two teleposers.
2 place a chest over one.
3. activate the teleposer.


Affected Versions (Do not use "latest"):

BloodMagic: 1.9.4-2.0.2-48
Minecraft: 1.10
Forge: forge:1.10-12.18.0.2000-1.10.0:universal
commented

If I'm reading the code correctly, the blacklist isn't being checked at all? Might be another bug to be fixed

commented

This is a change in Vanilla MC. I'm fixing it right now.

commented

@Arcaratus The blacklist is handled here (As it always has)

commented

@TehNut Thank you!

@Arcaratus That would explain why blacklisting didn't stop the problem. XD

commented

Ah, makes sense, just didn't see it at first from TileTeleposer and Utils

commented

Same issue, any news on a fix?
crash-2016-07-06_22.35.48-server.txt

commented

The current fix is "don't do that". I'm still looking at proxy-ing the call based on MC version.