ok after more looking and talking with some of the guys here on chat. they have pointed me in the direction of this being a conduit issues from looking at the crash log i posted.
java.lang.RuntimeException: Crashing on conduit TileEntityRedNetEnergy(x=47,y=61,z=922)@747576053
I have been able to open up the my world in MCedit and navigate to this area and there is not actually a Block in that coordinate. I am however able to fill that specific coordinate with a standard stone block but when i attempt to save my world using the latest version of MCedit, it just sits there and does nothing. If I close MCedit and reload the world the stone block is gone, so it is NOT saving what i am doing.
I have also attempted to follow the instructions on
http://www.reddit.com/r/feedthebeas...eentitiesentities_crashing_your_serversingle/
#################
Here is how to fix it:
- Download NBTexplorer.
- Goto http://dinnerbone.com/minecraft/tools/coordinates/ and in the Block Information section enter in those coordinatess of the offending block. my numbers are 47,61,922
- Write down Both the X and Z from the chunk coordinates section. Chunk section Information 2,3,57
- Write down the region file in from region information. Filename: r.0.1.mca
- If working on a server: Download the file from the server.
- Open NBT Explorer and browse to the folder where the file is saved.
- Find the region that you wrote down. eg r.-1.-5.mcr. r.0.1.mca
Once i get to this point things are not accurate or clear and i think that has something to do with this being more than a year old.
- On the coordinate page in the Region Information there is a line that says "This region contains -32,-160" Take the absolute value of the Chunk Information X(for me its 11) and add it to the x value from the region information. (For me its -32. -32 + 11 = |-21|) Ok what? I see, This region contains chunk sections 0,0,32 to 31,15,63. So my chunk section information is 2,3,57 and my region information is 0,0,32. That gives me a 2,979?
- Repeat the above step for the Z Chunk. For my example (-160 + 152 = |-8|)
The numbers above do not make sence for what i am seeing on my end no matter what number i add together and this is where i am lost...
- Scroll through the list to your chunk followed by the [X,Z] that you just found. For me its Chunk[21,8]
- When you open the chunk there is a folder called Level. There are two fields called xPos and zPos. These should match the values from the Chunk Information.
- Once you have found the Level that matches open the TileEntities and find the entity that matches the exact coords for the offending conduit. I would recommend using the search function and by name and value, Name can be lowercase x, y, or z and the value would be the matching number. Keep pressing find next till you find the exact coords.
- Delete the entry for that block.
- Save your changes and your done.
- Either reupload the region file if working on a server or Launch FTB if your playing on a single player world.
################
Also, can i just search for the coordinates in NBT explorer? if so HOW? I have tried using the search but it returns no results...