factoriolib / flib

A set of high-quality, commonly-used utilities for creating Factorio mods.
https://mods.factorio.com/mod/flib
MIT License
61 stars 15 forks source link

Error: Path __flib__/event.lua does not match any enabled mod. #20

Closed ickputzdirwech closed 3 years ago

ickputzdirwech commented 3 years ago

When I pressed the continue button in the main menu I got this error:

...Data/Roaming/Factorio/temp/currently-playing/control.lua:5: Path __flib__/event.lua does not match any enabled mod. stack traceback: [C]: in function 'require' ...Data/Roaming/Factorio/temp/currently-playing/control.lua:5: in main chunk

I had no mods enabled at that time. The save game had the following mods however: flib, EditorExtensions, factoryplanner

raiguard commented 3 years ago

Yes, EE's testing scenario relies on flib. If you remove EE and flib, that scenario will break.