Paltiel Posted October 12, 2018 Share Posted October 12, 2018 Hello! There are two issues in this bug report.1) Vortex can't install a specific mod with an FOMOD installer. NMM had no problem with this mod.2) After the install is cancelled, no other mods with FOMOD installers can be installed. Vortex must be restarted to get past the bug that deactivates the installation process next step button.** Extended Bug Report **When attempting to install a specific Skyrim SE mod, Vortex won't allow the user to go to the next step. Please see screenshot, below. Selecting either of the two, red-colored options does not activate the dusky orange (Optionals) button.Please note, Nexus Mod Manager was able to install 'SRX Followers - All-in-One Edition SE' without issue.Link to the mod in question:- https://www.nexusmods.com/skyrimspecialedition/mods/9885?tab=descriptionLink to one of the mod's dependencies ( ApachiiSkyHair SSE):- https://www.nexusmods.com/skyrimspecialedition/mods/2014 FOMOD code used by the mod installer: <?xml version="1.0" encoding="utf-16"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://qconsulting.ca/fo3/ModConfig5.0.xsd"> <moduleName>SRX_Followers_AIO_Edition_SE</moduleName> <installSteps order="Explicit"> <installStep name="Requirements"> <optionalFileGroups order="Explicit"> <group name="Make sure you install every required mods." type="SelectExactlyOne"> <plugins order="Explicit"> <plugin name="KS Hairdos SSE"> <description><![CDATA[by Kalilies Stealthic Khaos and Shockyï½http://www.nexusmods.com/skyrimspecialedition/mods/6817/?]]></description> <image path="fomod\pics\Required.jpg" /> <files /> <typeDescriptor> <type name="Required" /> </typeDescriptor> </plugin> <plugin name="ApachiiSkyHair SSE"> <description><![CDATA[by Apachiiï½http://www.nexusmods.com/skyrimspecialedition/mods/2014/?]]></description> <image path="fomod\pics\Required.jpg" /> <files /> <typeDescriptor> <type name="Required" /> </typeDescriptor> </plugin> </plugins> </group> <group name="Make sure you install every required mods." type="SelectExactlyOne"> <plugins order="Explicit"> <plugin name="I'm ready!"> <description><![CDATA[Once again, make sure you got everything that mod required, don't blame me if you forgot any required mod.]]></description> <image path="fomod\pics\Logo.jpg" /> <files /> <typeDescriptor> <type name="Optional" /> </typeDescriptor> </plugin> </plugins> </group> </optionalFileGroups> </installStep> <installStep name="Optionals"> <optionalFileGroups order="Explicit"> <group name="Choose the body type thst you're using..." type="SelectExactlyOne"> <plugins order="Explicit"> <plugin name="Caliente's Beautiful Bodies Edition"> <description><![CDATA[Installing CBBE Textures For All NPCs.]]></description> <image path="fomod\pics\CBBE.jpg" /> <files> <folder source="00 - Base Files" destination="" /> <folder source="02 - CBBE Textures" destination="" /> </files> <typeDescriptor> <type name="Optional" /> </typeDescriptor> </plugin> <plugin name="DIMONIZED UNP female body"> <description><![CDATA[Installing UNP Textures For All NPCs.]]></description> <image path="fomod\pics\UNP.jpg" /> <files> <folder source="00 - Base Files" destination="" /> <folder source="01 - UNP Textures" destination="" /> </files> <typeDescriptor> <type name="Optional" /> </typeDescriptor> </plugin> </plugins> </group> </optionalFileGroups> </installStep> <installStep name="BodySlide Files"> <optionalFileGroups order="Explicit"> <group name="There are some BodySlide files for custom armors." type="SelectAny"> <plugins order="Explicit"> <plugin name="Caliente's Beautiful Bodies Edition"> <description><![CDATA[CBBE]]></description> <image path="fomod\pics\CBBE.jpg" /> <files> <folder source="03 - Bodyslide Files\CBBE" destination="" /> <folder source="03 - Bodyslide Files\CBBE Feet" destination="" /> </files> <typeDescriptor> <type name="Optional" /> </typeDescriptor> </plugin> <plugin name="DIMONIZED UNP female body"> <description><![CDATA[UNP]]></description> <image path="fomod\pics\UNP.jpg" /> <files> <folder source="03 - Bodyslide Files\UNP" destination="" /> <folder source="03 - Bodyslide Files\UNP Feet" destination="" /> </files> <typeDescriptor> <type name="Optional" /> </typeDescriptor> </plugin> </plugins> </group> </optionalFileGroups> </installStep> </installSteps> </config> Link to comment Share on other sites More sharing options...
Tannin42 Posted October 12, 2018 Share Posted October 12, 2018 Yeah, as far as I can tell that installer is invalid.You have <group name="Make sure you install every required mods." type="SelectExactlyOne">and inside that you have two plugins that are both marked as Required, thus you can't actually select only one because both are force-enabled.It's simply displayed badly because in the UI a radio button group will only ever show one as selected but internally, both plugins are enabled and can't be disabled. If NMM installs this then that's a bug in NMM, not Vortex. EDIT: Sorry, forgot to reply to the second part of the report. I'll look into it.EDIT2: Can't reproduce it though, when I cancel that installer and start a different one, that installer has a working next button. Could you maybe provide a screenshot of that problem? Link to comment Share on other sites More sharing options...
rmm200 Posted October 12, 2018 Share Posted October 12, 2018 If you read that mod's comments back aways, it says the FOMOD is invalid for NMM - and to install manually.No idea why NMM handles it now. Link to comment Share on other sites More sharing options...
Tannin42 Posted October 12, 2018 Share Posted October 12, 2018 I think the installer has been fixed to work with NMM. If I read the comments correctly there was a case of an <image /> tag without path that caused NMM to fail, that doesn't seem to be the case any more. Link to comment Share on other sites More sharing options...
Paltiel Posted October 13, 2018 Author Share Posted October 13, 2018 Thank you for jumping on this so quickly!... and sorry for the delay in responding. That pesky monster called "work" reared its ugly head. The beast has been slain, although it's likely to respawn in two days, on Monday. Fortunately, this is one of those bugs that's 100% repeatable. There was another post recently that mentioned FOMOD installs contained elements from previous FOMOD containing mods: https://forums.nexusmods.com/index.php?/topic/7060626-mod-install-window-contains-text-from-previous-mod-install-window/I can't help but wonder if these two issues are related; Variables may not be getting correctly cleared (initialized) between mod installs?Onto the bug report! ^-^This is after pressing the 'X' button at the top right of Vortex's FOMOD installer, and attempting to install https://www.nexusmods.com/skyrim/mods/73374. Please note the deactivated (Next) option and a stale element still hanging around. After restarting Vortex, (Next) is no longer "greyed out" and several other things load: Finally, a screenshot showing successful installation: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.