Refined Relocation

Refined Relocation

3M Downloads

Crash on load, Exception while updating neighbouring Air blocks

minyman60 opened this issue ยท 7 comments

commented

Hey, Loading a world when suddenly...

(Entire crash log)
http://pastebin.com/BQA9XVba

(Several interesting bits)
java.lang.NullPointerException: Exception while updating neighbours at com.dynious.refinedrelocation.tileentity.TileRelocator.onBlocksChanged(TileRelocator.java:409)

Stacktrace: at com.dynious.refinedrelocation.tileentity.TileRelocator.onBlocksChanged(TileRelocator.java:409)

-- Block being updated --
Details:
Source block type: ID #0 (tile.air // net.minecraft.block.BlockAir)
Block type: ID #222 (tile.multipart // codechicken.multipart.BlockMultipart)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-224,70,173), Chunk: (at 0,4,13 in -14,10; contains blocks -224,0,160 to -209,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)

Using version:
RefinedRelocation-1.7.x-1.0.5e
Forge{10.13.0.1180} [Minecraft Forge] forge-1.7.10-10.13.0.1180 .jar
Minecraft Version: 1.7.10
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 355112720 bytes (338 MB) / 771751936 bytes (736 MB) up to 954728448 bytes (910 MB)

Unsure how to progress, So i will be temporarily removing the mod, launching the game, and then recovering items lost via NEI...

Might have to ensure Multiparts aren't near any RR blocks? Or that the RR blocks check for air? I'm unsure whats caused this.

Regards,

Adam

commented

Could you go to -224,70,173 and make a picture (or describe it) of the relocator and its neighbours?

commented

The fix worked, thanks.

The block in question is a relocator connected to one of Mekanisms machines. The Enrichment chamber i believe. The block has a piece of oak plank underneath in the below example:

2014-07-14_11 17 04
2014-07-14_11 17 08

commented

Almost launched my world after removing the mod, Then realised that would cause me to loose all items in the sorting chests which i have heavily utilised. - Dont try that... Very bad idea.

commented

This is very weird! For some reason something updates the relocator tile before it's placed in the world! That should never happen! The most weird thing is that it seems like an air block invoked it! I can easily make this not crash, but I'm not sure why this happens.

EDIT: I'll fix this so you can download a version that doesn't crash the game, I'll find a proper solution after that!

commented

Thanks, I gotta say im very impressed with the response time!

commented

Cough. Still getting used to Github. Disregard the above closing.