mojira.dev
MC-87916

Server warning: Tried to assign a mutable BlockPos to tick data

Activating some redstone components such at pressure plates causes the following error to appear in the logs:

[13:05:05] [Server thread/WARN]: Tried to assign a mutable BlockPos to tick data
...
java.lang.Error: class cj
at ll.a(SourceFile:479) [minecraft_server.jar:?]
at ll.a(SourceFile:472) [minecraft_server.jar:?]
at ajk.f(SourceFile:117) [minecraft_server.jar:?]
at ajk.a(SourceFile:64) [minecraft_server.jar:?]
at rb.T(SourceFile:778) [minecraft_server.jar:?]
at rb.d(SourceFile:721) [minecraft_server.jar:?]
at xj.a(SourceFile:526) [minecraft_server.jar:?]
at xj.m(SourceFile:329) [minecraft_server.jar:?]
at agq.a(SourceFile:1436) [minecraft_server.jar:?]
at ll.a(SourceFile:661) [minecraft_server.jar:?]
at agq.g(SourceFile:1414) [minecraft_server.jar:?]
at agq.k(SourceFile:1305) [minecraft_server.jar:?]
at ll.k(SourceFile:540) [minecraft_server.jar:?]
at net.minecraft.server.MinecraftServer.D(SourceFile:625) [minecraft_server.jar:?]
at kv.D(SourceFile:314) [minecraft_server.jar:?]
at net.minecraft.server.MinecraftServer.C(SourceFile:553) [minecraft_server.jar:?]
at net.minecraft.server.MinecraftServer.run(SourceFile:457) [minecraft_server.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_05]

The warning does not appear to affect gameplay.

Tested an iron door activated by a wooden button and wooden pressure plate. The button did not cause the warning to be thrown, but the pressure plate did. The activation of redstone, redstone torches, and repeaters does not appear to throw the warning.

Activating a tripwire causes the warning.

There seem to be numerous causes, primarily around entities. The log was flooded with this message near a generic mob XP farm with an item elevator.

Linked issues

Comments 5

This seems to also happen when a minecart (any type) activates a Detector Rail. I will edit this comment if I find any other occurrences of this error.

I can confirm, this happened today to me

So so far we have:
*Stepping on a pressure plate.
*Minecart on detector rail.
*Tripping tripwire.

...So blocks updating their 'powered' state on entity collision.

Jason C. McDonald

Confirmed on Ubuntu 14.04. It also appears to correlate with a sudden and inexplicable drop from 14-28FPS to 0-1FPS. I had not added any new redstone or command block stuff when the drop appeared.

Confirmed for

  • 15w36c but seems not collision box related as setting it to never in the team settings still creates this message

Michael Turner

michael

Confirmed

Minecraft 15w36c

Minecraft 15w36d

Retrieved