Hallo erstmal, also wir (und einige andere) haben das Problem, das unser ME-System, nach dem Spieler den Chunk unloaden (mfr chunk loader /personal anchor aktiv) nicht wieder startet. Es hat genug Strom, frisst diesen auch und im Controller werden alle Komponenten angezeigt. Diese sind aber offline wenn man sie rechtsklickt ( haben auch die offline textur). Wir konnten diesen bug nur fixen in dem wir den controller neu setzen. Da wollten wir mal wissen, ob das Problem bekannt ist, ob jemand eine Lösung kennt, oder man das nicht fixen kann ;(. Naja danke im Voraus xJaanee
Das Problem kenne ich, das liegt tendenziell an den chunkloadern. Ich weiß aber auch keine Lösung außer Controller neu setzen.
Have you tried breaking and replacing the conduits running from the reactor to the me controller? Ussually its the conduit connected to the controller. but if that one doesnt work then break and replace all of them
I have had a similar problem before with ME. I think the problem is that some parts of your ME network are not chunkloaded properly. As a result, when you leave the area part of your ME system is online but part of it is off. I'm not sure what the problem is in terms of the programming of the mod, but I know this bugs out the controller and essentially every ME block in the network gets an 'Unable to communicate with a controller' error. Try to make sure that your complete network is properly chunkloaded. Any single cable outside of a forced chunkload will cause this error. If the problem is still not fixed then there is another solution you can try. Put the controller slightly separate from the rest of the ME network and connect it with a darknet cable to the rest of the network. Then use a redstone signal to 'reboot' the controller whenever you have a problem. I think you can play around with using a timer (set for every 5 minutes) or something connected to simple T-flipflop setup so that your ME network will get briefly reset every 5 minutes or so. That part is up to your own creativity. The simplest option is just to use a pressure plate and walk onto it every time there's a problem with the controller.
I tried to Reboot it using dark cables, it didnt work... Maybe because i had some normal cables atteched as well. I found the Chunk loading Stoff out aswell...
Sorry I don't fully understand what you mean. Is the problem still happening? Did you find the part of your network that is outside of the chunk load? Just to be clear, darknet cables are just regular ME cables but they operate on redstone signal. So you can attach/deattach parts your ME network with a well placed darknet cable. Just putting down a darknet cable isn't going to help, you need to apply redstone signal to it. I can't explain it very well with just words but I'm at work so I will try to show you with some pics later.
You can -usually- use ME dark cable to reset Yout ME-System, if You connect the entire system with the me controller over a dark cable.
Ok so I made some pics in creative. I think it's pretty self explanatory. When you step on the pressure plate the redstone torch is turned off and the darknet cable cuts the whole ME Network off from the controller. Thereby 'resetting' your ME network. Here is the same system but automated to run every x minutes (maybe 10-15 minutes is good?). But this can become a problem if you are doing crafting because it will stop the crafting too. I'm not sure how to fix that.
Yeah it's possible but like I said before, how you decide to do the redstone circuit is up to your own creativity. Simplest option is the pressure plate, just walk on it whenever you enter your base or something. This is just a proof of concept to show you what I meant.
Hey no need to thank me, I didn't try it on the server properly so tell me if it works. I'm curious to know the results!