acidjazz / drmon

Draconic Reactor computercraft monitoring and failsafe interface
60 stars 84 forks source link

Error on start up run #15

Open Grizzord opened 7 years ago

Grizzord commented 7 years ago

im getting an error on line 178 of the code i think. the error reads (Startup:178: attempt to concatenate string and boolean.) not sure how to fix this

jefferyrlc commented 6 years ago

I'm getting the same issue. Any insight would be most helpful.

jefferyrlc commented 6 years ago

I fixed it, on line 178 you need to change

print(k.. ": ".. v)

to

print(k.. ": ".. tostring(v))

acidjazz commented 6 years ago

@jefferyrlc I'd really appreicate a PR, I'm a bit too slammed with work to be able to add and test this right now.

jefferyrlc commented 6 years ago

Well about 20 so far and no reactor explosions so all good I guess. I am getting the flashing monitor though.

jefferyrlc commented 6 years ago

So last night when pushing the reactor to find out what I could do lead to an explosion. It could be me, but it seemed like the auto control for the input power was not working and would only output whatever the last manual seeing was set to. Then again I have had the issue of reactors exploding after I warm them up and shit them down without actually starting them, so the issue could be with draconic evolution and not this program.

Mw3y commented 6 years ago

im getting an error on line 180 of the code i think. the error reads (Startup:180: attempt to call nil.) My minecraft version is 1.12.2

jefferyrlc commented 6 years ago

did you install it via the readme instructions? if no, then you're missing library files that the program?

Other things to check:

make sure your computer block itself is setup to where it's back is touching a reactor stabilizer and when you're looking at it head on, your output flux gate is touching the right side. After that make sure you have modems on the input gate, the computer, and the monitor and that they are all on, Lastly make sure your input flux gate is under the reactor energy injector pointing up, and your input energy source plugs in underneath the flux gate.

after that startup requires a few tweaks and it should work.