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

Colony Integrator from Advanced Peripherals crashes the server. #3123

Open
whiterwing opened this issue Jul 11, 2022 · 0 comments
Open

Colony Integrator from Advanced Peripherals crashes the server. #3123

whiterwing opened this issue Jul 11, 2022 · 0 comments

Comments

@whiterwing
Copy link

Trying to write a script to integrate with my Mine Colony. When I run any scripts with the Colony Integrator's API the server will crash.

Test script I'm trying to run:

local colony = peripheral.wrap("top")

outputfile = "itemsNeed"
local file = fs.open(outputfile, "w")

for i,v in ipairs(colony.getBuilderResources({CORDS})) do
    file.write("\n"..i,v)
    print(i,v)
end

Here is my crash logs.

crash-2022-07-10_14.48.21-server.txt

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

1 participant