Skip to content
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

Open
Grizzord opened this issue Aug 30, 2017 · 7 comments
Open

Error on start up run #15

Grizzord opened this issue Aug 30, 2017 · 7 comments

Comments

@Grizzord
Copy link

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
Copy link

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

@jefferyrlc
Copy link

I fixed it, on line 178 you need to change

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

to

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

@acidjazz
Copy link
Owner

@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
Copy link

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

@jefferyrlc
Copy link

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
Copy link

Mw3y commented Dec 13, 2017

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants