Skip to content
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 not updating extensions, Invalid Extension #12202

Closed
Alatarius opened this issue Jul 1, 2022 · 1 comment
Closed

Vortex not updating extensions, Invalid Extension #12202

Alatarius opened this issue Jul 1, 2022 · 1 comment

Comments

@Alatarius
Copy link

Alatarius commented Jul 1, 2022

Describe the bug
Error reads Invalid Extension
Extension needs to include index.js and info.json on top-level

To Reproduce

  1. start vortex
  2. read error in notifications
  3. See error

Expected behavior
Unsure what was supposed to be expected behavior

Platform (please complete the following information):

  • OS: win32 x64 (6.1.7601)
  • Vortex Version 1.5.13

Additional context
This is a copy/paste of the error log:

DataInvalid: Extension needs to include index.js and info.json on top-level
at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:2465:34
at tryCatcher (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\util.js:16:23)
at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\catch_filter.js:34:37
at tryCatcher (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\util.js:16:23)
at Promise._settlePromiseFromHandler (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:547:31)
at Promise._settlePromise (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:604:18)
at Promise._settlePromise0 (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:649:10)
at Promise._settlePromises (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:725:18)
at _drainQueueStep (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\async.js:93:12)
at _drainQueue (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\async.js:86:9)
at Async._drainQueues (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\async.js:102:5)
at Async.drainQueues (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\async.js:15:14)

@Alatarius Alatarius changed the title Vortex not updating extensions Vortex not updating extensions, Invalid Extension Jul 1, 2022
@IDCs
Copy link
Contributor

IDCs commented Jul 4, 2022

You have a corrupt extension in your %appdata%/vortex/plugins directory - make sure all the extensions in that directory have a valid index.js and info.json file. Any that are invalid should be deleted.

This can happen if an extension download gets corrupted somehow or a manual installation gone wrong.

@IDCs IDCs closed this as completed Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants