as said above, one of your plugins requires you to add a new file displines.json to your game project (most likely containing its configuration data) and you didn't follow those instructions to add it.
Such errors are common if people ignore the plugin configuration when they put the plugin into their game. we can help you find the plugin where you ignored its instruction and configuration with the screenshot of the plugin manager, but I strongly suggest you never ignore your plugins again.
when adding a plugin you need to read its entire help section to learn what you have to do, and you need to check all configuration options if they do what you want. And if you don't understand what one configuration option does then you need to ask and learn it before it produces errors you never expected - for example the yanfly item core randomizes item values by default and there have been many help-posts here on the forum on why an item they set to +10 ATK suddenly give +12 ATK or +9 ATK in the game.
There is one other possible cause for this error that has nothing to do with the plugins themselves, but can only be the case if the file is autocreated by the plugin. That autocreation can fail if the filepath to your project does not follow networking rules, so either use F8 on the error screen to give us the full console output (the screen above is an abbreviated console) or state the path in a format like C:\folder1\folder2\projectfolder etc