Aidiakapi / qol_research

Factorio mod for adding Quality of Life improvements.
https://mods.factorio.com/mod/qol_research
ISC License
2 stars 3 forks source link

Error in assignedID: Technology with name "se-Biological-science-pack" doesn't exist #5

Closed Protheus closed 4 years ago

Protheus commented 4 years ago

Factorio: 0.18.27 qol_research: 3.1.0

When loading the mod, the below error is shows.

What should happen: loading without the se-Biological-science-pack error

image

Aidiakapi commented 4 years ago

This is caused by a rename in a pre-release version of Space Exploration. From QoL research v3.1.0, Earendel can edit the configuration himself, so expect to see an update from his end that fixes this.

I'm closing it because this is not an issue on this mod's side.

Aidiakapi commented 4 years ago

Sorry my bad, I misinterpreted what you meant. It's unlucky since this is identical to an issue reported to on the discussions page, that the last update sought to address.

It was caused by a refactor, it was doing a truthy check on a function, as opposed to calling the function and using the result: if is_matching_override then should have been if is_matching_override(override) then.