-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on start up run #15
Comments
I'm getting the same issue. Any insight would be most helpful. |
I fixed it, on line 178 you need to change print(k.. ": ".. v) to print(k.. ": ".. tostring(v)) |
@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. |
Well about 20 so far and no reactor explosions so all good I guess. I am getting the flashing monitor though. |
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. |
im getting an error on line 180 of the code i think. |
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. |
Update drmon.lua
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
The text was updated successfully, but these errors were encountered: