drmon icon indicating copy to clipboard operation
drmon copied to clipboard

Error on start up run

Open Grizzord opened this issue 7 years ago • 7 comments

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

Grizzord avatar Aug 30 '17 17:08 Grizzord

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

jefferyrlc avatar Sep 20 '17 23:09 jefferyrlc

I fixed it, on line 178 you need to change

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

to

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

jefferyrlc avatar Sep 20 '17 23:09 jefferyrlc

@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.

acidjazz avatar Sep 21 '17 00:09 acidjazz

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

jefferyrlc avatar Sep 21 '17 00:09 jefferyrlc

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.

jefferyrlc avatar Sep 21 '17 18:09 jefferyrlc

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

Mw3y avatar Dec 13 '17 12:12 Mw3y

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.

jefferyrlc avatar Dec 13 '17 17:12 jefferyrlc