Nexus-Mods / Vortex

Vortex Development
GNU General Public License v3.0
830 stars 127 forks source link

Invalid fomod error #15614

Open gianpaolo-lopresti opened 2 weeks ago

gianpaolo-lopresti commented 2 weeks ago

Describe the bug Hi, there is some fomod package that has in ModuleConfig.xml following tag: \<dependencies operator="">

If you install such a package Vortex will throw the error "Invalid fomod", with details:

The 'operator' attribute is invalid - The value '' is invalid according to its datatype 'String'

To Reproduce Steps to reproduce the behavior: try to install the Immersive Citizens Italian Translation ver 0.4.0.2 here and see the error

Expected behavior Maybe the ModuleConfig.xml is not correct (i really don't know), but since the solution was, by my side, to modifiy the tag into \<dependencies> (i've removed the empty operator attribute) do you think it's possible to eventually ignore an empty operator attribute?

Just FYI, on Mod Organizer 2 this works.

Thanks Best regards