sandalle / minecraft_bigreactor_control

Minecraft BigReactor Computercraft Control Program
MIT License
76 stars 41 forks source link

Computer keeps turning Reactor off, and doesn't turn it back on to generate steam for turbine. #37

Closed dcbartlett closed 9 years ago

dcbartlett commented 9 years ago

Computer keeps turning Reactor off, and doesn't turn it back on to generate steam for turbine.

I have the Reactor setup to dump 2000mB out per tick, and the turbine is set for 2000mB per tick. The Reactor gets shutdown buy the computer, and doesn't turn back on.

dcbartlett commented 9 years ago

Looks like this affects all reactors, Not just steam generating ones. Maybe i'm imporperly doing something?

dcbartlett commented 9 years ago

After further testing, this only seems to affect reactors when i have a mix of steam and power reactors.

sandalle commented 9 years ago

That's weird, as I have 0.3.12 (well, 0.3.13 for fixing some other bugs) running on a test instance with both passive and actively cooled reactors, along with turbines, and the actively cooled reactors are always on and feeding the turbines, even when the turbine energy buffers are full, see below. 2014-09-24_10 42 57 2014-09-24_10 43 05

What version of ComputerCraft and EZ-Nuke are you using? I've tested on those available from http://www.technicpack.net/modpack/details/nstmaxx.398172: ComputerCraft 1.63 EZ-Nuke 0.3.12 and 0.3.13 (TBR)

Please re-open this issue if you continue to see this problem with the above versions, and if you can, set debugMode = 'true' in the reactorcontrol script and provide me the reactorcontrol.log after you see this problem occur.

dcbartlett commented 9 years ago

I think its a Computer-craft issues, it seems that FTB Monster isn't up to date on it. I've decided not to use a mix of the two types for now, but i'll build it out again in another test world and let you know if i still see it.

sandalle commented 9 years ago

For FTB Monster, see Issue #5 as that has info on an update EZ-Nuke (0.3.14) which should work on FTB Monster (well, any modpack still using ComputerCraft 1.58 ;)). There's a test pastebin to try it out and if I can get confirmation that it works, I'll put it on the release pastebin and release 0.3.14 for everyone to enjoy this and future updates.