DNSInc / DNS-Techpack-1.6.4

Official issue tracker for the DNS Techpack
4 stars 1 forks source link

IC2 Advanced Machine Addon #42

Closed Loucool111 closed 10 years ago

Loucool111 commented 10 years ago

Hi, I have a problem with advanced IC2 Machines : if the chunk where my machines are unload and reload ex: go to the nether and get back the glass fibre cable will not be connected anymore .. I tried using a World anchor : cable disconected I don't know what to do It's really annoying.. Thanks for the answers. 2014-07-07_17 53 27

toto666 commented 10 years ago

Same for me, but it's not a DNS techpack's issue, it's form IC², it's cause: "

Another event every energy tile has to post is the EnergyTileUnloadEvent.

The event has to be posted as soon as the implementing tile entity is being unloaded, either by unloading the containing chunk or by destroying the block containing it.

It's possible to detect the unloading by triggering on both the beginning of TileEntity.invalidate() and the beginning of TileEntity.onChunkUnload().

It is important that the tile entity is still properly linked to the world while posting the unload event, otherwise the energy net can't find all affected connections. "

it were resolved for 1.7 but, not for 1.6.4....

Do like me, use universal cable from mekanism, but BE CARFULL, if you break a universal cable who is connected to MFSU or MFE it will crash and can corrupt world (on my case)

You can learn more about this in this thread:

http://tinyurl.com/q7229me

Loucool111 commented 10 years ago

HI,Thank you for your answer! , but I tried with all 4 of the Mekanism cable and it still disconnect ..... :( but Thanks for the help :)

toto666 commented 10 years ago

i forgot to said: use chunkloader of MFR, it work for me

robaimes commented 10 years ago

Yeah, this is a common problem and unfortunately is impossible to fix :(

But hey, it's fixed in 1.7 :P

duroc commented 10 years ago

I found a fix for this a while back, where AtomicStryker rewrote parts to deal with this problem http://forum.industrial-craft.net/index.php?page=Thread&postID=135939&highlight=AdvancedMachines_exp_1.6.4#post135939