Failed to load mods: elevated-pipes/shared.lua:1: attempt to call field 'getinfo' (a nil value)
stack traceback: elevated-pipes/shared.lua:1: in main chunk
[C]: in function 'require' elevated-pipes/settings.lua:1: in main chunk
Mods to be disabled:
• elevated-pipes (1.4.7)
I believe this happened after i updated factorio itself
I'm using steam to download and run factorio, on a desktop
I'll try running 2.0.72 (prev verson), if that works but 2.0.73 doesnt, maybe i should move this towards the factorio forums?
Seems like it's a mod incompatibility issue, I haven't been able to figure out which mod causes this.
For now it looks like debug.getinfo either gets overriden or hasn't been initialized yet?
Turns out, it was my own mod on accident doing it, so my issue is solved. I've also talked to a factorio dev, which will probably add an error for these situations making it easier to find!
I had a setting to the variable (not local, oops) debug, which overrode the entire namespace, but it only errored on other mods when trying to use debug.getinfo.