Hi! I'mk getting this crash when loading the game:
Failed to load mods: more-descriptions/data-final-fixes.lua:7: attempt to perform arithmetic on local 'x' (a nil value)
stack traceback: more-descriptions/data-final-fixes.lua:7: in function 'seconds_with_rate' more-descriptions/data-final-fixes.lua:377: in main chunk
My modlist is pretty big... I can't for the love of my life find a way to just copy the modlist with active mods. The nearest thing I found is a script, but it shows EVERY mod downloaded... :c (+500 mods, I like to try different modlists and usually won't delete them).
Is there any way in which I can give you the complete list (if you are willing to this extreme tedium) without spamming the comments?
It's in mods/mod-list.json. It should be pretty trivial to parse the json, filter only active mods, and flatten it into a list (LLMs perhaps could help). Though if I may, I would suggest you to try disabling half of the activated mods at a time (and disabling the other half if it solved the issue) as an attempt to pinpoint the exact cause.