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

AP Factorio Mod Generates With an Error that Crashes Factorio Server on Boot #4

Open
Skid-Inc opened this issue Dec 4, 2023 · 0 comments

Comments

@Skid-Inc
Copy link

Skid-Inc commented Dec 4, 2023

This is technically an issue in the Factorio AP generator, but because it's caused by use of the extractor and is not a problem with vanilla I'm putting it here to hopefully save confusion.

After creating a world with the Rampant Arsenal mod added to the factorio.apworld file (I've removed all tech that fails due to issue #3), the created mod file causes the Factorio server to crash on boot with the following error.
0.679 Error ServerMultiplayerManager.cpp:92: MultiplayerManager failed: "__AP-54315640605228902228-P1-Skid__/control.lua:118: syntax error near '-'"
The error is on the following line:
force.technologies.rampant-arsenal-technology-high-explosives.researched = true
Changing the control.lua file so that this lines and the ones near it read as follows, fixes the problem.
force.technologies['rampant-arsenal-technology-high-explosives'].researched = true

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