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

Crash: The "from" argument must be of type string. Received undefined #16692

Open
VortexFeedback opened this issue Nov 25, 2024 · 2 comments · May be fixed by Nexus-Mods/extension-mod-dependencies#26

Comments

@VortexFeedback
Copy link
Collaborator

Application Crash

System

Platform win32 10.0.22631
Architecture x64
Application Version 1.12.6
Process renderer

Message

The "from" argument must be of type string. Received undefined

Details

code: ERR_INVALID_ARG_TYPE

Context

gamemode = Red Dead Redemption,extension_version = 0.2.2

Stack

TypeError: The "from" argument must be of type string. Received undefined
    at __node_internal_captureLargerStackTrace (node:internal/errors:496:5)
    at NodeError (node:internal/errors:405:5)
    at validateString (node:internal/validators:162:11)
    at Object.relative (node:path:497:5)
    at toRelPath (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar.unpacked\bundledPlugins\mod-dependency-manager\index.js:2:646661)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar.unpacked\bundledPlugins\mod-dependency-manager\index.js:2:721978
    at Array.reduce (<anonymous>)
    at preview (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar.unpacked\bundledPlugins\mod-dependency-manager\index.js:2:721902)
    at Object.ba (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:14:84)
    at ja (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:14:238)
    at ka (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:14:292)
    at oa (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:15:72)
    at lc (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:52:146)
    at jc (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:51:255)
    at mc (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:52:334)
    at sc (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:56:10)
    at Ia (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:287:189)
    at Ma (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:19:57)
    at Rc (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:70:279)
    at id (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:69:102)
    at exports.unstable_runWithPriority (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\scheduler\cjs\scheduler.production.min.js:19:467)
    at cg (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:122:325)
    at Ga (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:287:48)
    at gd (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\react-dom\cjs\react-dom.production.min.js:68:371)

External file: tmp-258568A4RVtkoxQLu.7z

Reported by: POPupTOAST41

@ChemGuy1611
Copy link

I saw this one, but it does not appear to be specifically related to my RDR extension. Looks like it might have something to do with the dependency manager plugin?

@IDCs

@IDCs
Copy link
Contributor

IDCs commented Nov 26, 2024

@ChemGuy1611 correct, it definitely isn't your extension :)

IDCs added a commit to Nexus-Mods/extension-mod-dependencies that referenced this issue Nov 26, 2024
Caused by a race condition - mod gets uninstalled in the background

fixes Nexus-Mods/Vortex#16692
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

Successfully merging a pull request may close this issue.

3 participants