-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vortex plugins fail to load #771
Comments
I can attest this. I uninstalled and reinstalled Vortex and cleared its Appdata, but some plugins keep failing to load. Apparently it doesn't affect some functionality of Vortex, but it is missing out on game support and features. Below is a screenshot showing many plugins that failed to load. When I install it using the official installer every plugin just works. Thanks. |
As of today, the latest Vortex (1.8.4) still has the same issue. I could reproduce it on a system that never had Vortex installed. |
I wonder if this line is the culprit: scoop-games/bucket/vortex.json Line 13 in f4eed2f
|
I made a json with the L13 modified as follow However, as per discussion in Nexus-Mods/Vortex#7579, if I launch Vortex directly (instead of via This behavior in Node.js or whatever Vortex is based off is apparent if you examine the plugin exceptions:
So according to the discussion the directory junction is confusing the Node.js and causing issues with the plugins. |
I guess it's better to remove the |
Yeah I'm afraid so. |
I've removed the manifest in e61857c, and pinned this issue accordingly. |
Probably related to #245
When installing Vortex, all or almost all plugins should work out of the box. But when installing Vortex with Scoop, lots of plugins crash with Failed status
One of the plugins that I was interested in, the one for Skyrim Special Edition - failed with the following error
Failed to load: Cannot find module 'exe-version'
This makes the Scoop install for Vortex practically useless for me and I had to manually download and install this program to be able to mod Skyrim
I think there's some modules/plugins that should get installed along with the mod manager, but they don't
The text was updated successfully, but these errors were encountered: